summaryrefslogtreecommitdiff
path: root/apps/plugins
AgeCommit message (Expand)Author
2010-08-12Introduce NORETURN_ATTR wrapper for __attribute__((noreturn)), using this and...Thomas Martitz
2010-08-08fix warrnings in test_core_jpeg.c and test_mem_jpeg.cMarcin Bukat
2010-08-01doom: fix types mismatch spotted by gcc 4.5.1Rafaël Carré
2010-08-01mpegplayer mad: apply r27655 fixRafaël Carré
2010-07-25Replace remaining printf in midi plugin (fix yellow/red)Michael Chicoine
2010-07-25Rename printf to prevent naming conflict. Also change comment to conform with...Michael Chicoine
2010-07-25strncpy.c / assert.h : need to include _ansi.hRafaël Carré
2010-07-24s/HAVE_LCD_REMOTE/HAVE_REMOTE_LCD/Nils Wallménius
2010-07-23Define CONFIG_REMOTE_KEYPAD for iaudio x5/m5 and add a keymap for that remote...Nils Wallménius
2010-07-23pdbox: disable strict aliasing optimizations since pdbox breaks the strict al...Nils Wallménius
2010-07-22Sudoku coloured number displayJens Arnold
2010-07-21rockboy: simplify build conditionRafaël Carré
2010-07-18Revert accidental commit of "%z" support in r26071 (the implementation assume...Frank Gevaerts
2010-07-12improve displaying of string containing diacritic characters. add some charac...Teruaki Kawashima
2010-07-12text_editor: make functions and variables static. slightly reduce plugin size.Teruaki Kawashima
2010-07-12text_viewer: remove unneeded code.Teruaki Kawashima
2010-07-11pdbox: avoid making own DEBUG clash with rockbox defineRafaël Carré
2010-07-11lua: make DEBUG undefined by default, as doc statesRafaël Carré
2010-07-10Rename/change SIMVER to APP_TYPE in the Makefiles.Thomas Martitz
2010-07-10pdbox: Now backlight does not fade out -- making music requires attention.Wincent Balin
2010-07-08text viewer: fix the statusbar is displayed when the global statusbar setting...Yoshihisa Uchida
2010-07-08plugin api: delete sb_skin_update().Yoshihisa Uchida
2010-07-07battery_bench: make log time start at 0 (since plugin started)Rafaël Carré
2010-07-07text viewer: fixed the following bugs.Yoshihisa Uchida
2010-07-06lrcplayer:Teruaki Kawashima
2010-07-06Commit FS#11458 by me. Fixes test_codec to work on files larger then the ava...Michael Giacomelli
2010-07-05text viewer: fixed StatusBar randomly appears (FS#11455).Yoshihisa Uchida
2010-07-05Move the test and benchmark plugins to the top of the viewers list, since if ...Michael Giacomelli
2010-07-05pdbox: Optimizations in the audio output code.Wincent Balin
2010-07-05pdbox: Added Sansa e200 to supported devices.Wincent Balin
2010-07-05pdbox: Added different sampling rates based on hardware capabilities.Wincent Balin
2010-07-04chessbox: fix 'i = i++', based on gnuchess4.0-pl80Rafaël Carré
2010-07-03Add -lm to pdbox sim buildFrank Gevaerts
2010-07-03Move -Wl,-z,defs to GLOBAL_LDOPTS (instead of GCCOPTS), to avoid noise in old...Frank Gevaerts
2010-07-02text viewer: for tv_action and tv_bookmark, the prototype of the initializer ...Yoshihisa Uchida
2010-07-02text viewer: fixed garbage data are not stored in the setting file.Yoshihisa Uchida
2010-07-01metronome: fix issue that backlight doesn't turn off.Teruaki Kawashima
2010-07-01text editor: use plugin_get_buffer() to allocate buffer. if size of the file ...Teruaki Kawashima
2010-07-01text viewer:Yoshihisa Uchida
2010-07-01PacBox: Premultiply sound prom data on load rather than during emulation. Use...Michael Sevakis
2010-07-01Fix r27202 red. MCF5249 plugin IRAM is already very occupied.Michael Sevakis
2010-07-01Enable game sounds in PacBox. Sound is OFF by default but can be enabled from...Michael Sevakis
2010-06-30text viewer: the display of the statusbar is synchronized actual battery, tim...Yoshihisa Uchida
2010-06-29Remove some redundant #include'sBertrik Sikken
2010-06-29some improvements for simple viewer.Teruaki Kawashima
2010-06-29text viewer: some members of preferences change to bool. And simplify menu se...Yoshihisa Uchida
2010-06-29text viewer: move and delete #include.Yoshihisa Uchida
2010-06-29text_viewer: callback functions are changed to the function that returns int ...Yoshihisa Uchida
2010-06-29r27159 broke mpegplayer but not the mpa codec because its libmad init wasn't ...Michael Sevakis
2010-06-28text viewer: tv_window doesn't depend on the layout of the text viewer.Yoshihisa Uchida