| Commit message (Expand) | Author | Age |
| ... | |
| * | FS#10338: Add "use morse input " entry to settings menu | Teruaki Kawashima | 2009-11-08 |
| * | Merge duplicating code to move cursor left/right. | Teruaki Kawashima | 2009-11-06 |
| * | Remove wps_data.remote_wps. It's redundant with the new global curr_screen. | Thomas Martitz | 2009-11-04 |
| * | FS#10739: playback.c code split | Jeffrey Goode | 2009-10-31 |
| * | Revert the recording key functionality changes back to before r21034: Both pl... | Peter D'Hoye | 2009-10-29 |
| * | Revise r23225 a bit, removing the debug_printf function and implementing more... | Nils Wallménius | 2009-10-17 |
| * | Const correctness for output_dyn_value and unify some identical constants | Nils Wallménius | 2009-10-17 |
| * | Rework albumart buffering internally to allow for mutliple albumart sizes. | Thomas Martitz | 2009-10-16 |
| * | Avoid more useless string copys and make some random cleanups | Nils Wallménius | 2009-10-11 |
| * | Correct a recording screen usability issue created in r21034. Pause used to s... | Peter D'Hoye | 2009-10-09 |
| * | Vertical Stride: Add support for yuv to native output. | Karl Kurbjun | 2009-10-09 |
| * | fix checkwps breakage caused by r229900 | Nils Wallménius | 2009-10-06 |
| * | Complete r22917. The icon still overlapped the text slightly. | Teruaki Kawashima | 2009-10-06 |
| * | Fix FS#7511, icon could overlap the line to edit. | Teruaki Kawashima | 2009-10-04 |
| * | Fix FS#10597: Loadable keyboard layout rendered incorrectly. | Teruaki Kawashima | 2009-10-03 |
| * | Rename struct skin_albumart members to be consistent with similar members of ... | Thomas Martitz | 2009-09-25 |
| * | rework AA load/display handling in the skins to get them working in viewports... | Jonathan Gordon | 2009-09-07 |
| * | Fix FS#10588 by stopping scrolling in the radio screen instead of blindy rely... | Thomas Martitz | 2009-09-05 |
| * | Fix STRIDE macro for multiscreen and add stride support for picture lib. | Karl Kurbjun | 2009-09-04 |
| * | Add support for vertical stride to resizer. | Karl Kurbjun | 2009-09-01 |
| * | Add in BMP loader for vertical stride and include lcd-16bit-vert.c in SOURCES | Karl Kurbjun | 2009-09-01 |
| * | Fix a typo in jpeg_idct8h which could cause display corruption on ARMv5+ | Rob Purchase | 2009-08-31 |
| * | Samsung YH: Many keymap fixes for keyboard screen, wps, set time/date and qui... | Thomas Martitz | 2009-08-29 |
| * | Make the formatter functions used by the settings return a pointer to avoid u... | Nils Wallménius | 2009-08-20 |
| * | User definable UI viewport, to be able to restrict the UI into a viewport for... | Thomas Martitz | 2009-08-16 |
| * | Fix yellows. | Thomas Martitz | 2009-08-12 |
| * | Both of this isn't needed anymore as it's done at the end of the function. | Thomas Martitz | 2009-08-12 |
| * | Make kbd_input() show a cancel splash to indicate user abort better and for b... | Thomas Martitz | 2009-08-12 |
| * | A bit mroe wps/skin engine cleanup so that the structs the wps uses can be st... | Thomas Martitz | 2009-08-03 |
| * | part two of the grand overall wps/skinning engine cleanup work: | Jonathan Gordon | 2009-08-03 |
| * | Start of some apps/ and wps cleanup work... Move everything related to the ac... | Jonathan Gordon | 2009-07-27 |
| * | Commit part of FS#9873 - Utilise buttons for playlisting | Thomas Martitz | 2009-07-22 |
| * | correct bottom viewport height calculation in the recording screen | Antonius Hellmann | 2009-07-18 |
| * | Remove ldrd from ARMv5 JPEG IDCT, remove old debug code selecting ARMv5 code ... | Andrew Mahone | 2009-07-17 |
| * | FS#10080 | Nils Wallménius | 2009-07-14 |
| * | Add new asmdefs mechanism for exporting information only available to the C c... | Andrew Mahone | 2009-07-13 |
| * | FS#10406 - split the statusbar setting into one for each display, and allow t... | Jonathan Gordon | 2009-07-05 |
| * | JPEG IDCT8 ARMv6 assembly, slight speedup vs ARMv5. | Andrew Mahone | 2009-07-03 |
| * | Core JPEG IDCT8 optimizations for ARMv5+, small optimizations for ARMv4. | Andrew Mahone | 2009-07-02 |
| * | Use hand-written constants table on ARMv5+ for JPEG IDCT, and load four 16-bi... | Andrew Mahone | 2009-06-28 |
| * | Use single-instruction shift-and-saturate in place of range_limit for JPEG on... | Andrew Mahone | 2009-06-27 |
| * | ARM assembly 8-point IDCT, both passes. No ARMv5/6 optimizations yet, aside f... | Andrew Mahone | 2009-06-27 |
| * | Fix a typo in jpeg_idct4h which caused garbled JPEGs on ARMv5. | Rob Purchase | 2009-06-26 |
| * | fix a typo in comments (audio CD duration is not 74 or 80 hours) | Rafaël Carré | 2009-06-23 |
| * | Redo r21460 and r21462 so that it doesn't introduce a new #define. Patch by J... | Thomas Martitz | 2009-06-22 |
| * | FS#10365 - Optional debug output for albumart.c | Thomas Martitz | 2009-06-21 |
| * | Forgot to commit the change to keyboard.c to make the line edit mode acctuall... | Marianne Arnold | 2009-06-20 |
| * | 2-point and 1-point JPEG IDCT ARM assembly, remove comment in jpeg_load.c abo... | Andrew Mahone | 2009-06-19 |
| * | Core JPEG decoder improvements: | Andrew Mahone | 2009-06-19 |
| * | Remove explicit counter for rows/columns in IDCT, instead testing against a p... | Andrew Mahone | 2009-06-14 |