2918 Commits (96c76b92e705c205e5594e272258a4c00940a4f0)
 

Author SHA1 Message Date
Michael R Sweet 3af11190f8 Check for the <GL/gl.h> header file before looking for the OpenGL or 25 years ago
Michael R Sweet 5cade5e89a Added HP compiler option. 25 years ago
Michael R Sweet f27086d068 Make sure menu item array is cleared to avoid uninitialized memory 25 years ago
Michael R Sweet 86b5507486 Configure script changes to support man pages, HTMLDOC, AIX/QNX with 25 years ago
Michael R Sweet 7eae5f4f87 Use GetTempPath() under WIN32 for the clipboard file location. 25 years ago
Bill Spitzak 4fb627c3d8 fl_curve uses a much better algorithim to figure out how many pieces 25 years ago
Michael R Sweet ffe92796d8 Add call to GdiFlush() under WIN32. 25 years ago
Michael R Sweet 94788c4628 Copyright 2001. 25 years ago
Bill Spitzak b88f1b2609 Fixed the write-menu bug introduced in .10 25 years ago
Bill Spitzak b7496f2c59 "accu-timer": some changes to repeat_timeout that seem to make it accurate 25 years ago
Bill Spitzak 3a0c70d82e Added parenthesis to turn off gcc warning 25 years ago
Michael R Sweet 421fd3985f Fix to allow Fl.cxx to compile with older C++ compilers (no variable 25 years ago
Bill Spitzak f5375b6ab6 Fl_Gl_Window does not set drawbuffer(BACKBUFFER) for single-buffered 25 years ago
Michael R Sweet 0d0b066230 Added tests to browser to test top/bottom/middle/make_visible methods. 25 years ago
Michael R Sweet b230781ddc Specify portable architecture options for HP-UX compilers. 25 years ago
Michael R Sweet d244d063ff APIENTRY doesn't need to be used for the font pointers in glut.H 25 years ago
Michael R Sweet a7826cdc80 Updated the version numbers in spec and list files. 25 years ago
Bill Spitzak 45c06ba2c4 One more try to fix the APIENTRY stuff in glut.h. The file gl.h now 25 years ago
Michael R Sweet 3988dbf8bd Fixes for hidden class members... 25 years ago
Michael R Sweet 7d432ff92c Get rid of "member X hidden by variable X" warnings... 25 years ago
Michael R Sweet a45a6308d0 strcasecmp() for FLUID under AIX. 25 years ago
Michael R Sweet 0c6010abea Fix for Fl_Scroll redrawing background. 25 years ago
Michael R Sweet 4b2003e24a Configure script changes... 25 years ago
Michael R Sweet d6353595a2 Put -c before $< for Sun PRO compilers. 25 years ago
Michael R Sweet 26ce73d012 Doco and header updates for 1.0.10. 25 years ago
Michael R Sweet e01a7a33d7 Commented out USE_ASYNC_SELECT since it doesn't seem to work... 25 years ago
Michael R Sweet 41df4bf0d1 Fl::below_mouse() was incorrectly clearing e_is_click; this prevented 25 years ago
Michael R Sweet 739e9411e7 Minor change for Sun C/C++ compilers (-xO3 instead of -O) for better 25 years ago
Bill Spitzak 2cbf4041b3 Does not clear Fl::keysym on every event, this makes better back compatability and fixes Win2000 25 years ago
Bill Spitzak 710dcef237 Fl_Menu_::add() ignores '&' signs when comparing menu items, so you don't 25 years ago
Bill Spitzak 12af974293 Another attempt to get glut.h to work on WIN32. 25 years ago
Bill Spitzak 65cbea2af3 CUA function keys, code submitted by George Yohng <yohng@drivex.dosware.8m.com> 25 years ago
Bill Spitzak b56f14d91c Fl::set_fonts() on WIN32 fixed to work before the first window is shown. 25 years ago
Bill Spitzak a5d75b0fcd Fl_Tabs draws the background behind the tabs. 25 years ago
Bill Spitzak 00cf38e1e3 Hack to fix the annoying "raise another application when a modal window 25 years ago
Bill Spitzak c30c095d72 Fluid restores which tab in an Fl_Tabs was selected when loads .fl 25 years ago
Bill Spitzak 77d42ecdd3 Menu titles and buttons in the menubar can be images (allows it to be used as a toolbar) 25 years ago
Bill Spitzak 59c2b2dd31 Fixed size of data written by gif images to .C files 25 years ago
Bill Spitzak ec8ebc1ef7 Fixed bit-flipping patterns in WIN32 bitmap code. 25 years ago
Bill Spitzak 88076bafd1 Reads selectBackground from the xrdb database to set the selection color. 25 years ago
Bill Spitzak 33c5896a26 FL_WHEN_RELEASE on Fl_Input will now do the callback when the input 25 years ago
Bill Spitzak 1a5acb3782 Fl_Gl_Window with an overlay on X always resized any child windows even 25 years ago
Bill Spitzak 9a602688e8 Fix so multiple Fl::add_idle() calls works 25 years ago
Bill Spitzak b786f11bc6 The input focus got messed up if you called Fl_Tabs::value(x) and there 25 years ago
Bill Spitzak d7b0d5b732 Removed ^M chars from Makefile.os2x 25 years ago
Bill Spitzak 949479b5b2 Removed some (not all) of the warnings when compiled with -Wwrite-strings, 25 years ago
Bill Spitzak 23689de7fb Changes & additions for OS/2 from Alexander Mai 25 years ago
Bill Spitzak a10d8f201a Made Fl_Browser not hide the Fl_Widget::show() method 25 years ago
Bill Spitzak fb06bd8019 Patch from Mike Lindner to make the turning on/off of scrollbars on 25 years ago
Bill Spitzak 797d78d86c Shortcuts for "buttons" in a Fl_Menu_Bar work again. 25 years ago