summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
1999-10-23Calling deactivate() from a non-displayed widget could cause an infiniteBill Spitzak
1999-10-19Fixed configure uversion for Irix 6.5Bill Spitzak
1999-10-16Changed the sgi -woff pragma to the new #define suggested by Michael Sweet.Bill Spitzak
1999-10-15I fixed Fl_Tabs so that child tabs can be added/removed without anyBill Spitzak
1999-10-15Fixed the shiny demo (and a DD program). Note: this fix is notBill Spitzak
1999-10-14Forgot to check in the header file changesBill Spitzak
1999-10-14These are some (hopefully minor) changes we keep needing to edit intoBill Spitzak
1999-09-27Changes for 1.0.6 release.Michael R Sweet
1999-09-20Fl_Repeat_Button removes the timeout if it is deactivated or hiddenBill Spitzak
1999-09-16Fixed some WIN32 bugs found in 1.0.5:Bill Spitzak
1999-09-15Added missing README file...Michael R Sweet
1999-09-15Fixed typos...Michael R Sweet
1999-09-15Updated for FLTK 1.0.5.Michael R Sweet
1999-09-15Added Fl_Roller fix from 2.0 tree.Michael R Sweet
1999-09-15Fixed long-standing bug reported by Rick Sayre in Fl_Browser_ - if theMichael R Sweet
1999-09-10The arrow patch is in!Bill Spitzak
1999-09-08Does not write "extern foo *bar" declarations twice.Bill Spitzak
1999-08-27Added missing FL_EXPORT to Fl_Window::resize()Bill Spitzak
1999-08-25Now correctly draws XPM files with 16-bit color indexes.Bill Spitzak
1999-08-22Changed call_timeouts() and Fl::wait()/wait(double). The wait functions will ...gustavo
1999-08-20Added inline function make_visible(n) to scroll it to show line n.Bill Spitzak
1999-08-17You can make virtual destructorsBill Spitzak
1999-08-09Fixed compile error with gcc 2.95 - the "d" string needed to be cast toMichael R Sweet
1999-08-09Don't need ::write_declare, just write_declare...Michael R Sweet
1999-08-09Dropped #pragma from x.H - first, it isn't supported by the 5.3 compilers,Michael R Sweet
1999-08-09Fixed configure.in for HP-UX - wasn't detecting vsnprintf and snprintfMichael R Sweet
1999-08-09It crashed when a group with exactly 1 child was deleted.Bill Spitzak
1999-08-05Added Chrisophe Kalt's patch to add "extern "C"" to functionsBill Spitzak
1999-08-05Fixed so that a public declaration like #include "Foo" is written to theBill Spitzak
1999-07-31Put in a meta tag that is supposed to stop search engines from searchingBill Spitzak
1999-07-31String output (for images in the C code) does not produce trigraphsBill Spitzak
1999-07-29Fixed link to XPaint...Michael R Sweet
1999-07-27Can draw xpm pixmaps with spaces in the color names (such as the ones inBill Spitzak
1999-07-22FL_KEYBOARD events have the correct x/y when sent to child X windows.Bill Spitzak
1999-07-22Pragma added around xlib.h to shut up the IRIX compiler warningsBill Spitzak
1999-07-21Fixed core dump when drawing with a font but it hadn't been previous set.Carl E. Thompson
1999-07-12Removed patch - didn't fix problem.Carl E. Thompson
1999-07-12Testing a possible Fl_Menu_::add() bug fix...Michael R Sweet
1999-07-10Added inline deactivate() method that calls Fl::remove_timeout()Michael R Sweet
1999-07-09Fl_Decl_Type::write_code1() didn't work for class destructors.Michael R Sweet
1999-07-06Added "delete local_array[]" to Fl_Menu_Item::insert().Michael R Sweet
1999-06-20Added inline destructor that calls Fl_Browser::clear() method...Michael R Sweet
1999-06-16Was escaping characters from 0x80 to 0x9f, but these are used by theMichael R Sweet
1999-06-12Put curley braces around selection clear code to work aroundMichael R Sweet
1999-06-12Updates for 1.0.4.Michael R Sweet
1999-06-12Updated to 1.0.4...Michael R Sweet
1999-06-12Final fix (I hope) for WIN32 selection code (now check against all windowsMichael R Sweet
1999-06-12Fixed subclass (Class::Member) output bug reported by Jim Hourihan.Michael R Sweet
1999-06-12Fixed drawing bug when min == max...Michael R Sweet
1999-06-07Replaced remaining malloc.h's with stdlib.hBill Spitzak