]> git.tdb.fi Git - libs/gui.git/history - source/graphics
Fill in more fields of DEVMODE to avoid a crash
[libs/gui.git] / source / graphics /
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-11 Mikko RasaCreate Display::priv also on Windows
2013-07-11 Mikko RasaSet multisample attributes correctly on glX
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-05-24 Mikko RasaSplit platform-specific parts into separate directories
2013-01-16 Mikko RasaReplace Image::load_memory with load_io
2012-12-01 Mikko RasaAdd the target type to lexical_cast invocations
2012-09-12 Mikko RasaProvide access to the desktop mode
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