summaryrefslogtreecommitdiffstats
path: root/apps/plugins/sudoku
AgeCommit message (Expand)AuthorFilesLines
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2-4/+8
2008-05-13Plugin parameters should be const.Steve Bavin2-3/+3
2008-05-02Build the remaining plugins for Gigabeat S and straigten out the fake IRAM in...Michael Sevakis1-0/+10
2008-04-27FS#8708: D2/m:robe500 touchscreen keymaps by Andreas Mueller.Rob Purchase1-6/+27
2008-04-23allow the plugin playback control menu to be put in a viewport.Jonathan Gordon1-1/+1
2008-03-22D2: Enable plugin building (using initial keymaps from FS#8708 by Andreas Mue...Rob Purchase1-0/+10
2008-03-22Adapted most multi-source plugins to the iAudio M3 keypad and screen. Doom an...Jens Arnold2-7/+19
2008-03-01M:Robe 100: add button definition/bitmaps to plugins and enable compilationRobert Kukla1-1/+11
2008-01-10Accept FS#8341 - rename BUTTON_SCROLL_UP/DOWN to FWD/BACK on the e200 to make...Jonathan Gordon1-2/+2
2008-01-04Stop wasting binary size + ram for several plugins. Plugins are supposed to b...Jens Arnold1-1/+1
2007-12-07Remove X11/win32 simulator rulesDave Chapman1-36/+0
2007-11-02Build some more plugins for M:Robe most work, doom builds and runs if you use...Karl Kurbjun1-1/+15
2007-09-20Enable plugins on the Sansa C200. Large parts taken from patch FS#7749 by Max...Marianne Arnold2-0/+22
2007-09-16Sudoku: Optionally display coloured numbers on colour targets.Jens Arnold1-39/+117
2007-08-06Accept FS#5464 - organise the rocks directory. Jonathan Gordon1-1/+1
2007-07-27Rockbox compiles and boots now on the 2nd gen, but doesn't work properly yet.Jens Arnold1-1/+2
2007-05-19attempt to make the Gigabeat button mappings in the plugins more logical and ...Marcoen Hirschberg1-2/+2
2007-05-08Move the old api out of the core and into the plugin lib.Jonathan Gordon1-7/+8
2007-03-16Rename some macros to account for the recently added M5 port. No code changes.Jens Arnold1-1/+1
2007-03-16Get rid of the 'center' parameter for splashes. There were only 2 of almost 5...Jens Arnold1-10/+10
2007-02-15Replaced some explicit options for target linking with to be consistent with...Jens Arnold1-1/+1
2007-01-15FS#6539 - Thanks to Tom RossBarry Wardell3-7/+12
2007-01-14Start of work on a port to the Archos 'AV300' (AV320/340/380) - a working UI ...Dave Chapman1-0/+10
2006-12-18force sane colours on sudoku so the board is viewable on light-on-dark themesJonathan Gordon1-0/+3
2006-11-15Hopefully clean up some errorsKarl Kurbjun1-1/+3
2006-11-15Don't need to remove the backdrop for all plugins - leave it up for some.Karl Kurbjun1-0/+2
2006-10-27Next step of Makefile tuning: * Use 'make' internal commands for printing mes...Jens Arnold1-16/+9
2006-10-26Allow the Sansa e200 UI simulator to be built. Thanks to Andre Smith for the ...Barry Wardell3-1/+14
2006-10-23Consistent style of 'make' messages. Always use ranlib after ar.Jens Arnold1-2/+2
2006-10-23rearrange compiler options to avoid conflicts with header files on FreeBSDMarcoen Hirschberg1-1/+1
2006-10-22Speed up build process in general by using internal functions of make instead...Jens Arnold1-4/+4
2006-09-29Cleaner implementation of the recent OSX simulator build fix. No need to defi...Barry Wardell1-6/+0
2006-09-29Allow UI simulator to be build on OS (Slightly updated version of FS5767)Barry Wardell1-2/+8
2006-09-18Sudoku adapted to H10-5GB by Marianne Arnold.Jens Arnold2-2/+7
2006-08-19Add new build target for iriver H10 5/6Gb.Barry Wardell1-0/+2
2006-08-12Fixing Sudoku menu to work properly with FS#5182Shachar Liberman1-27/+4
2006-08-10Sudoku: Slightly smaller bitmaps for iPod Video and Gigabeat to make the boar...Jens Arnold1-6/+6
2006-08-09Sudoku: * Changed the LCD size ifdef magic to ease adding of new LCD resoluti...Jens Arnold2-84/+150
2006-08-03Barry Wardell's keymappings for H10Daniel Stenberg1-0/+10
2006-07-27Moved the X5 button driver to the target treeLinus Nielsen Feltzing1-1/+1
2006-06-04Added reload_directory() to plugin api and modified text editor and sudoku pl...Hardeep Sidhu1-0/+1
2006-05-15Various clean-ups in preparation for 3.0: 1) Add a built-in default game whic...Dave Chapman2-79/+203
2006-05-01Call rb->yield() during the random game generation.Dave Chapman1-0/+36
2006-04-30Silence 2 gcc4 warnings.Jens Arnold1-1/+3
2006-04-16Build Sudoku for the iPod Nano - just use the 160x128 bitmaps.Dave Chapman1-1/+2
2006-04-09HAVE_ADJUSTABLE_CPU_FREQ isn't defined for simulators, so we don't have to ch...Dave Chapman1-2/+4
2006-04-09make use of cpu_boost to speed up generation of new sudoku fieldChristian Gmeiner1-0/+6
2006-04-02Change (and hopefully simplify) the iPod button mappings and correct some com...Dave Chapman2-16/+79
2006-04-01Add audio playback menuDave Chapman1-6/+12
2006-04-01Move Sudoku plugin into its own subdirectory and add a random game generator.Dave Chapman8-0/+5331