1106 Commits (release-1.1.6)

Author SHA1 Message Date
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 77d42ecdd3 Menu titles and buttons in the menubar can be images (allows it to be used as a toolbar) 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 949479b5b2 Removed some (not all) of the warnings when compiled with -Wwrite-strings, 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
Bill Spitzak 97a234ff4a While looking at Xdnd I discoverd that jx (or at least their demo program) 25 years ago
Bill Spitzak ba1d83cf47 Shortcuts for submenu titles in a menubar pop up the submenu (rather than calling the callback) 25 years ago
Bill Spitzak 7badf7c216 Buttons with box(FL_NO_BOX) did not draw. Apparently they did in 25 years ago
Bill Spitzak a5ae7d54a6 Fix suggested by Stuart Levy to fix scrolling when deleting items from 25 years ago
Bill Spitzak e2e44bfcd5 Fixed .gif files in fluid, they were broken by the fix for large .xpm 25 years ago
Michael R Sweet 753c53cc75 calc_error() needs the colormap color values; changed to reference the 25 years ago
Michael R Sweet a141e143ba Optimization for 8-bit displays - allocate colors as they are used from 25 years ago
Bill Spitzak 1150141ead Changed the name of the new function from "add_interval_timeout" to 25 years ago
Carl E. Thompson 8dabd7171d Fix for Cygwin. 25 years ago
Bill Spitzak 823b1f8460 Fixes to WORDWRAP modification to Fl_Input based on work done by 25 years ago
Bill Spitzak f7e4caec25 Whoops, I screwed up the timeout callbacks a bit. 25 years ago
Bill Spitzak be106a0977 Cleanup of the timeout and Fl::wait() code. This one calls the clock 25 years ago
Bill Spitzak 4dd096e7b5 Added has_timeout() and has_idle() calls as suggested by Eric Sven Ristad. 25 years ago
Bill Spitzak 4ab82443bd Added a bunch of missing FL_EXTERN's to glut.h (I have not really 25 years ago
Michael R Sweet a2880d753d Added declaration for fl_old_shortcut for DLL. 25 years ago
Bill Spitzak abcd0b4488 You can no longer insert ^J,^K,^L,^M into Fl_Int/Float_Input. 25 years ago
Carl E. Thompson b3d9c227bc Made sure all draw()s were protected and all handle()s were public. (Most 25 years ago
Bill Spitzak 8e5c8b50d3 More fixes to the OpenGL overlay code on win32. This now seems to 25 years ago
Michael R Sweet 7a17c343cc Added initializers to WIN32 version of XParseGeometry. 25 years ago
Bill Spitzak dc846eaa29 Put the Win32 fix inside #ifdef WIN32 25 years ago
Bill Spitzak 56347777a1 Better horizontal scrolling of Fl_Input when cursor is near end of line, restored the selection of all text when Fl_Input::value(x) is done 25 years ago
Michael R Sweet 7bf3c4e2eb Fixed bug where Fl_Output and Fl_Multiline_Output would scroll to the 25 years ago
Michael R Sweet f4fff52828 Fix for filename_isdir() under Winbloze. Strip trailing backslash for 25 years ago
Michael R Sweet f87393aaa1 OK, now version 1.0.9 25 years ago
Michael R Sweet b61e94a207 Makefile fixes. 25 years ago
Bill Spitzak b0cdb25d3c Fixes for 1.0.8 I found: 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
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
No Author 0f36c495f9 This commit was manufactured by cvs2svn to create branch 'branch-1.0'. 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
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