summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
1999-02-22Added missing GIF for CubeView demo.Michael R Sweet
1999-02-22Removed unused "FL_IMPORT" definition.Michael R Sweet
1999-02-22Removed old fl_draw_returnarrow() code that wasn't getting used.Michael R Sweet
1999-02-22Missing dependencies...Michael R Sweet
1999-02-22Makefile didn't have a .cxx to .o rule.Michael R Sweet
1999-02-22Minor typo in configure script (== instead of =)Michael R Sweet
1999-02-22Added CubeView source files.Michael R Sweet
1999-02-22Public/private status was not honored for menu items.Michael R Sweet
1999-02-22fl_elapsed() needs to be called before fl_timeout[] is initialized.Michael R Sweet
1999-02-22Updated makeinclude for Cygnus - fix from Rick Sayre.Michael R Sweet
1999-02-22Updated dist to initialize to INT_MAX (2^31 - 1) instead of UINT_MAXMichael R Sweet
1999-02-22Updated demo program to append d.exe or .exe to end of command name andMichael R Sweet
1999-02-22Workaround for VC++ 4.0 bug - can't initialize a pointer to a functionMichael R Sweet
1999-02-22Added missing Fl_Color casts.Michael R Sweet
1999-02-22Call to atan2() needs (float) cast for arguments because HP overloadsMichael R Sweet
1999-02-22Updated ifdef to be __hpux instead of hpux...Michael R Sweet
1999-02-22Now don't enable XDBE under SunOS or IRIX 6.3 or earlier.Michael R Sweet
1999-02-22Added ln -s for DSOs - must have gotten dropped in a previous update?Michael R Sweet
1999-02-19Fixed array_name() bug - now correctly handles arrays in different classesMichael R Sweet
1999-02-19Updated Fl::x(), ::y(), ::w(), and ::h() to account for WIN32 trays.Michael R Sweet
1999-02-19Updated docos for FL_DLL usage.Michael R Sweet
1999-02-19Changed "include_H_from_C" to default to 1 instead of 0.Michael R Sweet
1999-02-19Added comment parsing in _c_check().Michael R Sweet
1999-02-19Added modified patch from Tom Holroyd to support class "chaining".Michael R Sweet
1999-02-19Added fix from Tom Holroyd to call fl_elapsed() in Fl::add_timeout().Michael R Sweet
1999-02-19Fixed bug in write_static() method - when getting the menu_name() andMichael R Sweet
1999-02-19Updated header files to only use FL_DLL stuff when compiledMichael R Sweet