1106 Commits (release-1.1.6)

Author SHA1 Message Date
Michael R Sweet 555f3eb3a7 Fixed bit reversal table - entry for reversing 1100 was set to 0010 26 years ago
Michael R Sweet ef8eaf25b8 Now set the label() of the message form appropriately (no more ***** in 26 years ago
Michael R Sweet 89323df848 Fl_Browser_ didn't draw the selection box using an inactive color when 26 years ago
Bill Spitzak 9ce13e4fff Changes requested by Jeff Meininger 26 years ago
Michael R Sweet d1f909be8a fl_arc() and fl_pie() fixes for WIN32 removed - the problem is with 26 years ago
Bill Spitzak b59a07f472 Sets win_gravity correctly, this helps some X window managers that use 26 years ago
Michael R Sweet 20522b715e fl_arc() and fl_pie() were drawing 1 pixel too little horizontally and 26 years ago
Bill Spitzak b23b10c7e0 Zero-width browsers crashed: 26 years ago
Bill Spitzak de5a005e69 Minor change: if the X window manager does not do anything else with windows 26 years ago
Bill Spitzak c3bd173a57 More fixes to the text editing to make the NT users happy. 26 years ago
Michael R Sweet 936b75f917 C++ comments are not valid ANSI C source!!!!!!!!!!!!! 26 years ago
Bill Spitzak 0627bd9a3e Does not call draw() on child Fl_Windows when their parent is hidden. 26 years ago
Bill Spitzak ecd524fdc7 Calling deactivate() from a non-displayed widget could cause an infinite 26 years ago
Bill Spitzak 06ea565dba Fixed configure uversion for Irix 6.5 26 years ago
Bill Spitzak 2e58f174f7 Changed the sgi -woff pragma to the new #define suggested by Michael Sweet. 26 years ago
Bill Spitzak a7904da09a I fixed Fl_Tabs so that child tabs can be added/removed without any 26 years ago
Bill Spitzak b9c6935372 Fixed the shiny demo (and a DD program). Note: this fix is not 26 years ago
Bill Spitzak ce249490d4 These are some (hopefully minor) changes we keep needing to edit into 26 years ago
Bill Spitzak be101a57e6 Fl_Repeat_Button removes the timeout if it is deactivated or hidden 26 years ago
Bill Spitzak c8794e2f58 Fixed some WIN32 bugs found in 1.0.5: 26 years ago
Michael R Sweet aa9c028aeb Added Fl_Roller fix from 2.0 tree. 26 years ago
Michael R Sweet 9afb77da56 Fixed long-standing bug reported by Rick Sayre in Fl_Browser_ - if the 26 years ago
Bill Spitzak 6b07587d74 Now correctly draws XPM files with 16-bit color indexes. 26 years ago
gustavo 138c7287b2 Changed call_timeouts() and Fl::wait()/wait(double). The wait functions will now return immediately (do fl_wait(0,0)) if any timeouts were called in call_timeouts(). Motivation: An event loop like 26 years ago
Bill Spitzak 7508ce1e31 It crashed when a group with exactly 1 child was deleted. 26 years ago
Bill Spitzak f7e0e7627f Can draw xpm pixmaps with spaces in the color names (such as the ones in 26 years ago
Bill Spitzak df045b0e36 FL_KEYBOARD events have the correct x/y when sent to child X windows. 26 years ago
Bill Spitzak 0bb590c832 Pragma added around xlib.h to shut up the IRIX compiler warnings 26 years ago
Carl E. Thompson ae621ef778 Fixed core dump when drawing with a font but it hadn't been previous set. 26 years ago
Carl E. Thompson 4da7a06300 Removed patch - didn't fix problem. 26 years ago
Michael R Sweet 4acc49c207 Testing a possible Fl_Menu_::add() bug fix... 26 years ago
Michael R Sweet 5dadca9c90 Added "delete local_array[]" to Fl_Menu_Item::insert(). 26 years ago
Michael R Sweet 971dc6583b Was escaping characters from 0x80 to 0x9f, but these are used by the 26 years ago
Michael R Sweet fbc03d29f1 Put curley braces around selection clear code to work around 26 years ago
Michael R Sweet b846b2515a Final fix (I hope) for WIN32 selection code (now check against all windows 26 years ago
Michael R Sweet c227a1f369 Fixed drawing bug when min == max... 26 years ago
Bill Spitzak f7c57a3730 Replaced remaining malloc.h's with stdlib.h 26 years ago
Bill Spitzak 1f19505573 Bugfix from Matthias (thanks Matt) 26 years ago
Michael R Sweet 4b341bc95a Added Rick's hack for initializing fl_display. 26 years ago
Bill Spitzak c951750611 Fl_Value_Input did not update if the value was changed from inside the 26 years ago
Michael R Sweet 7fad9c354b Fixed WIN32 selection bug - wasn't checking to see if the 26 years ago
Bill Spitzak ce68c7386c Colors in cmap changed to use 0xFF instead of 0xF4. 26 years ago
Bill Spitzak 4e66f93769 Missing header files and FL_EXTERNs that prevented DLL's from compiling 26 years ago
Michael R Sweet d4bcbf5be3 fl_wait() didn't handle the case when timeout == 0 and nfds > 0. 26 years ago
Michael R Sweet 7f48da7bfd Fixed bug in WIN32 fl_elapsed() function - didn't initialize 26 years ago
Bill Spitzak c025851f83 Fixed another flwm crash in Fl_x.cxx (the send_motion pointer must 26 years ago
Carl E. Thompson 72a313292c Checking in Guillaume Nodet's fix for Fl_Menu_::copy() again. I checked it 26 years ago
Michael R Sweet 2f942e1c4a Updated version numbers to 1.0.3. 26 years ago
Michael R Sweet 3f47369dbc Changed $(DSONAME) target to "libfltk.so.1 libfltk.sl.1"... 26 years ago
Bill Spitzak 5bf457ac24 Tab, space, backtab, and backspace can be used to navigate through menus. 26 years ago