summaryrefslogtreecommitdiffstats
path: root/apps/plugins/rockboy
AgeCommit message (Expand)AuthorFilesLines
2012-03-03Revise the PCM callback system after adding multichannel audio.Michael Sevakis1-3/+3
2012-02-02MPIOs: keymap tweaksMarcin Bukat1-5/+5
2011-12-28plugins: another round of making local things static and adding missing #incl...Bertrik Sikken4-0/+4
2011-12-24Initial commit of the Samsung YP-R0 port.Thomas Martitz2-2/+12
2011-11-16Sandisk Sansa Connect port (FS #12363)Tomasz Moń1-0/+12
2011-10-02fuze+: add rockboy keymapAmaury Pouly1-0/+12
2011-09-24FS#12273 - use buflib for font storage. thanks to the testers :)Jonathan Gordon2-2/+2
2011-06-07FS#12144, Use -fPIC -fvisibility=hidden only for plugins on sim and app build...Nils Wallménius2-1/+1
2011-05-03Fix even more 'variable set but not used' warnings reported from GCC 4.6.0.Andree Buschmann1-2/+1
2011-03-19FS#12014 by Huan Zhang fixing some link errors with a recent mips toolchain.Nils Wallménius2-2/+2
2011-02-02Clean up multiple definitions of RAM size. Remove -DMEM (make) and MEM (code)...Andree Buschmann1-1/+1
2011-01-24* Rename backlight_force_on to backlight_ignore_timeout to make it clear what...Teruaki Kawashima2-2/+2
2010-12-15set the sampling rate back to default on closing, Michael Stummvoll1-2/+3
2010-11-30HD300 - plugins keymapsMarcin Bukat1-0/+12
2010-11-28applying FS#10489: Rockboy - rotate directional keys when screen is rotated Michael Stummvoll1-7/+55
2010-11-26Fixing FS#11745 (Rockboy Screen on Sansa Clip+)Michael Stummvoll1-1/+1
2010-11-26Code Police: C comment style.Mustapha Senhaji1-1/+1
2010-11-25Added the snapshot patch for rockboy (FS#11757)Michael Stummvoll5-9/+49
2010-11-24correction from previous commit. Completly removing the splashes is betterMichael Stummvoll1-9/+0
2010-11-24Rockboy: Changed the time of showing splash messages to 0 to decrase loading ...Michael Stummvoll1-5/+5
2010-11-24Rockboy: Added an short stats option which only shows the two numbersMichael Stummvoll2-3/+14
2010-11-24rockoy: boosting the max frameskip option up to 20 Max instead of 6 Michael Stummvoll1-0/+14
2010-11-24Adding an reset option to the rockboy menuMichael Stummvoll1-2/+7
2010-11-11rest of FS#11632 by Michael Stummvoll with modification by me.Teruaki Kawashima2-9/+21
2010-11-11maintain spaces and remove tabs for readability in apps/plugins/rockboy/rockb...Teruaki Kawashima1-185/+185
2010-11-11FS#11632: (rockboy) Some fixes and improvements by Michael StummvollTeruaki Kawashima1-42/+49
2010-11-06rockboy: fix that description is cut off if it is near 20 bytes in load/save ...Teruaki Kawashima1-26/+31
2010-11-03These should be the last of the plugin keymaps requiredRobert Menes1-0/+9
2010-09-07plugins (doom, midi, rockboy): don't use non-static inlineRafaël Carré2-2/+2
2010-08-30Plugins: modify IRAM copying codeRafaël Carré1-5/+0
2010-08-28plugins: use lcd_putsf/lcd_putsxyfRafaël Carré3-51/+11
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-06-21Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...Thomas Martitz1-1/+1
2010-06-10rockboy: use unions instead of type-punningRafaël Carré1-8/+12
2010-05-27rockboy: rename pcm_*() functions to avoid namespace clash with rockboxRafaël Carré7-20/+20
2010-05-18Build overlay plugins for all targets with PLUGIN_BUFFER <= 0x10000 bytesRafaël Carré1-7/+1
2010-05-18plugins: changes for targets with small plugin buffer (Clipv1)Rafaël Carré1-2/+2
2010-05-17rockboy: fix format strings in snprintf. use int for slot_id and use %d tag f...Teruaki Kawashima1-7/+7
2010-05-17rockboy: add a Clip keymapRafaël Carré1-0/+10
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz3-6/+5
2010-05-06Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...Thomas Martitz6-8/+10
2010-02-13Packard Bell Vibe 500: More plugin keymaps (second portion).Szymon Dziok1-0/+12
2009-12-15Cowon D2: Rename COWOND2_PAD -> COWON_D2_PAD to match macro used in manual, andTomer Shalev1-2/+2
2009-12-07Yet more GoGear SA9200 plugin keymaps. Almost done!Robert Menes1-0/+10
2009-12-06Correct checking return value of open in plugins.Teruaki Kawashima1-1/+1
2009-10-09rockboy: remove useless assignement for fuzeRafaël Carré1-2/+0
2009-08-31 * Fix plugin keymaps for VX777Maurus Cuelenaere1-0/+3
2009-08-20Make the formatter functions used by the settings return a pointer to avoid u...Nils Wallménius1-3/+3