summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2000-05-16Dropped extra #include <stdio.h> that wasn't needed.Michael R Sweet
2000-05-13Added Fl::first_window(window) to change which window is at the top ofBill Spitzak
2000-05-11Fl::wait() does not return immediately when no windowsBill Spitzak
2000-05-10XForms-compatable shortcut strings modified so that "0xabcd" can specifyBill Spitzak
2000-04-27This commit was manufactured by cvs2svn to create branch 'branch-1.0'.No Author
2000-04-25Updated copyright notices for all of the 1.0.x files.Michael R Sweet
2000-04-25Fixed definition of glutBitmapWidth to match header file.Bill Spitzak
2000-04-17Setting box(FL_NO_BOX) on a button makes it an invisible overlayBill Spitzak
2000-04-14Some more size adjustments so smaller fonts look betterBill Spitzak
2000-04-12Some adjustments so setting FL_NORMAL_SIZE to 12 looks betterBill Spitzak
2000-04-11I made FL_NORMAL_SIZE into a public int variable. You can now change itBill Spitzak
2000-04-07More fixes to the NT OpenGL overlaysBill Spitzak