summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
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