Age | Commit message (Expand) | Author |
2009-12-01 | Add support for the ipod FM remote to the 4G, Color, 5G, nano 1G with RDS | Laurent Gautier |
2009-11-16 | mpeg.h/c cleanup | Jeffrey Goode |
2009-11-15 | Fix scrolling lines that keep scrolling after exiting plugins and scrolling l... | Nils Wallménius |
2009-11-09 | keyboard: some random cleanup. | Teruaki Kawashima |
2009-11-08 | Merge duplicating code to remove char in keyboard. | Teruaki Kawashima |
2009-11-08 | FS#10338: Add "use morse input " entry to settings menu | Teruaki Kawashima |
2009-11-06 | Merge duplicating code to move cursor left/right. | Teruaki Kawashima |
2009-11-04 | Remove wps_data.remote_wps. It's redundant with the new global curr_screen. | Thomas Martitz |
2009-10-31 | FS#10739: playback.c code split | Jeffrey Goode |
2009-10-29 | Revert the recording key functionality changes back to before r21034: Both pl... | Peter D'Hoye |
2009-10-17 | 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-16 | Rework albumart buffering internally to allow for mutliple albumart sizes. | Thomas Martitz |
2009-10-11 | Avoid more useless string copys and make some random cleanups | Nils Wallménius |
2009-10-09 | 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-06 | 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-04 | Fix FS#7511, icon could overlap the line to edit. | Teruaki Kawashima |
2009-10-03 | Fix FS#10597: Loadable keyboard layout rendered incorrectly. | Teruaki Kawashima |
2009-09-25 | Rename struct skin_albumart members to be consistent with similar members of ... | Thomas Martitz |
2009-09-07 | rework AA load/display handling in the skins to get them working in viewports... | Jonathan Gordon |
2009-09-05 | Fix FS#10588 by stopping scrolling in the radio screen instead of blindy rely... | Thomas Martitz |
2009-09-04 | Fix STRIDE macro for multiscreen and add stride support for picture lib. | Karl Kurbjun |
2009-09-01 | 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-08-31 | Fix a typo in jpeg_idct8h which could cause display corruption on ARMv5+ | Rob Purchase |
2009-08-29 | Samsung YH: Many keymap fixes for keyboard screen, wps, set time/date and qui... | Thomas Martitz |
2009-08-20 | Make the formatter functions used by the settings return a pointer to avoid u... | Nils Wallménius |
2009-08-16 | User definable UI viewport, to be able to restrict the UI into a viewport for... | Thomas Martitz |
2009-08-12 | 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-03 | 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-07-27 | Start of some apps/ and wps cleanup work... Move everything related to the ac... | Jonathan Gordon |
2009-07-22 | Commit part of FS#9873 - Utilise buttons for playlisting | Thomas Martitz |
2009-07-18 | correct bottom viewport height calculation in the recording screen | Antonius Hellmann |
2009-07-17 | Remove ldrd from ARMv5 JPEG IDCT, remove old debug code selecting ARMv5 code ... | Andrew Mahone |
2009-07-14 | FS#10080 | Nils Wallménius |
2009-07-13 | Add new asmdefs mechanism for exporting information only available to the C c... | Andrew Mahone |
2009-07-05 | FS#10406 - split the statusbar setting into one for each display, and allow t... | Jonathan Gordon |
2009-07-03 | JPEG IDCT8 ARMv6 assembly, slight speedup vs ARMv5. | Andrew Mahone |
2009-07-02 | Core JPEG IDCT8 optimizations for ARMv5+, small optimizations for ARMv4. | Andrew Mahone |
2009-06-28 | Use hand-written constants table on ARMv5+ for JPEG IDCT, and load four 16-bi... | Andrew Mahone |
2009-06-27 | 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-26 | Fix a typo in jpeg_idct4h which caused garbled JPEGs on ARMv5. | Rob Purchase |
2009-06-23 | fix a typo in comments (audio CD duration is not 74 or 80 hours) | Rafaël Carré |
2009-06-22 | Redo r21460 and r21462 so that it doesn't introduce a new #define. Patch by J... | Thomas Martitz |