]> git.tdb.fi Git - libs/gui.git/shortlog
libs/gui.git
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-06 Mikko RasaUse logic operators to collapse nested conditionals...
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 RasaUpdate .gitignore
2013-10-02 Mikko RasaAdd OpenGL context support on OS X
2013-10-02 Mikko RasaSet window title for ev
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-04-25 Mikko RasaFix event connections in the event example
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 RasaUpdate the Build file with new Builder features
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 RasaOutput character events in the event example
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 RasaAdd an event handling example
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 RasaUpdate Build file
2011-08-25 Mikko RasaComment changes
2011-08-25 Mikko RasaStyle update: spaces around assignments
2011-08-25 Mikko RasaDrop Id tags and copyright notices from files
2011-08-25 Mikko RasaConvert svn:ignore to .gitignore
2010-11-02 Mikko RasaAdd tick() method to SimpleWindow
2010-11-02 Mikko RasaFix an uninitialized variable
2010-02-28 Mikko RasaAdd EventSource abstraction layer below Window
2010-02-11 Mikko RasaFix a condition
2009-12-03 Mikko RasaDefault to using OpenGL and libpng since those are...
2009-12-03 Mikko RasaFix compilation on 64-bit systems
2009-10-24 Mikko RasaGuard access to XF86VidModeSetViewPort
2009-10-05 Mikko RasaBump version to 1.1 1.1
2009-08-03 Mikko RasaVarious fixes to Window resizing and fullscreen handlin...
2009-07-26 Mikko RasaSupport mouse wheel on win32
2009-03-23 Mikko RasaMake xf86vidmode support optional
2009-03-08 Mikko RasaSupport ignoring keyboard autorepeat
2009-01-23 Mikko RasaAdd support for using libpng directly for PNG files
2009-01-21 Mikko RasaFix a bug in SimpleWindow
2008-11-02 Mikko RasaAdd Window::warp_pointer (No win32 support for now)
2008-10-14 Mikko RasaAdd Changelog.txt 1.0
2008-10-06 Mikko RasaSimplify invisible cursor creation
2008-10-06 Mikko RasaNormalize device axis ranges to [-1, 1]
2008-10-05 Mikko RasaHide the platform-specific parts of other classes as...
2008-10-04 Mikko RasaAdd SimpleWindow and SimpleGLWindow
next