summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2006-01-16STR #1109 re-fix: when fixing 1109, I accidentally enabled clicking on grayed...Matthias Melcher
2006-01-15Update Linux desktop files.Michael R Sweet
2006-01-15Update OSX icons.Michael R Sweet
2006-01-15More packaging fun.Michael R Sweet
2006-01-15More packaging fun (games package to "advertise" FLTK...)Michael R Sweet
2006-01-15More copyright updates.Michael R Sweet
2006-01-13Fix compile error.Michael R Sweet
2006-01-13Fix bugs in Sudoku demo:Michael R Sweet
2006-01-08Make sure that threads.o depends on threads.h - it wasn't included in theMichael R Sweet
2006-01-08Oops...Michael R Sweet
2006-01-06The threads demo would display negative prime numbersMichael R Sweet
2006-01-02Fixed "Pixmap" demo to not pop up a dialog if an image (or other file or even...Matthias Melcher
2005-12-30Fixed a few memory faults found by Valgrind (yes, I finally got my Linux Matthias Melcher
2005-12-14Use 0 instead of NULL in waveOutOpen() call...Michael R Sweet
2005-12-14Workaround Solaris make problems...Michael R Sweet
2005-12-12Fix "restart game" - we aren't saving the seed, and even so we don't getMichael R Sweet
2005-12-09Add WIN32 audio support, and protect against accidental restartsMichael R Sweet
2005-12-08Add OSX audio support to Sudoku (THANK YOU IAN!)Michael R Sweet
2005-12-06Add sound design notes.Michael R Sweet
2005-12-06Use <FL/math.h> since Windows doesn't define M_PI.Michael R Sweet
2005-12-06More sound effects, drop solution dialog (green tiles mean solved...)Michael R Sweet
2005-12-05Ignore keypresses with FL_CTRL modifier so that menubar can process them.Michael R Sweet
2005-12-05Start adding support for sound in Sudoku via ALSA.Michael R Sweet
2005-12-04When checking a solution, ignore readonly cells and set color of correctMichael R Sweet
2005-12-04Separate WIN32 and normal build rules so we can create a resource objectMichael R Sweet
2005-12-02Add "restart game" item and save random number seed.Michael R Sweet
2005-12-02Fix help (no more subgrid highlighting)Michael R Sweet
2005-12-02Use CAPS LOCK as shift lock.Michael R Sweet
2005-12-02Allow multiple solutions to solve the puzzle.Michael R Sweet
2005-11-29Add missing icon for sudokuMichael R Sweet
2005-11-29Update help and add support for keypad numbers.Michael R Sweet
2005-11-28STR #1082: mad the "fullscreen" demo add and remove the window decoration by ...Matthias Melcher
2005-11-27Update dependencies.Michael R Sweet
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