]> git.tdb.fi Git - libs/gui.git/history - source/graphics/windows/window.cpp
Update .gitignore to include build products on Windows
[libs/gui.git] / source / graphics / windows / window.cpp
2022-12-18 Mikko RasaFix Windows version check for touch input
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
2019-09-18 Mikko RasaHandle WM_SYSKEYDOWN, WM_SYSKEYUP and WM_SYSCHAR events
2019-06-17 Mikko RasaUse Get/SetWindowLongPtr
2016-11-25 Mikko RasaOnly hide and show the window on fullscreen change...
2016-10-29 Mikko RasaImprove cursor hiding logic on Windows
2016-09-17 Mikko RasaPaint the window in WM_PAINT
2016-02-07 Mikko RasaTrack the currently focused window in Display
2015-12-20 Mikko RasaWindows compilation fixes
2015-12-20 Mikko RasaAllow configuring window positions as well
2015-12-20 Mikko RasaTrack window positions
2015-10-15 Mikko RasaAdd a signal for window exposure
2014-12-19 Mikko RasaGenerate and handle WM_CHAR messages on Windows
2014-11-13 Mikko RasaTouchscreen input device
2014-01-11 Mikko RasaClear resizing flag on Windows when resizing completes
2013-05-24 Mikko RasaSplit platform-specific parts into separate directories