summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-04-13Restored WM_SYNCPAINT handlingBill Spitzak
2001-04-13Fl_has_idle only tested N-1 callbacks and missed oneBill Spitzak
2001-03-20can_do_overlay was missing from WIN32 versionBill Spitzak
2001-03-15Use the Multithreaded DLL runtime model for all projects - I haven't foundMichael R Sweet
2001-03-14The fractals & glpuzzle demos needed glu.h.Bill Spitzak
2001-03-14Replaced remaining _WIN32 symbols with WIN32Bill Spitzak
2001-02-26Fl_Gl_Window leaked memory for damage regionsBill Spitzak
2001-02-21Check for the <GL/gl.h> header file before looking for the OpenGL orMichael R Sweet
2001-02-16Added HP compiler option.Michael R Sweet
2001-02-12Make sure menu item array is cleared to avoid uninitialized memoryMichael R Sweet
2001-02-12Configure script changes to support man pages, HTMLDOC, AIX/QNX withMichael R Sweet
2001-02-01Use GetTempPath() under WIN32 for the clipboard file location.Michael R Sweet
2001-01-28fl_curve uses a much better algorithim to figure out how many piecesBill Spitzak
2001-01-26Add call to GdiFlush() under WIN32.Michael R Sweet
2001-01-22Copyright 2001.Michael R Sweet
2001-01-21Fixed the write-menu bug introduced in .10Bill Spitzak
2001-01-21"accu-timer": some changes to repeat_timeout that seem to make it accurateBill Spitzak
2001-01-15Added parenthesis to turn off gcc warningBill Spitzak
2000-12-21Fix to allow Fl.cxx to compile with older C++ compilers (no variableMichael R Sweet
2000-12-12Fl_Gl_Window does not set drawbuffer(BACKBUFFER) for single-bufferedBill Spitzak
2000-12-08Added tests to browser to test top/bottom/middle/make_visible methods.Michael R Sweet
2000-12-06Specify portable architecture options for HP-UX compilers.Michael R Sweet
2000-12-06APIENTRY doesn't need to be used for the font pointers in glut.HMichael R Sweet
2000-12-06Updated the version numbers in spec and list files.Michael R Sweet
2000-11-28One more try to fix the APIENTRY stuff in glut.h. The file gl.h nowBill Spitzak
2000-11-21Fixes for hidden class members...Michael R Sweet
2000-11-20Get rid of "member X hidden by variable X" warnings...Michael R Sweet
2000-11-20strcasecmp() for FLUID under AIX.Michael R Sweet
2000-11-20Fix for Fl_Scroll redrawing background.Michael R Sweet
2000-11-20Configure script changes...Michael R Sweet
2000-11-20Put -c before $< for Sun PRO compilers.Michael R Sweet
2000-11-20Doco and header updates for 1.0.10.Michael R Sweet
2000-11-20Commented out USE_ASYNC_SELECT since it doesn't seem to work...Michael R Sweet
2000-11-20Fl::below_mouse() was incorrectly clearing e_is_click; this preventedMichael R Sweet
2000-11-09Minor change for Sun C/C++ compilers (-xO3 instead of -O) for betterMichael R Sweet
2000-10-21Does not clear Fl::keysym on every event, this makes better back compatabilit...Bill Spitzak
2000-10-17Fl_Menu_::add() ignores '&' signs when comparing menu items, so you don'tBill Spitzak
2000-10-17Another attempt to get glut.h to work on WIN32.Bill Spitzak
2000-10-17CUA function keys, code submitted by George Yohng <yohng@drivex.dosware.8m.com>Bill Spitzak
2000-10-17Fl::set_fonts() on WIN32 fixed to work before the first window is shown.Bill Spitzak
2000-10-17Fl_Tabs draws the background behind the tabs.Bill Spitzak
2000-10-17Hack to fix the annoying "raise another application when a modal windowBill Spitzak
2000-10-17Fluid restores which tab in an Fl_Tabs was selected when loads .flBill Spitzak
2000-09-23Menu titles and buttons in the menubar can be images (allows it to be used as...Bill Spitzak
2000-09-23Fixed size of data written by gif images to .C filesBill Spitzak
2000-09-23Fixed bit-flipping patterns in WIN32 bitmap code.Bill Spitzak
2000-09-19Reads selectBackground from the xrdb database to set the selection color.Bill Spitzak
2000-09-19FL_WHEN_RELEASE on Fl_Input will now do the callback when the inputBill Spitzak
2000-09-15Fl_Gl_Window with an overlay on X always resized any child windows evenBill Spitzak
2000-09-05Fix so multiple Fl::add_idle() calls worksBill Spitzak