summaryrefslogtreecommitdiff
path: root/todo.md
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-04-02 23:24:34 -0400
committerPietro Gagliardi <[email protected]>2014-04-02 23:40:38 -0400
commit773668c35b6aa1c0e9cd449fffcffeeea3d542a6 (patch)
tree85dea05353b21f3576ea3b8ba104c687654e0c09 /todo.md
parenta325e9e40478eb11d1559e1fbe2e9883a1f2b186 (diff)
Fixed the major scrolling corruption on Windows: had to commit the scroll changes before we can get to them in our painting routine =P This doesn't fix ALL the issues; check the (now-updated) TODO.
Diffstat (limited to 'todo.md')
-rw-r--r--todo.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/todo.md b/todo.md
index 5ccbc4f..b6a6ef9 100644
--- a/todo.md
+++ b/todo.md
@@ -84,7 +84,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
-- redrawing Areas on Windows seems to be flaky
+- redrawing Areas on Windows seems to be flaky: make the window small, scroll, then make it large again and watch the vertical corruption
- redrawing controls after a window resize 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?