summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
1999-02-01Added Craig P. Earls to the list of contributors.Michael R Sweet
1999-02-01OS/2 XFree86 changes from Alexander Mai.Michael R Sweet
1999-02-01Updated README and intro.html for a complete discussion on settingMichael R Sweet
1999-02-01Updated Fl_Chart to allocate entries dynamically. The previous "scrolling"Michael R Sweet
1999-02-01Updated configure.in for proper debug and optimization handling.Michael R Sweet
1999-02-01Fixed fl_line() bugs in for WIN32 - the documentation saysMichael R Sweet
1999-01-31Added optimization for SGI builds (mike: please run autoconf before makingBill Spitzak
1999-01-30Updated Fl_Browser documentationMichael R Sweet
1999-01-30Adds Fl_Browser::middleline(int) and Fl_Browser::bottomline(int).Carl E. Thompson
1999-01-29Moved fl_old_shortcut() from Fl_Menu_add.cxx to Fl.cxx so that using aCarl E. Thompson