532 Commits (6b60719c6dff3f404114b64f6c4e22d5f9dec336)
 

Author SHA1 Message Date
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
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 7becff3f2c Redid Carl's fix to fast_slow (making it be output widgets rather 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
gustavo 5c3e88c386 Properly handling the "return outermost widget" case now. 26 years ago
Bill Spitzak 84e4e91a3c Made XDBE work on all versions of Irix that have it 26 years ago
Michael R Sweet 3f47369dbc Changed $(DSONAME) target to "libfltk.so.1 libfltk.sl.1"... 27 years ago
Bill Spitzak 5bf457ac24 Tab, space, backtab, and backspace can be used to navigate through menus. 27 years ago
Michael R Sweet e46a0be2b5 Updated packages files for 1.0.2. 27 years ago
Michael R Sweet 6c25ba6d73 Added fl_add_idle.cxx to project files. 27 years ago
Michael R Sweet 5f3e768cd0 Added CHANGES file with list of changes between releases. 27 years ago
Bill Spitzak 349f047032 Keypad should produce correct symbols on Brazilian (and any other) 27 years ago
Bill Spitzak 2f22abf4e2 Compose for Icelandic thorn character is "TH" or "th". Also fixed the 27 years ago
Michael R Sweet df8016354c Updated documentation version & edition. 27 years ago
Bill Spitzak add808d7c2 Changes to Fl_Menu_::add() so that you should be able to add to any menu, 27 years ago
Michael R Sweet 405f8fba3a Changed exit callback in FLUID to moe standard "Save Changes?" 27 years ago
Michael R Sweet 816393d2d4 Updated patch version to 2 (1.0.2) 27 years ago
gustavo 923aa16100 Changes so that "extra code" goes before o->end() and close bracket. 27 years ago
Bill Spitzak c319bcae89 Submenu titles did not always get the FL_SUBMENU bit turned on when 27 years ago
Bill Spitzak 0e29799dda Fl::add_fd() structures are dynamically allocated so you can listen to 27 years ago
Bill Spitzak 6776041873 fluid outputs symbolic names for align() and when() to the C++ code 27 years ago
Bill Spitzak fa29bbdc0f 1. ~Fl_Widget(), Fl_Widget::hide(), and Fl_Widget::deactivate() no longer send 27 years ago
Carl E. Thompson 69302ebb67 Fixes this demo (got broken somewhere...) 27 years ago
Carl E. Thompson 4605f0f635 Guillaume's fix for Fl_Menu_::copy() 27 years ago