index
:
rockbox.git
master
v3.0
v3.1
v3.10
v3.11
v3.12
v3.13
v3.14
v3.15
v3.2
v3.3
v3.4
v3.5
v3.6
v3.7
v3.8
v3.9
The Rockbox source code.
Rockbox Meta-User
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
/
gui
/
skin_engine
/
skin_render.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-23
skin engine: Remove viewport_colour viewport field
Aidan MacDonald
1
-6
/
+2
2022-11-23
skin engine: Remove progressbar viewport field
Aidan MacDonald
1
-1
/
+1
2022-11-17
skin engine: Remove playlistviewer viewport field
Aidan MacDonald
1
-2
/
+2
2022-11-10
skin engine: Remove unused viewport_change flag in skin rendering
Aidan MacDonald
1
-1
/
+0
2022-11-10
skin engine: Remove weird special casing for Onda VX747
Aidan MacDonald
1
-8
/
+0
2022-10-18
skin engine: Remove redundant argument from do_non_text_tags()
Aidan MacDonald
1
-7
/
+7
2022-10-18
Move skin global state to the WPS
Aidan MacDonald
1
-2
/
+3
2022-10-17
Limit exposure of skin engine internals
Aidan MacDonald
1
-0
/
+2
2020-11-13
Skin_engine optimize element switches
William Wilgus
1
-20
/
+18
2020-11-01
Skin engine Onda Vx747
William Wilgus
1
-4
/
+14
2020-10-28
Framebuffer_viewport Rewrite -- BUG FIX
William Wilgus
1
-20
/
+17
2020-10-28
Fix multiple potential null pointer dereferencess
Solomon Peachy
1
-23
/
+43
2020-10-26
Whitespace cleanup on fb_viewport Rewrite
William Wilgus
1
-43
/
+43
2020-10-26
LCD core move buf ptr and address look up function viewport struct
William Wilgus
1
-15
/
+30
2020-07-24
[4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice.
Solomon Peachy
1
-33
/
+5
2020-07-24
[2/4] get rid of HAVE_LCD_CHARCELLS
Solomon Peachy
1
-12
/
+0
2014-06-21
lcd-24bit: Introduce a 24-bit mid-level LCD driver
Thomas Martitz
1
-3
/
+3
2014-01-10
skin engine: Fix FS#12884.
Thomas Martitz
1
-16
/
+25
2014-01-07
Oops, pasted to the wrong place.
Thomas Martitz
1
-1
/
+1
2014-01-07
Fix a few reds and yellows.
Thomas Martitz
1
-1
/
+2
2014-01-07
lcd-16bit: Remove {lss,lse,lst}_pattern fields from struct viewport.
Thomas Martitz
1
-5
/
+0
2014-01-07
skin_engine: Adapt put_line().
Thomas Martitz
1
-17
/
+31
2013-12-23
fix some reds.
Thomas Martitz
1
-0
/
+2
2013-12-23
playback,talk: Share audiobuffer via core_alloc_maximum().
Thomas Martitz
1
-2
/
+0
2013-12-14
scroll_engine: Major rework to support pixel-based scrolling and scroll callb...
Thomas Martitz
1
-2
/
+7
2013-12-14
scroll_engine: Rename scroll_stop* functions to be more consistent with the l...
Thomas Martitz
1
-3
/
+2
2013-01-03
radio screen: Disable displaying radio art, FS#12797
Jonathan Gordon
1
-1
/
+1
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
/
+1
2012-05-16
(hopefully) Fix FS#12639 and other skin related buflib corruption issues.
Jonathan Gordon
1
-4
/
+0
2012-03-26
skin_engine: fix scrolling lines with dynamic content
Jonathan Gordon
1
-1
/
+1
2012-03-20
Fix FS#12606 - next track can cause the screen to be cleared
Jonathan Gordon
1
-0
/
+8
2012-03-15
Fix compile errors
Jonathan Gordon
1
-0
/
+4
2012-03-15
skin_engine: New tag to draw a rectangle (optionally with a gradient)
Jonathan Gordon
1
-1
/
+22
2012-03-15
Revert "Fix FS#12606 - next track can cause the screen to be cleared"
Jonathan Gordon
1
-8
/
+0
2012-03-14
Fix FS#12606 - next track can cause the screen to be cleared
Jonathan Gordon
1
-0
/
+8
2012-02-29
Call skinlist_set_cfg() unconditionally, i.e. also if do_refresh==false
Frank Gevaerts
1
-3
/
+2
2012-02-28
skin_engine: Clean up %x() handling - beware theme issues
Jonathan Gordon
1
-0
/
+7
2012-02-28
Fix build errors
Jonathan Gordon
1
-1
/
+6
2012-02-28
lcd/skin_engine: Add the ability to draw onto the backdrop layer
Jonathan Gordon
1
-1
/
+26
2012-02-21
skin engine: Make %vs() dynamic so it updated every screen update
Jonathan Gordon
1
-1
/
+0
2011-12-14
Allow scrolling lines to have their content changed without restarting the sc...
Jonathan Gordon
1
-18
/
+8
2011-11-15
Use buflib for all skin engine allocations.
Jonathan Gordon
1
-87
/
+122
2011-11-08
Redo r30826 (and hopefully not reintroduce font issues) which cleans up the f...
Jonathan Gordon
1
-1
/
+1
2011-09-28
Fix a 'set but not used' warning.
Andree Buschmann
1
-0
/
+4
2011-09-24
FS#12273 - use buflib for font storage. thanks to the testers :)
Jonathan Gordon
1
-0
/
+5
2011-09-06
fix the last of the error
Jonathan Gordon
1
-1
/
+1
2011-09-06
Lists can now be completly draw using the skin engine!
Jonathan Gordon
1
-9
/
+17
2011-08-14
New skin tags: %Vs() to set the text style and %Vg() to get the viewports gra...
Jonathan Gordon
1
-7
/
+38
2011-06-12
Remove a couple of dead inits and assignments found by the clang-static-analy...
Nils Wallménius
1
-2
/
+2
[next]