summaryrefslogtreecommitdiff
path: root/area_windows.go
AgeCommit message (Collapse)Author
2014-03-29Documented that the clip area in AreaHandler.Paint() more properly and ↵Pietro Gagliardi
indicate that it is cleared on each AreaHandler.Paint() call; (try to) implement that on Windows (GTK+ does it for us; noted that as well).
2014-03-29Implemented Area.SetSize() on Windows.Pietro Gagliardi
2014-03-29Added repaint after Area event on Windows.Pietro Gagliardi
2014-03-29Added part of keyboard input on Windows. Need to repaint the window on event ↵Pietro Gagliardi
return and handle area sizes now...
2014-03-27Added a flag to AreaHandler.Key()/Mouse() to indicate that a repaint is ↵Pietro Gagliardi
needed after that event has been handled. (Having Repaint() as a method deadlocked for the same reason resizing deadlocked before.)
2014-03-25Added Area mouse events on Windows. Also more TODOs.Pietro Gagliardi
2014-03-25Wrote the code to actually scroll Areas on Windows.Pietro Gagliardi
2014-03-25Added the actual scrolling to Windows Areas. Now to just adjust the cliprect ↵Pietro Gagliardi
properly...
2014-03-25More TODOs (and some done TODO elimination).Pietro Gagliardi
2014-03-25Made the scrollbars on Windows Areas actually scroll. There are some kinks ↵Pietro Gagliardi
that need to be worked out before we can move on...
2014-03-25Added scrollbars to Areas on Windows; they seem to respond properly to ↵Pietro Gagliardi
resize events, but since we're not handling scroll events, the scroll position won't change yet. (We're also not drawing with scrolling just yet.)
2014-03-24More TODOs.Pietro Gagliardi
2014-03-24Implemented Area painting on Windows.Pietro Gagliardi
2014-03-24Started the Windows implementation of Area.Pietro Gagliardi