summaryrefslogtreecommitdiff
path: root/apps/plugins/rockboy
AgeCommit message (Expand)Author
2010-08-30Plugins: modify IRAM copying codeRafaël Carré
2010-08-28plugins: use lcd_putsf/lcd_putsxyfRafaël Carré
2010-08-24Second try: Introduce plugin_crt0.c that every plugin links.Thomas Martitz
2010-08-23Revert "Introduce plugin_crt0.c that every plugin links."Thomas Martitz
2010-08-23Introduce plugin_crt0.c that every plugin links.Thomas Martitz
2010-06-21Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...Thomas Martitz
2010-06-10rockboy: use unions instead of type-punningRafaël Carré
2010-05-27rockboy: rename pcm_*() functions to avoid namespace clash with rockboxRafaël Carré
2010-05-18Build overlay plugins for all targets with PLUGIN_BUFFER <= 0x10000 bytesRafaël Carré
2010-05-18plugins: changes for targets with small plugin buffer (Clipv1)Rafaël Carré
2010-05-17rockboy: fix format strings in snprintf. use int for slot_id and use %d tag f...Teruaki Kawashima
2010-05-17rockboy: add a Clip keymapRafaël Carré
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz
2010-05-06Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...Thomas Martitz
2010-02-13Packard Bell Vibe 500: More plugin keymaps (second portion).Szymon Dziok
2009-12-15Cowon D2: Rename COWOND2_PAD -> COWON_D2_PAD to match macro used in manual, andTomer Shalev
2009-12-07Yet more GoGear SA9200 plugin keymaps. Almost done!Robert Menes
2009-12-06Correct checking return value of open in plugins.Teruaki Kawashima
2009-10-09rockboy: remove useless assignement for fuzeRafaël Carré
2009-08-31 * Fix plugin keymaps for VX777Maurus Cuelenaere
2009-08-20Make the formatter functions used by the settings return a pointer to avoid u...Nils Wallménius
2009-08-12Fix mistake at checking the return in rockboy. Thanks Al Le for spotting.Thomas Martitz
2009-08-12Make kbd_input() show a cancel splash to indicate user abort better and for b...Thomas Martitz
2009-08-09Rockboy: Cleanup redKarl Kurbjun
2009-08-09Rockboy: Significantly reduce the number of palette updates, add support for ...Karl Kurbjun
2009-08-08M:Robe 500: Make yes/no screen work better and add appropriate strings for so...Karl Kurbjun
2009-08-04Commit FS#10251. Plugins for the YH-820, YH-920, and YH-925 by Jens Erdmann ...Michael Giacomelli
2009-07-14FS#10080Nils Wallménius
2009-06-16Accept FS#10094 by Teruaki Kawashima:Jonathan Gordon
2009-06-15Fix red.Michael Giacomelli
2009-06-15FS#10327: Patch by Frederick Full to fix the scrollwheel and default Thomas Martitz
2009-06-07Convert a number of places in core and plugins to use the BIT_N() macro inste...Jens Arnold
2009-04-10FS#10075 - FUZE: QUIT Plugin by selecting BUTTON_HOME by Johannes Schwarz. Up...Thomas Martitz
2009-04-07Enable plugins on the Onda VX747Maurus Cuelenaere
2009-03-02Calculate the optimal memory location for overlay plugins, and use plugin.lds...Jens Arnold
2009-02-11Make basic cache functions into calls, and get rid of CACHE_FUNCTION_WRAPPERS...Michael Sevakis
2009-01-24remove MEM_FUNCTION_WRAPPERS, and private mem* implementations from plugins, ...Andrew Mahone
2009-01-24Plugins for the Philips HDD1630. The keymaps are largely untested on the devi...Mark Arigo
2009-01-16loader-initialized global plugin API:Andrew Mahone
2009-01-07Removed the sim_ prefix from the plugin api.Björn Stenberg
2009-01-04Commit FS#9617 - Keymaps for Plugins fuze by Thomas Martitz.Michael Giacomelli
2009-01-03Cleaner solution to plugin-included core files.Björn Stenberg
2008-12-08Commit FS#9607 by Adam Hogan: fix plugin keymaps for Creative Zen Vision:MMaurus Cuelenaere
2008-12-04Added keymaps for ZVM to plugins. Enabled zvm plugin building in tools/config...Björn Stenberg
2008-11-25Added 'keywords' and 'eol-style' properties.Björn Stenberg
2008-11-21$* doesn't work if the target doesn't use a wildcard. Furthermore the GNU mak...Jens Arnold
2008-11-20New makefile solution: A single invocation of 'make' to build the entire tree...Björn Stenberg
2008-11-12Revert last commit (accidentally committed the whole tree)Karl Kurbjun
2008-11-12Add in the needed crt0.S code for the wakeup alarm alsoKarl Kurbjun
2008-10-18revert plugin_api part of r18830, as this was the wrong solution for thoseFrank Gevaerts