summaryrefslogtreecommitdiff
path: root/src/Fl_Text_Display.cxx
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2010-11-06 23:16:07 +0000
committerMatthias Melcher <fltk@matthiasm.com>2010-11-06 23:16:07 +0000
commit213318ccb3f5012da07b143e29a5dc5c8b5192de (patch)
tree186a4e1ebb3dfa11c58efb877ff7197a28cdd047 /src/Fl_Text_Display.cxx
parentb1c062ebd197bd07ba9516d24cc601dba2bc50ec (diff)
Removed some unused stuff and duplicates.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7806 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_Text_Display.cxx')
-rw-r--r--src/Fl_Text_Display.cxx7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/Fl_Text_Display.cxx b/src/Fl_Text_Display.cxx
index 31f0f30e1..a9e7c8b6b 100644
--- a/src/Fl_Text_Display.cxx
+++ b/src/Fl_Text_Display.cxx
@@ -26,6 +26,13 @@
//
// TODO: check all functions for UTF-8/UCS-4 compatibility!
+// TODO: fix all fime's and todo's
+// TODO: blinking selection when moving mouse outside of widget area
+// TODO: line wrapping - scroll bars
+// TODO: verify all "pixel position" vs. "column" values
+// TODO: verify all "byte counts" vs. "character counts"
+// TODO: rendering of the Tab character
+// TODO: rendering of the "optional hyphen"
#include <stdio.h>
#include <stdlib.h>