summaryrefslogtreecommitdiff
path: root/FL
AgeCommit message (Expand)Author
2000-04-25Updated copyright notices for all of the 1.0.x files.Michael R Sweet
2000-04-11I made FL_NORMAL_SIZE into a public int variable. You can now change itBill Spitzak
2000-04-04Forgot to fix this fileBill Spitzak
2000-04-04Fl_Value_Input callback can call value() or destructor on the Fl_Value_InputBill Spitzak
2000-03-08Fix to compile on GCC 2.95.Carl E. Thompson
2000-03-05Moved FL_LEFT_MOUSE, FL_MIDDLE_MOUSE, and FL_RIGHT_MOUSE from forms.h toBill Spitzak
2000-02-25Updated version to 1.0.8.Michael R Sweet
2000-02-23New X function: fl_open_display(Display*) lets you run fltk on anBill Spitzak
2000-02-21Forgot to commit the header files and fixed documentation!Bill Spitzak
2000-01-05Added Fl.H required by an inline function if Fl_Repeat_Button.HBill Spitzak
1999-12-17Updated to 1.0.7.Michael R Sweet
1999-11-16Changes requested by Jeff MeiningerBill Spitzak
1999-10-16Changed the sgi -woff pragma to the new #define suggested by Michael Sweet.Bill Spitzak
1999-10-14Forgot to check in the header file changesBill Spitzak
1999-09-27Changes for 1.0.6 release.Michael R Sweet
1999-09-15Updated for FLTK 1.0.5.Michael R Sweet
1999-08-27Added missing FL_EXPORT to Fl_Window::resize()Bill Spitzak
1999-08-20Added inline function make_visible(n) to scroll it to show line n.Bill Spitzak
1999-08-09Dropped #pragma from x.H - first, it isn't supported by the 5.3 compilers,Michael R Sweet
1999-08-09It crashed when a group with exactly 1 child was deleted.Bill Spitzak
1999-07-22Pragma added around xlib.h to shut up the IRIX compiler warningsBill Spitzak
1999-07-10Added inline deactivate() method that calls Fl::remove_timeout()Michael R Sweet
1999-06-20Added inline destructor that calls Fl_Browser::clear() method...Michael R Sweet
1999-06-12Updated to 1.0.4...Michael R Sweet
1999-05-11Missing header files and FL_EXTERNs that prevented DLL's from compilingBill Spitzak
1999-05-01Updated version numbers to 1.0.3.Michael R Sweet
1999-04-18Updated patch version to 2 (1.0.2)Michael R Sweet
1999-04-17Fl::add_fd() structures are dynamically allocated so you can listen toBill Spitzak
1999-04-07Missing header guards in FL/math.h.gustavo
1999-03-25Updated patch version number to 1...Michael R Sweet
1999-03-18Changes from Luis Ibanez to make it compile under Borland.Bill Spitzak
1999-03-10Removed unused "u32" type...Michael R Sweet
1999-03-10Changes to dial so that counter-clockwise motion is supported if youBill Spitzak
1999-03-09Added missing FL_EXPORT stuff...Michael R Sweet
1999-03-08This adds support for the Fl_Dial::angles() method. This seems to workCarl E. Thompson
1999-02-23Oops - forgot that the OS/2 port doesn't use the WIN32 stuff - restoredMichael R Sweet
1999-02-23fl_ask.H didn't include Enumerations.H, so the DLL stuff wasn't defined.Michael R Sweet
1999-02-22Removed unused "FL_IMPORT" definition.Michael R Sweet
1999-02-19Updated Fl::x(), ::y(), ::w(), and ::h() to account for WIN32 trays.Michael R Sweet
1999-02-19Updated header files to only use FL_DLL stuff when compiledMichael R Sweet
1999-02-18Updated DLL stuff yet again... sigh...Michael R Sweet
1999-02-18Updated headers to only support DLLs under MSVC++.Michael R Sweet
1999-02-18Fl_Window::icon() used a parameter named "i", which conflicted with theMichael R Sweet
1999-02-18Updated DLL definitions for VC++ 6.0 - now define "FL_STATIC"Michael R Sweet
1999-02-16Updated headers to support WIN32 and OS/2 DLLs.Michael R Sweet
1999-02-09Fixed dirent.h compatibility file; was including fl_scandir.H instead ofMichael R Sweet
1999-02-03Put Fl::grab() into it's own source file. Rewritten as suggested so thatBill Spitzak
1999-02-01Updated Fl_Chart to allocate entries dynamically. The previous "scrolling"Michael R Sweet
1999-01-30Adds Fl_Browser::middleline(int) and Fl_Browser::bottomline(int).Carl E. Thompson
1999-01-26Applied a navigation bug fix from Bill.Michael R Sweet