1106 Commits (release-1.1.6)

Author SHA1 Message Date
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 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 ca5f67d6b3 Always draw a box around the current browser selection. 26 years ago
Carl E. Thompson af5190b95f Fix to compile on GCC 2.95. 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 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 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 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
Bill Spitzak be12eee3e5 If compiled with USE_COLORMAP=0 it will always try to find a TrueColor 26 years ago
Bill Spitzak eb9472f8d3 *** empty log message *** 26 years ago
Bill Spitzak fafc3286cd Pageup/down by correct amount in scrollbar 26 years ago
Bill Spitzak ecc91867b3 Fixed divide by zero in Fl_Scrollbar found by Harm-Jan Zwinderman. This 26 years ago
Bill Spitzak 685d58c497 Buttons on scrollbars draw pushed in (fix from barrero@irit.fr) 26 years ago
Bill Spitzak b45efe96dc Fixed the gl_overlay demo (and gl overlays in general) when they are 26 years ago
Michael R Sweet 0bdb9aba79 Fixed background (@B) option - was drawing background for selected items. 26 years ago
Bill Spitzak d43eac1e38 Programs can now resize() their windows even if they are not resizable() 26 years ago
Bill Spitzak 49b8502b83 Added Fl.H required by an inline function if Fl_Repeat_Button.H 26 years ago
Michael R Sweet c0cdc56926 Fixed async selection code - wasn't calling TranslateMessage... 26 years ago
Michael R Sweet df57aa4d2f Re-integrated all of the old WIN32 select() code just in case it is needed 26 years ago
Michael R Sweet 30ce47ef69 New WSAAsyncSelect code for WIN32 Fl::add_fd() support. 26 years ago
Bill Spitzak 8251826357 Stuff that didn't get into 1.0.7: 26 years ago
Bill Spitzak e7f42fa15f Fixed bug on Win32 where programs would stop paying attention to keys. 26 years ago
Michael R Sweet a2b5dfc5d5 Added #ifdef's for OpenBSD and NetBSD... 26 years ago
Bill Spitzak 3e0db7129e Removed warning messages from gcc compile 26 years ago
Michael R Sweet 1e3bc4ba57 Minor change - now check the version of Windows we have to 26 years ago
Michael R Sweet 6ffdd70246 FL_CURSOR_HAND should be IDC_HAND, not IDC_UPARROW. 26 years ago
Michael R Sweet 08ed55a14b Scrollbars now "page" when you click outside the scroller. 26 years ago
Bill Spitzak 6291a33526 Fixed warning message in Mike's fix to Fl::args 26 years ago
Carl E. Thompson 6b60719c6d Fixes argc == 0 segfault. 26 years ago
Carl E. Thompson 6e6261c5bd Fixed fl_call_main.c to compile with BC5. This fix is already in the 2.0 26 years ago
Bill Spitzak c05eed1e54 Correctly measures browser items with @C or @B color formatting commands. 26 years ago