summaryrefslogtreecommitdiff
path: root/apps/gui/wps_parser.c
AgeCommit message (Expand)Author
2009-04-20beginings of a working touchscreen interface for the WPS. 2 new tags:Jonathan Gordon
2009-04-06FS9795 - some playback cleanup. Jonathan Gordon
2009-02-16FS#9904 - Fix for FS#9894 - Position of the progress bar is not updated after...Thomas Martitz
2009-01-29Get checkwps working againMaurus Cuelenaere
2008-12-26Make scaler output truly pluggable, add an 8-bit greyscale output toAndrew Mahone
2008-12-09resize-on-load for bitmap files on 2bpp and color targetsAndrew Mahone
2008-12-09Compile the WPS debug functions for the sim, to make --debugwps work.Jonas Häggqvist
2008-12-08Fix red player buildBjörn Stenberg
2008-12-07fix "warning: comparison between signed and unsigned"Daniel Stenberg
2008-12-07Apply FS#9368 : add generic settings tag to WPS.Antoine Cellerier
2008-11-24Added support for configurable rockbox directory. FS#9567 by Alex Bennee.Björn Stenberg
2008-11-22FS#9557 - fix the %mv and %t timeout so its intrepreted correctlyJonathan Gordon
2008-11-16Add the required #include for the HZ define - fixes compilation of checkwps b...Dave Chapman
2008-11-16revert the previous commit to find a nice way to fix the yellow...Jonathan Gordon
2008-11-16FS#9477 - new WPS tag (%mo) which lets the WPS have different "modes" which a...Jonathan Gordon
2008-10-22Don't accept 0 for the width or height of a progress bar in the %pb tag. A z...Dave Chapman
2008-10-11* Make %t stricter by aborting if a value is not given.Jonathan Gordon
2008-10-11update the %mv wps tag to let you specify how long it should wait after being...Jonathan Gordon
2008-10-09FS#9460 - Add a tag %mv which can be used to check if the volume button is be...Jonathan Gordon
2008-08-29Add wpseditor, the Google Summer of Code 2008 project of Rostislav Chekan. Cl...Frank Gevaerts
2008-08-02Unify opening of utf-8 files (FS#6203). This also adds ignoring the BOM in se...Dominik Riebeling
2008-07-12Introduce a new WPS parsing error case: limits exceeded. It includes the case...Nicolas Pennequin
2008-07-11Fix FS #9181, allowing the documented 3 progress bars per WPS. Also simplify ...Magnus Holmgren
2008-07-06get checkwps building again (FS#9150) - still doesnt compile on d2 and mr500 ...Jonathan Gordon
2008-06-28Remove a viewport ambiguity by changing the screens width/heigth members into...Peter D'Hoye
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg
2008-06-25allow the full lowercase a-z to be used as conditional viewport grouping id'sJonathan Gordon
2008-06-23FS#9051 - remove LCD margins... use viewports if you need them...Jonathan Gordon
2008-06-23fix yellowJonathan Gordon
2008-06-23commit FS#9027 - conditional viewportsJonathan Gordon
2008-06-07Accept FS#9075 and rename valid_vals to set_valsJonathan Gordon
2008-06-05Fix typo in the new default values for %V, so that the background color is ac...Magnus Holmgren
2008-06-05make %V a little simpler. only the x and y values have to be specified now (i...Jonathan Gordon
2008-05-19Fix FS#9010 warning in checkwps when building on an amd64 machineNils Wallménius
2008-04-28Moved atoi declaration to stdlib.h. Deleted atoi.hBertrik Sikken
2008-04-01WPS parser: also revert to the default WPS when there were bitmap loading err...Nicolas Pennequin
2008-03-29Remove unnecessary (and incorrect) #ifdefs surrounding #include "backdrop.h",...Dave Chapman
2008-03-26Major cleanup of checkwps - fix all warnings and add a script to build versio...Dave Chapman
2008-03-26Move checkwps to its own subdir in preparation for compiling target-specific ...Dave Chapman
2008-03-26Fix yellow, and at the same time simplify some #ifdefsDave Chapman
2008-03-261) Make Rockbox reject any WPSs if there are errors loading any of the requir...Dave Chapman
2008-03-25Make checkwps compile again. Still more work is needed though, as checkwps i...Dave Chapman
2008-03-25D'oh - fix a silly #ifdef mistake that caused problems with remote WPSs using...Dave Chapman
2008-03-24Stricter syntax checking of the %V tag - pay attention to the return-code fro...Dave Chapman
2008-03-24Hopefully get the viewport position/dimensions validation correct this time.Dave Chapman
2008-03-24Add another safety-check in the bitmap strips parsing - don't allow the num_s...Dave Chapman
2008-03-24Add a sanity-check to ensure only in-range subimages are referenced in %xd ta...Dave Chapman
2008-03-23Add the ability to use bitmap strips (a single .bmp file containing many imag...Dave Chapman
2008-03-23Oops - correctly reset the bmp filenamesDave Chapman
2008-03-22Small simplification - take advantage of the fact that x/y/width/height are n...Dave Chapman