summaryrefslogtreecommitdiff
path: root/apps/plugins/solitaire.c
AgeCommit message (Expand)Author
2008-08-23Commit FS#9308: differentiate between TOUCHPAD & TOUCHSCREENMaurus Cuelenaere
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg
2008-06-23FS#9051 - remove LCD margins... use viewports if you need them...Jonathan Gordon
2008-05-16Remove the unhide option from solitaire because it was pretty useless. This a...Peter D'Hoye
2008-05-13Plugin parameters should be const.Steve Bavin
2008-04-27FS#8708: D2/m:robe500 touchscreen keymaps by Andreas Mueller.Rob Purchase
2008-04-23allow the plugin playback control menu to be put in a viewport.Jonathan Gordon
2008-03-22D2: Enable plugin building (using initial keymaps from FS#8708 by Andreas Mue...Rob Purchase
2008-03-22Adapt most single-file plugins to the M3 keypad and screen. It's still prelim...Jens Arnold
2008-03-08Fix FS #7955. Smart move must not be used on the remains stack. * Remove the ...Jens Arnold
2008-03-01M:Robe 100: add button definition/bitmaps to plugins and enable compilationRobert Kukla
2008-02-17Plugins now enabled and working for the Gigabeat S.Will Robertson
2008-01-10Accept FS#8341 - rename BUTTON_SCROLL_UP/DOWN to FWD/BACK on the e200 to make...Jonathan Gordon
2007-09-30Fix a few solitaire game saving issues: Add a "Save and Quit" menu entry. Usi...Antoine Cellerier
2007-09-24Automatically save and load solitaire game. Close FS#7796. (Do we need a "qui...Antoine Cellerier
2007-09-20Enable plugins on the Sansa C200. Large parts taken from patch FS#7749 by Max...Marianne Arnold
2007-08-10Let solitaire save its settings when performing shutdown from inside the game...Peter D'Hoye
2007-07-27Rockbox compiles and boots now on the 2nd gen, but doesn't work properly yet.Jens Arnold
2007-05-19attempt to make the Gigabeat button mappings in the plugins more logical and ...Marcoen Hirschberg
2007-05-15another LAME for colombo... fix the sansa wheel; in solitaireJonathan Gordon
2007-05-08Move the old api out of the core and into the plugin lib.Jonathan Gordon
2007-04-23make the moving smarter so you dont have to select the top card of a column t...Jonathan Gordon
2007-03-18Remove buffer overflow in solatiare menuJonathan Gordon
2007-03-16Rename some macros to account for the recently added M5 port. No code changes.Jens Arnold
2007-03-16Get rid of the 'center' parameter for splashes. There were only 2 of almost 5...Jens Arnold
2007-03-16FS#6790 - Add playback control menu to Solitaire, thanks to Douglas Valentine.Zakk Roberts
2007-03-11revert FS#6747 — y-margin reset in gui_list_draw, it introduced a nasty Jonathan Gordon
2007-03-10Accept FS#6747 by Timo HorstschäferJonathan Gordon
2007-02-12Rename solitaire_ bitmaps to card_ since they are used in solitaire and black...Tom Ross
2007-01-14Start of work on a port to the Archos 'AV300' (AV320/340/380) - a working UI ...Dave Chapman
2007-01-03Improved Sansa keymappings for Pacbox, Solitaire and Star. From FS#6466 by P...Daniel Ankers
2006-11-19Solitaire: Repair card border and selection frame. Would it be better to make...Jens Arnold
2006-11-15Don't need to remove the backdrop for all plugins - leave it up for some.Karl Kurbjun
2006-10-26Allow the Sansa e200 UI simulator to be built. Thanks to Andre Smith for the ...Barry Wardell
2006-10-23Solitaire: Optionally auto-unhide the next card on a stack if the last known ...Jens Arnold
2006-10-18Solitaire: better button assignments for H10 and X5 (with working shortcuts)Marianne Arnold
2006-10-11Fixed background color on solitaire menu. It wasn't set when entering menu an...Michael Sevakis
2006-10-01Solitaire: Fixed incorrect condition check that caused an out-of-bounds acces...Jens Arnold
2006-10-01Solitaire: Don't let the REM2STACK shortcut repeat on irivers.Jens Arnold
2006-09-30Solitaire: colourised selection frame on colour targets.Jens Arnold
2006-09-29Heavy graphical rework of solitaire: * Now uses full-card bitmaps (minus bord...Jens Arnold
2006-09-22Tweaked the card animation a bit more.Jens Arnold
2006-09-21Solitaire: Adjust bouncing cards parameters to the LCD resolution.Jens Arnold
2006-09-20Solitaire: Don't use bitfields where it's unnecessary, and use 'int' for sing...Jens Arnold
2006-09-19Solitaire: Fixed menu colours.Jens Arnold
2006-09-18Solitaire: Removed unused button definitions.Jens Arnold
2006-09-18Solitaire: * Use rockbox API menu. * Fixed typo.Jens Arnold
2006-09-17Solitaire: * Button assignments: Better layout for ipods, allowing one-handed...Jens Arnold
2006-09-15Solitaire: * Even more 'natural' bouncing cards. * Only load the config from ...Jens Arnold
2006-09-10Looks like we need to explicitly say that we need signed chars.Antoine Cellerier