]> git.tdb.fi Git - libs/gui.git/history - source/graphics/cocoa
Update .gitignore to include build products on Windows
[libs/gui.git] / source / graphics / cocoa /
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
2016-02-07 Mikko RasaTrack the currently focused window in Display
2014-11-13 Mikko RasaTouchscreen input device
2014-11-12 Mikko RasaInitialize Display::primary_monitor to 0
2014-10-12 Mikko RasaCosmetic changes
2014-10-12 Mikko RasaLet platform header determine (part of) the contents...
2014-10-11 Mikko RasaSubclass NSWindow to eat keyDown events so they won...
2014-10-11 Mikko RasaFix application activation on OS X <10.6
2014-10-11 Mikko RasaCompatibility changes for building on OS X 10.5
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-11 Mikko RasaCall setActivationPolicy to make non-bundled programs...
2013-10-06 Mikko RasaFix the cocoa error dialog so that it actually compiles
2013-10-05 Mikko RasaImplement graphical reporting for uncaught exceptions
2013-10-02 Mikko RasaBasic OS X support