summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
1999-03-25Changed hard references to libfltk.a and friends to $(LIBRARY) andMichael R Sweet
1999-03-25Can't use chmod -R on header directory...Michael R Sweet
1999-03-25Fixed install rule for DSOs - was copying the wrong file...Michael R Sweet
1999-03-25Updated README and distribution packages to use v1.0.1.Michael R Sweet
1999-03-25Applied Dmitry's timeout patch.Michael R Sweet
1999-03-18Changes from Luis Ibanez to make it compile under Borland.Bill Spitzak
1999-03-16Added clipping suggested by Dmitry PotapovBill Spitzak
1999-03-16Clears value() when you clear the menu()Bill Spitzak
1999-03-15Fixes for os2x by Alexander MaiBill Spitzak
1999-03-13Fixed alignment of Fl_Choice label with the text in the pop-up menuBill Spitzak
1999-03-13DOH! Fixed even more typos in my fix for Fl_Browser::item_height.Bill Spitzak
1999-03-13fixed typo that I managed to check in last time...Bill Spitzak
1999-03-13Fixed Fl_Browser::item_height, I believe this will fix Adrian Miranda'sBill Spitzak
1999-03-13Fixed fluid bug that caused styles patch to crash when you delete menu item.Bill Spitzak
1999-03-12Fix return value of Fl::check(). This fixes the "cube" demo and possiblyCarl E. Thompson
1999-03-10Fix from Dmitry - wasn't copying data when replacing the text value of aMichael R Sweet
1999-03-10Changes to dial so that counter-clockwise motion is supported if youBill Spitzak
1999-03-10Changes Fl_Dial to use XForms defaults for anglesCarl E. Thompson
1999-03-09scandir.c used a variable named "new", which is valid ANSI C butMichael R Sweet
1999-03-09Added libfltk.a to install rules, so both the shared and static librariesMichael R Sweet
1999-03-09Updated Linux DSO rules.Michael R Sweet
1999-03-09Added #ifdef for backspace hack - is this really necessary? I've neverMichael R Sweet
1999-03-09Fixes for FL_FILL_DIALBill Spitzak
1999-03-09Fixes to Fl_Dial so it stops moving when you drag to ends of region.Bill Spitzak
1999-03-09Small fixes suggested by Guillaume NodetBill Spitzak
1999-03-08This adds support for the Fl_Dial::angles() method. This seems to workCarl E. Thompson
1999-03-08Added (unsigned) cast to isxyz() calls to get rid of compiler warnings.Michael R Sweet
1999-03-07Contributed code for more accurate item_height() in Fl_Browser.Bill Spitzak
1999-03-05I hope this is a fix for vsnprintf on HPUX. It declares it but doesBill Spitzak
1999-03-05check() calls flush() after processing events, as requested. This shouldBill Spitzak