summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2000-01-20Pageup/down by correct amount in scrollbarBill Spitzak
2000-01-16Buttons on scrollbars draw pushed in (fix from barrero@irit.fr)Bill Spitzak
2000-01-11Programs can now resize() their windows even if they are not resizable()Bill Spitzak
1999-10-15I fixed Fl_Tabs so that child tabs can be added/removed without anyBill Spitzak
1999-08-09Fixed compile error with gcc 2.95 - the "d" string needed to be cast toMichael R Sweet
1999-07-27Can draw xpm pixmaps with spaces in the color names (such as the ones inBill Spitzak
1999-07-22FL_KEYBOARD events have the correct x/y when sent to child X windows.Bill Spitzak
1999-06-07Replaced remaining malloc.h's with stdlib.hBill Spitzak
1999-05-11Missing header files and FL_EXTERNs that prevented DLL's from compilingBill Spitzak
1999-05-06Redid Carl's fix to fast_slow (making it be output widgets ratherBill Spitzak
1999-04-26Tab, space, backtab, and backspace can be used to navigate through menus.Bill Spitzak
1999-04-19Changes to Fl_Menu_::add() so that you should be able to add to any menu,Bill Spitzak
1999-04-17Fl::add_fd() structures are dynamically allocated so you can listen toBill Spitzak
1999-04-08Fixes this demo (got broken somewhere...)Carl E. Thompson
1999-03-26Changed the valuators demo so only one copy of the callback code isBill Spitzak
1999-03-25Updated README and distribution packages to use v1.0.1.Michael R Sweet
1999-03-25Added gluDeleteQuadric() call to avoid memory leak.Michael R Sweet
1999-03-13Fixed fluid bug that caused styles patch to crash when you delete menu item.Bill Spitzak
1999-03-10Updated not to use v3f() macro.Michael R Sweet
1999-03-10Changes to dial so that counter-clockwise motion is supported if youBill Spitzak
1999-03-10Changes Fl_Dial to use XForms defaults for anglesCarl E. Thompson
1999-03-08This adds support for the Fl_Dial::angles() method. This seems to workCarl E. Thompson
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-04Missing "int" on main()...Michael R Sweet
1999-02-25Fixed glpuzzle so you can move the pieces.Bill Spitzak
1999-02-25Fix for Curtis so that the height of a title of a popup menu is notBill Spitzak
1999-02-22Missing dependencies...Michael R Sweet
1999-02-22Makefile didn't have a .cxx to .o rule.Michael R Sweet
1999-02-22Added CubeView source files.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-03Put Fl::grab() into it's own source file. Rewritten as suggested so thatBill Spitzak
1999-01-31Added optimization for SGI builds (mike: please run autoconf before makingBill Spitzak
1999-01-19Fixes from Bill:Michael R Sweet
1999-01-13Fixes from Bill:Michael R Sweet
1999-01-07Yay, change all copyright notices to be 1998-1999.Michael R Sweet
1999-01-07Removed demod.menu, added editor arguments...Michael R Sweet
1999-01-07Get rid of those damned DOS lines!Michael R Sweet
1999-01-07Dammit, who put that DOS file in here...Michael R Sweet
1999-01-04Fix from Bill - updated fonts demo to handle >255 fonts.Michael R Sweet
1999-01-04Lots of changes:Michael R Sweet
1998-12-29Update glpuzzle demo to work with two button mice.Michael R Sweet
1998-12-23Added new editor example application.Michael R Sweet
1998-12-08Mandelbrot demo fix from Bill - was crashing when the Julia set was opened.Michael R Sweet
1998-12-08OpenGL patches from Bill.Michael R Sweet
1998-12-07OS/2 changes.Michael R Sweet
1998-12-07Updated Fluid files for new extensions.Michael R Sweet
1998-12-06More filename changes...Michael R Sweet
1998-12-06Fixed an #include...Michael R Sweet