Update announcement with edited changelog.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4767 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Michael R Sweet 2006-01-18 02:25:56 +00:00
parent db822d2fd9
commit 3fa9dd7dbd

View File

@ -1,119 +1,349 @@
The FLTK Team is proud to announce the release of FLTK 1.1.6, The FLTK Team is proud to announce the release of FLTK 1.1.7,
a cross-platform C++ GUI toolkit for UNIX(r)/Linux(r) (X11), a cross-platform C++ GUI toolkit for UNIX(r)/Linux(r) (X11),
Microsoft(r) Windows(r), and MacOS(r) X. FLTK provides Microsoft(r) Windows(r), and MacOS(r) X. FLTK provides
modern GUI functionality without the bloat and supports 3D modern GUI functionality without the bloat and supports 3D
graphics via OpenGL(r) and its built-in GLUT emulation. graphics via OpenGL(r) and its built-in GLUT emulation.
FLTK 1.1.6 fixes bugs in the Visual C++ and Watcom support FLTK 1.1.7 fixes many bugs, adds some new example programs, and
files, a crash bug on Windows, default parameter support and adds many new improvements to the FLUID software including
widget position information in FLUID, window positioning multi-level undo, syntax highlighting in all code fields, widget
problems with with newer releases of KDE and OSX, copy shortcuts alignment and sizing guides, dialog templates, widget subclasses,
in the Fl_Text_Display widget, and a side-effect in the and printing and testing of user interfaces within FLUID.
Fl_Browser::remove_() method. The new release also adds the 2.0
copy_label() method for widgets and a delete_widget() method for
callbacks.
FLTK is provided under the GNU Library Public License with FLTK is provided under the GNU Library Public License with
exceptions that allow for static linking. exceptions that allow for static linking.
Changes since FLTK 1.1.5 include: Changes since FLTK 1.1.6 include:
- Documentation updates (STR #552, STR #608) - Added Fl::screen_count() and Fl::screen_xywh() APIs to
- Added the 2.0 Fl_Widget::copy_label() method to support multi-screen displays.
allow FLTK 1.x applications to have their label - Added Greg Ercolano's simple Fl_Input_Choice widget
strings managed by FLTK (STR #630) which is a combination of the Fl_Input and
- Added Fl::delete_widget() method to safely delete Fl_Menu_Button widgets (STR #650)
widgets in callback methods (STR #629) - Added many new FLUID features: syntax highlighting,
- Fl_Widget::damage(uchar,int,int,int,int) didn't clip multi-level undo, templates, comments, live code view,
the bounding box properly (STR #626) live UI test, alignment/sizing guides, printing, and
- Windows could appear on the wrong screen on OSX (STR widget subclassing!
#628) - Documentation fixes (STR #571, STR #648, STR #692, STR
- Fl_Double_Window produced an error on resize with X11 #730, STR #744, STR #745, STR #931, STR #942, STR #960,
- FLUID didn't display menu items using images properly STR #969)
(STR #564) - Build system fixes (STR #636, STR #638, STR #645, STR
- Fl_Sys_Menu_Bar didn't compile on case-sensitive #724, STR #774, STR #863, STR #893, STR #926, STR #972,
file-systems (STR #622) STR #995, STR #996, STR #997, STR #1087, STR #1123)
- FLUID didn't handle default function parameters - fltk-config fixes (STR #840, STR #868, STR #869)
properly (STR #579) - Threading fixes (STR #1138)
- Moving or resizing widgets in FLUID didn't always - X11 fixes (STR #711, STR #933, STR #1012)
update the widget panel (STR #600) - MacOS fixes (STR #602, STR #662, STR #765, STR #804,
- FLTK windows could appear off-screen on X11 (STR #586) STR #905, STR #908, STR #968, STR #1099)
- The configure script did not support - WIN32 fixes (STR #647, STR #726, STR #821, STR #828,
--disable-localfoo to completely disable image file STR #831, STR #848, STR #862, STR #905, STR #961, STR
support (STR #582) #968, STR #1007, STR #1019, STR #1079, STR #1104)
- The Visual C++ 6.0 project files still listed the old - Drawing API fixes (STR #837, STR #924, STR
JPEG, PNG, and ZLIB library names (STR #577) #1052)
- Fixed the scandir() conditional code for HP-UX 11i - Filename handling fixes (STR #741, STR #816, STR #854,
(STR #585) STR #874)
- Fl_Text_Display didn't support CTRL/CMD-A/C (STR #601) - Plastic scheme fixes (STR #769, STR #841, STR #852, STR
- Watcom fixes (STR #581, STR #584, STR #594, STR #595, #906)
STR #623, STR #627) - Image class fixes (STR #632, STR #652, STR #676, STR
- Fixed library include order when building DSOs on #739, STR #825, STR #914, STR #915, STR #918)
MacOS X (STR #596) - FLUID fixes (STR #668, STR #701, STR #718, STR #742,
- fl_xid() could cause a WIN32 application to crash (STR STR #776, STR #783, STR #784, STR #790, STR #791, STR
#560, STR #576, STR #618) #798, STR #799, STR #850, STR #851, STR #873, STR #879,
- Fl_Browser::remove_() removed the item from the list STR #891, STR #904, STR #912, STR #959, STR #964, STR
before computing the item height, which caused #979, STR #984, STR #999, STR #1129)
problems with some programs (STR #613) - Example program fixes (STR #777, STR #809, STR #843,
STR #867, STR #909)
- Fl_Widget fixes (STR #643, STR #707, STR #860, STR
#910)
- Browser widget fixes (STR #681, STR #729, STR #786, STR
#834, STR #839, STR #967)
- Fl_Chart would draw outside its bounding box (STR #780)
- Fl_Clock_Output::value() did not return the previously
set value (STR #748)
- Fl_File_Chooser fixes (STR #653, STR #654, STR #746,
STR #747, STR #766, STR #770, STR #811, STR #819, STR
#884, STR #958, STR #970)
- Fl_Help_View fixes (STR #631, STR #768, STR #815, STR
#871, STR #998)
- Input widget fixes (STR #727, STR #836, STR #903, STR
#941, STR #981)
- Menu widget fixes (STR #637, STR #651, STR #685, STR
#704, STR #706, STR #740, STR #781, STR #795, STR #973,
STR #1140, STR #1143, STR #1144)
- Fl_Preferences fixes (STR #720, STR #872, STR #1025)
- Fl_Scrollbar didn't compute the correct knob size when
using the "nice" types (STR #845)
- Fl_Tabs fixes (STR #870, STR #882)
- Fl_Text_Display/Editor fixes (STR #635, STR #762, STR
#915, STR #1069, STR #1122)
- Valuator widget fixes (STR #911, STR #971, STR #1037)
- Window widget fixes (STR #641, STR #723, STR #886, STR
#898)
- FL_SHADOW_BOX/FRAME drew outside of the bounding box
(STR #694)
- Fl::delete_widget would hang fl_wait() after deleting the
window (STR #679)
- Fl::event_number() didn't always match the value sent
to the handle() method (STR #634)
- Fl::paste() would sometimes not recoginze external
changes of the clipboard (STR #722)
- Fixed fl_message() code so that it does not get
accidentaly addded to the current group (STR #253)
- The keyboard shortcut handling code did not handle
8-bit characters properly (STR #731)
----HTML---- ----HTML----
<P>The FLTK Team is proud to announce the release of FLTK 1.1.6, <P>The FLTK Team is proud to announce the release of FLTK 1.1.7,
a cross-platform C++ GUI toolkit for UNIX&reg;/Linux&reg; (X11), a cross-platform C++ GUI toolkit for UNIX&reg;/Linux&reg; (X11),
Microsoft&reg; Windows&reg;, and MacOS&reg; X. FLTK provides Microsoft&reg; Windows&reg;, and MacOS&reg; X. FLTK provides
modern GUI functionality without the bloat and supports 3D modern GUI functionality without the bloat and supports 3D
graphics via OpenGL&reg; and its built-in GLUT emulation. graphics via OpenGL&reg; and its built-in GLUT emulation.
<P>FLTK 1.1.6 fixes bugs in the Visual C++ and Watcom support <P>FLTK 1.1.7 fixes many bugs, adds some new example programs, and
files, a crash bug on Windows, default parameter support and adds many new improvements to the FLUID software including
widget position information in FLUID, window positioning multi-level undo, syntax highlighting in all code fields, widget
problems with with newer releases of KDE and OSX, copy shortcuts alignment and sizing guides, the ability to create widget
in the Fl_Text_Display widget, and a side-effect in the subclasses, and the ability to print and test your user
Fl_Browser::remove_() method. The new release also adds the 2.0 interfaces within FLUID.
copy_label() method for widgets and a delete_widget() method for
callbacks.
<P>FLTK is provided under the GNU Library Public License with <P>FLTK is provided under the GNU Library Public License with
exceptions that allow for static linking. exceptions that allow for static linking.
<P>Changes since FLTK 1.1.5 include: <P>Changes since FLTK 1.1.6 include:
<UL> <UL>
<li>Documentation updates (<a href='str.php?L552'>STR #552</a>, <a href='str.php?L608'>STR #608</a>) <li>Added Fl::screen_count() and Fl::screen_xywh() APIs to
<li>Added the 2.0 Fl_Widget::copy_label() method to support multi-screen displays.</li>
allow FLTK 1.x applications to have their label
strings managed by FLTK (<a href='str.php?L630'>STR #630</a>) <li>Added Greg Ercolano's simple Fl_Input_Choice widget
<li>Added Fl::delete_widget() method to safely delete which is a combination of the Fl_Input and Fl_Menu_Button
widgets in callback methods (<a href='str.php?L629'>STR #629</a>) widgets (<a href='str.php?L650'>STR #650</a>)</li>
<li>Fl_Widget::damage(uchar,int,int,int,int) didn't clip
the bounding box properly (<a href='str.php?L626'>STR #626</a>) <li>Added many new FLUID features: syntax highlighting,
<li>Windows could appear on the wrong screen on OSX (<a href='str.php?L628'>STR #628</a>) multi-level undo, templates, comments, live code view,
<li>Fl_Double_Window produced an error on resize with X11 live UI test, alignment/sizing guides, printing, and
<li>FLUID didn't display menu items using images properly widget subclassing!</li>
(<a href='str.php?L564'>STR #564</a>)
<li>Fl_Sys_Menu_Bar didn't compile on case-sensitive <li>Documentation fixes (<a href='str.php?L571'>STR
file-systems (<a href='str.php?L622'>STR #622</a>) #571</a>, <a href='str.php?L648'>STR #648</a>, <a
<li>FLUID didn't handle default function parameters href='str.php?L692'>STR #692</a>, <a
properly (<a href='str.php?L579'>STR #579</a>) href='str.php?L730'>STR #730</a>, <a
<li>Moving or resizing widgets in FLUID didn't always href='str.php?L744'>STR #744</a>, <a
update the widget panel (<a href='str.php?L600'>STR #600</a>) href='str.php?L745'>STR #745</a>, <a
<li>FLTK windows could appear off-screen on X11 (<a href='str.php?L586'>STR #586</a>) href='str.php?L931'>STR #931</a>, <a
<li>The configure script did not support href='str.php?L942'>STR #942</a>, <a
--disable-localfoo to completely disable image file href='str.php?L960'>STR #960</a>, <a
support (<a href='str.php?L582'>STR #582</a>) href='str.php?L969'>STR #969</a>)</li>
<li>The Visual C++ 6.0 project files still listed the old
JPEG, PNG, and ZLIB library names (<a href='str.php?L577'>STR #577</a>) <li>Build system fixes (<a href='str.php?L636'>STR
<li>Fixed the scandir() conditional code for HP-UX 11i #636</a>, <a href='str.php?L638'>STR #638</a>, <a
(<a href='str.php?L585'>STR #585</a>) href='str.php?L645'>STR #645</a>, <a
<li>Fl_Text_Display didn't support CTRL/CMD-A/C (<a href='str.php?L601'>STR #601</a>) href='str.php?L724'>STR #724</a>, <a
<li>Watcom fixes (<a href='str.php?L581'>STR #581</a>, <a href='str.php?L584'>STR #584</a>, <a href='str.php?L594'>STR #594</a>, <a href='str.php?L595'>STR #595</a>, href='str.php?L774'>STR #774</a>, <a
<a href='str.php?L623'>STR #623</a>, <a href='str.php?L627'>STR #627</a>) href='str.php?L863'>STR #863</a>, <a
<li>Fixed library include order when building DSOs on href='str.php?L893'>STR #893</a>, <a
MacOS X (<a href='str.php?L596'>STR #596</a>) href='str.php?L926'>STR #926</a>, <a
<li>fl_xid() could cause a WIN32 application to crash (<a href='str.php?L560'>STR #560</a>, <a href='str.php?L576'>STR #576</a>, <a href='str.php?L618'>STR #618</a>) href='str.php?L972'>STR #972</a>, <a
<li>Fl_Browser::remove_() removed the item from the list href='str.php?L995'>STR #995</a>, <a
before computing the item height, which caused href='str.php?L996'>STR #996</a>, <a
problems with some programs (<a href='str.php?L613'>STR #613</a>) href='str.php?L997'>STR #997</a>, <a
href='str.php?L1087'>STR #1087</a>, <a
href='str.php?L1123'>STR #1123</a>)</li>
<li>fltk-config fixes (<a href='str.php?L840'>STR
#840</a>, <a href='str.php?L868'>STR #868</a>, <a
href='str.php?L869'>STR #869</a>)</li>
<li>Threading fixes (<a href='str.php?L1138'>STR
#1138</a>)</li>
<li>X11 fixes (<a href='str.php?L711'>STR #711</a>, <a
href='str.php?L933'>STR #933</a>, <a href='str.php?L1012'>STR
#1012</a>)</li>
<li>MacOS fixes (<a href='str.php?L602'>STR #602</a>, <a
href='str.php?L662'>STR #662</a>, <a
href='str.php?L765'>STR #765</a>, <a
href='str.php?L804'>STR #804</a>, <a
href='str.php?L905'>STR #905</a>, <a
href='str.php?L908'>STR #908</a>, <a
href='str.php?L968'>STR #968</a>, <a
href='str.php?L1099'>STR #1099</a>)</li>
<li>WIN32 fixes (<a href='str.php?L647'>STR #647</a>, <a
href='str.php?L726'>STR #726</a>, <a
href='str.php?L821'>STR #821</a>, <a
href='str.php?L828'>STR #828</a>, <a
href='str.php?L831'>STR #831</a>, <a
href='str.php?L848'>STR #848</a>, <a
href='str.php?L862'>STR #862</a>, <a
href='str.php?L905'>STR #905</a>, <a
href='str.php?L961'>STR #961</a>, <a
href='str.php?L968'>STR #968</a>, <a
href='str.php?L1007'>STR #1007</a>, <a
href='str.php?L1019'>STR #1019</a>, <a
href='str.php?L1079'>STR #1079</a>, <a
href='str.php?L1104'>STR #1104</a>)</li>
<li>Drawing API fixes (<a href='str.php?L837'>STR
#837</a>, <a href='str.php?L924'>STR #924</a>, <a
href='str.php?L1052'>STR #1052</a>)</li>
<li>Filename handling fixes (<a href='str.php?L741'>STR
#741</a>, <a href='str.php?L816'>STR #816</a>, <a
href='str.php?L854'>STR #854</a>, <a
href='str.php?L874'>STR #874</a>)</li>
<li>Plastic scheme fixes (<a href='str.php?L769'>STR
#769</a>, <a href='str.php?L841'>STR #841</a>, <a
href='str.php?L852'>STR #852</a>, <a
href='str.php?L906'>STR #906</a>)</li>
<li>Image class fixes (<a href='str.php?L632'>STR
#632</a>, <a href='str.php?L652'>STR #652</a>, <a
href='str.php?L676'>STR #676</a>, <a
href='str.php?L739'>STR #739</a>, <a
href='str.php?L825'>STR #825</a>, <a
href='str.php?L914'>STR #914</a>, <a
href='str.php?L915'>STR #915</a>, <a
href='str.php?L918'>STR #918</a>)</li>
<li>FLUID fixes (<a href='str.php?L668'>STR #668</a>, <a
href='str.php?L701'>STR #701</a>, <a
href='str.php?L718'>STR #718</a>, <a
href='str.php?L742'>STR #742</a>, <a
href='str.php?L776'>STR #776</a>, <a
href='str.php?L783'>STR #783</a>, <a
href='str.php?L784'>STR #784</a>, <a
href='str.php?L790'>STR #790</a>, <a
href='str.php?L791'>STR #791</a>, <a
href='str.php?L798'>STR #798</a>, <a
href='str.php?L799'>STR #799</a>, <a
href='str.php?L850'>STR #850</a>, <a
href='str.php?L851'>STR #851</a>, <a
href='str.php?L873'>STR #873</a>, <a
href='str.php?L879'>STR #879</a>, <a
href='str.php?L891'>STR #891</a>, <a
href='str.php?L904'>STR #904</a>, <a
href='str.php?L912'>STR #912</a>, <a
href='str.php?L959'>STR #959</a>, <a
href='str.php?L964'>STR #964</a>, <a
href='str.php?L979'>STR #979</a>, <a
href='str.php?L984'>STR #984</a>, <a
href='str.php?L999'>STR #999</a>, <a
href='str.php?L1129'>STR #1129</a>)</li>
<li>Example program fixes (<a href='str.php?L777'>STR
#777</a>, <a href='str.php?L809'>STR #809</a>, <a
href='str.php?L843'>STR #843</a>, <a
href='str.php?L867'>STR #867</a>, <a
href='str.php?L909'>STR #909</a>)</li>
<li>Fl_Widget fixes (<a href='str.php?L643'>STR #643</a>,
<a href='str.php?L707'>STR #707</a>, <a
href='str.php?L860'>STR #860</a>, <a
href='str.php?L910'>STR #910</a>)</li>
<li>Browser widget fixes (<a href='str.php?L681'>STR
#681</a>, <a href='str.php?L729'>STR #729</a>, <a
href='str.php?L786'>STR #786</a>, <a
href='str.php?L834'>STR #834</a>, <a
href='str.php?L839'>STR #839</a>, <a
href='str.php?L967'>STR #967</a>)</li>
<li>Fl_Chart would draw outside its bounding box (<a
href='str.php?L780'>STR #780</a>)</li>
<li>Fl_Clock_Output::value() did not return the
previously set value (<a href='str.php?L748'>STR
#748</a>)</li>
<li>Fl_File_Chooser fixes (<a href='str.php?L653'>STR
#653</a>, <a href='str.php?L654'>STR #654</a>, <a
href='str.php?L746'>STR #746</a>, <a
href='str.php?L747'>STR #747</a>, <a
href='str.php?L766'>STR #766</a>, <a
href='str.php?L770'>STR #770</a>, <a
href='str.php?L811'>STR #811</a>, <a
href='str.php?L819'>STR #819</a>, <a
href='str.php?L884'>STR #884</a>, <a
href='str.php?L958'>STR #958</a>, <a
href='str.php?L970'>STR #970</a>)</li>
<li>Fl_Help_View fixes (<a href='str.php?L631'>STR
#631</a>, <a href='str.php?L768'>STR #768</a>, <a
href='str.php?L815'>STR #815</a>, <a
href='str.php?L871'>STR #871</a>, <a
href='str.php?L998'>STR #998</a>)</li>
<li>Input widget fixes (<a href='str.php?L727'>STR
#727</a>, <a href='str.php?L836'>STR #836</a>, <a
href='str.php?L903'>STR #903</a>, <a
href='str.php?L941'>STR #941</a>, <a
href='str.php?L981'>STR #981</a>)</li>
<li>Menu widget fixes (<a href='str.php?L637'>STR
#637</a>, <a href='str.php?L651'>STR #651</a>, <a
href='str.php?L685'>STR #685</a>, <a
href='str.php?L704'>STR #704</a>, <a
href='str.php?L706'>STR #706</a>, <a
href='str.php?L740'>STR #740</a>, <a
href='str.php?L781'>STR #781</a>, <a
href='str.php?L795'>STR #795</a>, <a
href='str.php?L973'>STR #973</a>, <a
href='str.php?L1140'>STR #1140</a>, <a
href='str.php?L1143'>STR #1143</a>, <a
href='str.php?L1144'>STR #1144</a>)</li>
<li>Fl_Preferences fixes (<a href='str.php?L720'>STR
#720</a>, <a href='str.php?L872'>STR #872</a>, <a
href='str.php?L1025'>STR #1025</a>)</li>
<li>Fl_Scrollbar didn't compute the correct knob size
when using the "nice" types (<a href='str.php?L845'>STR
#845</a>)</li>
<li>Fl_Tabs fixes (<a href='str.php?L870'>STR #870</a>,
<a href='str.php?L882'>STR #882</a>)</li>
<li>Fl_Text_Display/Editor fixes (<a
href='str.php?L635'>STR #635</a>, <a
href='str.php?L762'>STR #762</a>, <a
href='str.php?L915'>STR #915</a>, <a
href='str.php?L1069'>STR #1069</a>, <a
href='str.php?L1122'>STR #1122</a>)</li>
<li>Valuator widget fixes (<a href='str.php?L911'>STR
#911</a>, <a href='str.php?L971'>STR #971</a>, <a
href='str.php?L1037'>STR #1037</a>)</li>
<li>Window widget fixes (<a href='str.php?L641'>STR
#641</a>, <a href='str.php?L723'>STR #723</a>, <a
href='str.php?L886'>STR #886</a>, <a
href='str.php?L898'>STR #898</a>)</li>
<li>FL_SHADOW_BOX/FRAME drew outside of the bounding box
(<a href='str.php?L694'>STR #694</a>)</li>
<li>Fl::delete_widget would hang fl_wait() after deleting
the window (<a href='str.php?L679'>STR #679</a>)</li>
<li>Fl::event_number() didn't always match the value sent
to the handle() method (<a href='str.php?L634'>STR
#634</a>)</li>
<li>Fl::paste() would sometimes not recoginze external
changes of the clipboard (<a href='str.php?L722'>STR
#722</a>)</li>
<li>Fixed fl_message() code so that it does not get
accidentaly addded to the current group (<a
href='str.php?L253'>STR #253</a>)</li>
<li>The keyboard shortcut handling code did not handle
8-bit characters properly (<a href='str.php?L731'>STR
#731</a>)</li>
</UL> </UL>