summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2009-12-11Remove svn:executableMichael Chicoine2-0/+0
2009-12-10Remove inline asm that hasn't been useful for years, no speed differenceNils Wallménius1-12/+0
2009-12-10Cowon D2: Add some more key mappingsTomer Shalev1-6/+14
2009-12-10Fix yellow: add bracesJeffrey Goode1-0/+2
2009-12-10plugin.c: It wouldn't make much sense to clear screen right before setting ba...Teruaki Kawashima1-5/+5
2009-12-10Rework spacerocks:Teruaki Kawashima1-189/+171
2009-12-10These are the last plugin keymaps needed for the GoGear SA9200.Robert Menes4-6/+38
2009-12-09Fix FS#10841. Thanks to Thomas Martitz for spotting what was wrong.Frank Gevaerts1-3/+10
2009-12-09More GoGear SA9200 plugin keymaps, plus a fix on mosaique.Robert Menes7-1/+75
2009-12-09Remove some sample functions from codeclib - these were for verifying the gen...Andrew Mahone1-9/+0
2009-12-09Reuse existing variable instead of creating a new one.Michael Chicoine1-3/+2
2009-12-09Fix red - resolve multiple variable definitionMichael Chicoine1-3/+3
2009-12-09Correct the debug information displayed for SD card to match the CID register...Michael Chicoine1-5/+11
2009-12-09Rework spacerocks:Teruaki Kawashima1-839/+812
2009-12-09fix red checkwpsJonathan Gordon1-4/+5
2009-12-09FS#10824 - viewport/statusbar API rework.Jonathan Gordon24-416/+282
2009-12-09Extend av_log2 in codeclib into a generic for scanning for set bits, which ca...Andrew Mahone6-137/+92
2009-12-08GoGear SA9200 plugin keymap for snake2. Just get it underRobert Menes1-0/+9
2009-12-08Onda VX777: use POWER button to exit Plasma and StarfieldMaurus Cuelenaere2-2/+2
2009-12-07Yet more GoGear SA9200 plugin keymaps. Almost done!Robert Menes7-2/+74
2009-12-07make tpj1022 bootloader compile again Robert Kukla2-2/+2
2009-12-07Corrected ondio language wildcards.Björn Stenberg35-264/+264
2009-12-07Rename targets to be consistent in all places. (FS #10819). Take 2.Björn Stenberg42-3102/+3102
2009-12-06FS#10834 by Alex Bennee, fixing off-by-one bug in code calling format_track_pathNils Wallménius1-3/+2
2009-12-06Boomshine:Maurus Cuelenaere1-42/+30
2009-12-06Correct checking return value of open in plugins.Teruaki Kawashima11-14/+20
2009-12-06Fix red: av_log2 undefined for ARM_ARCH <= 4, missing codeclib.h includes.Andrew Mahone3-4/+4
2009-12-06slightly faster asm av_log2 for armv6 (currently only Gigabeat S)Nils Wallménius1-2/+14
2009-12-05Fix yellow: mixed signed/unsigned in conditional.Andrew Mahone1-1/+1
2009-12-05Slightly improve av_log2 in codeclib on ARMv6.Andrew Mahone1-2/+1
2009-12-05Updated Hebrew translationTomer Shalev1-10/+11
2009-12-05Yes/No screen: Add proper message for touchscreen targetsTomer Shalev1-3/+4
2009-12-05Touchscreen mapping: Fix setting contextTomer Shalev1-5/+14
2009-12-05Touchscreen button mapping enhancement in WPS contextTomer Shalev1-24/+25
2009-12-05Cowon D2: In WPS context, assign BUTTON_POWER to ACTION_WPS_BROWSETomer Shalev1-0/+1
2009-12-05Move av_log2 function and asociated table to the codec lib, remove 3 identica...Nils Wallménius7-109/+50
2009-12-05Touchscreen keymapping enhancementsTomer Shalev1-14/+24
2009-12-05Cowon D2: Fix standard keymapsTomer Shalev1-6/+5
2009-12-05On RTL mode, flip + and - buttons (Cowon D2)Tomer Shalev1-0/+11
2009-12-05A few more GoGear SA9200 plugin keymaps.Robert Menes7-0/+71
2009-12-05spacerocks: Fix indentation and remove trailing spaces. Fix some minor bugs.Teruaki Kawashima1-809/+740
2009-12-05boomshine: use theme colour to draw text so that text would be more readable ...Teruaki Kawashima1-2/+2
2009-12-05plasma: clean up button definition.Teruaki Kawashima1-60/+44
2009-12-05Fix division by 0 by clamping freq value a little higher, some minor style an...Nils Wallménius1-12/+11
2009-12-04png: Change zoom in/out method and don't center the view on zoom.Teruaki Kawashima1-97/+98
2009-12-04Skin parser: Use parse_list() when possibleTomer Shalev1-20/+6
2009-12-04text editor: Return pointer to buffer but position in buffer for ACTION_GET t...Teruaki Kawashima1-28/+26
2009-12-04blackjack: Set foreground color and background color properly after canceled ...Teruaki Kawashima1-14/+19
2009-12-04Fix a typo for the GoGear SA9200 on chessclock, and got the LCD resolutionRobert Menes3-9/+13
2009-12-04Dice: Prevent a divide by 0Karl Kurbjun1-0/+3