summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES20
1 files changed, 12 insertions, 8 deletions
diff --git a/CHANGES b/CHANGES
index 8d0a28f3f..af9142ba5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,17 +1,20 @@
CHANGES IN FLTK 1.3.0
- - added scroll_to() to Fl_Scroll, replacing position()
+ - "fltk-config --post foo" now creates an application
+ bundle rather than attaching a resource fork.
+ - Added scroll_to() to Fl_Scroll, replacing position()
which now behaves as it should (STR #1303)
- - fixed Fl_Scroll inside Fl_Scroll (STR #265)
- - hardcoded 1.1 references in src/Makefile to 1.3
+ - Fixed Fl_Scroll inside Fl_Scroll (STR #265)
+ - Hardcoded 1.1 references in src/Makefile to 1.3
(STR #1922)
- - changed font index to 32 bit
- - changed font size to 32 bit
- - changed widget coordinates to 32 bit
- - added support for shortcuts for Fl_Input_,
+ - Changed font index to 32 bit
+ - Changed font size to 32 bit
+ - Changed widget coordinates to 32 bit
+ - Added support for shortcuts for Fl_Input_,
Fl_Value_Input, and Fl_Text_Display derived
widgets (STR #1770)
- - initial setup (STR #1904)
+ - Initial setup (STR #1904)
+
CHANGES IN FLTK 1.1.9
@@ -25,6 +28,7 @@ CHANGES IN FLTK 1.1.9
- Fixed MSWindows crash when selecting umlauts
in Fl_Help_View (STR #1912)
+
CHANGES IN FLTK 1.1.8
- Documentation fixes (STR #1454, STR #1455, STR #1456,