summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2002-06-13Make sure DIRECTORY is undef'd for BC++.Michael R Sweet
2002-06-13Bug fixes from Sebastien.Michael R Sweet
2002-06-10Fix some editor problems; still have a few bugs that need to be resolvedMichael R Sweet
2002-06-09Add documentation for using styles in text editor.Michael R Sweet
2002-06-09Add color definitions for "dark red", etc.Michael R Sweet
2002-06-07New file chooser.Michael R Sweet
2002-06-03Tweek the order of -o foo and foo.o in the test makefile, since puttingMichael 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-21Ignore more generated files...Michael R Sweet
2002-05-21Add preferences program to .cvsignore...Michael R Sweet
2002-05-17Fl_Preferences: fixed delete/free confusion, updated docu and sample on buffe...Matthias Melcher
2002-05-16Massive update to use strlcpy() and strlcat() instead of strncpy()Michael R Sweet
2002-05-15Update dependencies.Michael R Sweet
2002-05-13Backported the fltk2.0 tooltips. This may be somewhat binary incompatableBill Spitzak
2002-05-12Fix tooltips on some of the valuators...Michael R Sweet
2002-05-04Fix scandir dirent stuff under WIN32.Michael R Sweet
2002-05-03Fix portability problems with Solaris Forte C++ compiler.Michael R Sweet
2002-05-02Fix include for preferences example.Michael R Sweet
2002-05-01Added preferences.fl, removed preferences.cxx and .hMatthias Melcher
2002-05-01Don't try to use itoa(), which isn't available on most systems. Instead,Michael 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-29Add preferences demo.Michael R Sweet
2002-04-29Updated credits file.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-03-28Test makefile didn't include makedepend file...Michael R Sweet
2002-03-26OS/2 update from Alexander Mai.Michael R Sweet
2002-03-25Fix spelling error in spelling check message...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-07Re-add dependency files.Michael R Sweet
2002-03-07Back-ported cut & paste code from fltk2.0.Bill Spitzak
2002-03-06Fix non-Xft build.Michael R Sweet
2002-01-30Fix prototypes for fl_input() and fl_password().Michael R Sweet
2002-01-15Unixware fixes.Michael R Sweet
2002-01-13Remove unused and obsolete JPEG image demo.Michael R Sweet
2002-01-06Add Fl_BMP_Image class and docos.Michael R Sweet
2002-01-04Fix OpenGL and button problems in shiny demo.Michael R Sweet
2002-01-03Fixup fractals demo so it doesn't get way ahead of display - some LinuxMichael R Sweet
2002-01-01Copyright updates...Michael R Sweet
2002-01-01Use rint() for some more rounding of vertices.Michael R Sweet
2001-12-30Fix build problems in test directory - no more recursive dependencies forMichael R Sweet
2001-12-23Demo updates (so they all will use the default scheme)Michael R Sweet
2001-12-22- MacOS: more keyboard handler fixes, mainly mapping of Mac specificMatthias Melcher
2001-12-21CVS ignore files...Michael R Sweet
2001-12-21Get rid of CR's in some files...Michael R Sweet
2001-12-19"make clean" should not delete makedepend, since we now track thisMichael R Sweet
2001-12-17Remove Fl_Mutex and Fl_Signal_Mutex from threads.h - not portable, andMichael R Sweet