summaryrefslogtreecommitdiff
path: root/fluid/fluid.cxx
AgeCommit message (Expand)Author
2005-03-19Many FLUID updates...Michael R Sweet
2005-03-17Use check items for overlays and the widget bin, and track their state.Michael R Sweet
2005-03-17Tweak 1.1.x FLUID some more...Michael R Sweet
2005-03-10Add icon images (still need to update OSX icon file...)Michael R Sweet
2005-02-26Added visual gudelines for widget distances and sizes to fluid. It is disable...Matthias Melcher
2005-02-24Copyright updates.Michael R Sweet
2005-02-06Fixed a few warnings in OS X. The fluid stuff was 'touche'd, but not changed.Matthias Melcher
2004-09-08Clean up compiler warnings...Michael R Sweet
2004-09-07Documentation updates (STR #505, STR #513)Michael R Sweet
2004-04-11Copyright updates and prep for 1.1.5rc1.Michael R Sweet
2003-08-02Fix FLUID redraw bug when changing X,Y,W,H in the widget panel (STR #120)Michael R Sweet
2003-08-02Bump to 1.1.4 and fix changelog.Michael R Sweet
2003-08-02OS X: some changes to support Apples ProjectBuilder.Matthias Melcher
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-06-01Fix open-documents callback stuff.Michael R Sweet
2003-04-01FLUID shell command patch from Erco.Michael R Sweet
2002-11-03Replaced 'callback' and 'code' input in FLUID with Fl_Text_Editor.Matthias Melcher
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-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-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-16Massive update to use strlcpy() and strlcat() instead of strncpy()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-01Break grid and GUI settings into separate dialogs.Michael R Sweet
2002-05-01Added layout menu to FLUID. The menu containsMatthias Melcher
2002-05-01WIN32 doesn't support popen(), but Cygwin does.Michael R Sweet
2002-05-01Add shell command support to FLUID.Michael R Sweet
2002-05-01Fix FLUID so that open_cb() and open_history_cb() set the filenameMichael R Sweet
2002-04-30added binary support and procedural names toMatthias Melcher
2002-04-30Fl_Preferences::getUserdataPath() and getPath() methods now require aMichael R Sweet
2002-04-28Make code dialog wider.Michael R Sweet
2002-04-01FLUID code that uses snprintf() needs to include src/flstring.h...Michael R Sweet
2002-03-25Rename all remaining functions that don't start with fl_ toMichael R Sweet
2002-01-01Copyright updates...Michael R Sweet
2001-12-21More OS/2 fixes from Alexander...Michael R Sweet
2001-10-29Cygwin fixes...Michael R Sweet
2001-09-30Fl_File_Chooser.H and fl_file_chooser.H need to be the same...Michael R Sweet
2001-09-29Tooltips, and more tooltips.Michael R Sweet
2001-09-29Fl_FileXYZ -> Fl_File_XYZMichael R Sweet
2001-09-23Update VC++ project files.Michael R Sweet
2001-09-13Fix menu shortcuts.Michael R Sweet