summaryrefslogtreecommitdiffstats
path: root/apps/plugins
AgeCommit message (Expand)AuthorFilesLines
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
2010-07-02text viewer: fixed garbage data are not stored in the setting file.Yoshihisa Uchida1-7/+9
2010-07-01metronome: fix issue that backlight doesn't turn off.Teruaki Kawashima1-0/+1
2010-07-01text editor: use plugin_get_buffer() to allocate buffer. if size of the file ...Teruaki Kawashima1-11/+20
2010-07-01text viewer:Yoshihisa Uchida3-25/+42
2010-07-01PacBox: Premultiply sound prom data on load rather than during emulation. Use...Michael Sevakis5-21/+26
2010-07-01Fix r27202 red. MCF5249 plugin IRAM is already very occupied.Michael Sevakis1-0/+5
2010-07-01Enable game sounds in PacBox. Sound is OFF by default but can be enabled from...Michael Sevakis8-14/+467
2010-06-30text viewer: the display of the statusbar is synchronized actual battery, tim...Yoshihisa Uchida1-4/+2
2010-06-29Remove some redundant #include'sBertrik Sikken1-1/+0
2010-06-29some improvements for simple viewer.Teruaki Kawashima1-20/+77
2010-06-29text viewer: some members of preferences change to bool. And simplify menu se...Yoshihisa Uchida6-107/+41
2010-06-29text viewer: move and delete #include.Yoshihisa Uchida3-2/+1
2010-06-29text_viewer: callback functions are changed to the function that returns int ...Yoshihisa Uchida13-25/+56
2010-06-29r27159 broke mpegplayer but not the mpa codec because its libmad init wasn't ...Michael Sevakis1-10/+12
2010-06-28text viewer: tv_window doesn't depend on the layout of the text viewer.Yoshihisa Uchida3-109/+108
2010-06-27fix yellow.Yoshihisa Uchida1-2/+2
2010-06-27text viewer: display functions more changes.Yoshihisa Uchida4-126/+117