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