summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2004-07-23 21:12:24 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2004-07-23 21:12:24 +0000
commit8f4fa005746deb8dd7e34cd07acaa55d50d59fe9 (patch)
tree9ebc7c07c4059fa9cb92837c7c214edf570ea64b /CHANGES
parentb33b5ffe0852d25aea386152148034723bccdc05 (diff)
Fl_Counter didn't use a thin down box for the text field if the
box type was set to FL_THIN_UP_BOX (STR #467) Fl_Help_View now resets the scrollbars if they go outside the current view (STR #464) fl_dir_chooser() did not show the previous selection as documented (STR #443) Fl_Text_Display used delete[] instead of free() in some places (STR #466) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3691 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES13
1 files changed, 10 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index 45e409d25..6490d114c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,15 @@
CHANGES IN FLTK 1.1.5rc2
- Documentation updates (STR #365, STR #399, STR #412)
+ - Fl_Counter didn't use a thin down box for the text
+ field if the box type was set to FL_THIN_UP_BOX (STR
+ #467)
+ - Fl_Help_View now resets the scrollbars if they go
+ outside the current view (STR #464)
+ - fl_dir_chooser() did not show the previous selection
+ as documented (STR #443)
+ - Fl_Text_Display used delete[] instead of free() in
+ some places (STR #466)
- FLTK now includes copies of the PNG, JPEG, and ZLIB
libraries for platforms that do not have them (STR
#441)
@@ -16,9 +25,7 @@ CHANGES IN FLTK 1.1.5rc2
FL_Menu and FL_Delete keys on external (PC) keyboards
(STR #445)
- Fl_File_Icon::draw() did not support drawing of complex
- polygons in icon descriptions (STR #???)
- - Fl_File_Icon::draw() did not support drawing of complex
- polygons in icon descriptions (STR #???)
+ polygons in icon descriptions (STR #474)
- The configure script now offers options for JPEG, PNG,
and ZLIB libraries (STR #416)
- The first menu item in a list would not go invisible