| Commit message (Expand) | Author | Age |
| * | Limit character width to 255 pixels | Frank Gevaerts | 2009-11-24 |
| * | make lcd_bitmap_char more space efficient. This doesn't seem to impact text d... | Frank Gevaerts | 2009-11-24 |
| * | FS#10720 - Support for displaying diacritic characters | Tomer Shalev | 2009-11-24 |
| * | FS#9721 - No error check after writes in ata.c | Torne Wuff | 2009-11-24 |
| * | FS#10798 - unify ata_read_sectors and ata_write_sectors | Torne Wuff | 2009-11-24 |
| * | lcd-bitmap-common.c: Change calculation of the horizontal position in lcd_put... | Teruaki Kawashima | 2009-11-22 |
| * | Fix Free and Disk size display when SECTOR_SIZE!=512 | Frank Gevaerts | 2009-11-09 |
| * | Fix Red | Karl Kurbjun | 2009-11-07 |
| * | Fix two width calculations | Karl Kurbjun | 2009-11-07 |
| * | Add optional viewport clipping, can be enabled with HAVE_VIEWPORT_CLIP. A si... | Karl Kurbjun | 2009-11-07 |
| * | Fix same bug as in r23531 in two more drivers (wrong masking of wday) | Nils Wallménius | 2009-11-05 |
| * | RTC read of ds1339 of ds3231 weekday | Robert Kukla | 2009-11-05 |
| * | Comment out LOGF_ENABLE defines everywhere, replace evil comments | Jeffrey Goode | 2009-11-03 |
| * | Improvements to mini2440 audio; change CPU freq to 406MHz | Bob Cousins | 2009-11-03 |
| * | M:Robe 500/M66591 USB improvements: Interrupts now work, a bug in odd-length ... | Karl Kurbjun | 2009-11-02 |
| * | Improvements to mini2440/UDA1341 audio | Bob Cousins | 2009-11-01 |
| * | Remove svn:executable from firmware | Michael Chicoine | 2009-10-31 |
| * | Many more drivers for mini2440. Now the main binary compiles and runs. | Dominik Wenger | 2009-10-26 |
| * | Save one branch for archs without conditional execution (e.g. coldfire). | Jens Arnold | 2009-10-26 |
| * | Make current_vp static and importings from Gigabeat F/X/S lcd drivers as they... | Thomas Martitz | 2009-10-26 |
| * | Color targets: Ported assembler optimised transparent bitmap drawing from Gig... | Jens Arnold | 2009-10-26 |
| * | Convert lcd_activation callbacks to use the event system to allow for multipl... | Thomas Martitz | 2009-10-20 |
| * | Use strlcpy instead of a memset&strcpy combo. Guarantees \0-terminaltion and ... | Thomas Martitz | 2009-10-20 |
| * | Fix a scrolling bug with centered drawing and too long lines. | Thomas Martitz | 2009-10-19 |
| * | Revise r23225 a bit, removing the debug_printf function and implementing more... | Nils Wallménius | 2009-10-17 |
| * | Touchscreen support for newer Cowon D2+ hardware revisions (using TSC200x tou... | Rob Purchase | 2009-10-15 |
| * | Replace a couple of magic numbers with the appropriate constants. | Rob Purchase | 2009-10-12 |
| * | Fix FS#10670 - The first letter of a scrolling line starts to appear at the end | Tomer Shalev | 2009-10-12 |
| * | LCD scrolling - reduce one 'if' nesting level | Tomer Shalev | 2009-10-12 |
| * | LCD scrolling - fix a typo | Tomer Shalev | 2009-10-12 |
| * | D2: Reduce binsize a bit by using arrays for the PMU initialisation. | Rob Purchase | 2009-10-11 |
| * | Revert r23021, since it broke non-RTL scrolling. RTL scrolling still needs fi... | Tomer Shalev | 2009-10-11 |
| * | RTL: Cosmetic changes, no functional change - Rename constants | Tomer Shalev | 2009-10-11 |
| * | D2: The RTC chip needs to be runtime detected. | Rob Purchase | 2009-10-11 |
| * | Add a center flag, next to the rtl flag, for viewports. That results in any t... | Thomas Martitz | 2009-10-11 |
| * | Forgot to add 22kHz | Karl Kurbjun | 2009-10-11 |
| * | M:Robe 500: Add support for more audio frequencies, initialize and set the to... | Karl Kurbjun | 2009-10-11 |
| * | Initial support for runtime detection of the PMU used in newer D2+ models (PC... | Rob Purchase | 2009-10-10 |
| * | as3514 RTC driver: correct calculation, fixes FS#10625 | Michael Chicoine | 2009-10-09 |
| * | Fix a bug in a bidirectional text scrolling; s->offset doesn't need to be set... | Mohamed Tarek | 2009-10-09 |
| * | Handle text scrolling in RTL. | Mohamed Tarek | 2009-10-09 |
| * | D2: Use a common function for reading ADC values from the PMU | Rob Purchase | 2009-10-08 |
| * | Moved RTL handling in lcd driver deeper, from puts_style_offset() to putsxyofs() | Tomer Shalev | 2009-10-06 |
| * | Use macro to test viewport's RTL flag | Tomer Shalev | 2009-10-06 |
| * | Implement RTL as a viewport's bit-field | Tomer Shalev | 2009-10-05 |
| * | Fix red: Invert buttons in RTL mode | Tomer Shalev | 2009-10-05 |
| * | Invert buttons in RTL mode | Tomer Shalev | 2009-10-05 |
| * | Make iPod Nano 2G audio work | Michael Sparmann | 2009-10-05 |
| * | Fix red - bootloaders don't link language support | Tomer Shalev | 2009-10-05 |
| * | RTL support in menus | Tomer Shalev | 2009-10-05 |