532 Commits (6b60719c6dff3f404114b64f6c4e22d5f9dec336)
 

Author SHA1 Message Date
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 ec8a580634 Running with -c on a file with browsers in it does not require X 26 years ago
Bill Spitzak c05eed1e54 Correctly measures browser items with @C or @B color formatting commands. 26 years ago
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 1d5fcfd080 Forgot to check in the header file changes 26 years ago
Bill Spitzak ce249490d4 These are some (hopefully minor) changes we keep needing to edit into 26 years ago
Michael R Sweet 4ccf6b4b37 Changes for 1.0.6 release. 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 5e57d3cc12 Added missing README file... 26 years ago
Michael R Sweet c4cc8d6693 Fixed typos... 26 years ago
Michael R Sweet fbe24c3b80 Updated for FLTK 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 54a6bda767 The arrow patch is in! 26 years ago
Bill Spitzak 820654ccd6 Does not write "extern foo *bar" declarations twice. 26 years ago
Bill Spitzak 7f60ccd9ad Added missing FL_EXPORT to Fl_Window::resize() 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 1706466f04 Added inline function make_visible(n) to scroll it to show line n. 26 years ago
Bill Spitzak fb52f23826 You can make virtual destructors 26 years ago
Michael R Sweet eed1f2a359 Fixed compile error with gcc 2.95 - the "d" string needed to be cast to 26 years ago
Michael R Sweet 81241af1cf Don't need ::write_declare, just write_declare... 26 years ago
Michael R Sweet 1e4abdc8d0 Dropped #pragma from x.H - first, it isn't supported by the 5.3 compilers, 26 years ago
Michael R Sweet 018667ce16 Fixed configure.in for HP-UX - wasn't detecting vsnprintf and snprintf 26 years ago
Bill Spitzak 7508ce1e31 It crashed when a group with exactly 1 child was deleted. 26 years ago
Bill Spitzak 467e73ed0b Added Chrisophe Kalt's patch to add "extern "C"" to functions 26 years ago
Bill Spitzak 16a999efd0 Fixed so that a public declaration like #include "Foo" is written to the 26 years ago
Bill Spitzak 243525a903 Put in a meta tag that is supposed to stop search engines from searching 26 years ago
Bill Spitzak a7ae9b3c49 String output (for images in the C code) does not produce trigraphs 26 years ago
Michael R Sweet bc5a58036a Fixed link to XPaint... 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