summaryrefslogtreecommitdiff
path: root/fluid/fluid.cxx
AgeCommit message (Expand)Author
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
2001-08-11Add new widgets to FLUID.Michael R Sweet
2001-08-05Keyboard nav for tabs.Michael R Sweet
2001-08-02FileIcon, FileBrowser, FileChooser stuff.Michael R Sweet
2001-03-15Use the Multithreaded DLL runtime model for all projects - I haven't foundMichael R Sweet
2001-02-01Use GetTempPath() under WIN32 for the clipboard file location.Michael R Sweet
2001-01-28fl_curve uses a much better algorithim to figure out how many piecesBill Spitzak
2001-01-22Copyright 2001.Michael R Sweet
2000-08-20Removed some (not all) of the warnings when compiled with -Wwrite-strings,Bill Spitzak
2000-06-08Patch from Jacques Tremblay so fluid -cs writes out the I18N string fileBill Spitzak
2000-06-05OK, now version 1.0.9Michael R Sweet
2000-05-16I18N didn't work right for menus - the messages numbers were wrong.Michael R Sweet
2000-04-25Bug fixes where I was getting the value from the input field instead ofMichael R Sweet
2000-04-24FLUID changes to support GNU gettext and POSIX catgets under FLTK 1.0;Michael R Sweet
2000-04-04Fixes for Cygwin POSIX emulation layer from Norman Vine.Bill Spitzak
1999-11-20Running with -c on a file with browsers in it does not require XBill Spitzak
1999-04-18Changed exit callback in FLUID to moe standard "Save Changes?"Michael R Sweet
1999-03-09Fix from Phil Nelson so that write-code menu item writes to theBill Spitzak
1999-03-04Fixed FLUID bug - can now override code and header file names from theMichael R Sweet
1999-01-26Updated WIN32 clipboard file to be in the root directory to allow forMichael R Sweet
1999-01-26Commented out Help/Manual menu item since Help isn't implemented yet.Michael R Sweet
1999-01-25Updated copyright notice in FLUID.Michael R Sweet
1999-01-19Fixes from Bill:Michael R Sweet
1999-01-07Yay, change all copyright notices to be 1998-1999.Michael R Sweet
1998-12-06More changes for .C and .H to .cxx and .h...Michael R Sweet