summaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)Author
2009-10-11A bit of const correctness and 80-char limit correction.Thomas Martitz
2009-10-10Add current measurements to the iPod Nano 2G's battery debug screenMichael Sparmann
2009-10-10Implement __dbg_ports for S5L870X targets (Nano2G and Meizus)Dave Chapman
2009-10-10Add crypt_firmware plugin for Nano2G - this uses the hardware crypto unit to ...Dave Chapman
2009-10-10Slight const police and avoid copying a lang stringNils Wallménius
2009-10-10Don't cast away constnessNils Wallménius
2009-10-10Make function arg const pointerNils Wallménius
2009-10-10Deinline fuction and some whitespace tweaksNils Wallménius
2009-10-10Add second 'const' qualifyer accidentally removed in r23060Nils Wallménius
2009-10-10Clean up a bogus array and avoid some copying of static stringsNils Wallménius
2009-10-09Fix player red and remove an obsolete function call.Thomas Martitz
2009-10-09Correct a recording screen usability issue created in r21034. Pause used to s...Peter D'Hoye
2009-10-09Fix a few problems with RTL, statusbar and custom ui viewport.Thomas Martitz
2009-10-09Fix compilation of simulators on Mac OS X 10.6. Tested on 10.5.8 and 10.6.1.Tom Ross
2009-10-09rockboy: remove useless assignement for fuzeRafaël Carré
2009-10-09Tiny simplificationNils Wallménius
2009-10-09calculator: use home as clear button for sansa fuzeRafaël Carré
2009-10-09Vertical Stride: Add support for yuv to native output.Karl Kurbjun
2009-10-09add Seth Opgenorth to docs/CREDITSMichael Chicoine
2009-10-08RTL: Add support for DB init messageTomer Shalev
2009-10-08RTL: Fix context regarded as bit-field value, resulted in wrong contexts getTomer Shalev
2009-10-08Updated Hebrew language - fix parentheses not shown properlyTomer Shalev
2009-10-08FS#10661 by Seth Opgenorth, adding more levels to brickmaniaNils Wallménius
2009-10-08Fix chopper to actually remember the level. instead of overriding it on start.Thomas Martitz
2009-10-08Use TIME_BEFORE() and redo a macro slightly.Thomas Martitz
2009-10-08PPM viewer - initial support for vertical strides - scaler needs to be modifi...Karl Kurbjun
2009-10-08LCD scrolling routines: Fix the screen scrolling boundary with Vertical Strides.Karl Kurbjun
2009-10-08Brickmania: Paddle selection needs to be done with the integer portion, not i...Karl Kurbjun
2009-10-08Brickmania: Fix the paddle drawing - The strides were wrong with paddles othe...Karl Kurbjun
2009-10-07HID: Remove mouse drag in iPod's keymap, in another attempt to resolve issue ...Tomer Shalev
2009-10-06fix checkwps breakage caused by r229900Nils Wallménius
2009-10-06USB HID: Fix ipod4g got stuck in mouse modeTomer Shalev
2009-10-06RTL: No need to swap *scrollwheel* in simulator, as it is being simulated by ...Tomer Shalev
2009-10-06Set time screen now supports RTLTomer Shalev
2009-10-06Updated Hebrew language - fix weekday not shown properlyTomer Shalev
2009-10-06add gapless playback for Nero encoded AAC filesMarcoen Hirschberg
2009-10-06Fix position calculation of title icon.Teruaki Kawashima
2009-10-06Complete r22917. The icon still overlapped the text slightly.Teruaki Kawashima
2009-10-06Use pointer to screenTomer Shalev
2009-10-06Use pointer to viewportTomer Shalev
2009-10-06Use helper function vp_puts_center() in time_menu.cTomer Shalev
2009-10-06Use macro to test viewport's RTL flagTomer Shalev
2009-10-05Fine tuning of gui elements positioning in RTL modeTomer Shalev
2009-10-05- Use const when possibleTomer Shalev
2009-10-05Remove redundant code in list.cTomer Shalev
2009-10-05Fix red: Protect viewport RTL flag manipulation with #ifdef HAVE_LCD_BITMAPTomer Shalev
2009-10-05Updated Hebrew language (fixed position of question marks)Tomer Shalev
2009-10-05Add rtl flagging to viewport_set_defaults(), and ensure thatTomer Shalev
2009-10-05Fix yellowTomer Shalev
2009-10-05Implement RTL as a viewport's bit-fieldTomer Shalev