| Age | Commit message (Expand) | Author |
| 2005-12-08 | Add OSX audio support to Sudoku (THANK YOU IAN!) | Michael R Sweet |
| 2005-12-07 | Don't use readlink, it is non-standard. | Michael R Sweet |
| 2005-12-06 | Add sound design notes. | Michael R Sweet |
| 2005-12-06 | Use <FL/math.h> since Windows doesn't define M_PI. | Michael R Sweet |
| 2005-12-06 | More sound effects, drop solution dialog (green tiles mean solved...) | Michael R Sweet |
| 2005-12-05 | Ignore keypresses with FL_CTRL modifier so that menubar can process them. | Michael R Sweet |
| 2005-12-05 | Start adding support for sound in Sudoku via ALSA. | Michael R Sweet |
| 2005-12-04 | When checking a solution, ignore readonly cells and set color of correct | Michael R Sweet |
| 2005-12-04 | Separate WIN32 and normal build rules so we can create a resource object | Michael R Sweet |
| 2005-12-02 | Add "restart game" item and save random number seed. | Michael R Sweet |
| 2005-12-02 | Fix help (no more subgrid highlighting) | Michael R Sweet |
| 2005-12-02 | Use CAPS LOCK as shift lock. | Michael R Sweet |
| 2005-12-02 | Allow multiple solutions to solve the puzzle. | Michael R Sweet |
| 2005-12-01 | STR #1095: Drag'n'drop on WIN32 was only possible using the left mouse button... | Matthias Melcher |
| 2005-12-01 | Added multi screen awareness to WIN32 version of Fl_Window::fullscreen() | Matthias Melcher |
| 2005-12-01 | Added Sudoku test program to the VisualC 6 IDE files | Matthias Melcher |
| 2005-12-01 | git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4674 ea41ed52-d2ee-0310... | Matthias Melcher |
| 2005-11-29 | Add missing icon for sudoku | Michael R Sweet |
| 2005-11-29 | Fix mouse wheel handling on OSX (this works with MightyMouse on OSX 10.4.3 | Michael R Sweet |
| 2005-11-29 | Update help and add support for keypad numbers. | Michael R Sweet |
| 2005-11-29 | Fix compile error with Sun C++ compiler. | Michael R Sweet |
| 2005-11-28 | STR #1064: Added code to underline spaces in underline chunks. Also fixed wro... | Matthias Melcher |
| 2005-11-28 | Even better fullscreen code on OS X that resize a window to fit a single scre... | Matthias Melcher |
| 2005-11-28 | STR #1082: Made sur that "fullscreen" on Mac does not cover the top menu bar.... | Matthias Melcher |
| 2005-11-28 | STR #1082: mad the "fullscreen" demo add and remove the window decoration by ... | Matthias Melcher |
| 2005-11-28 | STR ##1081, 1083, 1084: in a previous change that improved timer behaviour, t... | Matthias Melcher |
| 2005-11-28 | STR #1075: After all windows in an application were hidden by the Command-H s... | Matthias Melcher |
| 2005-11-28 | STR #1098: fl_measure now round fractional sizes up instead of down, so that ... | Matthias Melcher |
| 2005-11-27 | Fix uninitialized variable warnings. | Michael R Sweet |
| 2005-11-27 | Update dependencies. | Michael R Sweet |
| 2005-11-27 | VC++ 2005 Support, drop old files, add icons for Sudoku | Michael R Sweet |
| 2005-11-27 | Fix a resize issue with X11. | Michael R Sweet |
| 2005-11-27 | More improvements to game board generator. | Michael R Sweet |
| 2005-11-26 | Fix up new game code to expose at least one of every number in each axis | Michael R Sweet |
| 2005-11-26 | Better game generation, fix test slot usage. | Michael R Sweet |
| 2005-11-26 | Support up to 8 test slots and check for solution after every change | Michael R Sweet |
| 2005-11-26 | Mousewheel fixes. | Michael R Sweet |
| 2005-11-25 | Add "test" numbers in the corners and add more levels of difficulty. | Michael R Sweet |
| 2005-11-25 | Fix mousewheel handler bug (using wrong variable in initial check) | Michael R Sweet |
| 2005-11-25 | OSX fixes... | Michael R Sweet |
| 2005-11-18 | git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4650 ea41ed52-d2ee-0310... | Matthias Melcher |
| 2005-11-09 | Fl_Text_Display::wrap_mode() would crash if no buffer was | Michael R Sweet |
| 2005-11-07 | Resorted functions. VC6 did not give a required warning/error | Matthias Melcher |
| 2005-11-07 | Scrollbar now reacts to horizontal scroll wheels if it is a horizontal scroll... | Matthias Melcher |
| 2005-11-07 | Don't draw plastic boxes that are 0x0 pixels in size or smaller | Matthias Melcher |
| 2005-11-07 | STR #1062: updated code to resize the preview panel of the file chooser and h... | Matthias Melcher |
| 2005-11-07 | STR #1063: Applied Allesandro's plastic box patch. Looking great. | Matthias Melcher |
| 2005-11-06 | Added missing comma in Mac OS X code | Matthias Melcher |
| 2005-11-06 | Undid previous test change. | Matthias Melcher |
| 2005-11-04 | FLUID1: correctly hide the "X Class:" label whenever the XClass input field i... | Matthias Melcher |