summaryrefslogtreecommitdiffstats
path: root/apps/plugins
AgeCommit message (Expand)AuthorFilesLines
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
2010-06-27text viewer: simplify display functions.Yoshihisa Uchida3-78/+48
2010-06-26Correct spelling in the lrcviewer plugin. UK English please!Alex Parker1-5/+5
2010-06-26fix red.Yoshihisa Uchida1-0/+2
2010-06-26text viewer: some modify text viewer's layout and preferences.Yoshihisa Uchida6-89/+82
2010-06-26e200v1/c200v1: Implement limited samplerate switching. Rates 24kHz and below ...Michael Sevakis1-2/+2
2010-06-26text viewer: reworks screen access logics and some bugs fix.Yoshihisa Uchida6-156/+567
2010-06-24text_viewer: rename preference values.Yoshihisa Uchida7-45/+45
2010-06-23Build doom on clipv2 and clip+Rafaël Carré2-3/+13
2010-06-23FS#11399 by me: fix r26998 for text_viewerRafaël Carré13-52/+115
2010-06-22Convert plasma to use pluginlib actions.Thomas Martitz1-147/+26
2010-06-22test_codec: allocate wavbuffer/dspbuffer dynamicallyRafaël Carré1-3/+6
2010-06-22test_codec: remove 2 static string buffers and put them on the stackRafaël Carré1-2/+2
2010-06-22test_codec: fix DEBUGF pointer format specifierRafaël Carré1-1/+1
2010-06-21Fix yellows and reds (one was a type, the other was rather incorrect before a...Thomas Martitz1-1/+1
2010-06-21Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...Thomas Martitz23-36/+38
2010-06-21Fix include fileFrank Gevaerts1-1/+1
2010-06-21Remove plugin-specific defines from the pdbox makefile, and add them to m_pd....Frank Gevaerts5-2/+12
2010-06-20text_viewer: cleanup & bugfixRafaël Carré19-383/+275
2010-06-20Make unnecessarily static local variables non-static. It's more efficient, an...Jens Arnold1-2/+2
2010-06-19minesweeper: bugfixes / code improvementsRafaël Carré1-40/+33
2010-06-18reorder apps/plugins/lib/SOURCES.Teruaki Kawashima1-6/+5
2010-06-18use int instead of enum.Teruaki Kawashima2-6/+6