summaryrefslogtreecommitdiff
path: root/apps/plugins (follow)
Commit message (Expand)AuthorAge
...
* fuze+: add chip8 keymapAmaury Pouly2011-10-02
* fuze+: fix calculator keymapAmaury Pouly2011-10-02
* fuze+: add calculator keymapAmaury Pouly2011-10-02
* fuze+: add bounce keymapAmaury Pouly2011-10-02
* fuze+: add xobox keymapAmaury Pouly2011-10-02
* fuze+: add spacerocks keymapAmaury Pouly2011-10-02
* fuze+: add blackjack keymap (unsure about resume)Amaury Pouly2011-10-02
* fuze+: add calendar keymapAmaury Pouly2011-10-02
* fuze+: add brickmania keymapAmaury Pouly2011-10-02
* fuze+: add rockblox1d keymapAmaury Pouly2011-10-02
* fuze+: add battery_bench keymapAmaury Pouly2011-10-02
* fuze+: add mp3_encoder keymapAmaury Pouly2011-10-02
* fuze+: add lamp keymapAmaury Pouly2011-10-02
* fuze+: add flipit keymapAmaury Pouly2011-10-02
* fuze+: add stat keymapAmaury Pouly2011-10-02
* fuze+: add stopwatch keymapAmaury Pouly2011-10-02
* fuze+: add snow keymapAmaury Pouly2011-10-02
* fuze+: add rockblox keymapAmaury Pouly2011-10-02
* fuze+: add mosaique keymapAmaury Pouly2011-10-02
* fuze+: add logo keymapAmaury Pouly2011-10-02
* fuze+: add cube keymapAmaury Pouly2011-10-02
* imx233/fuze+: don't use iram in plugins and in codecsAmaury Pouly2011-10-02
* fuze+: add pluginlib keymapAmaury Pouly2011-10-02
* fuze+: add chessclock keymapAmaury Pouly2011-10-02
* FS#12273 - use buflib for font storage. thanks to the testers :)Jonathan Gordon2011-09-24
* Fix some 'set but not used' warnings.Andree Buschmann2011-09-17
* plugins: make local functions static for a subset of pluginsBertrik Sikken2011-09-17
* FS#12257 by Michael Goerner, fixing stone colours in goban for inversed displ...Nils Wallménius2011-09-08
* MIPS uses GCC 4.1.2 which was wrongly detected as supporting '-fgnu89-inline'...Andree Buschmann2011-09-08
* Buflib: Clarification about invalid handlesThomas Martitz2011-09-07
* Submit FS#12258. Do not use '-ffunction-sections' and '-fdata-sections' when ...Andree Buschmann2011-09-07
* Fix FS#12261. Only set '-fgnu89-inline' if GCC >= 4.1.3 is used.Andree Buschmann2011-09-07
* rk27xx - enable a few test pluginsMarcin Bukat2011-09-06
* midi: make the patch sample data pointer a *int16_t to get rid of some ugly c...Nils Wallménius2011-09-06
* mikmod: enable compiler optimizations for coldfire, they were disabled to wor...Nils Wallménius2011-09-04
* Remove several 'set but not used' GCC 4.6.1 warnings from MikMod.Andree Buschmann2011-09-03
* Fix yellow and red.Andree Buschmann2011-09-03
* FS#12259: Remove '-w' compiler option for MikMod. Resolve all yet unreported ...Andree Buschmann2011-09-03
* Fix compiler warnings in mikmod. Initialize 'status' and 'incnt'.Andree Buschmann2011-09-03
* Do not set '-fgnu89-inline' for MIPS targets.Andree Buschmann2011-09-03
* FS#12256: Use '-fgnu89-inline' for mpegplayer and doom. Resolves compiler war...Andree Buschmann2011-09-03
* pacbox: Declare several local functions and variables static.Andree Buschmann2011-09-03
* Submit parts of FS#12189 regarding codec API. Replaces access to global setti...Andree Buschmann2011-08-30
* Remove buflib from the pluginlib and use the core one.Thomas Martitz2011-08-30
* GSoC/Buflib: Enable compaction in buflib.Thomas Martitz2011-08-30
* Final commit to get test_codec working properly for both freq-scaling and non...Andree Buschmann2011-08-29
* Fix logic of test_codec for targets with HAVE_ADJUSTABLE_CPU_FREQ.Andree Buschmann2011-08-29
* Utterly pointless fix for an unused Doom module (but while the code is in our...Steve Bavin2011-08-26
* Fix marginal buffer overflow in chessbox.Steve Bavin2011-08-26
* Also fix uninitialized variables in xlcd_scroll_up()/xlcd_scroll_down()Thomas Jarosch2011-08-25