5359 Commits (d5404dea25123567e9645d3e88a6cd0c14b2073f)
 

Author SHA1 Message Date
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
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 38e5cf7db0 Added inline deactivate() method that calls Fl::remove_timeout() 26 years ago
Michael R Sweet 52cd3040d1 Fl_Decl_Type::write_code1() didn't work for class destructors. 26 years ago
Michael R Sweet 5dadca9c90 Added "delete local_array[]" to Fl_Menu_Item::insert(). 26 years ago
Michael R Sweet 701141bcfe Added inline destructor that calls Fl_Browser::clear() method... 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 82eb2381e6 Updates for 1.0.4. 26 years ago
Michael R Sweet 0f3d0290ea Updated to 1.0.4... 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 f3980ef211 Fixed subclass (Class::Member) output bug reported by Jim Hourihan. 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
Bill Spitzak 8abc94ba07 Added Solaris switches suggested by Carlos O'Ryan (coryan@cs.wustl.edu) 26 years ago
Michael R Sweet 7fad9c354b Fixed WIN32 selection bug - wasn't checking to see if the 26 years ago
Bill Spitzak 9324cc741c Shortened the option string for IRIX a bit by combining the two -woff's 26 years ago
Bill Spitzak ce68c7386c Colors in cmap changed to use 0xFF instead of 0xF4. 26 years ago