]> git.tdb.fi Git - libs/gui.git/history - source/graphics
Update .gitignore to include build products on Windows
[libs/gui.git] / source / graphics /
2023-01-04 Mikko RasaRetrieve correct names for monitors on Windows
2023-01-04 Mikko RasaConvert empty default constructors and destructors...
2023-01-04 Mikko RasaAdd decorations for things which should be exported...
2022-12-18 Mikko RasaFix Windows version check for touch input
2022-11-27 Mikko RasaRemove an unused function
2022-11-27 Mikko RasaUse lambdas for comparison functions
2022-11-27 Mikko RasaCorrectly sort inactive monitors on X11
2022-11-27 Mikko RasaAdd a missing scope qualifier to Windows GLContext
2022-11-27 Mikko RasaFix some issues in VulkanContext when Vulkan support...
2022-11-27 Mikko RasaAvoid using std::list
2022-11-27 Mikko RasaUse nullptr in place of 0 or NULL
2022-11-27 Mikko RasaRemove unnecessary std:: qualifiers
2022-11-27 Mikko RasaUse constexpr instead of enum to define "typeless"...
2022-11-27 Mikko RasaUse default member initializers and defaulted default...
2022-11-27 Mikko RasaUse standard fixed size integer types
2022-11-27 Mikko RasaInclude the matching header first in .cpp files
2022-11-27 Mikko RasaMake Window's functions non-virtual
2022-11-27 Mikko RasaUse the override specifier where appropriate
2022-11-27 Mikko RasaRemove destructor declarations from exception classes
2022-11-27 Mikko RasaStreamline iterators and loop constructs
2022-09-01 Mikko RasaAdd flag for tessellation shaders in Vulkan context
2022-03-16 Mikko RasaAutomatically break into debugger on Vulkan errors
2022-03-16 Mikko RasaAdjust Vulkan debug message output
2022-03-16 Mikko RasaSelect the correct physical device for Vulkan context
2021-12-12 Mikko RasaAdd an option for enabling geometry shaders on Vulkan
2021-11-20 Mikko RasaAdd a class for creating Vulkan graphics contexts
2021-11-02 Mikko RasaFormatting fix
2021-11-02 Mikko RasaAdd a function to detect image signature without creati...
2021-11-02 Mikko RasaLoad image signature directly into a string
2021-11-02 Mikko RasaUse the append function to build hex dump
2021-02-07 Mikko RasaMake it possible to load an image into an externally...
2021-02-07 Mikko RasaSplit image loading into headers and pixels
2021-02-07 Mikko RasaAdd some state checking to ImageLoader
2021-02-07 Mikko RasaRevert some changes which accidentally got included...
2021-02-07 Mikko RasaClear Image data before loading a new image
2021-02-07 Mikko RasaRename Image::Data::data to pixels
2021-01-31 Mikko RasaRegister image loaders more explicitly
2021-01-31 Mikko RasaFix BMP loader signature check
2021-01-25 Mikko RasaAdd support for using the latest available OpenGL version
2021-01-25 Mikko RasaFix compile errors from function casts in wgl
2019-09-21 Mikko RasaDon't apply user position in fullscreen mode
2019-09-21 Mikko RasaPut Window on the correcte monitor when initially created
2019-09-18 Mikko RasaHandle WM_SYSKEYDOWN, WM_SYSKEYUP and WM_SYSCHAR events
2019-06-17 Mikko RasaUse Get/SetWindowLongPtr
2019-06-09 Mikko RasaAdd a core profile flag to OpenGL context options
2019-06-06 Mikko RasaMatch against current rate if no request for a specific...
2019-06-06 Mikko RasaInitialize monitor.current_settings on Windows
2018-07-05 Mikko RasaFix image signature comparisons
2018-06-20 Mikko RasaFix sizeof(jpeg_sig)
2017-01-08 Mikko RasaInitialize longjmp target before calling jpeg_create_de...
2017-01-06 Mikko RasaUse correct keyword in forward declaration
2016-11-25 Mikko RasaOnly hide and show the window on fullscreen change...
2016-11-05 Mikko RasaCreate a temporary context for calling wglGetProcAddress
2016-11-05 Mikko RasaAdd a missing include for GLContext on Windows
2016-11-02 Mikko RasaUse the name of the function for the SwapInterval funct...
2016-11-02 Mikko RasaSupport forward-compatible OpenGL contexts
2016-10-29 Mikko RasaImprove cursor hiding logic on Windows
2016-10-07 Mikko RasaFix a memory leak
2016-10-02 Mikko RasaAdd support for swap interval control
2016-09-17 Mikko RasaPaint the window in WM_PAINT
2016-09-16 Mikko RasaImplement additional fullscreen options for Window
2016-09-16 Mikko RasaRetain monitor positions when setting non-exclusive...
2016-09-16 Mikko RasaRemove names from unused parameters
2016-09-16 Mikko RasaRefactor storage of monitor settings
2016-09-15 Mikko RasaRemove glViewport calls from GLContext
2016-09-15 Mikko RasaGet monitor names from EDID if available
2016-08-02 Mikko RasaSwap fullscreen mode dimensions if the desktop is rotated
2016-07-25 Mikko RasaImplement a loader for BMP images
2016-02-07 Mikko RasaTrack the currently focused window in Display
2015-12-20 Mikko RasaCosmetic fixes
2015-12-20 Mikko RasaWindows compilation fixes
2015-12-20 Mikko RasaAllow configuring window positions as well
2015-12-20 Mikko RasaTrack window positions
2015-12-20 Mikko RasaStore the root window's ID in display private data
2015-11-25 Mikko RasaUse libjpeg's boolean type for better compatibility
2015-10-21 Mikko RasaStore monitor names
2015-10-21 Mikko RasaUse a tighter threshold when checking for duplicate...
2015-10-20 Mikko RasaUse float rather than unsigned for refresh rate
2015-10-15 Mikko RasaAdd a signal for window exposure
2015-07-13 Mikko RasaProper support for copying images
2015-07-13 Mikko RasaHandle interlaced PNG images
2014-12-19 Mikko RasaDirty hack to pull the image loaders in when linking...
2014-12-19 Mikko RasaAdd a helper class for registering image loaders
2014-12-19 Mikko RasaGenerate and handle WM_CHAR messages on Windows
2014-11-13 Mikko RasaTouchscreen input device
2014-11-12 Mikko RasaInitialize Display::primary_monitor to 0
2014-11-12 Mikko RasaSet window title to application name by default
2014-11-12 Mikko RasaInherit sigc::trackable in Android's PlatformDisplayPrivate
2014-10-12 Mikko RasaAndroid support
2014-10-12 Mikko RasaCosmetic changes
2014-10-12 Mikko RasaDrop the DrawContext class
2014-10-12 Mikko RasaAvoid compiler warning for a declared but unused function
2014-10-12 Mikko RasaCreate GLContext::priv later to avoid memory leaks
2014-10-12 Mikko RasaLet platform header determine (part of) the contents...
2014-10-11 Mikko RasaSubclass NSWindow to eat keyDown events so they won...
2014-10-11 Mikko RasaFix application activation on OS X <10.6
2014-10-11 Mikko RasaCompatibility changes for building on OS X 10.5
2014-04-08 Mikko RasaFix build with XRandR headers not installed
2014-04-08 Mikko RasaFix skipping bytes in JpegLoader
2014-01-24 Mikko RasaFill in more fields of DEVMODE to avoid a crash
next