- 2acc0ac Updated our source code header to explicitly mention that we are GPL v2 or by Daniel Stenberg · 16 years ago
- 6526577 Plugin parameters should be const. by Steve Bavin · 16 years ago
- 33b785e allow the plugin playback control menu to be put in a viewport. by Jonathan Gordon · 16 years ago
- 106ac75 Adapted most multi-source plugins to the iAudio M3 keypad and screen. Doom and mpegplayer are disabled because of the not yet implemented greyscale library, and zxbox used 2-bit greyscale for now. * Slight optimisation for the (currently unused except on M3) 2-bit greyscale code in zxbox. * Simplified button definitions in chessbox. by Jens Arnold · 17 years ago
- 12ddb8e Enable plugins on the Sansa C200. Large parts taken from patch FS#7749 by Max Kelley with tweaks, bit of cleanup and additional bitmaps by me. Some of the now enabled plugins could still be improved in regard to screen size adaptation or keymaps but this way it can easily be done later and one by one. The rather ugly 'ifndef's I added temporaryly in plugins/SOURCES will also go one by one. Plugin button actions cause some quirks in a few plugins (e.g. 'clock') but since it's not critical , the bitmaps were already done and it makes a good example for discussing plugin button actions, I thought it could go in. by Marianne Arnold · 17 years ago
- 65b4aae Sudoku: Optionally display coloured numbers on colour targets. by Jens Arnold · 17 years ago
- 77a458a Move the old api out of the core and into the plugin lib. by Jonathan Gordon · 17 years ago
- 4d6374c Get rid of the 'center' parameter for splashes. There were only 2 of almost 500 splashes which were not centered. by Jens Arnold · 18 years ago
- 41ee9e3 FS#6539 - Thanks to Tom Ross by Barry Wardell · 18 years ago
- cf887d6 force sane colours on sudoku so the board is viewable on light-on-dark themes by Jonathan Gordon · 18 years ago
- 1a9442c Hopefully clean up some errors by Karl Kurbjun · 18 years ago
- d6b0c97 Don't need to remove the backdrop for all plugins - leave it up for some. by Karl Kurbjun · 18 years ago
- 24f4a2a Allow the Sansa e200 UI simulator to be built. Thanks to Andre Smith for the nice image of the Sansa. Lots more to be done including testing and tweaking the keymaps and modifying the plugins for the Sansa's 176x220 LCD. by Barry Wardell · 18 years ago
- f36d0de Sudoku adapted to H10-5GB by Marianne Arnold. by Jens Arnold · 18 years ago
- 0ed4904 by Shachar Liberman · 18 years ago
- d158da2 Sudoku: Slightly smaller bitmaps for iPod Video and Gigabeat to make the board not stick to the LCD border, by Marianne Arnold. by Jens Arnold · 18 years ago
- f742c35 Sudoku: * Changed the LCD size ifdef magic to ease adding of new LCD resolutions. * Added vertical layout option with the scratchpad at the bottom (Gigabeat). * New Bitmaps for iPod Mini, iPod Video and Gigabeat, and slightly modified bitmaps for Archos, by Marianne Arnold. by Jens Arnold · 18 years ago
- ab3e71c Added reload_directory() to plugin api and modified text editor and sudoku plugins to call it when saving a new file. Fixes B#5360. by Hardeep Sidhu · 18 years ago
- 506bac9 Various clean-ups in preparation for 3.0: 1) Add a built-in default game which is used for the case when Sudoku is started as a plugin and no sudoku.ss exists - this prevents a time-consuming game generation; 2) Allow the user to abort a game generation by pressing any button; 3) Save the current state when user exits via the Quit button (previously, Sudoku only saved when quitting from the main menu); 4) Add a new "edit menu" for when the user is manually entering a new game, rather than displaying all options. by Dave Chapman · 18 years ago
- f376eb5 Silence 2 gcc4 warnings. by Jens Arnold · 18 years ago
- 95325ff Build Sudoku for the iPod Nano - just use the 160x128 bitmaps. by Dave Chapman · 18 years ago
- 65293be HAVE_ADJUSTABLE_CPU_FREQ isn't defined for simulators, so we don't have to check for simulator builds before using cpu_boost() by Dave Chapman · 19 years ago
- f03e053 make use of cpu_boost to speed up generation of new sudoku field by Christian Gmeiner · 19 years ago
- a698c3e Change (and hopefully simplify) the iPod button mappings and correct some comments. iPod mappings are now: Clickwheel for cursor movement, next/prev to increment/decrement number under cursor, MENU to bring up the menu, and PLAY to add a number to the scratchpad. by Dave Chapman · 19 years ago
- bf99952 Add audio playback menu by Dave Chapman · 19 years ago
- 0f619c6 Move Sudoku plugin into its own subdirectory and add a random game generator. by Dave Chapman · 19 years ago[Renamed (90%) from apps/plugins/sudoku.c]
- 220fafd Code Police raid. Mostly changed // comments and indented to Rockbox style. by Daniel Stenberg · 19 years ago
- fb4e384 More iPod 3G work from Seven Le Mesle by Dave Chapman · 19 years ago
- 338e2bb first gigabeat commit by Marcoen Hirschberg · 19 years ago
- 568ac3e Button driver for iAudio X5 by Linus Nielsen Feltzing · 19 years ago
- 01ab727 Fix bug caused by change to external bitmaps - use the correct stride value for lcd_bitmap_part() by Dave Chapman · 19 years ago
- 1e7043a2 Initial attempt at using bmp2rb in the build system. Don't forget to re-run configure by Dave Chapman · 19 years ago
- 57b1ccb gcc 4.0.2 uses memcpy() to initialise variables on the stack, so we explicitly use rb->memcpy instead by Dave Chapman · 19 years ago
- cd7779c Sudoku: Fixed drawing of scratchpad on archos LCD. by Jens Arnold · 19 years ago
- cedba88 Matt v.d. Westhuizen's iAudio X5 keypad adjustments by Daniel Stenberg · 19 years ago
- a36b1d4 New plugin loader. Solves the crashes introduced with the .bss changes while keeping the small binary size. The model & api version check is now part of the plugin loader. Codecs are not yet adapted, but the old method still works for them. Simulator plugins are not (yet) version-checked. API version numbering restarted, as this is an all-new system. Uses the target ID from configure, so don't change that too often. by Jens Arnold · 19 years ago
- 0dc63c1 Remove IPOD_NANO_PAD definition - the Nano's keypad has turned out to be identical to the other 4G models by Dave Chapman · 19 years ago
- 2a7bd9f New target - iPod Video. by Dave Chapman · 19 years ago
- 1b6188b iPod: Fix bitmaps for the iPod's byteswapped framebuffer by Dave Chapman · 19 years ago
- 54d44c8 iPod: Initial attempt at button mappings for plugins. All plugins now compile, but more work is needed with the more complex ones to make them iPod friendly by Dave Chapman · 19 years ago
- 61eac11 Sudoku patch from Jonathan Gordon - Add a "scratchpad" to store potential values for each cell, and a new set of numbers for the H300 LCD by Dave Chapman · 19 years ago
- f1c0247 H300 support for Sudoku by Jonathan Gordon by Dave Chapman · 19 years ago
- 5b2cba1 Changed the LCD_COLOR pixel value format to packed RGB (unsigned int). Now all LCDs with depth > 1 use the same datatype. Added macros for easy pixel value definition. by Jens Arnold · 19 years ago
- 33e935c Added the "New" menu option. This allows you to manually enter and then save a new grid. Press the menu button when you have finished and enter the full path to save to including the .ss extension (e.g. /sudoku/new.ss). by Dave Chapman · 19 years ago
- 598be3a Make the load function handle some variations to the "standard" for .ss files. by Dave Chapman · 19 years ago
- e85fe09 Sudoku: (Recorders) Changed menu button to F1. (Ondio) Changed menu button to long MODE. Short MODE only toggles once; use MODE+DOWN for toggle-repeat. That won't bring up the menu if you're fast enough. Should be easy using the thumb. by Jens Arnold · 19 years ago
- 567718d Add ON button as an alternative toggle button for the iriver by Dave Chapman · 19 years ago
- 8c1330b Fix warning by Dave Chapman · 19 years ago
- 6afb017 First version of Sudoku plugin by Dave Chapman · 19 years ago