index
:
rockbox
2048sp5
duke3d
master
puzzles
puzzlesmanual
quake5
wolf3d
working
xracer
My Rockbox tree
Franklin Wei
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
gui
/
wps_parser.c
(
follow
)
Commit message (
Expand
)
Author
Age
*
Don't accept 0 for the width or height of a progress bar in the %pb tag. A z...
Dave Chapman
2008-10-22
*
* Make %t stricter by aborting if a value is not given.
Jonathan Gordon
2008-10-11
*
update the %mv wps tag to let you specify how long it should wait after being...
Jonathan Gordon
2008-10-11
*
FS#9460 - Add a tag %mv which can be used to check if the volume button is be...
Jonathan Gordon
2008-10-09
*
Add wpseditor, the Google Summer of Code 2008 project of Rostislav Chekan. Cl...
Frank Gevaerts
2008-08-29
*
Unify opening of utf-8 files (FS#6203). This also adds ignoring the BOM in se...
Dominik Riebeling
2008-08-02
*
Introduce a new WPS parsing error case: limits exceeded. It includes the case...
Nicolas Pennequin
2008-07-12
*
Fix FS #9181, allowing the documented 3 progress bars per WPS. Also simplify ...
Magnus Holmgren
2008-07-11
*
get checkwps building again (FS#9150) - still doesnt compile on d2 and mr500 ...
Jonathan Gordon
2008-07-06
*
Remove a viewport ambiguity by changing the screens width/heigth members into...
Peter D'Hoye
2008-06-28
*
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2008-06-28
*
allow the full lowercase a-z to be used as conditional viewport grouping id's
Jonathan Gordon
2008-06-25
*
FS#9051 - remove LCD margins... use viewports if you need them...
Jonathan Gordon
2008-06-23
*
fix yellow
Jonathan Gordon
2008-06-23
*
commit FS#9027 - conditional viewports
Jonathan Gordon
2008-06-23
*
Accept FS#9075 and rename valid_vals to set_vals
Jonathan Gordon
2008-06-07
*
Fix typo in the new default values for %V, so that the background color is ac...
Magnus Holmgren
2008-06-05
*
make %V a little simpler. only the x and y values have to be specified now (i...
Jonathan Gordon
2008-06-05
*
Fix FS#9010 warning in checkwps when building on an amd64 machine
Nils Wallménius
2008-05-19
*
Moved atoi declaration to stdlib.h. Deleted atoi.h
Bertrik Sikken
2008-04-28
*
WPS parser: also revert to the default WPS when there were bitmap loading err...
Nicolas Pennequin
2008-04-01
*
Remove unnecessary (and incorrect) #ifdefs surrounding #include "backdrop.h",...
Dave Chapman
2008-03-29
*
Major cleanup of checkwps - fix all warnings and add a script to build versio...
Dave Chapman
2008-03-26
*
Move checkwps to its own subdir in preparation for compiling target-specific ...
Dave Chapman
2008-03-26
*
Fix yellow, and at the same time simplify some #ifdefs
Dave Chapman
2008-03-26
*
1) Make Rockbox reject any WPSs if there are errors loading any of the requir...
Dave Chapman
2008-03-26
*
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-25
*
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-24
*
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-23
*
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-22
*
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
2008-03-21
*
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-27
*
Improve clearing of pictures in conditional constructs. This fixes improper c...
Nicolas Pennequin
2007-11-18
*
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-14
*
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-12
*
Album art support. Based on FS#3045, but heavily modified to adapt to MoB and...
Nicolas Pennequin
2007-11-11
*
Add support for grouping tags. From FS#7362.
Dan Everton
2007-08-08
*
Add support for parsing the disc number tag from metadata and use of it in th...
Dan Everton
2007-08-03
*
Implement feature request FS#7476: Add a "song progress percentage" WPS tag (...
Nicolas Pennequin
2007-07-25
[next]