summaryrefslogtreecommitdiff
path: root/src
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-14These are some (hopefully minor) changes we keep needing to edit intoBill Spitzak
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 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-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-09It crashed when a group with exactly 1 child was deleted.Bill Spitzak
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-06Added "delete local_array[]" to Fl_Menu_Item::insert().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-12Final fix (I hope) for WIN32 selection code (now check against all windowsMichael R Sweet
1999-06-12Fixed drawing bug when min == max...Michael R Sweet
1999-06-07Replaced remaining malloc.h's with stdlib.hBill Spitzak
1999-05-25Bugfix from Matthias (thanks Matt)Bill Spitzak
1999-05-24Added Rick's hack for initializing fl_display.Michael R Sweet
1999-05-20Fl_Value_Input did not update if the value was changed from inside theBill Spitzak
1999-05-15Fixed WIN32 selection bug - wasn't checking to see if theMichael R Sweet
1999-05-14Colors in cmap changed to use 0xFF instead of 0xF4.Bill Spitzak
1999-05-11Missing header files and FL_EXTERNs that prevented DLL's from compilingBill Spitzak
1999-05-09fl_wait() didn't handle the case when timeout == 0 and nfds > 0.Michael R Sweet
1999-05-07Fixed bug in WIN32 fl_elapsed() function - didn't initializeMichael R Sweet
1999-05-06Fixed another flwm crash in Fl_x.cxx (the send_motion pointer mustBill Spitzak
1999-05-06Checking in Guillaume Nodet's fix for Fl_Menu_::copy() again. I checked itCarl E. Thompson
1999-05-01Updated version numbers to 1.0.3.Michael R Sweet
1999-04-26Changed $(DSONAME) target to "libfltk.so.1 libfltk.sl.1"...Michael R Sweet
1999-04-26Tab, space, backtab, and backspace can be used to navigate through menus.Bill Spitzak
1999-04-23Keypad should produce correct symbols on Brazilian (and any other)Bill Spitzak
1999-04-20Compose for Icelandic thorn character is "TH" or "th". Also fixed theBill Spitzak
1999-04-19Updated documentation version & edition.Michael R Sweet
1999-04-19Changes to Fl_Menu_::add() so that you should be able to add to any menu,Bill Spitzak
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-101. ~Fl_Widget(), Fl_Widget::hide(), and Fl_Widget::deactivate() no longer sendBill Spitzak
1999-04-08Guillaume's fix for Fl_Menu_::copy()Carl E. Thompson
1999-04-01Applied Gustavo's WIN32 timer patch to the 1.0.x branch.Michael R Sweet
1999-03-29Changes needed to get FLTK to compile on Borland C++ 5 under Windows. ICarl E. Thompson
1999-03-26Makefile didn't clean DSO...Michael R Sweet
1999-03-26consistent use of $(LIBRARY) rather than $(LIBNAME)Bill Spitzak