diff options
| author | Pietro Gagliardi <[email protected]> | 2014-04-01 19:10:30 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-04-01 19:10:30 -0400 |
| commit | df087d0ea5817d37ac6f4c54de60f03c64070eb1 (patch) | |
| tree | 717a148dcd025678eaca974b6f8d9314906464a7 /todo.md | |
| parent | 2efda7bc39cda672dbb32ac9b9ec9740295a1dbc (diff) | |
Fixed the Windows stalling when scrolling an Area problem: messages were getting lost because (I assume) scrolling is done in a modal event loop. Alas, we have to change to using a dummy window to handle events. Also altered the respective TODO to document bugs now exposed by this fix.
Diffstat (limited to 'todo.md')
| -rw-r--r-- | todo.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -86,7 +86,7 @@ super ultra important things: - the window background of a GTK+ window seems to be... off - I think it has to do with the GtkLayout - see update 18 March 2014 in README - resizing seems to be completely and totally broken in the Wayland backend -- scrolling Areas in wine by clicking in the page scroll area often causes the main thread to lock up; uitask does not +- redrawing Areas on Windows seems to be flaky - make sure the first and last rows and columns of an Area are being drawn on Windows - clicking on Areas in GTK+ don't bring keyboard focus to them? - make sure GTK+ keyboard events on numpad off don't switch between controls |
