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