Age | Commit message (Expand) | Author |
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-20 | 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-19 | Fix a scrolling bug with centered drawing and too long lines. | Thomas Martitz |
2009-10-17 | Revise r23225 a bit, removing the debug_printf function and implementing more... | Nils Wallménius |
2009-10-15 | Touchscreen support for newer Cowon D2+ hardware revisions (using TSC200x tou... | Rob Purchase |
2009-10-12 | 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-11 | 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-10 | Initial support for runtime detection of the PMU used in newer D2+ models (PC... | Rob Purchase |
2009-10-09 | 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-08 | D2: Use a common function for reading ADC values from the PMU | Rob Purchase |
2009-10-06 | 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-05 | 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 | Simulator buttons: Remove a hack and make brickmania work the same as on target. | Karl Kurbjun |
2009-10-05 | Fix Red | Karl Kurbjun |
2009-10-05 | Button Driver: Add button_status support with data - allows for reading the /... | Karl Kurbjun |
2009-10-01 | FS#10226 - isp1583.c code cosmetics | Tomer Shalev |
2009-10-01 | FS#9157 - Tidy up some MAS35XX constants | Tomer Shalev |
2009-09-27 | Clean up duplicate #includes | Bertrik Sikken |
2009-09-27 | Fix delta from r22843, due to unintended FP usage | Rob Purchase |
2009-09-26 | Add a few pixels "dead zone" between the touchscreen grid "buttons", to avoid... | Rob Purchase |
2009-09-26 | Add missing parentheses to fix red | Nils Wallménius |
2009-09-26 | FS#10569 RTC driver cleanup | Nils Wallménius |
2009-09-23 | Fix red for HAS_SERIAL_REMOTE | Thomas Martitz |
2009-09-23 | Fix non-hold button and headphone detection target sims. | Thomas Martitz |
2009-09-23 | Rework the simulators button reading to not implement it's own complete driver. | Thomas Martitz |
2009-09-06 | Sansa c200v2: fix si4700 tuner initialisation to make it work for the c200v2 | Bertrik Sikken |
2009-09-04 | iaudio7: Implement udelay, mostly based on D2 port, except Z-clock initializa... | Vitja Makarov |
2009-09-04 | Fix STRIDE macro for multiscreen and add stride support for picture lib. | Karl Kurbjun |
2009-09-02 | Update Vertical stride so that it's oriented left to right in the destination. | Karl Kurbjun |
2009-09-01 | Initial vertical stride LCD driver. Backdrop is inverted with it currently. | Karl Kurbjun |