diff options
author | Owen Taylor <owt1@cornell.edu> | 1998-03-22 21:31:10 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 1998-03-22 21:31:10 +0000 |
commit | 16aa9c196416f6bbb60e22f06f62cae8ab4b0196 (patch) | |
tree | fa112252cd622b7ca926ae704d7fce65359b76af /TODO | |
parent | ac05ab301ddc3590ca55b7dec8c2ac472cedc55d (diff) | |
download | gdk-pixbuf-16aa9c196416f6bbb60e22f06f62cae8ab4b0196.tar.gz |
fixes to locale checks
Sun Mar 22 16:25:46 1998 Owen Taylor <owt1@cornell.edu>
* gtk/gtkmain.c (gtk_init): fixes to locale checks
* gtk/testgtk.c (create_dnd): Create the dnd icons separately
to avoid strange interactions with shapes demo.
* gtk/gtkentry.[ch]:
- Limit the length of the text to 2048 to prevent long delays
- Fix problems with buffer overruns
- Draw only the onscreen portion of the text to prevent wrapping
of shorts in the X drawing code.
- Keep track of character positions and x-offsets to speed
up algorithms.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -2,9 +2,6 @@ TODO BEFORE GTK 1.0 ------------------- Bugs: - * pasting into a GtkEntry that already has a very long string, - causes the app to hang. - * scrolled windows get cought in an endless reallocation loop under certain (rare) circumstances. @@ -51,7 +48,7 @@ Bugs: * Change bitfields to guints from enums for C++ ? - * Force paned window handle to be kept on screen + * Expose events aren't being generated correctly for DND demo Additions: * GScanner: it might be good to ues stdio and getch() instead of 1-character |