Age | Commit message (Expand) | Author | Files | Lines |
2021-06-22 | Touchscreen: adjust how bar padding is handled | Aidan MacDonald | 1 | -0/+2 |
2020-10-28 | Framebuffer_viewport Rewrite -- BUG FIX | William Wilgus | 1 | -1/+1 |
2020-10-26 | Whitespace cleanup on fb_viewport Rewrite | William Wilgus | 1 | -7/+7 |
2020-10-26 | LCD core move buf ptr and address look up function viewport struct | William Wilgus | 1 | -0/+1 |
2020-07-24 | [4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice. | Solomon Peachy | 1 | -14/+0 |
2020-07-24 | [2/4] get rid of HAVE_LCD_CHARCELLS | Solomon Peachy | 1 | -3/+0 |
2014-01-12 | skin_engine: New param "noborder" for the bar tags. | Thomas Martitz | 1 | -0/+1 |
2014-01-10 | skin engine: Fix FS#12884. | Thomas Martitz | 1 | -3/+2 |
2013-06-09 | skin_engine: Fix albumart logic on skin reloading. | Thomas Martitz | 1 | -0/+3 |
2013-02-12 | skin_engine: Add a debug screen to display skin ram usage | Jonathan Gordon | 1 | -0/+11 |
2012-12-09 | 9 segment bitmap drawing: | Jonathan Gordon | 1 | -0/+1 |
2012-07-05 | skin_engine: Allow the %St() (setting) skin tag be used as a bar | Jonathan Gordon | 1 | -0/+2 |
2012-07-05 | skin_engine: Automatically create touch regions for skin bars | Jonathan Gordon | 1 | -0/+1 |
2012-05-06 | get_image_filename() return value is never used | Rafaël Carré | 1 | -1/+1 |
2012-03-15 | skin_engine: New tag to draw a rectangle (optionally with a gradient) | Jonathan Gordon | 1 | -0/+9 |
2012-02-28 | skin_engine: Clean up %x() handling - beware theme issues | Jonathan Gordon | 1 | -1/+0 |
2012-02-28 | lcd/skin_engine: Add the ability to draw onto the backdrop layer | Jonathan Gordon | 1 | -1/+2 |
2012-02-26 | FS#12586 - Modify %ss to be able to use numbers for conditionals | Jonathan Gordon | 1 | -0/+1 |
2011-11-19 | Get rid of a really annoying #ifdef line to check if backdrop support should ... | Jonathan Gordon | 1 | -1/+1 |
2011-11-15 | Use buflib for all skin engine allocations. | Jonathan Gordon | 1 | -81/+85 |
2011-10-16 | Fix FS#12320 - need substitute to /.rockbox/skin_buffer_size.txt | Thomas Martitz | 1 | -1/+1 |
2011-09-24 | FS#12273 - use buflib for font storage. thanks to the testers :) | Jonathan Gordon | 1 | -0/+3 |
2011-09-11 | Rework how the skin gets the list item text to save some ram. Also allow the ... | Jonathan Gordon | 1 | -0/+5 |
2011-09-11 | New tag %ss() which lets you get a substring of another tag. | Jonathan Gordon | 1 | -0/+6 |
2011-09-08 | Use buflib for skin images. Allows much more images to be loaded | Jonathan Gordon | 1 | -0/+1 |
2011-09-06 | Lists can now be completly draw using the skin engine! | Jonathan Gordon | 1 | -0/+1 |
2011-08-14 | New skin tags: %Vs() to set the text style and %Vg() to get the viewports gra... | Jonathan Gordon | 1 | -0/+13 |
2011-07-28 | skin engine softlock support for touchscreens: | Jonathan Gordon | 1 | -0/+2 |
2011-03-27 | Skin variables for touchscreen targets (origional implementation by Jens Theeß) | Jonathan Gordon | 1 | -11/+36 |
2011-03-27 | Fix touchregions muting volume, and change &<action> to mean 'needs long pres... | Jonathan Gordon | 1 | -6/+5 |
2011-03-07 | last of the errors... hopefully | Jonathan Gordon | 1 | -0/+2 |
2011-03-07 | move code around to make checkwps compile | Jonathan Gordon | 1 | -1/+3 |
2011-03-07 | Merge a bunch of code which is 99% identical so it makes it easier to add mor... | Jonathan Gordon | 1 | -4/+8 |
2011-03-01 | Add an ability to set a setting to a specific value with a touchscreen action. | Jonathan Gordon | 1 | -1/+9 |
2011-02-28 | Add the option of linking the %Tl (last touch) tag to a specific touchregion.... | Jonathan Gordon | 1 | -0/+7 |
2011-01-25 | Remove WPS related variable which is read but not set or changed. Closes FS#1... | Andree Buschmann | 1 | -1/+0 |
2011-01-24 | New option for the bar tags: 'backdrop, <label>' will draw another image und... | Jonathan Gordon | 1 | -0/+1 |
2011-01-13 | New Touchscreen region type... 'mute' which un/mutes volume without pausing p... | Jonathan Gordon | 1 | -1/+4 |
2010-10-12 | skin bar tag: Load an image from a label or filename. i.e %xl(bar_image, pb.b... | Jonathan Gordon | 1 | -4/+2 |
2010-10-12 | improvement for bar tag with slider. | Teruaki Kawashima | 1 | -0/+1 |
2010-10-10 | fix FS#11662 and FS#11629 - skin %t() issues. %t should now work properly ins... | Jonathan Gordon | 1 | -2/+1 |
2010-09-14 | Another major skin backend update/hopefully bugfix: | Jonathan Gordon | 1 | -16/+4 |
2010-09-06 | 2 new touch region options... "settings_inc" and "settings_dec" which will in... | Jonathan Gordon | 1 | -0/+1 |
2010-08-19 | New skin tag: %if(<tag>, <operator>, <operand> [,option count]) which lets yo... | Jonathan Gordon | 1 | -2/+15 |
2010-08-15 | A bunch of new features for the bar type tags (%pb, %pv, %bl, etc): | Jonathan Gordon | 1 | -0/+5 |
2010-08-14 | Rework the skin playlist viewer so it uses the same drawing code as everythin... | Jonathan Gordon | 1 | -10/+3 |
2010-08-14 | Change %xl/%xd to use proper labels instead of single letter labels. i.e %xl(... | Jonathan Gordon | 1 | -4/+4 |
2010-08-12 | New feature for the %xl (image load) tag. If you give it the filename __list_... | Jonathan Gordon | 1 | -0/+1 |
2010-08-05 | New feature for the %xd() (display a preloaded image) skin tag. | Jonathan Gordon | 1 | -0/+9 |
2010-08-02 | Allow viewport labels to be mostly free text instead of only one character. I... | Jonathan Gordon | 1 | -5/+4 |