summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-22Added ln -s for DSOs - must have gotten dropped in a previous update?Michael R Sweet
1999-02-19Updated Fl::x(), ::y(), ::w(), and ::h() to account for WIN32 trays.Michael R Sweet
1999-02-19Added fix from Tom Holroyd to call fl_elapsed() in Fl::add_timeout().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-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-16Removed fl_line_style.cxx from makefile...Michael R Sweet
1999-02-16Patch from Jim Hourihan that adds symbol support to Fl_Choice.Michael R Sweet
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-01OS/2 XFree86 changes from Alexander Mai.Michael R Sweet
1999-02-01Updated Fl_Chart to allocate entries dynamically. The previous "scrolling"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-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-27Updated Makefile for shared libraries (wasn't copying both files).Michael R Sweet
1999-01-27Fixes to documentation.Bill Spitzak
1999-01-26Applied a navigation bug fix from Bill.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-19Fixed drawing of return button.Michael R Sweet
1999-01-19Fixes from Bill for menu scrolling errors.Michael R Sweet
1999-01-19Fixes from Bill:Michael R Sweet
1999-01-19Fix from Bill - global shortcuts now work for the menubar as well.Michael R Sweet
1999-01-19Fix from Bill - removed code that was sending extra events.Michael R Sweet
1999-01-13Fixed missing include file (<sys/time.h>)Michael R Sweet
1999-01-13Didn't need to define a replacement for getcwd() under Windows...Michael R Sweet
1999-01-13Fl_Clock fixes for WIN32 from Bill.Michael R Sweet
1999-01-13More color fixes from Bill.Michael R Sweet
1999-01-13More color fixes from Bill - contrast function not right, and movedMichael R Sweet
1999-01-13Fixes from Bill:Michael R Sweet
1999-01-13Fixes from Bill:Michael R Sweet
1999-01-07Updated file chooser and matching from Bill (better for WIN32).Michael R Sweet
1999-01-07Yay, change all copyright notices to be 1998-1999.Michael R Sweet
1999-01-07Fixed FD stuff for WIN32.Michael R Sweet
1999-01-07Removed old inactive function.Michael R Sweet
1999-01-07More double-buffering and region code stuff from Bill.Michael R Sweet
1999-01-07Double-buffered window speedup from Bill.Michael R Sweet