]> git.tdb.fi Git - libs/gui.git/history - source/graphics/x11/display.cpp
Retain monitor positions when setting non-exclusive modes
[libs/gui.git] / source / graphics / x11 / display.cpp
2016-09-16 Mikko RasaRetain monitor positions when setting non-exclusive...
2016-09-16 Mikko RasaRefactor storage of monitor settings
2016-09-15 Mikko RasaGet monitor names from EDID if available
2016-02-07 Mikko RasaTrack the currently focused window in Display
2015-12-20 Mikko RasaCosmetic fixes
2015-12-20 Mikko RasaStore the root window's ID in display private data
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
2014-10-12 Mikko RasaAvoid compiler warning for a declared but unused function
2014-04-08 Mikko RasaFix build with XRandR headers not installed
2014-01-22 Mikko RasaSet panning when changing modes with XRandR
2014-01-12 Mikko RasaExpose functions for finding video modes from Display
2013-10-05 Mikko RasaImplement graphical reporting for uncaught exceptions
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 RasaInitial XRandR support
2013-09-25 Mikko RasaExtend the video mode API to support multiple monitors
2013-06-05 Mikko RasaUse mspio rather than iostreams for printing errors
2013-05-24 Mikko RasaSplit platform-specific parts into separate directories