summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
1999-01-29Fixed buttons in the menubarBill Spitzak
1999-01-27Updated to include <sys/select.h> as needed.Michael R Sweet
1999-01-27The README file had a bad link for the documentation, and had some errorsMichael R Sweet
1999-01-27Updated Makefile for shared libraries (wasn't copying both files).Michael R Sweet
1999-01-27Updated symbols image, and fixed a few more typos.Michael R Sweet
1999-01-27Fixes to documentation.Bill Spitzak
1999-01-26The about dialog was too small.Michael R Sweet
1999-01-26Lots of little GUI tweeks, capitalization changes, copyright update, etc.Michael R Sweet
1999-01-26Updated WIN32 clipboard file to be in the root directory to allow forMichael R Sweet
1999-01-26Applied a navigation bug fix from Bill.Michael R Sweet
1999-01-26Lots of documentation fixes, and added a new image for the Fluid chapter.Michael R Sweet
1999-01-26Commented out Help/Manual menu item since Help isn't implemented yet.Michael R Sweet
1999-01-25Updated copyright notice in FLUID.Michael R Sweet
1999-01-25Patch from Carl - inactive and contrast functions.Michael R Sweet
1999-01-24Patch from Bill so that non_modal windows can be maximized or iconified.Michael R Sweet
1999-01-24Patch from Bill so that Shift-Tab works on all systems.Michael R Sweet
1999-01-24Patch from Bill to allow users to click outside a menu to hide it withoutMichael R Sweet
1999-01-19Updated documentation with changes from Bill.Michael R Sweet
1999-01-19Added button images for documentation.Michael R Sweet
1999-01-19Fixed drawing of return button.Michael R Sweet