summaryrefslogtreecommitdiffstats
path: root/apps/plugins/dice.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-20FS#7704 - Talk support for pluginsSolomon Peachy1-8/+8
2011-10-15Changed the FOR_NB_SCREENS macro to always be a for loop that declares its ow...Björn Stenberg1-1/+1
2011-09-17plugins: make local functions static for a subset of pluginsBertrik Sikken1-9/+9
2010-08-24Second try: Introduce plugin_crt0.c that every plugin links.Thomas Martitz1-1/+1
2010-08-23Revert "Introduce plugin_crt0.c that every plugin links."Thomas Martitz1-1/+1
2010-08-23Introduce plugin_crt0.c that every plugin links.Thomas Martitz1-1/+1
2010-05-20S#10387 - Rework pluginlib actionsThomas Martitz1-4/+4
2009-12-04Dice: Prevent a divide by 0Karl Kurbjun1-0/+3
2009-08-05add playback control to more menu of plugins.Teruaki Kawashima1-4/+11
2009-01-17unify pointers to value for configfile, and add TYPE_BOOL type, used byAndrew Mahone1-2/+2
2009-01-16loader-initialized global plugin API:Andrew Mahone1-5/+2
2008-11-20New makefile solution: A single invocation of 'make' to build the entire tree...Björn Stenberg1-2/+2
2008-06-28Remove a viewport ambiguity by changing the screens width/heigth members into...Peter D'Hoye1-3/+3
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-05-13Plugin parameters should be const.Steve Bavin1-2/+2
2008-03-26the menu and list now accepts a parent viewport to draw in (and the menu can ...Jonathan Gordon1-1/+1
2007-10-26Fixed the Total being out of screen with huge fonts like ter-u32bKevin Ferrare1-2/+2
2007-07-25FS#7478 (heavily modified by me).Jonathan Gordon1-17/+37
2007-07-20Fixes red hopefullyKevin Ferrare1-2/+3
2007-07-20Dice plugin now works on remote and uses the action api ; cleaned up the code...Kevin Ferrare1-184/+105
2007-05-20Update some comments in menu.h to be hopefully more helpful.Jonathan Gordon1-2/+1
2007-05-19attempt to make the Gigabeat button mappings in the plugins more logical and ...Marcoen Hirschberg1-2/+2
2007-04-06Now charcell displays require lcd_update() for updating the main lcd content ...Jens Arnold1-2/+0
2007-03-28Adjust plugins to use the new menu API. Int settings still use the old API. R...Tom Ross1-158/+77
2007-03-16Rename some macros to account for the recently added M5 port. No code changes.Jens Arnold1-1/+1
2007-01-14Start of work on a port to the Archos 'AV300' (AV320/340/380) - a working UI ...Dave Chapman1-0/+9
2006-10-26Allow the Sansa e200 UI simulator to be built. Thanks to Andre Smith for the ...Barry Wardell1-0/+9
2006-08-03Barry Wardell's keymappings for H10Daniel Stenberg1-0/+9
2006-06-30To avoid having to use the main unit when accidentally launching a plugin fro...Kevin Ferrare1-1/+5
2006-03-12Fix dice on the player (sim at least, my player is acting up)Brandon Low1-11/+36
2006-03-09add gigabeat keysMarcoen Hirschberg1-1/+9
2006-03-05Dice rolling plugin by me with help from Paul_the_Nerd on some keypadsBrandon Low1-0/+283