summaryrefslogtreecommitdiff
path: root/redo/area_windows.go
AgeCommit message (Expand)Author
2014-08-21Changed AreaHandler.Key() to return a boolean value indicating if the event w...Pietro Gagliardi
2014-08-13Decided to remove AreaHandler.Defocuses() as that mucks up with the Mac OS X ...Pietro Gagliardi
2014-08-13Made Areas on Windows tab stops and implemented AreaHandler.Defocuses() on Wi...Pietro Gagliardi
2014-08-12Got rid of the direct use of WPARAM in Area mouse events on Windows. Whatever...Pietro Gagliardi
2014-08-09Big change: with the current event model, it's safe to call Area.RepaintAll()...Pietro Gagliardi
2014-08-05Fixed errors with Area on Windows. Woo!Pietro Gagliardi
2014-08-05Fixed lots of syntax errors, including one where I forgot a parameter to a Wi...Pietro Gagliardi
2014-08-05Mostly completed writing Area on Windows. Now to fix compiler errors.Pietro Gagliardi
2014-08-05Started re-adding Area to the Windows backend: ported the existing code to C.Pietro Gagliardi