]> git.tdb.fi Git - libs/gui.git/history - source
Export the xrandr feature
[libs/gui.git] / source /
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 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-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
2014-01-11 Mikko RasaClear resizing flag on Windows when resizing completes
2014-01-11 Mikko RasaRemove some leftover XF86VidMode fragments
2013-10-17 Mikko RasaRemove an unused global variable
2013-10-17 Mikko RasaUse windowShouldClose rather than windowWillClose
2013-10-17 Mikko RasaTighten memory management in ObjC code
2013-10-17 Mikko RasaReturn true to indicate the error was handled
2013-10-16 Mikko RasaGuard against no image loaders being enabled
2013-10-11 Mikko RasaCall setActivationPolicy to make non-bundled programs...
2013-10-11 Mikko RasaAvoid the unpadding loop with kCGImageAlphaNoneSkipFirst
2013-10-10 Mikko RasaAdd native libjpeg loader
2013-10-10 Mikko RasaTweak QuartzLoader a bit
2013-10-10 Mikko RasaAdd pixel formats with a padding component
2013-10-10 Mikko RasaAllow images to have padding between rows
2013-10-08 Mikko RasaSupport for using Quartz to load images on OS X
2013-10-07 Mikko RasaDetect loading errors from DevIL
2013-10-07 Mikko RasaImplement automatic registration of image loaders
2013-10-07 Mikko RasaUse a RefPtr of correct type
2013-10-07 Mikko RasaChange the ImageLoader API to use IO::Seekable
2013-10-06 Mikko RasaFix the cocoa error dialog so that it actually compiles
2013-10-05 Mikko RasaMake the image loading code more modular
2013-10-05 Mikko RasaImplement graphical reporting for uncaught exceptions
2013-10-02 Mikko RasaAdd OpenGL context support on OS X
2013-10-02 Mikko RasaBasic OS X support
2013-09-26 Mikko RasaTry to guess the primary monitor if xrandr isn't making...
2013-09-26 Mikko RasaExpose a lot more information through the Monitor struct
2013-09-26 Mikko RasaAdd a missing #include
2013-09-26 Mikko RasaInitial XRandR support
2013-09-25 Mikko RasaExtend the video mode API to support multiple monitors
2013-09-24 Mikko RasaMove struct VideoMode to its own header
2013-07-12 Mikko RasaFix handling of various special keys on Windows
2013-07-11 Mikko RasaCreate Display::priv also on Windows
2013-07-11 Mikko RasaSet multisample attributes correctly on glX
2013-06-24 Mikko RasaForce c'tors and d'tors of classes with external symbol...
2013-06-05 Mikko RasaFix a missing parameter in wgl version of GLContext
2013-06-05 Mikko RasaUse mspio rather than iostreams for printing errors
2013-06-05 Mikko RasaAdd KEY_NONE constant
2013-05-24 Mikko RasaSplit platform-specific parts into separate directories
2013-03-24 Mikko RasaAllow event handling to be interrupted
2013-01-16 Mikko RasaReplace Image::load_memory with load_io
2012-12-01 Mikko RasaAdd the target type to lexical_cast invocations
2012-12-01 Mikko RasaFix mouse buttons on Windows
2012-09-12 Mikko RasaProvide access to the desktop mode
2012-07-25 Mikko RasaXKeycodeToKeysym is deprecated
2011-09-06 Mikko RasaFix a stray header name
2011-09-04 Mikko RasaUse hashes to make button/axis indices in Hub predictable
2011-08-30 Mikko RasaFall back to Device::get_*_name if name can't be determined
2011-08-30 Mikko RasaAvoid generating events for unknown keys
2011-08-30 Mikko RasaFix windows compilation
2011-08-30 Mikko RasaStyle update: remove alignment
2011-08-30 Mikko RasaRemove modifier constants
2011-08-30 Mikko RasaDiscard the EventSource abstraction
2011-08-27 Mikko RasaUse FS::extpart for checking filename extension
2011-08-27 Mikko RasaPut (most of) DevIL code in its own file
2011-08-26 Mikko RasaBetter PNG error reporting
2011-08-26 Mikko RasaSeparate PNG loading to a separate file
2011-08-26 Mikko RasaRename the entire library to mspgui
2011-08-26 Mikko RasaConsistently label the graphics part as graphics
2011-08-25 Mikko RasaException changes
2011-08-25 Mikko RasaHeader updates
2011-08-25 Mikko RasaComment changes
2011-08-25 Mikko RasaStyle update: spaces around assignments
next