summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2012-11-06 21:13:54 +0000
committerMatthias Melcher <fltk@matthiasm.com>2012-11-06 21:13:54 +0000
commit8701434312c150b4c07074feee008129c775ad71 (patch)
tree930b8598cedf6db4487d01164d7c863efea303f4 /CHANGES
parent78039ecb55130d4b6e30a1aa005b4498d1a6decf (diff)
Upgrade version number to 1.3.1
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9707 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES37
1 files changed, 17 insertions, 20 deletions
diff --git a/CHANGES b/CHANGES
index 79274f8d2..10ed317b3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,20 +1,9 @@
-CHANGES IN FLTK 1.3.2
+CHANGES IN FLTK 1.3.1
- Fixed utf_strncasecmp and utf_strcasecmp
- Moved all inline constructors into source file to avoid bad DLLs
- Fixed Fl_Widget::copy_label() and Fl_Window::copy_label() when
called with the old label() (STR #2836)
-
- 1.3.2 ABI FEATURES
- (To enable the following ABI features, put: #define FLTK_ABI_VERSION 10301
- at the top of your FL/Enumerations.H and rebuild FLTK and your app)
-
- - Fl_Tree optimized to support large trees (eg. 100k items):
- Added _next_sibling and _prev_sibling to Fl_Tree_Item class,
- and support methods.
-
-CHANGES IN FLTK 1.3.1
-
- Fixed Fl_Input_::maximum_size() documentation and replace() method
to honor maximum_size() as number of allowed characters (STR #2747).
- Fixed a potential crash if Fl_Double_Window::flush() was called
@@ -25,17 +14,25 @@ CHANGES IN FLTK 1.3.1
- Fixed Fl_Menu issue with unusual menu flags (STR #2680)
- Fixed Windows DLL import of fl_xid() (STR #2670)
- Added Fl::screen_work_area() functions that compute the work area
- of a screen. These functions improve the positioning of menus.
- Changed Fl::x(), Fl::y(), Fl::w(), Fl::h() functions
- to return the origin and size of the work area of the main screen
- (STR #2695 + 2697)
+ of a screen. These functions improve the positioning of menus.
+ Changed Fl::x(), Fl::y(), Fl::w(), Fl::h() functions
+ to return the origin and size of the work area of the main screen
+ (STR #2695 + 2697)
- Created the FL_SCREEN_CONFIGURATION_CHANGED event that is triggered
- when a screen is added, removed, moved or when resolution is changed
- (STR #2600)
+ when a screen is added, removed, moved or when resolution is changed
+ (STR #2600)
- Improved the description of page size and orientation by
- Fl_PostScript_File_Device.
+ Fl_PostScript_File_Device.
- Added support for horizontal wheel movement under X11 and MSWindows Vista
- and above (STR #2644).
+ and above (STR #2644).
+
+ 1.3.1 ABI FEATURES
+ (To enable the following ABI features, put: #define FLTK_ABI_VERSION 10301
+ at the top of your FL/Enumerations.H and rebuild FLTK and your app)
+ - Fl_Tree optimized to support large trees (eg. 100k items):
+ Added _next_sibling and _prev_sibling to Fl_Tree_Item class,
+ and support methods.
+
CHANGES IN FLTK 1.3.0