68 Commits (44a8508ffe16672f1873e3a15e64c748cc536cf0)

Author SHA1 Message Date
Matthias Melcher 44a8508ffe Add Sudoku undo and redo. 10 months ago
Matthias Melcher fad1a67734 Sudoku formatting, hint updates. 10 months ago
Matthias Melcher cee2af13b3 Fix Sudoku's use of Fl_Sys_Menu->parent(). 10 months ago
ManoloFLTK 754340e101 macOS audio is usable with XQuartz 2 years ago
ManoloFLTK 4aae2d1224 Allow build of sudoku app with macOS + XQuartz 2 years ago
Matthias Melcher e8b378302c Undoing previous changes 2 years ago
Matthias Melcher 3b093e895b Lot's of changes, must rethink UI. 2 years ago
Matthias Melcher af22676abf Missing includes 2 years ago
Matthias Melcher 0de186e614 Sudoku into smaller pieces. 2 years ago
Matthias Melcher a1b55385e3 Random testing and fixing. 2 years ago
Matthias Melcher d27188198a Removed unused code 2 years ago
Matthias Melcher 0c8083a06d Adding generator 2 years ago
Matthias Melcher 44c874b731
Use `FL_OVERRIDE` for all overridden virtual methods (#611) 2 years ago
ManoloFLTK 2ffd4e4f1a Replace all calls to sprintf() by calls to snprintf(). 3 years ago
Matthias Melcher 09eff7243a
Fixing and upgrading Fl_Preferences (#374) 3 years ago
Albrecht Schlosser 5438954d8c Generate FL/fl_config.h rather than FL/abi-version.h 4 years ago
ManoloFLTK d01aab2ece Replace list of excluded platforms by name of chosen platform. 4 years ago
Albrecht Schlosser f09e17c3c5 Remove $Id$ tags, update URL's, and more 5 years ago
ManoloFLTK ef48a0ddb9 Use cross-platform code to set the window icon. 5 years ago
Matthias Melcher b1598dc703 Removed macro FL_PORTING, as it has been more confusing than helpful. 7 years ago
Albrecht Schlosser 52ae3582a2 Replace "WIN32" with "_WIN32" or "Windows". 7 years ago
Albrecht Schlosser 42d8aba117 Replace FL/x.H with FL/platform.H - step 2 (STR #3435). 7 years ago
Albrecht Schlosser 020a96b4a8 Fix more compiler warnings. 9 years ago
Matthias Melcher acf6c881d3 Updated platform specific #if's to report unimplemented code when compiling with FL_PORTING defined and WIN32 and __APPLE__ undefined> 10 years ago
Albrecht Schlosser 3e1da3012a Remove Fl::*sleep() method family, as discussed in fltk.coredev. 11 years ago
Fabien Costantini 54b0123eab Added a new portable sleep API(ABI compatible). Now features a flexible multi-usage sleep() api accepting decimals, msleep() for millisecs only, usleep() for microsecs. Updated Makefiles, cmakefiles, vs2008, vs2010 with the new Fl_sleep add-on. Documented new API. still needs to be added in Xcode. 11 years ago
Manolo Gouy 6c92cc9a8d Fix STR#3063: compilation using Mac OS 10.4 11 years ago
Greg Ercolano 4f4a8fc3c7 Modifications to all LGPL headers for STR #2685. 14 years ago
Matthias Melcher e454f97acc Fixed Copyright to 2010. 15 years ago
Matthias Melcher d0c53ccedf Removed remaining 'deprecated function' warnings for Xcode 15 years ago
Albrecht Schlosser db322329bc Fixed index for difficulty menu entry - thanks to Manolo Gouy for 16 years ago
Greg Ercolano b475babf17 Most test demos converted to use Fl_Double_Window 16 years ago
Matthias Melcher a6e76c29fd Cahngad copyrights in 'test' 17 years ago
Matthias Melcher a87355980e STR 1885: fixed silly bugs in Sudoku 18 years ago
Michael R Sweet 73d01dd659 Fix all compiler warnings from various build systems. 18 years ago
Michael R Sweet 3d54048d52 Add "mute sound" option to sudoku game, on request from a user. 19 years ago
Matthias Melcher ecdd893933 - Added automated little helpers to Sudoku 19 years ago
Michael R Sweet f27180b7cd Do some rearranging of image and desktop support files. 19 years ago
Michael R Sweet f5cbdbb1b5 Add wording and tweak difficulty levels so that the Easy and 19 years ago
Matthias Melcher b179cc108a Fixed Sudoku window positioning (STR #1398) 19 years ago
Michael R Sweet 7d8d1883d5 Don't increment read-only cells on a multiple-click. 20 years ago
Michael R Sweet c78a31ce34 Fix compile error. 20 years ago
Michael R Sweet 21a8aed499 Fix bugs in Sudoku demo: 20 years ago
Michael R Sweet 31d3e28bba Use 0 instead of NULL in waveOutOpen() call... 20 years ago
Michael R Sweet b398e8422b Fix "restart game" - we aren't saving the seed, and even so we don't get 20 years ago
Michael R Sweet 0ce3c4c6f1 Add WIN32 audio support, and protect against accidental restarts 20 years ago
Michael R Sweet a6e6888a2d Add OSX audio support to Sudoku (THANK YOU IAN!) 20 years ago
Michael R Sweet bed8043ef2 Add sound design notes. 20 years ago
Michael R Sweet 887698cb85 Use <FL/math.h> since Windows doesn't define M_PI. 20 years ago
Michael R Sweet 9a52731601 More sound effects, drop solution dialog (green tiles mean solved...) 20 years ago