Skip to content

Commit

Permalink
More watcom fixes (STR #627)
Browse files Browse the repository at this point in the history
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3915 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
  • Loading branch information
michaelrsweet committed Nov 23, 2004
1 parent 7ca20dc commit 85c0090
Show file tree
Hide file tree
Showing 7 changed files with 714 additions and 647 deletions.
50 changes: 50 additions & 0 deletions ANNOUNCEMENT
Expand Up @@ -33,6 +33,32 @@ exceptions that allow for static linking.

Changes since FLTK 1.1.4 include:

- Documentation updates (STR #568, STR #570)
- Shortcuts were incorrectly underlined in multi-line
labels (STR #566)
- More CMake updates (STR #499)
- The Watcom C++ compiler needed a small change (STR
#567)
- Added DESTDIR support and now remove all man pages for
the "uninstall" target (STR #545)
- Fix PNG drawing on buggy WIN32 graphics cards (STR
#548)
- The configure script didn't propagate the CPPFLAGS
environment variable (STR #549)
- The numpad keys didn't work properly on WIN32 (STR
#502)
- fl_input() and friends now set the input focus to the
text field when the dialog is shown (STR #553)
- Fixed background color mixup when drawing Fl_Choice
menus (STR #544)
- Fixed MingW makefiles (STR #550)
- More VC++ project file tweaking (STR #559)
- Fl_PNG_Image didn't use the png_set_trns_to_alpha
function when available (STR #547)
- The FL_UNFOCUS event wasn't always sent when switching
tabs (STR #558)

[1.1.5rc3]
- Documentation updates (STR #505, STR #513)
- Updated PNG library source to 1.2.7.
- Updated ZLIB library source to 1.2.1.
Expand Down Expand Up @@ -326,6 +352,30 @@ exceptions that allow for static linking.

<UL>

<li>Documentation updates (<a href='str.php?L568'>STR #568</a>, <a href='str.php?L570'>STR #570</a>)
<li>Shortcuts were incorrectly underlined in multi-line
labels (<a href='str.php?L566'>STR #566</a>)
<li>More CMake updates (<a href='str.php?L499'>STR #499</a>)
<li>The Watcom C++ compiler needed a small change (<a href='str.php?L567'>STR #567</a>)
<li>Added DESTDIR support and now remove all man pages for
the "uninstall" target (<a href='str.php?L545'>STR #545</a>)
<li>Fix PNG drawing on buggy WIN32 graphics cards (<a href='str.php?L548'>STR #548</a>)
<li>The configure script didn't propagate the CPPFLAGS
environment variable (<a href='str.php?L549'>STR #549</a>)
<li>The numpad keys didn't work properly on WIN32 (<a href='str.php?L502'>STR #502</a>)
<li>fl_input() and friends now set the input focus to the
text field when the dialog is shown (<a href='str.php?L553'>STR #553</a>)
<li>Fixed background color mixup when drawing Fl_Choice
menus (<a href='str.php?L544'>STR #544</a>)
<li>Fixed MingW makefiles (<a href='str.php?L550'>STR #550</a>)
<li>More VC++ project file tweaking (<a href='str.php?L559'>STR #559</a>)
<li>Fl_PNG_Image didn't use the png_set_trns_to_alpha
function when available (<a href='str.php?L547'>STR #547</a>)
<li>The FL_UNFOCUS event wasn't always sent when switching
tabs (<a href='str.php?L558'>STR #558</a>)

<br /><i>[1.1.5rc3]</i>

<li>Documentation updates (<a href='http://www.fltk.org/str.php?L505'>STR #505</a>, <a href='http://www.fltk.org/str.php?L513'>STR #513</a>)
<li>Updated PNG library source to 1.2.7.
<li>Updated ZLIB library source to 1.2.1.
Expand Down
2 changes: 1 addition & 1 deletion CHANGES
Expand Up @@ -20,7 +20,7 @@ CHANGES IN FLTK 1.1.6
(STR #585)
- Fl_Text_Display didn't support CTRL/CMD-A/C (STR #601)
- Watcom fixes (STR #581, STR #584, STR #594, STR #595,
STR #623)
STR #623, STR #627)
- Fixed library include order when building DSOs on
MacOS X (STR #596)
- fl_xid() could cause a WIN32 application to crash (STR
Expand Down
6 changes: 2 additions & 4 deletions fluid/makefile.wat
@@ -1,5 +1,5 @@
#
# "$Id: makefile.wat,v 1.1.2.2 2004/11/21 14:32:21 easysw Exp $"
# "$Id: makefile.wat,v 1.1.2.3 2004/11/23 18:48:09 easysw Exp $"
#
# FLUID makefile for the Fast Light Tool Kit (FLTK).
#
Expand Down Expand Up @@ -45,8 +45,6 @@ OBJECTS = &

################################################################

EXTRA_LIBS = wsock32

!include ../watcom.mif

all: $(ODIR)/fluid$(EXEEXT)
Expand Down Expand Up @@ -74,5 +72,5 @@ rebuild:
./fluid -c widget_panel.fl

#
# End of "$Id: makefile.wat,v 1.1.2.2 2004/11/21 14:32:21 easysw Exp $".
# End of "$Id: makefile.wat,v 1.1.2.3 2004/11/23 18:48:09 easysw Exp $".
#

0 comments on commit 85c0090

Please sign in to comment.