507 Commits (b670807ce00c9d62f7ff8a3e36640d926612a039)

Author SHA1 Message Date
Bill Spitzak 084b19e305 Patch from Dmitry Potapov for fluid to not crash on (I think) 25 years ago
Bill Spitzak 76e434bd57 Patch from Jacques Tremblay so fluid -cs writes out the I18N string file 25 years ago
Michael R Sweet f87393aaa1 OK, now version 1.0.9 25 years ago
Bill Spitzak 1422995c2d Fl_Double_Window is saved in .fl file 25 years ago
Michael R Sweet 74198871a6 I18N didn't work right for menus - the messages numbers were wrong. 25 years ago
Michael R Sweet 4b561b6e90 Updated copyright notices for all of the 1.0.x files. 25 years ago
Michael R Sweet 9e3610c75f Bug fixes where I was getting the value from the input field instead of 25 years ago
Michael R Sweet aa102a4595 Fixed bug in i18n_type_cb() - wasn't setting the i18n_xyz string variables 25 years ago
Michael R Sweet 8ff6d1daf4 FLUID changes to support GNU gettext and POSIX catgets under FLTK 1.0; 25 years ago
Bill Spitzak 328a8f8f0d Fixes for Cygwin POSIX emulation layer from Norman Vine. 26 years ago
Michael R Sweet a73c7f58e6 Documentation updates for 1.0.8. 26 years ago
Michael R Sweet bd722a5d30 Fix from Assar Westerlund - missing include. 26 years ago
Michael R Sweet aee4def606 Updated version to 1.0.8. 26 years ago
Bill Spitzak 7482800177 Produces correct destructor for nested classes, patch from Alexandr Shevtsow 26 years ago
Bill Spitzak 49b8502b83 Added Fl.H required by an inline function if Fl_Repeat_Button.H 26 years ago
Bill Spitzak b101ac281d Patch from Clemens Hintze to allow declaratons of "typedef" to work. 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 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 6b07587d74 Now correctly draws XPM files with 16-bit color indexes. 26 years ago
Bill Spitzak fb52f23826 You can make virtual destructors 26 years ago
Michael R Sweet 81241af1cf Don't need ::write_declare, just write_declare... 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 a7ae9b3c49 String output (for images in the C code) does not produce trigraphs 26 years ago
Bill Spitzak 0bb590c832 Pragma added around xlib.h to shut up the IRIX compiler warnings 26 years ago
Michael R Sweet 52cd3040d1 Fl_Decl_Type::write_code1() didn't work for class destructors. 26 years ago
Michael R Sweet f3980ef211 Fixed subclass (Class::Member) output bug reported by Jim Hourihan. 26 years ago
Bill Spitzak 4e66f93769 Missing header files and FL_EXTERNs that prevented DLL's from compiling 26 years ago
gustavo 5c3e88c386 Properly handling the "return outermost widget" case now. 26 years ago
Bill Spitzak 5bf457ac24 Tab, space, backtab, and backspace can be used to navigate through menus. 27 years ago
Michael R Sweet df8016354c Updated documentation version & edition. 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 6776041873 fluid outputs symbolic names for align() and when() to the C++ code 27 years ago
Carl E. Thompson 4435aed5ca textstuff() methods no longer inline to work around a bug in a compiler. 27 years ago
Carl E. Thompson cd6f7adfe0 Bugfix. FLUID now compiles under UNIX! ;-> 27 years ago
Carl E. Thompson 81c7d9b215 Changes needed to get FLTK to compile on Borland C++ 5 under Windows. I 27 years ago
Michael R Sweet a5778a1864 Updated README and distribution packages to use v1.0.1. 27 years ago
Bill Spitzak 2316172e5f Fixed fluid bug that caused styles patch to crash when you delete menu item. 27 years ago
Bill Spitzak 170c31cada Named callback function in a menu item inside a class prepended the 27 years ago
Michael R Sweet 022e5d90f1 Updated Linux DSO rules. 27 years ago
Bill Spitzak 95e27d43f1 Fix from Phil Nelson so that write-code menu item writes to the 27 years ago
Michael R Sweet ac66e4d72e Got rid of malloc.h include - should be using stdlib.h anyways... 27 years ago
Michael R Sweet 2f0f075d4f Fixed FLUID bug - can now override code and header file names from the 27 years ago
Michael R Sweet df01cba124 Public/private status was not honored for menu items. 27 years ago
Michael R Sweet b737731013 Fixed array_name() bug - now correctly handles arrays in different classes 27 years ago
Michael R Sweet e232a9b094 Changed "include_H_from_C" to default to 1 instead of 0. 27 years ago