summaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)Author
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-01encoders are not built in sim buildsRafaël Carré
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-30Change "features" and "genlang-features" targets to no longer use multiple ta...Frank Gevaerts
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-29Fuze: USB HID keymap copy/pasted from e200Rafaël Carré
2010-06-29Clean up a leftover preprocessor symbol and improve the workaround for the 'a...Nils Wallménius
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
2010-06-28Remove unneeded libmad files from build.Andree Buschmann
2010-06-27Comment further unused code in libmad.Andree Buschmann
2010-06-27Comment unused code in libmad. Clean up initialization and memset'ing of deco...Andree Buschmann
2010-06-27Fix inline asm argument. Shouldn't have much impact in practice but might sav...Nils Wallménius
2010-06-27FS#10925 by myself: add touchscreen support for virtual keyboard.Teruaki Kawashima
2010-06-27fix yellow.Yoshihisa Uchida
2010-06-27text viewer: display functions more changes.Yoshihisa Uchida
2010-06-27Refacture libmad's synthesis filter via macro usage. Comment unused special s...Andree Buschmann
2010-06-27text viewer: simplify display functions.Yoshihisa Uchida
2010-06-26Correct spelling in the lrcviewer plugin. UK English please!Alex Parker
2010-06-26fix red.Yoshihisa Uchida
2010-06-26text viewer: some modify text viewer's layout and preferences.Yoshihisa Uchida
2010-06-26e200v1/c200v1: Implement limited samplerate switching. Rates 24kHz and below ...Michael Sevakis
2010-06-26text viewer: reworks screen access logics and some bugs fix.Yoshihisa Uchida
2010-06-24Housekeeping. Comment musepack code seqments unused in rockbox.Andree Buschmann
2010-06-24I somehow messed up the previous commit, undo the unrelated changes.Maurus Cuelenaere
2010-06-24Fix touchscreen scrollbar behaviour when it's on the right.Maurus Cuelenaere
2010-06-24text_viewer: rename preference values.Yoshihisa Uchida
2010-06-23Build doom on clipv2 and clip+Rafaël Carré
2010-06-23fuze: make sure down exits the FM screen, and nothing elseRafaël Carré
2010-06-23FS#11399 by me: fix r26998 for text_viewerRafaël Carré
2010-06-23Clean up comments.Andree Buschmann
2010-06-23r27028 again.. properly close font fd's and reload the skins on usb exit (dis...Jonathan Gordon
2010-06-23playback.c: don't assume cacheline size is 16 bytesRafaël Carré
2010-06-23revert r27027,27028, 27071 - need to find a correct way to close font fd's. 2...Jonathan Gordon
2010-06-22Convert plasma to use pluginlib actions.Thomas Martitz
2010-06-22test_codec: allocate wavbuffer/dspbuffer dynamicallyRafaël Carré
2010-06-22test_codec: remove 2 static string buffers and put them on the stackRafaël Carré
2010-06-22fix charcellJonathan Gordon
2010-06-22fiddle with the code a bit so gcc doesnt optimise out a struct viewport cause...Jonathan Gordon
2010-06-22test_codec: fix DEBUGF pointer format specifierRafaël Carré
2010-06-22FS#11427 by Marek Salaba: Update of Czech languageMichael Chicoine
2010-06-21Fix charcell red.Michael Sparmann