summaryrefslogtreecommitdiff
path: root/fluid
AgeCommit message (Expand)Author
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
2002-01-06Add Fl_BMP_Image class and docos.Michael R Sweet
2002-01-06Doco and dist file updates.Michael R Sweet
2002-01-01Copyright updates...Michael R Sweet
2001-12-21More OS/2 fixes from Alexander...Michael R Sweet
2001-12-21CVS ignore files...Michael R Sweet
2001-12-19"make clean" should not delete makedepend, since we now track thisMichael R Sweet
2001-12-17FLUID didn't support the plastic boxtypes.Michael R Sweet
2001-12-17Don't append a semicolon to callback function code when the last lineMichael R Sweet
2001-12-14Clean up default menu for FLTK applications - don't need "About FLTK".Michael R Sweet
2001-12-09CygWin threading fixes from Teun.Michael R Sweet
2001-12-08Fix infinite loop problem in Fl_Text_Editor - was resizing before weMichael R Sweet
2001-12-06FLTK 1.1.0 for Mac "Out Of The Box Experience": type 'make' and watch...Matthias Melcher
2001-11-25Redo Fluid_Image class to use Fl_Shared_Image instead of its own subclassesMichael R Sweet
2001-11-25Add flstring.h header file to include string functions, strcasecmpMichael R Sweet
2001-11-24Fix bugs in copy() methods.Michael R Sweet
2001-11-22Fix all references to '.C' files (now .cxx)Michael R Sweet
2001-11-19Move header installs to new FL/Makefile, which is generated byMichael R Sweet