532 Commits (6b60719c6dff3f404114b64f6c4e22d5f9dec336)
 

Author SHA1 Message Date
Michael R Sweet d6c1ed3d55 Added HP-UX distribution files. 27 years ago
Bill Spitzak b6115887c8 Changes to dial so that counter-clockwise motion is supported if you 27 years ago
Bill Spitzak 170c31cada Named callback function in a menu item inside a class prepended the 27 years ago
Carl E. Thompson f7e1ff7742 Changes Fl_Dial to use XForms defaults for angles 27 years ago
Michael R Sweet 72d1391dbb scandir.c used a variable named "new", which is valid ANSI C but 27 years ago
Michael R Sweet 7a5dcb089b Final changes for 1.0 distribution files for Linux. 27 years ago
Michael R Sweet fd3cb8ecbb Updated file list and build script. 27 years ago
Michael R Sweet 382b224bd1 Added RPM files for Linux distribution. 27 years ago
Michael R Sweet e82c497641 It would help if the configure script substituted DSOCOMMAND... 27 years ago
Michael R Sweet 8947a45c7f Added IRIX distribution files. 27 years ago
Michael R Sweet 29fe7acb04 Fixed fluid manpage (no ESP heading) 27 years ago
Michael R Sweet 4ddb739c13 Updated docos to match code. 27 years ago
Michael R Sweet 47e91e6c26 Added libfltk.a to install rules, so both the shared and static libraries 27 years ago
Michael R Sweet 022e5d90f1 Updated Linux DSO rules. 27 years ago
Michael R Sweet 8a0c2ce373 Added missing FL_EXPORT stuff... 27 years ago
Michael R Sweet d5166693cb Updated Digital UNIX DSO commands. 27 years ago
Michael R Sweet 2a10f22ed7 Updated Solaris shared library command (again). 27 years ago
Michael R Sweet 000e30f728 Changed Solaris shared library command to ld using -h option to set 27 years ago
Michael R Sweet 2a72ddc805 Updated addresses to point to fltk.org... 27 years ago
Michael R Sweet aa5c3060ca Added #ifdef for backspace hack - is this really necessary? I've never 27 years ago
Bill Spitzak 84ad113a5b Fixes for FL_FILL_DIAL 27 years ago
Bill Spitzak 92ff32aa80 Fixes to Fl_Dial so it stops moving when you drag to ends of region. 27 years ago
Bill Spitzak 95e27d43f1 Fix from Phil Nelson so that write-code menu item writes to the 27 years ago
Bill Spitzak a28b483177 Small fixes suggested by Guillaume Nodet 27 years ago
Carl E. Thompson e42ff9a65c This adds support for the Fl_Dial::angles() method. This seems to work 27 years ago
Michael R Sweet 1f2b1e5470 Added (unsigned) cast to isxyz() calls to get rid of compiler warnings. 27 years ago
Bill Spitzak 51d37642ba Contributed code for more accurate item_height() in Fl_Browser. 27 years ago
Bill Spitzak 6c793587e3 I hope this is a fix for vsnprintf on HPUX. It declares it but does 27 years ago
Bill Spitzak 8be248edbc check() calls flush() after processing events, as requested. This should 27 years ago
Michael R Sweet 9fdae51b8c Added #define for WM_SYNCPAINT if needed. 27 years ago
Michael R Sweet 9ae933d004 Fixed OpenGL checks (#if HAVE_GL, not #ifdef...), plus added message 27 years ago
Michael R Sweet 474e82bd95 Added HAVE_GL check to CubeView demo code. 27 years ago
Michael R Sweet 16d264d393 Update revision number and author list for manual. 27 years ago
Michael R Sweet acd6cece37 Fixed WM_SYNCPAINT patch - should be WM_NCPAINT... 27 years ago
Michael R Sweet ac66e4d72e Got rid of malloc.h include - should be using stdlib.h anyways... 27 years ago
Michael R Sweet 75964566a2 Added memset() to Fl_Menu_::insert() after allocating and copying the 27 years ago
Michael R Sweet e9dd6127e2 WIN32 fixes from Dmitry Potapov: 27 years ago
Michael R Sweet e3eaeb0f5c Put fl_elapsed() call before loop in Fl::add_timeout(). 27 years ago
Michael R Sweet b13c3932e4 Removed references to JPEG library in docos and config files. Not needed 27 years ago
Michael R Sweet 2f0f075d4f Fixed FLUID bug - can now override code and header file names from the 27 years ago
Michael R Sweet 516ed80d97 Added "buffer=0" in constructor to avoid purify errors. 27 years ago
Michael R Sweet 20cba9fc64 Fixed menubar button bug - wasn't doing a redraw... 27 years ago
Michael R Sweet a2f1bdefe4 Added manpage for FLUID. 27 years ago
Michael R Sweet 681ff11d8e Updated DSO install commands - now remove the symlink before remaking it. 27 years ago
Michael R Sweet d38b07ca26 Updated DSO stuff in configure.in (soname, -fPIC, etc) 27 years ago
Michael R Sweet 70dd4ee71e Missing "int" on main()... 27 years ago
Bill Spitzak c599778795 Fix for browser horizontally scrolling. 27 years ago
Bill Spitzak b32f322c12 Much better and smaller fix for the lost move events after Fl::grab() 27 years ago
Bill Spitzak fe4f5ef72c Generates FL_ENTER after grab() is released for whatever widget the 27 years ago
Bill Spitzak b47973f560 Patch from Dr. Tom Holroyd for fill sliders, seems good to me! 27 years ago