summaryrefslogtreecommitdiff
path: root/fluid
AgeCommit message (Expand)Author
2003-07-29Fix scheme and image drawing bugs.Michael R Sweet
2003-07-19STR #88: changed fluid behaviour to always paste into a selectedMatthias Melcher
2003-07-18STR #86: Swapped menu shortcut labels for OS XMatthias Melcher
2003-07-18STR #106: collapse triangle in fluid hrc list would not receive eventsMatthias Melcher
2003-07-12Fix Xft2 usage (still need to do a final fix that loads the proper XMichael R Sweet
2003-06-15Hide cancel/revert buttons until a true undo can be implemented.Michael R Sweet
2003-06-01Fix open-documents callback stuff.Michael R Sweet
2003-05-27Fix STR #52 - Fl_Text_Editor didn't set changed() nor did it call callbacksMichael R Sweet
2003-05-26Check syntax of callback only on release, not on change.Michael R Sweet
2003-05-18Add thin up box with plastic style.Michael R Sweet
2003-04-03- sorted fluid menu barMatthias Melcher
2003-04-01FLUID shell command patch from Erco.Michael R Sweet
2003-03-26Bump version number and copyright year in FLUID about panel...Michael R Sweet
2003-03-26Fix widget callback code error check and assignment.Michael R Sweet
2003-01-28Support type qualifiers before a class name; this allows for things likeMichael R Sweet
2003-01-10Update dependencies and the change log.Michael R Sweet
2003-01-10Update Fl_Image and friends so that we don't need to include theMichael R Sweet
2003-01-04Make sure that the GUI tab shows first.Michael R Sweet
2003-01-04Sort widgets in the widget panel.Michael R Sweet
2002-12-26Fl_Text_Display/Editor would not receive FL_FOCUS events on mouse clicksMatthias Melcher
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