summaryrefslogtreecommitdiff
AgeCommit message (Expand)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
1999-03-10Named callback function in a menu item inside a class prepended theBill 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-09Final changes for 1.0 distribution files for Linux.Michael R Sweet
1999-03-09Updated file list and build script.Michael R Sweet
1999-03-09Added RPM files for Linux distribution.Michael R Sweet
1999-03-09It would help if the configure script substituted DSOCOMMAND...Michael R Sweet
1999-03-09Added IRIX distribution files.Michael R Sweet
1999-03-09Fixed fluid manpage (no ESP heading)Michael R Sweet
1999-03-09Updated docos to match code.Michael 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 missing FL_EXPORT stuff...Michael R Sweet
1999-03-09Updated Digital UNIX DSO commands.Michael R Sweet
1999-03-09Updated Solaris shared library command (again).Michael R Sweet
1999-03-09Changed Solaris shared library command to ld using -h option to setMichael R Sweet
1999-03-09Updated addresses to point to fltk.org...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-09Fix from Phil Nelson so that write-code menu item writes to theBill 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 OpenGL checks (#if HAVE_GL, not #ifdef...), plus added messageMichael R Sweet
1999-03-04Added HAVE_GL check to CubeView demo code.Michael R Sweet
1999-03-04Update revision number and author list for manual.Michael R Sweet
1999-03-04Fixed WM_SYNCPAINT patch - should be WM_NCPAINT...Michael R Sweet
1999-03-04Got rid of malloc.h include - should be using stdlib.h anyways...Michael R Sweet