Age | Commit message (Expand) | Author | Files | Lines |
2009-10-09 | manual: e200v2 hasn't the bootloader on disk | Rafaël Carré | 1 | -1/+0 |
2009-10-09 | M:Robe 500: Enable Vertical stride for main build. | Karl Kurbjun | 1 | -0/+6 |
2009-10-09 | Vertical Stride: Add support for yuv to native output. | Karl Kurbjun | 1 | -4/+12 |
2009-10-09 | add Seth Opgenorth to docs/CREDITS | Michael Chicoine | 2 | -1/+2 |
2009-10-09 | Fix a bug in a bidirectional text scrolling; s->offset doesn't need to be set... | Mohamed Tarek | 1 | -1/+0 |
2009-10-09 | Handle text scrolling in RTL. | Mohamed Tarek | 1 | -4/+5 |
2009-10-08 | RTL: Add support for DB init message | Tomer Shalev | 2 | -6/+23 |
2009-10-08 | RTL: Fix context regarded as bit-field value, resulted in wrong contexts get | Tomer Shalev | 1 | -1/+2 |
2009-10-08 | Add Czech translation to the resources too. | Dominik Riebeling | 1 | -0/+1 |
2009-10-08 | Czech translation for Rockbox Utility (FS#10662 by Pavel Rzehák). | Dominik Riebeling | 3 | -1/+3225 |
2009-10-08 | If available, use the systems libspeex when linking rbspeex(enc|dec) and rbut... | Dominik Riebeling | 2 | -4/+17 |
2009-10-08 | Updated Hebrew language - fix parentheses not shown properly | Tomer Shalev | 1 | -5/+5 |
2009-10-08 | Implemented iPod Nano 2G power_off() | Michael Sparmann | 4 | -21/+77 |
2009-10-08 | Don't warn if the archive has to be created. | Dominik Riebeling | 1 | -1/+1 |
2009-10-08 | FS#10661 by Seth Opgenorth, adding more levels to brickmania | Nils Wallménius | 1 | -9/+129 |
2009-10-08 | Fix chopper to actually remember the level. instead of overriding it on start. | Thomas Martitz | 1 | -1/+0 |
2009-10-08 | Use TIME_BEFORE() and redo a macro slightly. | Thomas Martitz | 1 | -5/+8 |
2009-10-08 | Manual entry for the reversi game | Alexander Levin | 2 | -0/+10 |
2009-10-08 | Remove an unused #define | Rob Purchase | 1 | -3/+1 |
2009-10-08 | D2: Use a common function for reading ADC values from the PMU | Rob Purchase | 5 | -31/+54 |
2009-10-08 | PPM viewer - initial support for vertical strides - scaler needs to be modifi... | Karl Kurbjun | 1 | -3/+14 |
2009-10-08 | LCD scrolling routines: Fix the screen scrolling boundary with Vertical Strides. | Karl Kurbjun | 1 | -2/+2 |
2009-10-08 | Brickmania: Paddle selection needs to be done with the integer portion, not i... | Karl Kurbjun | 1 | -3/+3 |
2009-10-08 | Brickmania: Fix the paddle drawing - The strides were wrong with paddles othe... | Karl Kurbjun | 1 | -11/+30 |
2009-10-07 | HID: Remove mouse drag in iPod's keymap, in another attempt to resolve issue ... | Tomer Shalev | 1 | -8/+0 |
2009-10-07 | Sansa AMS SD: relax requirement for APP_CMD response, some uSD cards seem to ... | Rafaël Carré | 1 | -2/+1 |
2009-10-07 | Make iPod Nano 2G FTL return -1 on write() call, if read-only, to prevent panic. | Michael Sparmann | 1 | -1/+1 |
2009-10-07 | Also build database.c using SIM settings, in an attempt to fix the red on b32... | Frank Gevaerts | 1 | -1/+5 |
2009-10-07 | Make the database tool buildable from configure. | Frank Gevaerts | 9 | -8/+98 |
2009-10-07 | don't use crosscompiler options when compiling host-side things | Frank Gevaerts | 1 | -0/+1 |
2009-10-07 | SRC is for sources, not objects | Frank Gevaerts | 1 | -7/+7 |
2009-10-06 | fix checkwps breakage caused by r229900 | Nils Wallménius | 3 | -12/+2 |
2009-10-06 | Implement lcd_blit_yuv() for the 2nd gen Nano, based on the implementation fo... | Dave Chapman | 1 | -22/+150 |
2009-10-06 | USB HID: Fix ipod4g got stuck in mouse mode | Tomer Shalev | 2 | -18/+24 |
2009-10-06 | Once again fix building of the database tool that gets broke over and over | Nils Wallménius | 2 | -5/+3 |
2009-10-06 | Manual: Fixed case | Tomer Shalev | 1 | -1/+1 |
2009-10-06 | RTL: No need to swap *scrollwheel* in simulator, as it is being simulated by ... | Tomer Shalev | 1 | -4/+5 |
2009-10-06 | Set time screen now supports RTL | Tomer Shalev | 1 | -24/+45 |
2009-10-06 | Moved RTL handling in lcd driver deeper, from puts_style_offset() to putsxyofs() | Tomer Shalev | 1 | -2/+8 |
2009-10-06 | Updated Hebrew language - fix weekday not shown properly | Tomer Shalev | 1 | -6/+6 |
2009-10-06 | add gapless playback for Nero encoded AAC files | Marcoen Hirschberg | 3 | -0/+38 |
2009-10-06 | Fix position calculation of title icon. | Teruaki Kawashima | 1 | -2/+1 |
2009-10-06 | Complete r22917. The icon still overlapped the text slightly. | Teruaki Kawashima | 1 | -11/+10 |
2009-10-06 | Use pointer to screen | Tomer Shalev | 1 | -16/+17 |
2009-10-06 | Use pointer to viewport | Tomer Shalev | 1 | -13/+15 |
2009-10-06 | Use helper function vp_puts_center() in time_menu.c | Tomer Shalev | 1 | -11/+19 |
2009-10-06 | Use macro to test viewport's RTL flag | Tomer Shalev | 4 | -10/+11 |
2009-10-06 | Simulator: Fix scrollwheel targets. | Karl Kurbjun | 2 | -9/+15 |
2009-10-05 | Fine tuning of gui elements positioning in RTL mode | Tomer Shalev | 2 | -6/+12 |
2009-10-05 | - Use const when possible | Tomer Shalev | 1 | -15/+16 |