-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated email addresses to point to fltk.org domain... Updated README and CHANGES files accordingly. Updated makeinclude and Makefile files to put -L../lib before the LDFLAGS/GLDFLAGS to avoid problem reported by Alexander. documentation/Makefile wasn't including makeinclude. Updated FLUID about window to show version 1.0.9. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1168 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
- Loading branch information
1 parent
a6abbc5
commit f87393a
Showing
313 changed files
with
989 additions
and
952 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,37 @@ | ||
CHANGES SINCE FLTK 1.0.8 | ||
|
||
- EMail changes - [email protected] now officially | ||
[email protected]. | ||
- The FLTK DLL project file didn't include fl_compose.cxx | ||
- Dropped the GCC -fno-rtti option since it caused problems | ||
with existing programs. | ||
- Moved the .fl rules back to the test directory. | ||
- Fixed some makefile and spec file problems. | ||
- Fixed hardware overlays. The problem was the new | ||
fl_clipped() code, which tests against the current window | ||
size. The hardware overlay code did not set the current | ||
window when drawing the overlay. I needed hardware overlay | ||
for DD's code, I'm not sure if these fixes are good enough to | ||
enable this in our general release. Hardware overlay still | ||
only works on SGI Irix. | ||
- Some patches to turn off the MSVC++ -Oa (assumme no aliasing) | ||
optimization flag. Suprisingly this only broke a few parts | ||
of fltk, or at least these are the only ones I found. | ||
- Does not unmap child windows when the main window is | ||
iconized. This reduces flashing when the window is | ||
deiconized. | ||
- Fl::key() is set to zero by all events except key down/up. | ||
This will allow you to reliably test if an event or callback | ||
was produced by a keystroke. Fixes the bug posted about | ||
stopping Escape from closing the window. | ||
- User defined cursors on OpenGL windows slowed down NT a | ||
*LOT*. Some attempts to fix this by turning off the cursor | ||
while drawing the window. | ||
- Filename completion in the file chooser works better on NT. | ||
Typing TAB fixes the case of everything you typed to match | ||
the shortest name that can be completed. | ||
|
||
|
||
CHANGES SINCE FLTK 1.0.7 | ||
|
||
- Many documentation changes/fixes/improvements. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.