source: rtems-graphics-toolkit/fltk-1.1.10/ANNOUNCEMENT @ 513eea1

Last change on this file since 513eea1 was 513eea1, checked in by Joel Sherrill <joel.sherrill@…>, on 01/09/10 at 22:43:24

2010-01-08 Joel Sherrill <joel.sherrill@…>

fltk 1.1.10. imported

  • ORIGIN: Updated.
  • Property mode set to 100644
File size: 3.7 KB
Line 
1The FLTK Team is proud to announce the release of FLTK 1.1.10,
2a cross-platform C++ GUI toolkit for UNIX(r)/Linux(r) (X11),
3Microsoft(r) Windows(r), and MacOS(r) X. FLTK provides
4modern GUI functionality without the bloat and supports 3D
5graphics via OpenGL(r) and its built-in GLUT emulation.
6
7FLTK 1.1.10 fixes some bugs and updates the bundled png image
8library.
9
10This is the final release of the FLTK 1.1.x development tree.
11
12FLTK is provided under the GNU Library Public License with
13exceptions that allow for static linking.
14
15Changes since FLTK 1.1.9 include:
16
17        - Updated the bundled libpng to v1.2.35 (released 18 Feb. 2009)
18        - Added Fl_Scroll::bbox() documentation (STR #1893)
19        - Fixed static linking of image libraries (STR #1962)
20        - Fixed callback would not be called when shortcut was used with
21          radio and toggle buttons in default FL_RELEASE mode.
22        - Fixed a problem with TrackMouseEvent() (Windows only) that would
23          generate wrong FL_LEAVE events with subwindows. TrackMouseEvent
24          is now enabled by default (it was disabled for GNU compilers).
25          It can be disabled by defining NO_TRACK_MOUSE.
26          Improved test/subwindow.cxx (STR #2079)
27        - Fixed RGB colors for round box (STR #2097)
28        - Fixed documentation (added missing COMCTRL32.LIB dependency)
29        - Fl_Group::clip_children() is now public (STR #2017)
30        - Fixed first modifier key event (STR #1952)
31        - Fixed wrong default value of Fl_Spinner in Fluid (STR #1991)
32        - Fixed Fluid textcolor output (STR #1992)
33        - Added clarification to Fl_GL_Window mode function (STR #1945)
34        - Fl_Group and Fl_Scroll now resize themselves before
35          resizing their children (STR #2032)
36        - Fixed adding an idle handler during a draw() call (STR #1950)
37        - Improved stability of fl_read_image (STR #2021)
38        - Fixed menu position close to screen border (STR #2057)
39
40----HTML----
41
42<P>The FLTK Team is proud to announce the release of FLTK 1.1.10,
43a cross-platform C++ GUI toolkit for UNIX(r)/Linux(r) (X11),
44Microsoft(r) Windows(r), and MacOS(r) X. FLTK provides
45modern GUI functionality without the bloat and supports 3D
46graphics via OpenGL(r) and its built-in GLUT emulation.</P>
47
48<P>FLTK 1.1.10 fixes some bugs and updates the bundled png image
49library.</P>
50
51<P>This is the final release of the FLTK 1.1.x development tree.</P>
52
53<P>FLTK is provided under the GNU Library Public License with
54exceptions that allow for static linking.</P>
55
56<P>Changes since FLTK 1.1.9 include:</P>
57
58<UL>
59
60     <LI> Updated the bundled libpng to v1.2.35 (released 18 Feb. 2009)
61     <LI> Added Fl_Scroll::bbox() documentation (STR #1893)
62     <LI> Fixed static linking of image libraries (STR #1962)
63     <LI> Fixed callback would not be called when shortcut was used with
64          radio and toggle buttons in default FL_RELEASE mode.
65     <LI> Fixed a problem with TrackMouseEvent() (Windows only) that would
66          generate wrong FL_LEAVE events with subwindows. TrackMouseEvent
67          is now enabled by default (it was disabled for GNU compilers).
68          It can be disabled by defining NO_TRACK_MOUSE.
69          Improved test/subwindow.cxx (STR #2079)
70     <LI> Fixed RGB colors for round box (STR #2097)
71     <LI> Fixed documentation (added missing COMCTRL32.LIB dependency)
72     <LI> Fl_Group::clip_children() is now public (STR #2017)
73     <LI> Fixed first modifier key event (STR #1952)
74     <LI> Fixed wrong default value of Fl_Spinner in Fluid (STR #1991)
75     <LI> Fixed Fluid textcolor output (STR #1992)
76     <LI> Added clarification to Fl_GL_Window mode function (STR #1945)
77     <LI> Fl_Group and Fl_Scroll now resize themselves before
78          resizing their children (STR #2032)
79     <LI> Fixed adding an idle handler during a draw() call (STR #1950)
80     <LI> Improved stability of fl_read_image (STR #2021)
81     <LI> Fixed menu position close to screen border (STR #2057)
82
83</UL>
Note: See TracBrowser for help on using the repository browser.