summaryrefslogtreecommitdiff
path: root/apps/gui/skin_engine/skin_render.c (follow)
Commit message (Expand)AuthorAge
* lcd-24bit: Introduce a 24-bit mid-level LCD driverThomas Martitz2014-06-21
* skin engine: Fix FS#12884.Thomas Martitz2014-01-10
* Oops, pasted to the wrong place.Thomas Martitz2014-01-07
* Fix a few reds and yellows.Thomas Martitz2014-01-07
* lcd-16bit: Remove {lss,lse,lst}_pattern fields from struct viewport.Thomas Martitz2014-01-07
* skin_engine: Adapt put_line().Thomas Martitz2014-01-07
* fix some reds.Thomas Martitz2013-12-23
* playback,talk: Share audiobuffer via core_alloc_maximum().Thomas Martitz2013-12-23
* scroll_engine: Major rework to support pixel-based scrolling and scroll callb...Thomas Martitz2013-12-14
* scroll_engine: Rename scroll_stop* functions to be more consistent with the l...Thomas Martitz2013-12-14
* radio screen: Disable displaying radio art, FS#12797Jonathan Gordon2013-01-03
* 9 segment bitmap drawing:Jonathan Gordon2012-12-09
* skin_engine: Allow the %St() (setting) skin tag be used as a barJonathan Gordon2012-07-05
* (hopefully) Fix FS#12639 and other skin related buflib corruption issues.Jonathan Gordon2012-05-16
* skin_engine: fix scrolling lines with dynamic contentJonathan Gordon2012-03-26
* Fix FS#12606 - next track can cause the screen to be clearedJonathan Gordon2012-03-20
* Fix compile errorsJonathan Gordon2012-03-15
* skin_engine: New tag to draw a rectangle (optionally with a gradient)Jonathan Gordon2012-03-15
* Revert "Fix FS#12606 - next track can cause the screen to be cleared"Jonathan Gordon2012-03-15
* Fix FS#12606 - next track can cause the screen to be clearedJonathan Gordon2012-03-14
* Call skinlist_set_cfg() unconditionally, i.e. also if do_refresh==falseFrank Gevaerts2012-02-29
* skin_engine: Clean up %x() handling - beware theme issuesJonathan Gordon2012-02-28
* Fix build errorsJonathan Gordon2012-02-28
* lcd/skin_engine: Add the ability to draw onto the backdrop layerJonathan Gordon2012-02-28
* skin engine: Make %vs() dynamic so it updated every screen updateJonathan Gordon2012-02-21
* Allow scrolling lines to have their content changed without restarting the sc...Jonathan Gordon2011-12-14
* Use buflib for all skin engine allocations.Jonathan Gordon2011-11-15
* Redo r30826 (and hopefully not reintroduce font issues) which cleans up the f...Jonathan Gordon2011-11-08
* Fix a 'set but not used' warning.Andree Buschmann2011-09-28
* FS#12273 - use buflib for font storage. thanks to the testers :)Jonathan Gordon2011-09-24
* fix the last of the errorJonathan Gordon2011-09-06
* Lists can now be completly draw using the skin engine!Jonathan Gordon2011-09-06
* New skin tags: %Vs() to set the text style and %Vg() to get the viewports gra...Jonathan Gordon2011-08-14
* Remove a couple of dead inits and assignments found by the clang-static-analy...Nils Wallménius2011-06-12
* FS#11925 - Add a proper system to keep track of the current screen/activity t...Jonathan Gordon2011-06-01
* Skin variables for touchscreen targets (origional implementation by Jens Theeß)Jonathan Gordon2011-03-27
* Merge a bunch of code which is 99% identical so it makes it easier to add mor...Jonathan Gordon2011-03-07
* FS#11867 - Add 2 new tags to allow skins to display themed peakmetersJonathan Gordon2011-01-13
* Make the %tr (radio RSSI) tag work as a bar tag or as a conditional.Jonathan Gordon2010-11-18
* Fix FS#11593 - %Vf() and %Vb() should be able to be used in conditionals. Rem...Jonathan Gordon2010-10-13
* Viewports dont necessarily have children lines, so make sure there is one or ...Jonathan Gordon2010-10-12
* Fix charcell %pb and %pf tags, FS#11592Frank Gevaerts2010-10-10
* Make skin_render_playlistviewer() noinline. This function uses lots of stack ...Frank Gevaerts2010-10-10
* Revert accidental commit of skin_render.cFrank Gevaerts2010-10-10
* Add a "early_usb" argument to gui_usb_screen_run(), and don't do skin unloadi...Frank Gevaerts2010-10-10
* fix FS#11662 and FS#11629 - skin %t() issues. %t should now work properly ins...Jonathan Gordon2010-10-10
* Fix FS#1159 - stack overflow in the skin engine when there is too many nested...Jonathan Gordon2010-09-26
* Another major skin backend update/hopefully bugfix:Jonathan Gordon2010-09-14
* fix FS#11588 - %t(0) inside conditionals wasnt making that subline skipJonathan Gordon2010-09-02
* Should fix the line alternator issue described in http://forums.rockbox.org/i...Jonathan Gordon2010-08-31