summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
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-04Removed references to JPEG library in docos and config files. Not neededMichael R Sweet
1999-03-04Fixed FLUID bug - can now override code and header file names from theMichael 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-04Added manpage for FLUID.Michael R Sweet
1999-03-04Updated DSO install commands - now remove the symlink before remaking it.Michael R Sweet
1999-03-04Updated DSO stuff in configure.in (soname, -fPIC, etc)Michael R Sweet
1999-03-04Missing "int" on main()...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 description of Fl_Menu_::size()Bill Spitzak
1999-02-26Fixed documentation of Fl_Menu_Item::size()Bill 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
1999-02-25Fixed glpuzzle so you can move the pieces.Bill Spitzak
1999-02-25Changes egcs/gcc optimization default to "-O2" . Makes library and appsCarl E. Thompson
1999-02-25Adds distclean target that removes makeinclude, config.log, config.h andCarl E. Thompson
1999-02-25Fix for Curtis so that the height of a title of a popup menu is notBill Spitzak
1999-02-25Added FLTK static library dependency to CubeView project.Michael R Sweet
1999-02-23Oops - forgot that the OS/2 port doesn't use the WIN32 stuff - restoredMichael R Sweet
1999-02-23Fixed include path for CubeView project.Michael R Sweet
1999-02-23CubeView.h instead of CubeView.hppMichael R Sweet
1999-02-23Added CubeView to the workspace file.Michael R Sweet
1999-02-23Added CubeView demo project file.Michael R Sweet
1999-02-23Added shell commands to create symbolic links for all .H header files inMichael R Sweet
1999-02-23Fixed bad links.Michael R Sweet
1999-02-23fl_ask.H didn't include Enumerations.H, so the DLL stuff wasn't defined.Michael R Sweet
1999-02-23Fix from Bill - Fl_Choice didn't handle NULL menu items.Michael R Sweet
1999-02-22Reenabled JPEG compression (now works).Michael R Sweet