summaryrefslogtreecommitdiff
path: root/src
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-14Replaced remaining _WIN32 symbols with WIN32Bill Spitzak
2001-02-26Fl_Gl_Window leaked memory for damage regionsBill Spitzak
2001-02-12Make sure menu item array is cleared to avoid uninitialized memoryMichael 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-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-06APIENTRY doesn't need to be used for the font pointers in glut.HMichael R Sweet
2000-11-20Get rid of "member X hidden by variable X" warnings...Michael R Sweet
2000-11-20Fix for Fl_Scroll redrawing background.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-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-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-09-23Menu titles and buttons in the menubar can be images (allows it to be used as...Bill 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
2000-08-30The input focus got messed up if you called Fl_Tabs::value(x) and thereBill Spitzak
2000-08-20Removed some (not all) of the warnings when compiled with -Wwrite-strings,Bill Spitzak
2000-08-12Patch from Mike Lindner to make the turning on/off of scrollbars onBill Spitzak
2000-07-30Shortcuts for "buttons" in a Fl_Menu_Bar work again.Bill Spitzak
2000-07-13While looking at Xdnd I discoverd that jx (or at least their demo program)Bill Spitzak
2000-07-11Shortcuts for submenu titles in a menubar pop up the submenu (rather than cal...Bill Spitzak
2000-07-07Buttons with box(FL_NO_BOX) did not draw. Apparently they did inBill Spitzak
2000-06-30Fix suggested by Stuart Levy to fix scrolling when deleting items fromBill Spitzak
2000-06-29Fixed .gif files in fluid, they were broken by the fix for large .xpmBill Spitzak
2000-06-27calc_error() needs the colormap color values; changed to reference theMichael R Sweet
2000-06-27Optimization for 8-bit displays - allocate colors as they are used fromMichael R Sweet
2000-06-21Changed the name of the new function from "add_interval_timeout" toBill Spitzak
2000-06-20Fix for Cygwin.Carl E. Thompson
2000-06-20Fixes to WORDWRAP modification to Fl_Input based on work done byBill Spitzak
2000-06-20Whoops, I screwed up the timeout callbacks a bit.Bill Spitzak
2000-06-18Cleanup of the timeout and Fl::wait() code. This one calls the clockBill Spitzak
2000-06-16Added has_timeout() and has_idle() calls as suggested by Eric Sven Ristad.Bill Spitzak
2000-06-15Added a bunch of missing FL_EXTERN's to glut.h (I have not reallyBill Spitzak
2000-06-14Added declaration for fl_old_shortcut for DLL.Michael R Sweet