summaryrefslogtreecommitdiffstats
path: root/apps/plugins
AgeCommit message (Expand)AuthorFilesLines
2010-08-26Oops, forgot this file in r27893.Magnus Holmgren1-1/+1
2010-08-26Fix building simulator plugins on Cygwin. A DLL stub containing atexit is lin...Magnus Holmgren1-2/+6
2010-08-26remove executable bit on plugin_crt0.cRafaël Carré1-0/+0
2010-08-25pacbox_cf.S contains a h300-only function, AND a function for all CFRafaël Carré2-3/+10
2010-08-25Fix pacbox build on coldfireRafaël Carré1-4/+0
2010-08-25Remove a bunch of build conditions inside .c filesRafaël Carré11-39/+3
2010-08-25Remove build conditions inside .c plugin filesRafaël Carré25-119/+15
2010-08-24Fix yellows/reds. Red where caused by preprocessor condition mismatch.Thomas Martitz3-8/+3
2010-08-24Second try: Introduce plugin_crt0.c that every plugin links.Thomas Martitz141-334/+361
2010-08-24Move setjmp to lib and add setjmp for sh (imported from newlib) and compile i...Thomas Martitz4-25/+1
2010-08-23Revert "Introduce plugin_crt0.c that every plugin links."Thomas Martitz141-363/+336
2010-08-23Introduce plugin_crt0.c that every plugin links.Thomas Martitz141-336/+363
2010-08-18Whoops typoed the svn propNils Wallménius1-1/+1
2010-08-18Enable shopper plugin for charcell too and fix the :$ tag in shopper.cNils Wallménius2-3/+2
2010-08-18FS10820 - Shopper, a shopping list plugin by Daniel Rigby.Nils Wallménius4-0/+485
2010-08-12Introduce NORETURN_ATTR wrapper for __attribute__((noreturn)), using this and...Thomas Martitz1-1/+1
2010-08-08fix warrnings in test_core_jpeg.c and test_mem_jpeg.cMarcin Bukat2-3/+3
2010-08-01doom: fix types mismatch spotted by gcc 4.5.1Rafaël Carré4-19/+7
2010-08-01mpegplayer mad: apply r27655 fixRafaël Carré1-2/+1
2010-07-25Replace remaining printf in midi plugin (fix yellow/red)Michael Chicoine4-52/+52
2010-07-25Rename printf to prevent naming conflict. Also change comment to conform with...Michael Chicoine2-10/+10
2010-07-25strncpy.c / assert.h : need to include _ansi.hRafaël Carré1-0/+1
2010-07-24s/HAVE_LCD_REMOTE/HAVE_REMOTE_LCD/Nils Wallménius1-4/+4
2010-07-23Define CONFIG_REMOTE_KEYPAD for iaudio x5/m5 and add a keymap for that remote...Nils Wallménius1-1/+8
2010-07-23pdbox: disable strict aliasing optimizations since pdbox breaks the strict al...Nils Wallménius1-1/+1
2010-07-22Sudoku coloured number displayJens Arnold18-0/+0
2010-07-21rockboy: simplify build conditionRafaël Carré1-3/+1
2010-07-18Revert accidental commit of "%z" support in r26071 (the implementation assume...Frank Gevaerts4-6/+6
2010-07-12improve displaying of string containing diacritic characters. add some charac...Teruaki Kawashima2-6/+54
2010-07-12text_editor: make functions and variables static. slightly reduce plugin size.Teruaki Kawashima1-20/+23
2010-07-12text_viewer: remove unneeded code.Teruaki Kawashima1-5/+0
2010-07-11pdbox: avoid making own DEBUG clash with rockbox defineRafaël Carré1-4/+4
2010-07-11lua: make DEBUG undefined by default, as doc statesRafaël Carré2-4/+4
2010-07-10Rename/change SIMVER to APP_TYPE in the Makefiles.Thomas Martitz8-13/+13
2010-07-10pdbox: Now backlight does not fade out -- making music requires attention.Wincent Balin1-0/+8
2010-07-08text viewer: fix the statusbar is displayed when the global statusbar setting...Yoshihisa Uchida1-2/+5
2010-07-08plugin api: delete sb_skin_update().Yoshihisa Uchida1-1/+1
2010-07-07battery_bench: make log time start at 0 (since plugin started)Rafaël Carré1-11/+18
2010-07-07text viewer: fixed the following bugs.Yoshihisa Uchida3-7/+11
2010-07-06lrcplayer:Teruaki Kawashima1-20/+11
2010-07-06Commit FS#11458 by me. Fixes test_codec to work on files larger then the ava...Michael Giacomelli1-15/+76
2010-07-05text viewer: fixed StatusBar randomly appears (FS#11455).Yoshihisa Uchida1-2/+4
2010-07-05Move the test and benchmark plugins to the top of the viewers list, since if ...Michael Giacomelli1-11/+11
2010-07-05pdbox: Optimizations in the audio output code.Wincent Balin1-1/+5
2010-07-05pdbox: Added Sansa e200 to supported devices.Wincent Balin2-1/+10
2010-07-05pdbox: Added different sampling rates based on hardware capabilities.Wincent Balin1-4/+11
2010-07-04chessbox: fix 'i = i++', based on gnuchess4.0-pl80Rafaël Carré1-2/+2
2010-07-03Add -lm to pdbox sim buildFrank Gevaerts1-0/+17
2010-07-03Move -Wl,-z,defs to GLOBAL_LDOPTS (instead of GCCOPTS), to avoid noise in old...Frank Gevaerts1-0/+1
2010-07-02text viewer: for tv_action and tv_bookmark, the prototype of the initializer ...Yoshihisa Uchida5-25/+83