summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2000-06-10You can no longer insert ^J,^K,^L,^M into Fl_Int/Float_Input.Bill Spitzak
2000-06-10Made sure all draw()s were protected and all handle()s were public. (MostCarl E. Thompson
2000-06-10More fixes to the OpenGL overlay code on win32. This now seems toBill Spitzak
2000-06-08Added initializers to WIN32 version of XParseGeometry.Michael R Sweet
2000-06-08Put the Win32 fix inside #ifdef WIN32Bill Spitzak
2000-06-08Better horizontal scrolling of Fl_Input when cursor is near end of line, rest...Bill Spitzak
2000-06-06Fixed bug where Fl_Output and Fl_Multiline_Output would scroll to theMichael R Sweet
2000-06-06Fix for filename_isdir() under Winbloze. Strip trailing backslash forMichael R Sweet
2000-06-05OK, now version 1.0.9Michael R Sweet
2000-06-04Makefile fixes.Michael R Sweet
2000-06-03Fixes for 1.0.8 I found:Bill Spitzak
2000-05-17fl_line_style() used "." instead of "->" for setting the pen.Michael R Sweet
2000-05-17Small patch to remove a compiler warning from gcc.Bill Spitzak
2000-05-16If Fl_Menu_Item attributes are not set, derive menu item color fromCarl E. Thompson