diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2010-11-11 19:08:52 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2010-11-11 19:08:52 +0000 |
| commit | 35c8c77e5eec785954d31029ed84e123842e5cf1 (patch) | |
| tree | 1afac8bc795462a82e3de05fd79cfdcd5a4f9249 /CHANGES | |
| parent | 473d8af1a465ff9b30570fd9f1ed690a30b5fbb8 (diff) | |
This should fix all remaining issues with Fl_Text_*. Wrapping is no pixel aligned. Pressing up and down will be pixle bound. A few crashes removed (we still crash with faulty UTF-8svn diff | grep Index:). Fixed blinking selection when outside the widget. Added dnd sending and receiving.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7819 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ CHANGES IN FLTK 1.3.0 + - Fixed blinking of selection when the mouse was dragged + outside of the Fl_Text_* widget + - Added drag'n'drop support for Fl_Text_* + - Fixed Unicode support for Fl_Text_* widgets - Added mouse!=0 check in Fl_Glut_Window::handle (STR #2381) - Fixed menu and shortcut handling (STR #2243) - Removed support for gcc 2.x (or older) |
