summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
1999-03-04Added #define for WM_SYNCPAINT if needed.Michael R Sweet
1999-03-04Fixed WM_SYNCPAINT patch - should be WM_NCPAINT...Michael R Sweet
1999-03-04Added memset() to Fl_Menu_::insert() after allocating and copying theMichael R Sweet
1999-03-04WIN32 fixes from Dmitry Potapov:Michael R Sweet
1999-03-04Put fl_elapsed() call before loop in Fl::add_timeout().Michael R Sweet
1999-03-04Added "buffer=0" in constructor to avoid purify errors.Michael R Sweet
1999-03-04Fixed menubar button bug - wasn't doing a redraw...Michael R Sweet
1999-03-04Updated DSO install commands - now remove the symlink before remaking it.Michael R Sweet
1999-03-04Fix for browser horizontally scrolling.Bill Spitzak
1999-03-03Much better and smaller fix for the lost move events after Fl::grab()Bill Spitzak
1999-03-03Generates FL_ENTER after grab() is released for whatever widget theBill Spitzak
1999-03-03Patch from Dr. Tom Holroyd for fill sliders, seems good to me!Bill Spitzak
1999-03-02Didn't like yesterday's fix, I changed it so that zero-length selectionsBill Spitzak
1999-03-01Made secret input more secretive (word-select does not work andBill Spitzak
1999-02-26Fixed editor demo redraw bug (actually same fix as somebody else made).Bill Spitzak
1999-02-25Fix for redraw bug in editor demo. Fl_Input_::position() didn't seem toCarl E. Thompson