diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2003-05-26 14:31:59 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2003-05-26 14:31:59 +0000 |
| commit | b0a660f433d548e9747d1678fb983be1019c95f3 (patch) | |
| tree | d4064677e901f7328bfdd8ee90a7fd6607eee6cf | |
| parent | 3aebbc01dc953b21710c4a65327783f742c3bf99 (diff) | |
Add announcement file.
Update FLTK spec file.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3003 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
| -rw-r--r-- | ANNOUNCEMENT | 89 | ||||
| -rw-r--r-- | fltk.spec | 6 |
2 files changed, 92 insertions, 3 deletions
diff --git a/ANNOUNCEMENT b/ANNOUNCEMENT new file mode 100644 index 000000000..ec76f38c9 --- /dev/null +++ b/ANNOUNCEMENT @@ -0,0 +1,89 @@ +<P>The FLTK Team is proud to announce the release of FLTK 1.1.3, +a cross-platform C++ GUI toolkit for UNIX®/Linux® (X11), +Microsoft® Windows®, and MacOS® X. FLTK provides +modern GUI functionality without the bloat and supports 3D +graphics via OpenGL® and its built-in GLUT emulation. + +<P>The FLTK 1.1.3 release is primarily a bug-fix release +including several MacOS X drawing and OpenGL bugs. The new +release also adds support for up to 2 additional qualifiers +before a class name in FLUID. + +<P>FLTK is provided under the GNU Library Public License with +exceptions that allow for static linking. + +<P>Changes since FLTK 1.1.2 include: + +<UL> + + <LI>Documentation updates. + + <LI>FLTK now ignores KeyRelease events when X11 sends them + for repeating keys. + + <LI>FLUID now supports up to two additional qualifiers + before a class name (FL_EXPORT, etc.) to aide in + developing DLL interfaces for WIN32. + + <LI>Additional NULL checks in Fl_Button, + fl_draw_boxtype(), Fl_File_Chooser, and + Fl_Window::hotspot(). + + <LI>The Fl_Preferences header file needed to FL_EXPORT all + of the nested classes for WIN32. + + <LI>Fl_Double_Window couldn't be nested on WIN32. [SF Bug + #658219] + + <LI>Fl_Slider didn't call the callback function when the + user changed the value using the keyboard and the + "when" condition was FL_WHEN_RELEASE. [SF Bug #647072] + + <LI>Lines with less than 2 unique vertices and polygons + with less the 3 unique vertices were not drawn + properly. [SF Bug #647067] + + <LI>The size_range() values were not honored under MacOS + X. [SF Bug #647074] + + <LI>OpenGL windows didn't resize correctly on MacOS X. + [SF Bug #667855] + + <LI>The menus incorrectly used the overlay visual when one + or more menu items contained an image. [SF Bug #653846] + + <LI>Changed some error messages to use Fl::error() instead + of fprintf()... + + <LI>Fl_Text_Buffer and Fl_Text_Display used free to free + memory that was allocated using the new operator. + + <LI>Tweeked the plastic scheme under MacOSX to better + match the colors. + + <LI>The Fl_Image.H always included the x.H header file, + which included many system headers that could + interfere with normal GUI applications. It now uses + the corresponding based types for the image id and + mask to avoid this. + + <LI>The FLUID widget panel wasn't sorted, so keyboard + navigation was strange. [SF Bug #647069] + + <LI>Fl_Scroll didn't compute the location of labels to the + right or below when determining the area to erase. + + <LI>Added backward-compatibility macro for + filename_setext(). + + <LI>Fl_Bitmap::copy(), Fl_Pixmap::copy(), and + Fl_RGB_Image::copy() all could overflow the source + image when scaling the image. + + <LI>Double/triple clicks in Fl_Input fields didn't copy + the expanded selection to the clipboard. + + <LI>Fl_Glut_Window and Fl_Gl_Window didn't always initialize + the OpenGL context on MacOS. + +</UL> @@ -1,5 +1,5 @@ # -# "$Id: fltk.spec,v 1.1.2.9.2.22 2003/02/13 21:58:03 easysw Exp $" +# "$Id: fltk.spec,v 1.1.2.9.2.23 2003/05/26 14:31:59 easysw Exp $" # # RPM spec file for FLTK. # @@ -23,7 +23,7 @@ # Please report all bugs and problems to "fltk-bugs@fltk.org". # -%define version 1.1.4 +%define version 1.1.4rc1 %define release 0 %define prefix /usr @@ -96,5 +96,5 @@ rm -rf $RPM_BUILD_ROOT %{prefix}/share/doc/fltk/* # -# End of "$Id: fltk.spec,v 1.1.2.9.2.22 2003/02/13 21:58:03 easysw Exp $". +# End of "$Id: fltk.spec,v 1.1.2.9.2.23 2003/05/26 14:31:59 easysw Exp $". # |
