summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2000-08-30The input focus got messed up if you called Fl_Tabs::value(x) and thereBill Spitzak
2000-08-22Removed ^M chars from Makefile.os2xBill Spitzak
2000-08-20Removed some (not all) of the warnings when compiled with -Wwrite-strings,Bill Spitzak
2000-08-19Changes & additions for OS/2 from Alexander MaiBill Spitzak
2000-08-19Made Fl_Browser not hide the Fl_Widget::show() methodBill 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-29Added missing FL_EXPORT for format()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-10Added documentation for GL_SWAP_TYPEBill 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-24Patch from Shigeru Mukaida to fltk.spec to make rpms work?Bill Spitzak
2000-06-24Patch from Shigeru Mukaida to fltk.spec to make rpms work?Bill Spitzak
2000-06-21Added change note for GLUT_ROMAN and changed note for add_interval_timeoutMichael R Sweet
2000-06-21Changed the name of the new function from "add_interval_timeout" toBill Spitzak
2000-06-20Added maximum_size() docos.Michael R Sweet
2000-06-20Fixes for Cygwin and MinGW.Carl E. Thompson