summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2002-11-05Added callbacks to Fl_Text_Editor.Matthias Melcher
2002-10-24First fixes for 1.1.2 - Fl_Scrollbar shouldn't take keyboard focus,Michael R Sweet
2002-09-27Comment out debug statements...Michael R Sweet
2002-09-26Fix editor syntax highlighting (bug #613089)Michael R Sweet
2002-09-20Apply patch from George Garvey to make Fl_Text_Display/Buffer based onMichael R Sweet
2002-09-16Move Fl_Help_Dialog to fltk_images library.Michael R Sweet
2002-09-05Mac OS X: modified Fl_Preferences::Node::search to correctly handle groupsMatthias Melcher
2002-09-01Fix Fl_Menu_Button focus problems.Michael R Sweet
2002-08-30Make sure all strings can be localized in the dialogs.Michael R Sweet
2002-08-20Use double-buffered window for CubeView...Michael R Sweet
2002-08-20Add tooltips to the output widgets to see if we can figure out whyMichael R Sweet
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