5269 Commits (release-1.3.2)
 

Author SHA1 Message Date
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
Bill Spitzak 4df7511b18 Didn't like yesterday's fix, I changed it so that zero-length selections 27 years ago
Bill Spitzak 32291ad0d5 Made secret input more secretive (word-select does not work and 27 years ago
Bill Spitzak c15a36003d Fixed description of Fl_Menu_::size() 27 years ago
Bill Spitzak 709366d65c Fixed documentation of Fl_Menu_Item::size() 27 years ago
Bill Spitzak f19b6ee3e4 Fixed editor demo redraw bug (actually same fix as somebody else made). 27 years ago
Carl E. Thompson bdbc0b8b2e Fix for redraw bug in editor demo. Fl_Input_::position() didn't seem to 27 years ago
Bill Spitzak f89b5d0cf6 Fixed glpuzzle so you can move the pieces. 27 years ago
Carl E. Thompson a53a5cb978 Changes egcs/gcc optimization default to "-O2" . Makes library and apps 27 years ago
Carl E. Thompson 548949b16e Adds distclean target that removes makeinclude, config.log, config.h and 27 years ago
Bill Spitzak 82877b2eb6 Fix for Curtis so that the height of a title of a popup menu is not 27 years ago
Michael R Sweet 38d8473088 Added FLTK static library dependency to CubeView project. 27 years ago
Michael R Sweet fc4b790f1f Oops - forgot that the OS/2 port doesn't use the WIN32 stuff - restored 27 years ago
Michael R Sweet ca6a54d30d Fixed include path for CubeView project. 27 years ago