summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2002-08-13Fixed tabs.flBill Spitzak
2002-08-12Add missing header to tabs program.Michael R Sweet
2002-08-12Put new modal test in the right source file...Michael R Sweet
2002-08-10Added test for modal windowBill Spitzak
2002-08-09More shadowed variables in FLUID, plus use snprintf, strlcpy, and strlcat.Michael R Sweet
2002-08-01Add image() methods to Fl_Menu_Item.Michael R Sweet
2002-07-23Add wrap() method and bit for Fl_Input_, and make word wrap dependentMichael R Sweet
2002-07-15Fix path for default document (Matthias, did you change this? If so,Michael R Sweet
2002-07-14Boy, aren't WIN32 compilers *so* much fun.Michael R Sweet
2002-07-14Fl_File_Chooser::value("foo") now checks if the pathname is a directoryMichael R Sweet
2002-07-14Ignore fluid-shared and all exe files.Michael R Sweet
2002-07-11minor changes to make FLTK compile as a DLL in CodeWarriorMatthias Melcher
2002-07-11MacOS: wait(0) would not handle all pending events.Matthias Melcher
2002-06-29Small changes to make Metrowerks CodeWarrior for Windows work.Matthias Melcher
2002-06-28Add missing file.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-27MacOS:Matthias Melcher
2002-06-26Remired CR/LF pairs :-/Matthias Melcher
2002-06-26Added gl_font calls to Cube demo for gl_font implementation on MacOS (later).Matthias Melcher
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