12055 Commits (9a5e3b95b8abe132c36eb58a55f0e5188c726e20)
 

Author SHA1 Message Date
No Author 0f36c495f9 This commit was manufactured by cvs2svn to create branch 'branch-1.0'. 25 years ago
Michael R Sweet 5d7d40fd35 Dropped use of -fomit-frame-pointer, as I've just discovered that it 25 years ago
Michael R Sweet 0ef73e50d6 Commented out enabling overlay support until we can get it working right. 25 years ago
Michael R Sweet 8fe1161d9f Fixed other occurrence of -fomit-stack-frame that should be 25 years ago
Bill Spitzak 1b529efa42 Fixed the -fno_exceptions test so it does not always fail. 25 years ago
Bill Spitzak 34e44c5206 Changed -omit-stack-frame to -omit-frame-pointer, hope this is correct 25 years ago
Michael R Sweet 4b561b6e90 Updated copyright notices for all of the 1.0.x files. 25 years ago
Bill Spitzak 4edd134933 Fixed definition of glutBitmapWidth to match header file. 25 years ago
Michael R Sweet 9e3610c75f Bug fixes where I was getting the value from the input field instead of 25 years ago
Michael R Sweet aa102a4595 Fixed bug in i18n_type_cb() - wasn't setting the i18n_xyz string variables 25 years ago
Michael R Sweet 8ff6d1daf4 FLUID changes to support GNU gettext and POSIX catgets under FLTK 1.0; 25 years ago
Bill Spitzak cd914369a6 Setting box(FL_NO_BOX) on a button makes it an invisible overlay 26 years ago
Bill Spitzak abdd8a1e23 Some more size adjustments so smaller fonts look better 26 years ago
Bill Spitzak e0118f6a16 Some adjustments so setting FL_NORMAL_SIZE to 12 looks better 26 years ago
Bill Spitzak ffd26dfc45 I made FL_NORMAL_SIZE into a public int variable. You can now change it 26 years ago
Bill Spitzak 177e3cd076 More fixes to the NT OpenGL overlays 26 years ago
Bill Spitzak bf34ed8ca7 Forgot to fix this file 26 years ago
Bill Spitzak 328a8f8f0d Fixes for Cygwin POSIX emulation layer from Norman Vine. 26 years ago
Bill Spitzak 6f42bc1a58 Fl_Value_Input callback can call value() or destructor on the Fl_Value_Input 26 years ago
Bill Spitzak b2f7871fb8 Yet another cut/paste fix for NT 26 years ago
Bill Spitzak bb39fe8be0 Removed more testing code from Fl_Gl_Overlay 26 years ago
Bill Spitzak 9bd57e56b0 Removed debug printfs from overlay code 26 years ago
Bill Spitzak eeaa7f7ae0 OpenGL overlays now work on NT. Tested on several different cards. 26 years ago
Bill Spitzak 7851ae3252 OpenGL overlays now work on NT! 26 years ago
Bill Spitzak ca15addad2 Fixed up the colors the browser draws when it is deactivated, it does not 26 years ago
Michael R Sweet 22418bb1e9 Compose table was too big to include in the key table - moved it to 26 years ago
Michael R Sweet ca5f67d6b3 Always draw a box around the current browser selection. 26 years ago
Michael R Sweet a73c7f58e6 Documentation updates for 1.0.8. 26 years ago
Carl E. Thompson af5190b95f Fix to compile on GCC 2.95. 26 years ago
Carl E. Thompson d4d22e857c Fixes the BC5 project file so it gets the proper paths for includes and 26 years ago
Michael R Sweet bf5f55c860 Updated the VC++ project file to include fl_compose.cxx. 26 years ago
Michael R Sweet bd722a5d30 Fix from Assar Westerlund - missing include. 26 years ago
Bill Spitzak a32453e680 Moved FL_LEFT_MOUSE, FL_MIDDLE_MOUSE, and FL_RIGHT_MOUSE from forms.h to 26 years ago
Michael R Sweet d6caf3aff8 Fl_Button and friends didn't honor FL_WHEN_NOT_CHANGED. 26 years ago
Michael R Sweet 443c4883cc Fl::compose() wasn't ignoring control chars (like Delete :) 26 years ago
Michael R Sweet cd2d7cc7ee JPEG compression for PS manual. 26 years ago
Bill Spitzak c2d2cf47fc Turned off XDBE for all platforms 26 years ago
Michael R Sweet aee4def606 Updated version to 1.0.8. 26 years ago
Bill Spitzak 42ebf79306 New X function: fl_open_display(Display*) lets you run fltk on an 26 years ago
Bill Spitzak 5752429ca9 fl_shortcut_label() on Win32 prints the same strings for function keys 26 years ago
Bill Spitzak 666d041224 Fixed the changes I made yesterday so that int/float input fields do not 26 years ago
Bill Spitzak b583a643de Forgot to commit the header files and fixed documentation! 26 years ago
Bill Spitzak b5529a0aea Rearranged the compose code so it is clearer and can be called by things 26 years ago
Bill Spitzak 0bd9018d64 Fixed the Ctrl+P shortcut problem reported by dalitz@infotech.de 26 years ago
Bill Spitzak 415db360a1 Tiny change to Fl.H to get around bug in new gcc versions? 26 years ago
Bill Spitzak 7482800177 Produces correct destructor for nested classes, patch from Alexandr Shevtsow 26 years ago
Bill Spitzak 1e5596293b Fixed cut/paste to other applications on Win32? 26 years ago
Bill Spitzak 53bf740c38 3rd and deeper nested Fl_Windows on Win32 redraw correctly. 26 years ago
Bill Spitzak d37850b115 Oops, the change to filename_list broke Irix, which defined the scandir 26 years ago
Bill Spitzak 53919249e2 Sets the "input hint" which is needed for TWM and TWM-derived window managers. 26 years ago