summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2009-06-16Touchscreen targets: add calibration screen + rewrite calibration driver (FS#...Maurus Cuelenaere9-24/+276
2009-06-16Onda VX747: add ability to exit keyboard input using physical keysMaurus Cuelenaere1-0/+1
2009-06-16Renamed routines and changed comments for clarity.Steve Bavin4-19/+18
2009-06-16fix mysterious yellow which was one commit too slowJonathan Gordon1-1/+1
2009-06-16For those who dont have the memory of a <Something that has really good memor...Jonathan Gordon1-0/+2
2009-06-16Accept FS#10094 by Teruaki Kawashima:Jonathan Gordon22-1568/+728
2009-06-16Get rid of tdspeed_enabled in struct dsp_config and use the global_settings m...Thomas Martitz2-14/+18
2009-06-15Remove unused variable and assignment.Michael Giacomelli1-2/+1
2009-06-15...and fixify *that* yellow too.Steve Bavin1-0/+1
2009-06-15Fixify that yellow.Steve Bavin1-1/+1
2009-06-15Fix FS#10331 and get mpegplayer working again.Steve Bavin4-35/+39
2009-06-15Fix yellowMaurus Cuelenaere1-2/+2
2009-06-15Fix helloworld.lua for mono targets (+ add lcd_mono_bitmap() & lcd_mono_bitma...Maurus Cuelenaere2-1/+36
2009-06-15Fix helloworld.lua on grayscale targetsMaurus Cuelenaere1-8/+18
2009-06-15Add helloworld Lua scriptMaurus Cuelenaere1-0/+154
2009-06-15Fix red.Michael Giacomelli1-1/+1
2009-06-15FS#10327: Patch by Frederick Full to fix the scrollwheel and default Thomas Martitz2-3/+5
2009-06-14Update Dutch langfilePeter D'Hoye1-0/+34
2009-06-14Remove explicit counter for rows/columns in IDCT, instead testing against a p...Andrew Mahone1-35/+22
2009-06-14Adjust AC decode such that decode *always* stops before storing an unneeded c...Andrew Mahone1-16/+11
2009-06-13Fix redKarl Kurbjun1-0/+8
2009-06-13M:Robe 500: Fix up 256 color blitting when in portrait mode, fix a mistake in...Karl Kurbjun1-0/+7
2009-06-13Add appropriate sized cards for 640x480 screens based on svg-cards-2.0. SOURC...Karl Kurbjun5-3/+39
2009-06-13Fix typo in comment.Thomas Martitz1-1/+1
2009-06-13Commit FS#10328 by Melba Sitjar: add two missing strings to Tagalog.Robert Menes1-0/+34
2009-06-13Fix a couple of spelling errors pointed out by Melba Sitjar.Robert Menes1-5/+5
2009-06-12Fix the charcell viewport defaults. The statusbar is offscreen on charcell. T...Jens Arnold1-2/+5
2009-06-12Oops, fix Beast build.Steve Bavin1-1/+1
2009-06-12FS#8894 - Add time stretching feature to all SWCODEC targets - the current al...Steve Bavin37-226/+946
2009-06-12Fix red.Andrew Mahone1-1/+1
2009-06-11ARMv4 and ARMv5 inline assembly for 4-point IDCT.Andrew Mahone1-3/+141
2009-06-11Move +128 offset out of range_limit, and add it to the DC coefficient in each...Andrew Mahone1-12/+10
2009-06-11Don't compensate for lack of shift in second IDCT stage, allowing quantizatio...Andrew Mahone1-43/+41
2009-06-11call default_event_handler() in action_userabort() for events other than ACTI...Frank Gevaerts1-0/+5
2009-06-10Fix FS#10101 and FS#8999. Buffering was stopped prematurely if a manual track...Thomas Martitz1-3/+4
2009-06-10Fix a few syntax issues in Lithuanian translation, and change A to POWER for ...Jonas Häggqvist2-16/+5
2009-06-10Translation updates:Jonas Häggqvist6-16/+146
2009-06-09Correct the includes; the old way broke parallel builds.Magnus Holmgren1-2/+2
2009-06-09Fix Gigabeat key for Swedish.Magnus Holmgren1-2/+2
2009-06-08FS#10249 by Teruaki Kawashima - "Gigabeat F/X: fix wrong key in "Set Time/Dat...Alex Parker26-51/+51
2009-06-08Fix a problem that the statusbar was redrawn to late and not really in sync w...Thomas Martitz3-3/+4
2009-06-08Used the wrong patch from FS#10062.Jonas Häggqvist1-0/+14
2009-06-08Apply r21086 to all languages. In the future, please use tools/langtool.pl fo...Jonas Häggqvist26-56/+56
2009-06-08Translation updates:Jonas Häggqvist10-63/+988
2009-06-08Fix case in the constantAlexander Levin1-2/+2
2009-06-08Pictureflow: Don't show the playback control one targets that can't have play...Thomas Martitz1-6/+23
2009-06-08FS#10293: More Tagalog translation by Melba Sitjar.Robert Menes1-12/+147
2009-06-08New translation: Lithuanian by Vytenis Sabelka. From FS#10255.Robert Menes2-0/+12471
2009-06-07Undo the delta on ARM but making the loop variables signed as before r21205. ...Jens Arnold1-4/+3
2009-06-07Convert a number of places in core and plugins to use the BIT_N() macro inste...Jens Arnold20-60/+78