summaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)Author
2009-12-06Fix red: av_log2 undefined for ARM_ARCH <= 4, missing codeclib.h includes.Andrew Mahone
2009-12-06slightly faster asm av_log2 for armv6 (currently only Gigabeat S)Nils Wallménius
2009-12-05Fix yellow: mixed signed/unsigned in conditional.Andrew Mahone
2009-12-05Slightly improve av_log2 in codeclib on ARMv6.Andrew Mahone
2009-12-05Updated Hebrew translationTomer Shalev
2009-12-05Yes/No screen: Add proper message for touchscreen targetsTomer Shalev
2009-12-05Touchscreen mapping: Fix setting contextTomer Shalev
2009-12-05Touchscreen button mapping enhancement in WPS contextTomer Shalev
2009-12-05Cowon D2: In WPS context, assign BUTTON_POWER to ACTION_WPS_BROWSETomer Shalev
2009-12-05Move av_log2 function and asociated table to the codec lib, remove 3 identica...Nils Wallménius
2009-12-05Touchscreen keymapping enhancementsTomer Shalev
2009-12-05Cowon D2: Fix standard keymapsTomer Shalev
2009-12-05On RTL mode, flip + and - buttons (Cowon D2)Tomer Shalev
2009-12-05A few more GoGear SA9200 plugin keymaps.Robert Menes
2009-12-05spacerocks: Fix indentation and remove trailing spaces. Fix some minor bugs.Teruaki Kawashima
2009-12-05boomshine: use theme colour to draw text so that text would be more readable ...Teruaki Kawashima
2009-12-05plasma: clean up button definition.Teruaki Kawashima
2009-12-05Fix division by 0 by clamping freq value a little higher, some minor style an...Nils Wallménius
2009-12-04png: Change zoom in/out method and don't center the view on zoom.Teruaki Kawashima
2009-12-04Skin parser: Use parse_list() when possibleTomer Shalev
2009-12-04text editor: Return pointer to buffer but position in buffer for ACTION_GET t...Teruaki Kawashima
2009-12-04blackjack: Set foreground color and background color properly after canceled ...Teruaki Kawashima
2009-12-04Fix a typo for the GoGear SA9200 on chessclock, and got the LCD resolutionRobert Menes
2009-12-04Dice: Prevent a divide by 0Karl Kurbjun
2009-12-04fix red - add missing #elifMichael Chicoine
2009-12-042 equal signs are better than waaa-huunn....Jonathan Gordon
2009-12-03Another round of plugin keymaps for the Philips GoGear SA9200.Robert Menes
2009-12-03rockblox: Correct wrong access to array of highscores.Teruaki Kawashima
2009-12-03fix FS#10674 - make skin debugger count the lines correctly so the line numbe...Jonathan Gordon
2009-12-02Update Dutch langfilePeter D'Hoye
2009-12-02Updated hungarian translation.Mustapha Senhaji
2009-12-02Remove a typo.Mustapha Senhaji
2009-12-02Updated finnish translation.Mustapha Senhaji
2009-12-02Red is bad, mmmkay? And this should get rid of all thatRobert Menes
2009-12-02Begone, red!Robert Menes
2009-12-02Fix red.Robert Menes
2009-12-02Start committing plugin keymaps for the Philips GoGear SA9200.Robert Menes
2009-12-01Add support for the ipod FM remote to the 4G, Color, 5G, nano 1G with RDSLaurent Gautier
2009-11-30fix segfault on %Rb tokenJonathan Gordon
2009-11-29Oops, correct typo that made the previous commit uselessNils Wallménius
2009-11-29Disable strict aliasing for speex for now to get rid of warnings, some very n...Nils Wallménius
2009-11-29Fix yellow by making the ifdef hell slightly worseNils Wallménius
2009-11-29Enable strict aliasing optimizations for codecs on gcc versions >= 4.0, fix a...Nils Wallménius
2009-11-29Use clz instruction to calculate integer logarithms, speeds up decoding of on...Nils Wallménius
2009-11-29#if 0 out unused stuffNils Wallménius
2009-11-29Use clz instruction to count leading zeroes on armv5+, gives about 2% speedup...Nils Wallménius
2009-11-29These macros have been replaced by (UN)LIKELY macros and were not used anywhere.Nils Wallménius
2009-11-28Updated italian translation.Alessio Lenzi
2009-11-26Move strip_volume() to filefuncs.c and set properties.Maurus Cuelenaere
2009-11-26Fix crash when crossfading at natural track transition - FS#10814Steve Bavin