]> git.tdb.fi Git - libs/gui.git/shortlog
libs/gui.git
2023-01-04 Mikko RasaUpdate .gitignore to include build products on Windows master
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 RasaLink with the user32 library on Windows
2023-01-04 Mikko RasaPut feature control macros before any headers
2023-01-04 Mikko RasaFix a compiler warning from MSVC
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 RasaEnable xrandr support by default
2022-11-27 Mikko RasaAdd an example program for listing video modes
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 RasaReimplement reverse key lookup with a sorted vector
2022-11-27 Mikko RasaUse constexpr instead of enum to define "typeless"...
2022-11-27 Mikko RasaRename ControlSrcType::NONE to NO_SOURCE
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-11-27 Mikko RasaBump library version and use C++11 for building
2022-11-27 Mikko RasaAdd dependency to mspdatafile
2022-11-27 Mikko RasaMake ControlScheme's destructor virtual
2022-11-20 Mikko RasaAdd constants for mouse axes and buttons
2022-11-19 Mikko RasaAdd classes for storing and applying bindings to controls
2022-11-19 Mikko RasaAdd functions to look up subdevices of composite input...
2022-11-19 Mikko RasaAdd conversions to/from string for key names and device...
2022-11-17 Mikko RasaKeep track of edges in Control
2022-11-17 Mikko RasaAdd a type enumeration for devices
2022-11-17 Mikko RasaGo back to using vector to store devices in a Hub
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-17 Mikko RasaChange call to hash function
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-11-02 Mikko RasaUse size_t for I/O operation sizes
2021-11-02 Mikko RasaAdapt to container type change in mspcore
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-20 Mikko RasaGenerate synthetic key release events for repeated...
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 RasaSort game controller devices for consistency
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-12-04 Mikko RasaImplement the required virtual functions in JsDevice
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 RasaAlter the starting condition for gestures
2016-11-25 Mikko RasaOnly hide and show the window on fullscreen change...
2016-11-25 Mikko RasaFix incorrect comparisons
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-20 Mikko RasaImplement game controllers on Windows through XInput
2016-09-20 Mikko RasaEnumerate available game controllers
2016-09-19 Mikko RasaFix GameController multiple inclusion guards
2016-09-19 Mikko RasaImplement three-finger tap and drag gestures
2016-09-19 Mikko RasaRefactor GestureDetector logic
2016-09-19 Mikko RasaTweak GestureDetector button and axis names
2016-09-19 Mikko RasaAdd touchscreen and gestures to the event test program
2016-09-19 Mikko RasaAdd focus events to the event test program
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
next