summaryrefslogtreecommitdiff
path: root/fluid
AgeCommit message (Expand)Author
2002-11-23Only set the callback when the text is changed; otherwise when you setMichael R Sweet
2002-11-19Add space for icons to item_width(), otherwise the horizontal scrollbarMichael R Sweet
2002-11-14Add CVS ignore file...Michael R Sweet
2002-11-07Sigh...Michael R Sweet
2002-11-07Include stdlib.h, not the non-standard malloc.h header...Michael R Sweet
2002-11-05Added callbacks to Fl_Text_Editor.Matthias Melcher
2002-11-03Set Fl_Text_Editor fields to Courier font for easier programmingMatthias Melcher
2002-11-03Replaced 'callback' and 'code' input in FLUID with Fl_Text_Editor.Matthias Melcher
2002-11-01Fix widget construction code for custom/named widget classes.Michael R Sweet
2002-11-01Move pixmaps to a subdirectory...Michael R Sweet
2002-11-01Rename files with the correct filenames...Michael R Sweet
2002-11-01Don't allow multiple shell commands to run at the same time.Michael R Sweet
2002-10-31Added WidgetBin/ToolBox to fluid. Made fluid remember windowMatthias Melcher
2002-10-30Fixed two little bugs for Fluid pixmaps on MacOS and Unix.Matthias Melcher
2002-10-30Added icons to Fluid's menu and object list.Matthias Melcher
2002-10-07Documentation updates.Michael R Sweet
2002-10-03Fix the filename pattern in FLUID for images.Michael R Sweet
2002-09-09Fluid treats any class name for the outer window that does not containBill Spitzak
2002-09-04Fixes from Matthew Morrise.Michael R Sweet
2002-09-02fl_register_images() was already getting called (two lines above), andMichael R Sweet
2002-09-02Small changes to images from Csaba Biegl <cbiegl@bellsouth.net>Bill Spitzak
2002-08-16Fix FLUID image problems.Michael R Sweet
2002-08-09More shadowed variables in FLUID, plus use snprintf, strlcpy, and strlcat.Michael R Sweet
2002-08-01Add image() methods to Fl_Menu_Item.Michael R Sweet
2002-07-30"install" now depends on "all" instead of the no longer defined $(PROGRAM)Michael R Sweet
2002-07-25When installing FLUID under Cygwin, make sure we keep the .exe extension.Michael R Sweet
2002-07-14Ignore fluid-shared and all exe files.Michael R Sweet
2002-07-14Change the Fl_Group current, add, and remove methods so they are no longerMichael R Sweet
2002-06-28Don't need to manually register image formats in these programs.Michael R Sweet
2002-06-28Separate the extra image functions into fltk_images.Michael R Sweet
2002-06-07New file chooser.Michael R Sweet
2002-05-31Some C++ compilers can't handle char& and int& versions of methods, soMichael R Sweet
2002-05-24Get rid of as many compiler warnings as possible.Michael R Sweet
2002-05-16Massive update to use strlcpy() and strlcat() instead of strncpy()Michael R Sweet
2002-05-15Fix widget width tooltip and default parameter handling code.Michael R Sweet
2002-05-13WIN32 compile fixes.Michael R Sweet
2002-05-13Expand menu item fix for all menu widgets (menu bar, menu button, choice,Michael R Sweet
2002-05-12Fix FLUID menu drawing bug reported by Paul Sydney (didn't rebuild theMichael R Sweet
2002-05-12Default argument patch from Fabien Constantini.Michael R Sweet
2002-05-04Fix scandir dirent stuff under WIN32.Michael R Sweet
2002-05-04Add FL_EXPORT as a declaration-only prefix like extern.Michael R Sweet
2002-05-03Fix portability problems with Solaris Forte C++ compiler.Michael R Sweet
2002-05-03Don't open the display to load a .fl file.Michael R Sweet
2002-05-02Fix filename handling; this should take care of every scenario...Michael R Sweet
2002-05-02Update some FLUID documentation, no snapshots though.Matthias Melcher
2002-05-01Need to call set_filename() before reading FLUID file, since otherwiseMichael R Sweet
2002-05-01Fixed 'Open Previuos' bug in FLUID.Matthias Melcher
2002-05-01Run "fltk-config --post" after installing and stripping fluid; otherwiseMichael R Sweet
2002-05-01Break grid and GUI settings into separate dialogs.Michael R Sweet
2002-05-01Added layout menu to FLUID. The menu containsMatthias Melcher