Age | Commit message (Expand) | Author |
2010-02-11 | fix text scrolling handling in do_menu, set_time_screen and time_screen. | Teruaki Kawashima |
2010-02-10 | time menu: stop scrolling before leave the screen. | Teruaki Kawashima |
2010-01-29 | skin rework (FS#10922) notable changes: | Jonathan Gordon |
2010-01-27 | Rename "custom statusbar" to "base skin" in the theme menu, no other changes.... | Jonathan Gordon |
2010-01-03 | Set svn:keywords property on .c and .h files that didn't already have it. Cor... | Bertrik Sikken |
2009-12-21 | fix FS#10870 - slightly change the viewportmanager theme undo-er to be able t... | Jonathan Gordon |
2009-12-17 | from FS#10771 - fix the clear backdrop option so it clears the full screen | Jonathan Gordon |
2009-12-16 | Fix FS#10289 - screens showing a list need to check the show_icons setting be... | Jonathan Gordon |
2009-12-09 | FS#10824 - viewport/statusbar API rework. | Jonathan Gordon |
2009-11-12 | Fix HAVE_CROSSFADE definition in config to apply only to swcodec targets | Jeffrey Goode |
2009-11-10 | Crossfade: carved out crossfade related code with lots of HAVE_CORSSFADE cond... | Jeffrey Goode |
2009-11-08 | FS#10338: Add "use morse input " entry to settings menu | Teruaki Kawashima |
2009-11-04 | Compressor: simplify makeup gain setting, expand release range, finally provi... | Jeffrey Goode |
2009-10-30 | Fix time display in time menu when time is not valid. | Teruaki Kawashima |
2009-10-23 | FS#10704 - Make a configuration option to disable USB HID | Tomer Shalev |
2009-10-19 | Add a browse (remote) custom statusbar item in the theme settings. | Thomas Martitz |
2009-10-19 | Initial custom statusbar commit. | Thomas Martitz |
2009-10-17 | Const correctness for output_dyn_value and unify some identical constants | Nils Wallménius |
2009-10-16 | Change the icon used for the System menu to the same as the System Settings m... | Torne Wuff |
2009-10-11 | RTL: Cosmetic changes, no functional change - Rename constants | Tomer Shalev |
2009-10-11 | Add a center flag, next to the rtl flag, for viewports. That results in any t... | Thomas Martitz |
2009-10-11 | Avoid more useless string copys and make some random cleanups | Nils Wallménius |
2009-10-06 | Use helper function vp_puts_center() in time_menu.c | 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-09-30 | Commit "FS#10468 - USB HID: Show keypad mode on screen" | Tomer Shalev |
2009-09-25 | Replace limiter with dynamic range compressor | Jeffrey Goode |
2009-09-19 | And also redraw the statusbar after resetting the colors. | Thomas Martitz |
2009-09-19 | Fix the statusbar to redraw after changing colors in the color picker screen. | Thomas Martitz |
2009-09-07 | Fix buttonbar handling/theme changed handling in lists. | Thomas Martitz |
2009-08-29 | Make UI viewport handling more multiscreen aware and bring a break; accidenta... | Thomas Martitz |
2009-08-24 | Move the "Status/Scrollbar" menu to Theme Settings, and add the F_THEMESETTIN... | Thomas Martitz |
2009-08-24 | Slightly change parts of the previous commit to reuse existing code, and enfo... | Thomas Martitz |
2009-08-23 | Fix redraw issues when the statusbar setting was changed with an UI viewport.... | Thomas Martitz |
2009-08-20 | Make the formatter functions used by the settings return a pointer to avoid u... | Nils Wallménius |
2009-08-20 | Change height calculation of viewport for time and date menu so that it doesn... | Teruaki Kawashima |
2009-08-19 | Combine the settings for scrollbar on/off and its position into one with thre... | Alexander Levin |
2009-08-19 | show the skin buffer size as well as the used amount in the rockbox info screen | Jonathan Gordon |
2009-08-18 | FS#10199: Adds limiter DSP function | Jeffrey Goode |
2009-08-17 | Add setting to position the scrollbar on the left or right | Maurus Cuelenaere |
2009-08-17 | FS#10534: Make scrollbar width variable through a setting (useful for touchsc... | Maurus Cuelenaere |
2009-08-16 | User definable UI viewport, to be able to restrict the UI into a viewport for... | Thomas Martitz |
2009-08-16 | remove the rockbox info line saying the AA size and replace it with skin RAM ... | Jonathan Gordon |
2009-08-11 | Fix defines from the last commit that made replaygain depend on crossfade. T... | Michael Giacomelli |
2009-08-11 | FS#10506. Don't compile various crossfade only functions in pcmbuf.c on low ... | Michael Giacomelli |
2009-08-11 | Disable crossfade menu option (but nothing more) on lowmem (<=2MB) targets be... | Michael Giacomelli |
2009-08-06 | Remove some unused #includes | Bertrik Sikken |
2009-08-06 | Add backdrop functions to the multiscreen api and add a enum backdrop_type pa... | 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 |