diff options
| author | Pietro Gagliardi <[email protected]> | 2014-03-22 12:30:58 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-03-22 12:30:58 -0400 |
| commit | e73992ab7164cfe79d4cbc288b4f81724bf9996c (patch) | |
| tree | b3af9fc105a22d7f517c39dda01fa7ec4f271e41 | |
| parent | 18271980cb0e481c8b7760f37c1cab8b0b30a434 (diff) | |
Finally finished getting ready for Area keyboard input; now just need to figure out which keys to support. Also a Wayland-related TODO.
| -rw-r--r-- | areaplan.md | 3 | ||||
| -rw-r--r-- | todo.md | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/areaplan.md b/areaplan.md index 0ad394f..8c27b9c 100644 --- a/areaplan.md +++ b/areaplan.md @@ -775,3 +775,6 @@ If I ever intend on providing alternate text-based widgets, I will need to use ` Also this answers the what if a key has been held down and switches away from the program question: Windows does not send a key up. This just leaves the GTK+ geometry mapping: there is a way to do it if X11 is the only supported backend, but Wayland exists... + [12:29] <ebassi> yes, you can assume that they are the same +(irc.gimp.net/#gtk+) ok; that works too I guess +let's go! @@ -76,6 +76,7 @@ super ultra important things: - when resizing a GTK+ window smaller than a certain size, the controls inside will start clipping in bizarre ways (progress bars/entry lines will just cut off; editable comboboxes will stretch slightly longer than noneditable ones; the horizontal scrollbar in Area will disappear smoothly; etc.) - 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 important things: - make specific wording in documentation consistent (make/create, etc.) |
