| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-08-30 | ...in with the new. | Pietro Gagliardi | |
| 2014-08-30 | Fixed image lists on Windows being NON-premultiplied. | Pietro Gagliardi | |
| 2014-08-29 | Fixed Mac OS X Area.OpenTextFieldAt() not behaving properly. The behavior is ↵ | Pietro Gagliardi | |
| still a little weird now, but permissible. | |||
| 2014-08-22 | Slight behavior change to Area.OpenTextFieldAt(). | Pietro Gagliardi | |
| 2014-08-22 | Added Area.OpenTextFieldAt() and implemented it on GTK+. | Pietro Gagliardi | |
| 2014-08-21 | Added Area.Repaint() and implemented it on GTK+. Untested as of yet. | Pietro Gagliardi | |
| 2014-08-21 | Changed AreaHandler.Key() to return a boolean value indicating if the event ↵ | Pietro Gagliardi | |
| was handled; implemented this on Windows. It does sledgehammer some edge cases I wanted to avoid, but it also avoids fussing about scrolling and focus and what not. | |||
| 2014-08-13 | Documented the previous commit and more TODOs. | Pietro Gagliardi | |
| 2014-08-13 | Decided to remove AreaHandler.Defocuses() as that mucks up with the Mac OS X ↵ | Pietro Gagliardi | |
| keyboard trap. | |||
| 2014-08-12 | Added a new method to AreaHandler, Defocuses(), for navigation events. | Pietro Gagliardi | |
| 2014-08-09 | Big change: with the current event model, it's safe to call ↵ | Pietro Gagliardi | |
| Area.RepaintAll() (and the future Area.Repaint()) from within AreaHandler.Key() and AreaHandler.Mouse(); get rid of the bool returns from each. The future Area.Repaint() is important; the bool returns repainted the whole Area, which may not be optimal. | |||
| 2014-08-04 | Re-added Area on the GTK+ backend. Not yet working; need to reconnect signals. | Pietro Gagliardi | |
| 2014-08-04 | Re-added area.go. This is the start of re-adding Area. | Pietro Gagliardi | |
