summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2010-02-07 21:14:35 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2010-02-07 21:14:35 +0000
commitee36ebc394cf2ff297302471467cd8e387e79423 (patch)
tree2c562c77c544dce0d595e0aa1385612a87cc04a7 /CHANGES
parentce7da76d6a219c5fc0a33f9c5b2701f3b47220d6 (diff)
Reverting previous change (optimization of Fl_Group::clear),
because fl_throw_focus and fl_fix_focus would send events that could access deleted widgets. This must be fixed first. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7039 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 0 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index 40acf40ff..d03f28ff7 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,8 +1,5 @@
CHANGES IN FLTK 1.3.0
- - Optimized Fl_Group::clear() and Fl_Scroll::clear() as
- discussed in fltk.development in "Fl_Group::clear SLOW!"
- on Feb. 06/07, 2010 (no STR)
- Replaced _WIN32 symbols that had come with UTF-8 and the
new Fl_Table widget with WIN32
- Fixed a buffer overflow in fl_utf8from_mb() (STR #2279)