]> git.tdb.fi Git - libs/gui.git/shortlog
libs/gui.git
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
2016-08-02 Mikko RasaSwap fullscreen mode dimensions if the desktop is rotated
2016-07-25 Mikko RasaImplement a loader for BMP images
2016-07-23 Mikko RasaDon't leak memory if JsDevice constructor throws
2016-07-21 Mikko RasaAdd support for blocking ticks and EventDispatcher...
2016-02-07 Mikko RasaTrack the currently focused window in Display
2016-01-30 Mikko RasaSupport some additional keys
2016-01-30 Mikko RasaCheck for event type and source in Android touchscreen...
2015-12-20 Mikko RasaAdd missing initializer
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-12-20 Mikko RasaClose the game controller device when deleting the...
2015-11-25 Mikko RasaUse libjpeg's boolean type for better compatibility
2015-11-23 Mikko RasaImplement tap gestures
2015-11-21 Mikko RasaImplement additional two-finger gestures
2015-11-21 Mikko RasaCombine swipe gestures into a single drag gesture
2015-11-21 Mikko RasaImprove detection of the pinch gesture
2015-11-20 Mikko RasaRefactor GestureDetector and add some comments to it
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-10-13 Mikko RasaExport the xrandr feature
2015-07-13 Mikko RasaProper support for copying images
2015-07-13 Mikko RasaHandle interlaced PNG images
2014-12-22 Mikko RasaFix the Windows version check in Touchscreen::is_available
2014-12-19 Mikko RasaAdd a dedicated exception class for unavailable input...
2014-12-19 Mikko RasaAdd an availability check to Touchscreen
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 RasaAvoid using too much CPU time in the event tester
2014-12-19 Mikko RasaImprove SmoothControl range API
2014-12-19 Mikko RasaAdd a gesture detector input device
2014-12-19 Mikko RasaAdd an activator system to Control
2014-12-19 Mikko RasaGenerate and handle WM_CHAR messages on Windows
2014-12-19 Mikko RasaFix an incorrect all to set_button_state in Touchscreen...
2014-12-19 Mikko RasaAdd a generic directory for fallback implementations
2014-12-19 Mikko RasaAdd touchscreen support on Android
2014-11-13 Mikko RasaInherit input devices using Window::signal_input_event...
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 RasaCorrect the offset of function keys in the X11 keymap
2014-10-12 Mikko RasaZero-initialize JsDevice name buffer to avoid valgrind...
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-10-11 Mikko RasaCompile OS X .m files in C99 mode
2014-09-11 Mikko RasaAdd a game controller input device
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
2014-01-22 Mikko RasaSet panning when changing modes with XRandR
2014-01-22 Mikko RasaOnly set resizing flag to true in Window::reconfigure
2014-01-12 Mikko RasaOnly restore mode if the window is still visible
2014-01-12 Mikko RasaChange video mode before reconfiguring the window
2014-01-12 Mikko RasaExpose functions for finding video modes from Display
next