summaryrefslogtreecommitdiff
path: root/fluid
AgeCommit message (Expand)Author
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
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-28Support "using" keyword.Michael R Sweet
2002-04-28Make code dialog wider.Michael R Sweet
2002-04-28Fix which icon is shown in FLUID (had it backwards)Michael R Sweet
2002-04-27Add unlock icon for public stuff.Michael R Sweet
2002-04-27Change lock icon color to red.Michael R Sweet
2002-04-26Add lock icon next to static/private elements in FLUID.Michael R Sweet
2002-04-11Make Fl_Output a subclass of Fl_Input, and add input_type and readonlyMichael R Sweet
2002-04-10Update dependencies...Michael R Sweet
2002-04-01FLUID code that uses snprintf() needs to include src/flstring.h...Michael R Sweet
2002-03-28Test makefile didn't include makedepend file...Michael R Sweet
2002-03-25Move forms code to fltk_forms library, a la 2.0.Michael R Sweet
2002-03-25Rename all remaining functions that don't start with fl_ toMichael R Sweet
2002-03-25Remove old GIF reading code that isn't used anymore...Michael R Sweet
2002-03-24Doco updates for 1.1.Michael R Sweet
2002-03-07Re-add dependency files.Michael R Sweet
2002-03-07Back-ported cut & paste code from fltk2.0.Bill Spitzak
2002-02-20Update copyright in FLUID "about" window.Michael R Sweet
2002-02-15Use +O2 for compiler on HP-UX.Michael R Sweet
2002-01-15Use CXXFLAGS when linking fluid...Michael R Sweet
2002-01-15Strip fluid after the copy to bindir.Michael R Sweet
2002-01-15Unixware fixes.Michael R Sweet