summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2005-11-27VC++ 2005 Support, drop old files, add icons for SudokuMichael R Sweet
2005-11-27Fix a resize issue with X11.Michael R Sweet
2005-11-27More improvements to game board generator.Michael R Sweet
2005-11-26Fix up new game code to expose at least one of every number in each axisMichael R Sweet
2005-11-26Better game generation, fix test slot usage.Michael R Sweet
2005-11-26Support up to 8 test slots and check for solution after every changeMichael R Sweet
2005-11-26Mousewheel fixes.Michael R Sweet
2005-11-25Add "test" numbers in the corners and add more levels of difficulty.Michael R Sweet
2005-11-25Fix mousewheel handler bug (using wrong variable in initial check)Michael R Sweet
2005-11-18git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4650 ea41ed52-d2ee-0310...Matthias Melcher
2005-11-06Undid previous test change.Matthias Melcher
2005-11-04STR #1061: fixed Fl_Window::cursor for subwindows and GL windows on WIN32Matthias Melcher
2005-11-02STR #1052: updated color handling in test programs. If you are planning on cr...Matthias Melcher
2005-11-02Change int to long in unittests callback, and add the standard FLTKMichael R Sweet
2005-10-26FLUID writes RGB and Bitmap image data as an array of decimal numbers instead...Matthias Melcher
2005-09-15STR #1023: some more test programs did not load the OS default colorsMatthias Melcher
2005-09-14Fonts test program now starts using the correct color schemeMatthias Melcher
2005-08-24Reverted to the correct version.Matthias Melcher
2005-08-24TyposMatthias Melcher
2005-07-18'demo -s' would crash due to a missing argument on Fl::fatal()Matthias Melcher
2005-07-16Fixed unescaped '@' in fonts demo.Matthias Melcher
2005-07-11Fixed static allocation of 1000 font information units in fonts.cxx.Matthias Melcher
2005-07-11STR #915: fixed hang on corrupt jpegs by giving a maximum of 10 chances for j...Matthias Melcher
2005-06-01Documented the '00360' rotation feature in symbolsMatthias Melcher
2005-06-01OK, I admit that I am nuts. But since the code was mostly there anyways addin...Matthias Melcher
2005-06-01Added a symbol named 'recycle' that can be used to refresh directory listings...Matthias Melcher
2005-05-27Fixed the Round Plastic buttons to actually draw nice and riund, justMatthias Melcher
2005-05-19Fix eol-style in Watcom files...Michael R Sweet
2005-05-19Update Fl_Tabs to draw selected tabs using labelcolor() of the Fl_TabsMichael R Sweet
2005-05-17Fixed the silly gcc 4.0 warning about ~0 being negative 1.Matthias Melcher
2005-05-12Added the standard rgb.txt file from X11 to the test directory,Michael R Sweet
2005-05-12Resizing of OpenGL subwindows was broken on OSX (STR #804)Michael R Sweet
2005-04-30Add filenew, fileopen, filesave, filesaveas, and fileprint symbols.Michael R Sweet
2005-04-28Fix MacOS X 10.4 compile issues.Michael R Sweet
2005-04-18Fix compiler warnings.Michael R Sweet
2005-04-16Update source file headers with STR web page.Michael R Sweet
2005-04-16Update "clean" targets to properly handle core files, remove backup files,Michael R Sweet
2005-04-14Eliminate compiler warnings on Solaris...Michael R Sweet
2005-04-11Remove all warnings for Mac buidl with gcc (except one)Matthias Melcher
2005-04-10Fixed symbol demo label bug (STR #777)Michael R Sweet
2005-04-08STR #792: 'preferences' test app lost the 'radio' flags on the shoe positioni...Matthias Melcher
2005-03-23Fix syntax highlighting bug in the editor demo, and port changes to theMichael R Sweet
2005-03-10Use copy_label() instead of strdup() for button labels.Michael R Sweet
2005-03-06Fix Fl_Input_Choice in FLUID, and make sure that we expose enough of theMichael R Sweet
2005-02-24Copyright updates.Michael R Sweet
2005-02-24Added Greg Ercolano's simple Fl_Input_Choice widget which is aMichael R Sweet
2005-02-06Cmake updates (STR #645)Michael R Sweet
2005-02-05Fl_File_Chooser was slow with large directories (STR #654)Michael R Sweet
2004-11-29Add missing Watcom makefile...Michael R Sweet
2004-11-20The configure script did not support --disable-localfoo toMichael R Sweet