summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
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
2009-10-06Use helper function vp_puts_center() in time_menu.cTomer Shalev1-11/+19
2009-10-06Use macro to test viewport's RTL flagTomer Shalev2-8/+7
2009-10-05Fine tuning of gui elements positioning in RTL modeTomer Shalev2-6/+12
2009-10-05- Use const when possibleTomer Shalev1-15/+16
2009-10-05Remove redundant code in list.cTomer Shalev1-9/+3
2009-10-05Fix red: Protect viewport RTL flag manipulation with #ifdef HAVE_LCD_BITMAPTomer Shalev2-0/+8
2009-10-05Updated Hebrew language (fixed position of question marks)Tomer Shalev1-10/+10
2009-10-05Add rtl flagging to viewport_set_defaults(), and ensure thatTomer Shalev3-14/+18
2009-10-05Fix yellowTomer Shalev1-3/+3
2009-10-05Implement RTL as a viewport's bit-fieldTomer Shalev1-0/+8
2009-10-05Fix red - typeTomer Shalev1-1/+1
2009-10-05- Use pointers instead of repeating access to array elementTomer Shalev1-64/+65
2009-10-05Revert renaming of the scrollbar global setting by r22945, following discussi...Tomer Shalev4-64/+8
2009-10-05Fix red: Invert buttons in RTL modeTomer Shalev3-18/+41