638 Commits (release-1.3.2)

Author SHA1 Message Date
Michael R Sweet 4bf99bdfc6 Add space for icons to item_width(), otherwise the horizontal scrollbar 23 years ago
Michael R Sweet 0bd7960c79 Add CVS ignore file... 23 years ago
Michael R Sweet f841b45087 Sigh... 23 years ago
Michael R Sweet 14e047cc0f Include stdlib.h, not the non-standard malloc.h header... 23 years ago
Matthias Melcher 66dabdb8f5 Added callbacks to Fl_Text_Editor. 23 years ago
Matthias Melcher b9e7232d26 Set Fl_Text_Editor fields to Courier font for easier programming 23 years ago
Matthias Melcher c3de2a22c0 Replaced 'callback' and 'code' input in FLUID with Fl_Text_Editor. 23 years ago
Michael R Sweet f3078e51e0 Fix widget construction code for custom/named widget classes. 23 years ago
Michael R Sweet 0ac9c36868 Move pixmaps to a subdirectory... 23 years ago
Michael R Sweet 0fdef4a820 Rename files with the correct filenames... 23 years ago
Michael R Sweet da5525cfcb Don't allow multiple shell commands to run at the same time. 23 years ago
Matthias Melcher f4a60090ba Added WidgetBin/ToolBox to fluid. Made fluid remember window 23 years ago
Matthias Melcher 270c364bb3 Fixed two little bugs for Fluid pixmaps on MacOS and Unix. 23 years ago
Matthias Melcher 41d14b074b Added icons to Fluid's menu and object list. 23 years ago
Michael R Sweet b40f5fb69e Documentation updates. 23 years ago
Michael R Sweet b6e2aceb4a Fix the filename pattern in FLUID for images. 23 years ago
Bill Spitzak cf16564eda Fluid treats any class name for the outer window that does not contain 23 years ago
Michael R Sweet 32b9640e1c Fixes from Matthew Morrise. 23 years ago
Michael R Sweet 886261af33 fl_register_images() was already getting called (two lines above), and 23 years ago
Bill Spitzak 13dfd24a57 Small changes to images from Csaba Biegl <cbiegl@bellsouth.net> 23 years ago
Michael R Sweet ab53ef9a44 Fix FLUID image problems. 23 years ago
Michael R Sweet b2e9308751 More shadowed variables in FLUID, plus use snprintf, strlcpy, and strlcat. 23 years ago
Michael R Sweet 063d67de86 Add image() methods to Fl_Menu_Item. 23 years ago
Michael R Sweet 7b0ade0138 "install" now depends on "all" instead of the no longer defined $(PROGRAM) 23 years ago
Michael R Sweet 7ce42e2592 When installing FLUID under Cygwin, make sure we keep the .exe extension. 23 years ago
Michael R Sweet 1be87f0798 Ignore fluid-shared and all exe files. 23 years ago
Michael R Sweet 3346a9fee7 Change the Fl_Group current, add, and remove methods so they are no longer 23 years ago
Michael R Sweet 8efe8dcc23 Don't need to manually register image formats in these programs. 23 years ago
Michael R Sweet 6a6e4ab66c Separate the extra image functions into fltk_images. 23 years ago
Michael R Sweet 861ad9769b New file chooser. 23 years ago
Michael R Sweet 23972703f4 Some C++ compilers can't handle char& and int& versions of methods, so 23 years ago
Michael R Sweet 3a117a899c Get rid of as many compiler warnings as possible. 23 years ago
Michael R Sweet 88d54cd78b Massive update to use strlcpy() and strlcat() instead of strncpy() 23 years ago
Michael R Sweet 6592f0919b Fix widget width tooltip and default parameter handling code. 23 years ago
Michael R Sweet 7a455a05c6 WIN32 compile fixes. 23 years ago
Michael R Sweet 7ea7823c82 Expand menu item fix for all menu widgets (menu bar, menu button, choice, 23 years ago
Michael R Sweet a34e8e40f6 Fix FLUID menu drawing bug reported by Paul Sydney (didn't rebuild the 23 years ago
Michael R Sweet a04c2e28e7 Default argument patch from Fabien Constantini. 23 years ago
Michael R Sweet e1c5328477 Fix scandir dirent stuff under WIN32. 23 years ago
Michael R Sweet dc1155a116 Add FL_EXPORT as a declaration-only prefix like extern. 23 years ago
Michael R Sweet fbf099f11e Fix portability problems with Solaris Forte C++ compiler. 23 years ago
Michael R Sweet 2f9a58d608 Don't open the display to load a .fl file. 23 years ago
Michael R Sweet 540739e6d7 Fix filename handling; this should take care of every scenario... 23 years ago
Matthias Melcher 508a9abbc8 Update some FLUID documentation, no snapshots though. 23 years ago
Michael R Sweet d55d0ead70 Need to call set_filename() before reading FLUID file, since otherwise 23 years ago
Matthias Melcher d5b98e56c0 Fixed 'Open Previuos' bug in FLUID. 23 years ago
Michael R Sweet 30b61c9e03 Run "fltk-config --post" after installing and stripping fluid; otherwise 23 years ago
Michael R Sweet 683b32002b Break grid and GUI settings into separate dialogs. 23 years ago
Matthias Melcher 81e13dc96d Added layout menu to FLUID. The menu contains 23 years ago
Michael R Sweet 3a33fc7d81 WIN32 doesn't support popen(), but Cygwin does. 23 years ago