index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
gui
/
wps_parser.c
Age
Commit message (
Expand
)
Author
2008-03-25
Make checkwps compile again. Still more work is needed though, as checkwps i...
Dave Chapman
2008-03-25
D'oh - fix a silly #ifdef mistake that caused problems with remote WPSs using...
Dave Chapman
2008-03-24
Stricter syntax checking of the %V tag - pay attention to the return-code fro...
Dave Chapman
2008-03-24
Hopefully get the viewport position/dimensions validation correct this time.
Dave Chapman
2008-03-24
Add another safety-check in the bitmap strips parsing - don't allow the num_s...
Dave Chapman
2008-03-24
Add a sanity-check to ensure only in-range subimages are referenced in %xd ta...
Dave Chapman
2008-03-23
Add the ability to use bitmap strips (a single .bmp file containing many imag...
Dave Chapman
2008-03-23
Oops - correctly reset the bmp filenames
Dave Chapman
2008-03-22
Small simplification - take advantage of the fact that x/y/width/height are n...
Dave Chapman
2008-03-22
Reduce the shocking amount of RAM my viewports implementation was using. The...
Dave Chapman
2008-03-21
Commit viewports-in-WPS patch (FS#8385). This adds the %V tag - see the Cust...
Dave Chapman
2008-03-21
Add a general-purpose parse_list function to parse a string containing a deli...
Dave Chapman
2007-11-27
revert my previous commit and use a conditional for the time format instead w...
Jonathan Gordon
2007-11-27
add 2 new tags which display the hour in 12 or 24 hour format depending on th...
Jonathan Gordon
2007-11-18
Improve clearing of pictures in conditional constructs. This fixes improper c...
Nicolas Pennequin
2007-11-14
Make the WPS parser stricter with invalid parameter lists. It will now reject...
Nicolas Pennequin
2007-11-14
Allow setting a margin on a non-scrolling line by using %m|margin| instead of...
Nicolas Pennequin
2007-11-12
FS#8135 - add an optional "left margin" parameter to the %s WPS tag - e.g. %s...
Dave Chapman
2007-11-12
Add detection for a previously ignored error case: a conditional token is pre...
Nicolas Pennequin
2007-11-12
Various album art improvements:
Nicolas Pennequin
2007-11-11
Album art support. Based on FS#3045, but heavily modified to adapt to MoB and...
Nicolas Pennequin
2007-08-08
Add support for grouping tags. From FS#7362.
Dan Everton
2007-08-03
Add support for parsing the disc number tag from metadata and use of it in th...
Dan Everton
2007-07-25
Implement feature request FS#7476: Add a "song progress percentage" WPS tag (...
Nicolas Pennequin
2007-06-25
Make the '%mh' wps tag (to indicate keylock status) available on the Archos t...
Marianne Arnold
2007-06-16
Make RTC tags display hyphens instead of nothing on non-rtc targets. This ma...
Brandon Low
2007-06-05
Add some more explicit defines for my previous commit.
Nicolas Pennequin
2007-06-05
Make the bitmap loading code handle the progressbar and backdrop bitmaps in a...
Nicolas Pennequin
2007-05-29
Commit my patch from FS#7179 - a standalone command-line checkwps tool. To b...
Dave Chapman
2007-05-21
Oops, next file info should be dynamic.
Nicolas Pennequin
2007-05-21
Add %fk and %Fk WPS tags : (next) file audio frequency in KHz (rewrite of FS#...
Nicolas Pennequin
2007-05-02
Trim a bunch of long lines and fix an infinite loop and buffer overrun in the...
Nicolas Pennequin
2007-05-02
Add a check for unclosed conditionals at the end of the WPS parsing in case w...
Nicolas Pennequin
2007-05-01
FS #7093 by Dave Hooper: prevent crash when loading too many/long static stri...
Peter D'Hoye
2007-04-30
Better handling of strings in the WPS parser by detecting duplicates to avoid...
Nicolas Pennequin
2007-04-25
Change some ifdefs for the recent backdrop changes (fixes the yellow builds) ...
Nicolas Pennequin
2007-04-25
Add backdrop support for LCD remotes with depth > 1-bit. Only WPS backdrops, ...
Nicolas Pennequin
2007-04-25
Make bitmaps use the right format in a RWPS and prevent a backdrop tag in a R...
Nicolas Pennequin
2007-04-24
Add a new commandline switch to the simulator: "--debugwps". It enables print...
Nicolas Pennequin
2007-04-24
WPS Parser: On parse failure, print a (hopefully) useful error message with l...
Nicolas Pennequin
2007-04-21
More strict WPS parsing and displaying code. If there are errors, WPS loading...
Nicolas Pennequin
2007-04-21
General housekeeping: Make plugin buffer functions take size_t * instead of i...
Michael Sevakis
2007-04-15
Added autoscore tag (%ra) to wps.
Miika Pekkarinen
2007-04-15
Reverted FS#6949 as we have a strict policy against anonymous contributions.
Miika Pekkarinen
2007-04-15
FS#6949 - WPS tag for database autoscore. Author wanted to remain anonymous.
Miika Pekkarinen
2007-04-15
* Make the WPS parser close open conditionals on new sublines and comments as...
Nicolas Pennequin
2007-04-14
Better error checking for the image display tag (%xdn). Should prevent proble...
Nicolas Pennequin
2007-04-13
FS#7020. Make the behaviour of '#' more consistent. It now requires escaping ...
Nicolas Pennequin
2007-04-12
* Add the crossfade (%xf) WPS tag
Nicolas Pennequin
2007-04-10
RTC tags for the WPS: Accept FS#6998 and FS#7001 by Alexander Levin with chan...
Nicolas Pennequin
[prev]
[next]