Gitiles
Code Review
Sign In
gerrit.rockbox.org
/
rockbox
/
5565a28c7d9cf6217f5b85b3e078e74a3722175e
/
utils
/
newparser
/
skin_render.c
5565a28
Remove some redundant #include's
by Bertrik Sikken
· 14 years ago
b49577b
some tags need special handling when they are in the wrong branch of a conditional, so go ahead and make that work :p
by Jonathan Gordon
· 14 years ago
3f5851f
make the next line after a viewport (if it is on the same skin line) auto-eat the \n
by Jonathan Gordon
· 14 years ago
dfce357
duh, this is needed also
by Jonathan Gordon
· 14 years ago
17c3484
Start dealing with LINE elements... setup a flag which lets tags tell the renderer to not start a new line in the viewport (i.e %we/d/i %X/x/xd etc)
by Jonathan Gordon
· 14 years ago
21cbdac
get the renderer working more better! "handle" sublines correctly, dont "draw" in the first viewport if we are using viewports, get rid of the idea of a linear token array (i.e we are going to use the parse tree directly)
by Jonathan Gordon
· 14 years ago
3f06273
count line numbers correctly, handle the VIEWPORT change so it only ever has one child
by Jonathan Gordon
· 14 years ago
b4a9564
Add my new parser playground to svn.
by Jonathan Gordon
· 14 years ago