summaryrefslogtreecommitdiff
path: root/apps/plugins/rockboy (follow)
Commit message (Expand)AuthorAge
* Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...Thomas Martitz2010-06-21
* rockboy: use unions instead of type-punningRafaël Carré2010-06-10
* rockboy: rename pcm_*() functions to avoid namespace clash with rockboxRafaël Carré2010-05-27
* Build overlay plugins for all targets with PLUGIN_BUFFER <= 0x10000 bytesRafaël Carré2010-05-18
* plugins: changes for targets with small plugin buffer (Clipv1)Rafaël Carré2010-05-18
* rockboy: fix format strings in snprintf. use int for slot_id and use %d tag f...Teruaki Kawashima2010-05-17
* rockboy: add a Clip keymapRafaël Carré2010-05-17
* Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz2010-05-06
* Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...Thomas Martitz2010-05-06
* Packard Bell Vibe 500: More plugin keymaps (second portion).Szymon Dziok2010-02-13
* Cowon D2: Rename COWOND2_PAD -> COWON_D2_PAD to match macro used in manual, andTomer Shalev2009-12-15
* Yet more GoGear SA9200 plugin keymaps. Almost done!Robert Menes2009-12-07
* Correct checking return value of open in plugins.Teruaki Kawashima2009-12-06
* rockboy: remove useless assignement for fuzeRafaël Carré2009-10-09
* * Fix plugin keymaps for VX777Maurus Cuelenaere2009-08-31
* Make the formatter functions used by the settings return a pointer to avoid u...Nils Wallménius2009-08-20
* Fix mistake at checking the return in rockboy. Thanks Al Le for spotting.Thomas Martitz2009-08-12
* Make kbd_input() show a cancel splash to indicate user abort better and for b...Thomas Martitz2009-08-12
* Rockboy: Cleanup redKarl Kurbjun2009-08-09
* Rockboy: Significantly reduce the number of palette updates, add support for ...Karl Kurbjun2009-08-09
* M:Robe 500: Make yes/no screen work better and add appropriate strings for so...Karl Kurbjun2009-08-08
* Commit FS#10251. Plugins for the YH-820, YH-920, and YH-925 by Jens Erdmann ...Michael Giacomelli2009-08-04
* FS#10080Nils Wallménius2009-07-14
* Accept FS#10094 by Teruaki Kawashima:Jonathan Gordon2009-06-16
* Fix red.Michael Giacomelli2009-06-15
* FS#10327: Patch by Frederick Full to fix the scrollwheel and default Thomas Martitz2009-06-15
* Convert a number of places in core and plugins to use the BIT_N() macro inste...Jens Arnold2009-06-07
* FS#10075 - FUZE: QUIT Plugin by selecting BUTTON_HOME by Johannes Schwarz. Up...Thomas Martitz2009-04-10
* Enable plugins on the Onda VX747Maurus Cuelenaere2009-04-07
* Calculate the optimal memory location for overlay plugins, and use plugin.lds...Jens Arnold2009-03-02
* Make basic cache functions into calls, and get rid of CACHE_FUNCTION_WRAPPERS...Michael Sevakis2009-02-11
* remove MEM_FUNCTION_WRAPPERS, and private mem* implementations from plugins, ...Andrew Mahone2009-01-24
* Plugins for the Philips HDD1630. The keymaps are largely untested on the devi...Mark Arigo2009-01-24
* loader-initialized global plugin API:Andrew Mahone2009-01-16
* Removed the sim_ prefix from the plugin api.Björn Stenberg2009-01-07
* Commit FS#9617 - Keymaps for Plugins fuze by Thomas Martitz.Michael Giacomelli2009-01-04
* Cleaner solution to plugin-included core files.Björn Stenberg2009-01-03
* Commit FS#9607 by Adam Hogan: fix plugin keymaps for Creative Zen Vision:MMaurus Cuelenaere2008-12-08
* Added keymaps for ZVM to plugins. Enabled zvm plugin building in tools/config...Björn Stenberg2008-12-04
* Added 'keywords' and 'eol-style' properties.Björn Stenberg2008-11-25
* $* doesn't work if the target doesn't use a wildcard. Furthermore the GNU mak...Jens Arnold2008-11-21
* New makefile solution: A single invocation of 'make' to build the entire tree...Björn Stenberg2008-11-20
* Revert last commit (accidentally committed the whole tree)Karl Kurbjun2008-11-12
* Add in the needed crt0.S code for the wakeup alarm alsoKarl Kurbjun2008-11-12
* revert plugin_api part of r18830, as this was the wrong solution for thoseFrank Gevaerts2008-10-18
* code police : fix some multiply defined variablesFrank Gevaerts2008-10-18
* D2/Touchscreen keymap improvements: onscreen keyboard is now usable; PLAY/pau...Rob Purchase2008-09-16
* Commit FS#9308: differentiate between TOUCHPAD & TOUCHSCREENMaurus Cuelenaere2008-08-23
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
* Plugin parameters should be const.Steve Bavin2008-05-13