876 Commits (1acc39c5d8d5b3db88abfd008699dadb8aade2b9)
 

Author SHA1 Message Date
Michael R Sweet f87393aaa1 OK, now version 1.0.9 25 years ago
Michael R Sweet a6abbc5462 Added line_style project to FLTK workspace. 25 years ago
Michael R Sweet 41e05ef76c Added project file for line_style demo. 25 years ago
Michael R Sweet b61e94a207 Makefile fixes. 25 years ago
Michael R Sweet a2b37021e2 Updated spec file to work right... 25 years ago
Michael R Sweet 63f88fb5f2 Dropped use of -fno-rtti since this causes problems with apps that don't 25 years ago
Michael R Sweet e461926261 Moved .fl building rules to test/Makefile. 25 years ago
Bill Spitzak b0cdb25d3c Fixes for 1.0.8 I found: 25 years ago
Michael R Sweet fa364dc13e Updates for README and CHANGES files. 25 years ago
Bill Spitzak 1422995c2d Fl_Double_Window is saved in .fl file 25 years ago
Michael R Sweet d7f026e02e fl_line_style() used "." instead of "->" for setting the pen. 25 years ago
Bill Spitzak 9743763c7f Small patch to remove a compiler warning from gcc. 25 years ago
Carl E. Thompson 59afeb1f94 If Fl_Menu_Item attributes are not set, derive menu item color from 25 years ago
Michael R Sweet 77272369dc Dropped extra #include <stdio.h> that wasn't needed. 25 years ago
Michael R Sweet 74198871a6 I18N didn't work right for menus - the messages numbers were wrong. 25 years ago
Michael R Sweet 3f177d70de Fixed release substition - using ${release} instead of %{release}... 25 years ago
Bill Spitzak d5b47034a7 Added Fl::first_window(window) to change which window is at the top of 25 years ago
Bill Spitzak 2d826eb564 Fl::wait() does not return immediately when no windows 25 years ago
Bill Spitzak eb63364311 XForms-compatable shortcut strings modified so that "0xabcd" can specify 25 years ago
Michael R Sweet 2099173761 Forgot to update revision number (lucky 13!) 25 years ago
Michael R Sweet 0e6e2393bf Typos reported by Alexander Mai 25 years ago
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