index
:
fltk.git
master
FLTK fork - X11-only C++ widget toolkit with hand-written Makefile
nobody
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
1999-02-22
Updated makeinclude for Cygnus - fix from Rick Sayre.
Michael R Sweet
1999-02-22
Updated dist to initialize to INT_MAX (2^31 - 1) instead of UINT_MAX
Michael R Sweet
1999-02-22
Updated demo program to append d.exe or .exe to end of command name and
Michael R Sweet
1999-02-22
Workaround for VC++ 4.0 bug - can't initialize a pointer to a function
Michael R Sweet
1999-02-22
Added missing Fl_Color casts.
Michael R Sweet
1999-02-22
Call to atan2() needs (float) cast for arguments because HP overloads
Michael R Sweet
1999-02-22
Updated ifdef to be __hpux instead of hpux...
Michael R Sweet
1999-02-22
Now don't enable XDBE under SunOS or IRIX 6.3 or earlier.
Michael R Sweet
1999-02-22
Added ln -s for DSOs - must have gotten dropped in a previous update?
Michael R Sweet
1999-02-19
Fixed array_name() bug - now correctly handles arrays in different classes
Michael R Sweet
1999-02-19
Updated Fl::x(), ::y(), ::w(), and ::h() to account for WIN32 trays.
Michael R Sweet
1999-02-19
Updated docos for FL_DLL usage.
Michael R Sweet
1999-02-19
Changed "include_H_from_C" to default to 1 instead of 0.
Michael R Sweet
1999-02-19
Added comment parsing in _c_check().
Michael R Sweet
1999-02-19
Added modified patch from Tom Holroyd to support class "chaining".
Michael R Sweet
1999-02-19
Added fix from Tom Holroyd to call fl_elapsed() in Fl::add_timeout().
Michael R Sweet
1999-02-19
Fixed bug in write_static() method - when getting the menu_name() and
Michael R Sweet
1999-02-19
Updated header files to only use FL_DLL stuff when compiled
Michael R Sweet
1999-02-19
Changed WIN32 Debug targets to use incremental linkage.
Michael R Sweet
1999-02-19
Updated install rules to install files with write permission for the
Michael R Sweet
1999-02-19
Patch from Alexander Mai - Linux needs prototype hack just like AIX and
Michael R Sweet
1999-02-18
Updated DLL stuff yet again... sigh...
Michael R Sweet
1999-02-18
Updated Solaris scandir() check - the case statement was giving autoconf
Michael R Sweet
1999-02-18
Removed FL_STATIC definition from makeinclude file (no longer needed).
Michael R Sweet
1999-02-18
Updated headers to only support DLLs under MSVC++.
Michael R Sweet
1999-02-18
Updated documentation for OS/2, Cygnus, and MingW32 instructions.
Michael R Sweet
1999-02-18
Added top-level makefiles for Cygnus and MingW32 builds to avoid
Michael R Sweet
1999-02-18
Updated scandir() check to use FLTK scandir function instead of Sun
Michael R Sweet
1999-02-18
Fl_Window::icon() used a parameter named "i", which conflicted with the
Michael R Sweet
1999-02-18
Fixed typo in configure input (dns# instead of dnl#).
Michael R Sweet
1999-02-18
Updated DLL definitions for VC++ 6.0 - now define "FL_STATIC"
Michael R Sweet
1999-02-17
Updated README file in the lib directory for DLL info.
Michael R Sweet
1999-02-17
Updated documentation revision to 3.
Michael R Sweet
1999-02-17
Ampersand wasn't quoted in compose character table.
Michael R Sweet
1999-02-17
Fix from Bill for infinite loop problem when moving groups of widgets.
Michael R Sweet
1999-02-17
Patch from Bill that adds virtual method support.
Michael R Sweet
1999-02-16
Removed extra "events" target from enumerations.html.
Michael R Sweet
1999-02-16
Updated headers to support WIN32 and OS/2 DLLs.
Michael R Sweet
1999-02-16
Updated Fl_Dial to use atan2() to avoid possible math errors and reduce
Michael R Sweet
1999-02-16
Patch from Bill - not freeing bitmap array?
Michael R Sweet
1999-02-16
Updated the makeinclude and config files to have the standard headers.
Michael R Sweet
1999-02-16
Removed fl_line_style.cxx from makefile...
Michael R Sweet
1999-02-16
Whoops - missed a closing bracket...
Michael R Sweet
1999-02-16
Menu item numbering bug fix from Bill.
Michael R Sweet
1999-02-16
Patch from Jim Hourihan that adds symbol support to Fl_Choice.
Michael R Sweet
1999-02-09
Fixed dirent.h compatibility file; was including fl_scandir.H instead of
Michael R Sweet
1999-02-03
Fixed documentation for Fl::grab()
Bill Spitzak
1999-02-03
Put Fl::grab() into it's own source file. Rewritten as suggested so that
Bill Spitzak
1999-02-02
Fl_abort.cxx didn't include <config.h>, and didn't conditionally declare
Michael R Sweet
1999-02-01
Added a section on damage() for widget writers.
Michael R Sweet
[next]