summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
1999-04-03textstuff() methods no longer inline to work around a bug in a compiler.Carl E. Thompson
1999-04-01Updated 1.0 Borland C++ files.Carl E. Thompson
1999-04-01This commit was manufactured by cvs2svn to create branch 'branch-1.0'.No Author
1999-04-01Applied Gustavo's WIN32 timer patch to the 1.0.x branch.Michael R Sweet
1999-03-30Bugfix. FLUID now compiles under UNIX! ;->Carl E. Thompson
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-26Changed the valuators demo so only one copy of the callback code isBill Spitzak
1999-03-26consistent use of $(LIBRARY) rather than $(LIBNAME)Bill Spitzak
1999-03-25The HAVE_SYS_SELECT_H define was wrong in configin.h and friends.Michael R Sweet
1999-03-25Changed hard references to libfltk.a and friends to $(LIBRARY) andMichael R Sweet
1999-03-25Fixed stupid bug in IRIX distribution (fluid not executable...)Michael R Sweet
1999-03-25Can't use chmod -R on header directory...Michael R Sweet
1999-03-25Forgot to change documentation from /usr/info to /usr/doc/fltk-1.0.1...Michael R Sweet
1999-03-25Update install docos to 1.0.1 and fixed typos in IRIX and Linux packageMichael R Sweet
1999-03-25Fixed install rule for DSOs - was copying the wrong file...Michael R Sweet
1999-03-25Removed extra link commands from install target (these are done inMichael R Sweet
1999-03-25Updated README and distribution packages to use v1.0.1.Michael R Sweet
1999-03-25Added gluDeleteQuadric() call to avoid memory leak.Michael R Sweet
1999-03-25Updated patch version number to 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-12Test. Please ignore.Carl E. Thompson
1999-03-12This commit was manufactured by cvs2svn to create branch 'branch-1.0'.No Author
1999-03-10Changed PostScript output to Level 1 for maximum compatibility.Michael R Sweet
1999-03-10Fix from Dmitry - wasn't copying data when replacing the text value of aMichael R Sweet
1999-03-10Now remove links directory after building installation.Michael R Sweet
1999-03-10Now remove old depot.gz file prior to compressing...Michael R Sweet
1999-03-10Fixed bug in IRIX makedist.sh script.Michael R Sweet
1999-03-10Added README and install documentation for binary packages.Michael R Sweet
1999-03-10Added Solaris SPACE distribution files.Michael R Sweet
1999-03-10Added Solaris Intel distribution files.Michael R Sweet
1999-03-10Fixed .mi file.Michael R Sweet
1999-03-10Added documentation subset.Michael R Sweet
1999-03-10Added Digital UNIX distribution files.Michael R Sweet
1999-03-10Updated not to use v3f() macro.Michael R Sweet
1999-03-10Removed unused "u32" type...Michael R Sweet
1999-03-10Removed extra \ in HP-UX DSO command.Michael R Sweet
1999-03-10Updated file list and distribution script for HP-UX.Michael R Sweet
1999-03-10Added HP-UX distribution files.Michael R Sweet
1999-03-10Changes to dial so that counter-clockwise motion is supported if youBill Spitzak