summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-10-08Czech translation for Rockbox Utility (FS#10662 by Pavel Rzehák).Dominik Riebeling3-1/+3225
2009-10-08If available, use the systems libspeex when linking rbspeex(enc|dec) and rbut...Dominik Riebeling2-4/+17
2009-10-08Updated Hebrew language - fix parentheses not shown properlyTomer Shalev1-5/+5
2009-10-08Implemented iPod Nano 2G power_off()Michael Sparmann4-21/+77
2009-10-08Don't warn if the archive has to be created.Dominik Riebeling1-1/+1
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-08Manual entry for the reversi gameAlexander Levin2-0/+10
2009-10-08Remove an unused #defineRob Purchase1-3/+1
2009-10-08D2: Use a common function for reading ADC values from the PMURob Purchase5-31/+54
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-07Sansa AMS SD: relax requirement for APP_CMD response, some uSD cards seem to ...Rafaël Carré1-2/+1
2009-10-07Make iPod Nano 2G FTL return -1 on write() call, if read-only, to prevent panic.Michael Sparmann1-1/+1
2009-10-07Also build database.c using SIM settings, in an attempt to fix the red on b32...Frank Gevaerts1-1/+5
2009-10-07Make the database tool buildable from configure.Frank Gevaerts9-8/+98
2009-10-07don't use crosscompiler options when compiling host-side thingsFrank Gevaerts1-0/+1
2009-10-07SRC is for sources, not objectsFrank Gevaerts1-7/+7
2009-10-06fix checkwps breakage caused by r229900Nils Wallménius3-12/+2
2009-10-06Implement lcd_blit_yuv() for the 2nd gen Nano, based on the implementation fo...Dave Chapman1-22/+150
2009-10-06USB HID: Fix ipod4g got stuck in mouse modeTomer Shalev2-18/+24
2009-10-06Once again fix building of the database tool that gets broke over and overNils Wallménius2-5/+3
2009-10-06Manual: Fixed caseTomer Shalev1-1/+1
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-06Moved RTL handling in lcd driver deeper, from puts_style_offset() to putsxyofs()Tomer Shalev1-2/+8
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 Shalev4-10/+11
2009-10-06Simulator: Fix scrollwheel targets.Karl Kurbjun2-9/+15
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-05Encoding fixesMichael Sparmann2-74/+74
2009-10-05Fix yellowTomer Shalev1-3/+3
2009-10-05Implement RTL as a viewport's bit-fieldTomer Shalev3-10/+12
2009-10-05Reworked iPod Nano 2G PMU code, added RTC and battery ADC.Michael Sparmann8-27/+213
2009-10-05Fix red - typeTomer Shalev1-1/+1