summaryrefslogtreecommitdiff
path: root/FL
AgeCommit message (Expand)Author
2000-12-12Fl_Gl_Window does not set drawbuffer(BACKBUFFER) for single-bufferedBill Spitzak
2000-12-06APIENTRY doesn't need to be used for the font pointers in glut.HMichael R Sweet
2000-11-28One more try to fix the APIENTRY stuff in glut.h. The file gl.h nowBill Spitzak
2000-11-20Doco and header updates for 1.0.10.Michael R Sweet
2000-10-21Does not clear Fl::keysym on every event, this makes better back compatabilit...Bill Spitzak
2000-10-17Another attempt to get glut.h to work on WIN32.Bill Spitzak
2000-08-19Made Fl_Browser not hide the Fl_Widget::show() methodBill Spitzak
2000-07-29Added missing FL_EXPORT for format()Bill Spitzak
2000-06-21Changed the name of the new function from "add_interval_timeout" toBill Spitzak
2000-06-20Fixes to WORDWRAP modification to Fl_Input based on work done byBill Spitzak
2000-06-20Whoops, I screwed up the timeout callbacks a bit.Bill Spitzak
2000-06-16Added has_timeout() and has_idle() calls as suggested by Eric Sven Ristad.Bill Spitzak
2000-06-15Added a bunch of missing FL_EXTERN's to glut.h (I have not reallyBill Spitzak
2000-06-10Made sure all draw()s were protected and all handle()s were public. (MostCarl E. Thompson
2000-06-05OK, now version 1.0.9Michael R Sweet
2000-06-03Fixes for 1.0.8 I found:Bill Spitzak
2000-05-13Added Fl::first_window(window) to change which window is at the top ofBill Spitzak
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