]> git.tdb.fi Git - libs/gui.git/history - source/graphics/windows/display.cpp
Update .gitignore to include build products on Windows
[libs/gui.git] / source / graphics / windows / display.cpp
2023-01-04 Mikko RasaRetrieve correct names for monitors on Windows
2022-11-27 Mikko RasaAvoid using std::list
2022-11-27 Mikko RasaUse nullptr in place of 0 or NULL
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
2019-06-06 Mikko RasaInitialize monitor.current_settings on Windows
2016-10-07 Mikko RasaFix a memory leak
2016-09-16 Mikko RasaRefactor storage of monitor settings
2016-02-07 Mikko RasaTrack the currently focused window in Display
2015-10-21 Mikko RasaStore monitor names
2014-12-19 Mikko RasaGenerate and handle WM_CHAR messages on Windows
2014-01-24 Mikko RasaFill in more fields of DEVMODE to avoid a crash
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 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-07-11 Mikko RasaCreate Display::priv also on Windows
2013-05-24 Mikko RasaSplit platform-specific parts into separate directories