summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2009-10-11Use PLUGINFLAGS in lua.make, instead of only CFLAGS.Thomas Martitz1-3/+3
2009-10-11Make sure to use $(CFLAGS) to get all defines when preprocessing actions.hFrank Gevaerts1-1/+1
2009-10-11RTL: Cosmetic changes, no functional change - Rename constantsTomer Shalev7-16/+9
2009-10-11Add a action helper for touchscreen targets to only receive the touchpress co...Thomas Martitz3-14/+49
2009-10-11Clean up, simplify and fix small bugs in color picker.Thomas Martitz1-117/+117
2009-10-11Add a center flag, next to the rtl flag, for viewports. That results in any t...Thomas Martitz3-45/+21
2009-10-11revert r23093 and r 23094, since the title pointer is used to modify the titl...Nils Wallménius3-4/+4
2009-10-11forgot one file, fixes yellowNils Wallménius1-1/+1
2009-10-11Const correctnessNils Wallménius2-3/+3
2009-10-11Avoid more useless string copys and make some random cleanupsNils Wallménius3-15/+16
2009-10-11A bit of const correctness and 80-char limit correction.Thomas Martitz2-13/+21
2009-10-10Add current measurements to the iPod Nano 2G's battery debug screenMichael Sparmann1-0/+8
2009-10-10Implement __dbg_ports for S5L870X targets (Nano2G and Meizus)Dave Chapman1-2/+3
2009-10-10Add crypt_firmware plugin for Nano2G - this uses the hardware crypto unit to ...Dave Chapman4-0/+355
2009-10-10Slight const police and avoid copying a lang stringNils Wallménius1-4/+4
2009-10-10Don't cast away constnessNils Wallménius1-4/+5
2009-10-10Make function arg const pointerNils Wallménius2-3/+2
2009-10-10Deinline fuction and some whitespace tweaksNils Wallménius1-17/+18
2009-10-10Add second 'const' qualifyer accidentally removed in r23060Nils Wallménius1-1/+2
2009-10-10Clean up a bogus array and avoid some copying of static stringsNils Wallménius1-10/+10
2009-10-09Fix player red and remove an obsolete function call.Thomas Martitz4-8/+5
2009-10-09Correct a recording screen usability issue created in r21034. Pause used to s...Peter D'Hoye1-10/+7
2009-10-09Fix a few problems with RTL, statusbar and custom ui viewport.Thomas Martitz5-5/+25
2009-10-09Fix compilation of simulators on Mac OS X 10.6. Tested on 10.5.8 and 10.6.1.Tom Ross1-1/+1
2009-10-09rockboy: remove useless assignement for fuzeRafaël Carré1-2/+0
2009-10-09Tiny simplificationNils Wallménius1-4/+1
2009-10-09calculator: use home as clear button for sansa fuzeRafaël Carré1-0/+1
2009-10-09Vertical Stride: Add support for yuv to native output.Karl Kurbjun1-4/+12
2009-10-09add Seth Opgenorth to docs/CREDITSMichael Chicoine1-1/+1
2009-10-08RTL: Add support for DB init messageTomer Shalev2-6/+23
2009-10-08RTL: Fix context regarded as bit-field value, resulted in wrong contexts getTomer Shalev1-1/+2
2009-10-08Updated Hebrew language - fix parentheses not shown properlyTomer Shalev1-5/+5
2009-10-08FS#10661 by Seth Opgenorth, adding more levels to brickmaniaNils Wallménius1-9/+129
2009-10-08Fix chopper to actually remember the level. instead of overriding it on start.Thomas Martitz1-1/+0
2009-10-08Use TIME_BEFORE() and redo a macro slightly.Thomas Martitz1-5/+8
2009-10-08PPM viewer - initial support for vertical strides - scaler needs to be modifi...Karl Kurbjun1-3/+14
2009-10-08LCD scrolling routines: Fix the screen scrolling boundary with Vertical Strides.Karl Kurbjun1-2/+2
2009-10-08Brickmania: Paddle selection needs to be done with the integer portion, not i...Karl Kurbjun1-3/+3
2009-10-08Brickmania: Fix the paddle drawing - The strides were wrong with paddles othe...Karl Kurbjun1-11/+30
2009-10-07HID: Remove mouse drag in iPod's keymap, in another attempt to resolve issue ...Tomer Shalev1-8/+0
2009-10-06fix checkwps breakage caused by r229900Nils Wallménius1-2/+1
2009-10-06USB HID: Fix ipod4g got stuck in mouse modeTomer Shalev1-14/+18
2009-10-06RTL: No need to swap *scrollwheel* in simulator, as it is being simulated by ...Tomer Shalev1-4/+5
2009-10-06Set time screen now supports RTLTomer Shalev1-24/+45
2009-10-06Updated Hebrew language - fix weekday not shown properlyTomer Shalev1-6/+6
2009-10-06add gapless playback for Nero encoded AAC filesMarcoen Hirschberg3-0/+38
2009-10-06Fix position calculation of title icon.Teruaki Kawashima1-2/+1
2009-10-06Complete r22917. The icon still overlapped the text slightly.Teruaki Kawashima1-11/+10
2009-10-06Use pointer to screenTomer Shalev1-16/+17
2009-10-06Use pointer to viewportTomer Shalev1-13/+15