]> git.tdb.fi Git - libs/gui.git/history - source/graphics/x11/display.cpp
Update .gitignore to include build products on Windows
[libs/gui.git] / source / graphics / x11 / display.cpp
2022-11-27 Mikko RasaRemove an unused function
2022-11-27 Mikko RasaUse lambdas for comparison functions
2022-11-27 Mikko RasaCorrectly sort inactive monitors on X11
2022-11-27 Mikko RasaAvoid using std::list
2022-11-27 Mikko RasaUse nullptr in place of 0 or NULL
2022-11-27 Mikko RasaRemove unnecessary std:: qualifiers
2022-11-27 Mikko RasaUse default member initializers and defaulted default...
2022-11-27 Mikko RasaInclude the matching header first in .cpp files
2022-11-27 Mikko RasaStreamline iterators and loop constructs
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