638 Commits (release-1.3.2)

Author SHA1 Message Date
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. 26 years ago
Michael R Sweet df8016354c Updated documentation version & edition. 26 years ago
Michael R Sweet 405f8fba3a Changed exit callback in FLUID to moe standard "Save Changes?" 26 years ago
Michael R Sweet 816393d2d4 Updated patch version to 2 (1.0.2) 26 years ago
gustavo 923aa16100 Changes so that "extra code" goes before o->end() and close bracket. 26 years ago
Bill Spitzak c319bcae89 Submenu titles did not always get the FL_SUBMENU bit turned on when 26 years ago
Bill Spitzak 6776041873 fluid outputs symbolic names for align() and when() to the C++ code 26 years ago
Carl E. Thompson 4435aed5ca textstuff() methods no longer inline to work around a bug in a compiler. 26 years ago
Carl E. Thompson cd6f7adfe0 Bugfix. FLUID now compiles under UNIX! ;-> 26 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
Michael R Sweet 3702edc89d Added comment parsing in _c_check(). 27 years ago
Michael R Sweet 9b0162e212 Added modified patch from Tom Holroyd to support class "chaining". 27 years ago
Michael R Sweet 45e7f3f99e Fixed bug in write_static() method - when getting the menu_name() and 27 years ago
Michael R Sweet ae5a281a39 Updated install rules to install files with write permission for the 27 years ago
Michael R Sweet c8dbb60e80 Fix from Bill for infinite loop problem when moving groups of widgets. 27 years ago
Michael R Sweet 334494d068 Patch from Bill that adds virtual method support. 27 years ago
Michael R Sweet fc5e6cb0b6 Whoops - missed a closing bracket... 27 years ago
Michael R Sweet b43ba93bdb Menu item numbering bug fix from Bill. 27 years ago
Bill Spitzak 4c53a5d8f4 Added optimization for SGI builds (mike: please run autoconf before making 27 years ago
Michael R Sweet 7e0bd92469 The about dialog was too small. 27 years ago
Michael R Sweet b8d34c3d4b Lots of little GUI tweeks, capitalization changes, copyright update, etc. 27 years ago
Michael R Sweet c3a31ce44a Updated WIN32 clipboard file to be in the root directory to allow for 27 years ago
Michael R Sweet 43a4c224ef Commented out Help/Manual menu item since Help isn't implemented yet. 27 years ago
Michael R Sweet c53f76f6b4 Updated copyright notice in FLUID. 27 years ago
Michael R Sweet d592f1c4aa Forgot the leading * on the pointer name for menu items. 27 years ago
Michael R Sweet 576f02c063 Fixes from Bill: 27 years ago
Michael R Sweet de114a8257 The text color button in Fluid didn't pop up with the correct color 27 years ago
Michael R Sweet e41c045fe5 Fixed problem with empty submenus not getting the right offsets. 27 years ago
Michael R Sweet ab5771b62f Fixes from Bill: 27 years ago