More TODOs.

This commit is contained in:
Pietro Gagliardi 2014-06-12 11:48:28 -04:00
parent af2e8c4b13
commit 2a22646470
1 changed files with 3 additions and 0 deletions

View File

@ -19,3 +19,6 @@ UNIX:
- several people suggested connecting to size-allocate of the GtkLayout, but then I can wind up in a situation where there's extra padding or border space in the direction I resized - several people suggested connecting to size-allocate of the GtkLayout, but then I can wind up in a situation where there's extra padding or border space in the direction I resized
- [12:55] <myklgo> pietro10: I meant to mention: 1073): Gtk-WARNING **: Theme parsing error: gtk.css:72:20: Not using units is deprecated. Assuming 'px'. twice. - [12:55] <myklgo> pietro10: I meant to mention: 1073): Gtk-WARNING **: Theme parsing error: gtk.css:72:20: Not using units is deprecated. Assuming 'px'. twice.
- figure out why Page Up/Page Down does tab stops - figure out why Page Up/Page Down does tab stops
ALL PLATFORMS:
- windows code presently wraps entire function bodies in uitask; make sure the other platforms do too