summaryrefslogtreecommitdiff
path: root/apps/gui/wps_debug.c (follow)
Commit message (Expand)AuthorAge
* Compile the WPS debug functions for the sim, to make --debugwps work.Jonas Häggqvist2008-12-09
* revert the previous commit to find a nice way to fix the yellow...Jonathan Gordon2008-11-16
* FS#9477 - new WPS tag (%mo) which lets the WPS have different "modes" which a...Jonathan Gordon2008-11-16
* * Make %t stricter by aborting if a value is not given.Jonathan Gordon2008-10-11
* Add wpseditor, the Google Summer of Code 2008 project of Rostislav Chekan. Cl...Frank Gevaerts2008-08-29
* Introduce a new WPS parsing error case: limits exceeded. It includes the case...Nicolas Pennequin2008-07-12
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
* FS#9051 - remove LCD margins... use viewports if you need them...Jonathan Gordon2008-06-23
* commit FS#9027 - conditional viewportsJonathan Gordon2008-06-23
* Reduce the shocking amount of RAM my viewports implementation was using. The...Dave Chapman2008-03-22
* Commit viewports-in-WPS patch (FS#8385). This adds the %V tag - see the Cust...Dave Chapman2008-03-21
* Fix compile error in wps_debug.c when -DDEBUG and not simulator buildCatalin Patulea2008-01-13
* Improve clearing of pictures in conditional constructs. This fixes improper c...Nicolas Pennequin2007-11-18
* Hopefully fix the compile errors.Nicolas Pennequin2007-11-14
* Make the WPS parser stricter with invalid parameter lists. It will now reject...Nicolas Pennequin2007-11-14
* Allow setting a margin on a non-scrolling line by using %m|margin| instead of...Nicolas Pennequin2007-11-14
* Various album art improvements:Nicolas Pennequin2007-11-12
* Add support for grouping tags. From FS#7362.Dan Everton2007-08-08
* Add support for parsing the disc number tag from metadata and use of it in th...Dan Everton2007-08-03
* Implement feature request FS#7476: Add a "song progress percentage" WPS tag (...Nicolas Pennequin2007-07-25
* Add a verbosity level command line option to the chackwps tool. This should m...Nicolas Pennequin2007-07-22
* Make RTC tags display hyphens instead of nothing on non-rtc targets. This ma...Brandon Low2007-06-16
* Commit my patch from FS#7179 - a standalone command-line checkwps tool. To b...Dave Chapman2007-05-29
* Add %fk and %Fk WPS tags : (next) file audio frequency in KHz (rewrite of FS#...Nicolas Pennequin2007-05-21
* Trim a bunch of long lines and fix an infinite loop and buffer overrun in the...Nicolas Pennequin2007-05-02
* Better handling of strings in the WPS parser by detecting duplicates to avoid...Nicolas Pennequin2007-04-30
* Add a new commandline switch to the simulator: "--debugwps". It enables print...Nicolas Pennequin2007-04-24
* Hopefully fix the 64-bit warning.Nicolas Pennequin2007-04-15
* * Make the WPS parser close open conditionals on new sublines and comments as...Nicolas Pennequin2007-04-15
* * Add the crossfade (%xf) WPS tagNicolas Pennequin2007-04-12
* RTC tags for the WPS: Accept FS#6998 and FS#7001 by Alexander Levin with chan...Nicolas Pennequin2007-04-10
* FS#6991. Patch by Alexander Levin, modified by me:Nicolas Pennequin2007-04-08
* This time I hope I got it right! Basically, remove what the previous commit a...Nicolas Pennequin2007-04-06
* Better handling of subline timeout values : All values are set to the default...Nicolas Pennequin2007-04-06
* * Fix the bug where subline separators were read as part of a string.Nicolas Pennequin2007-04-05
* Introducing the WPS tokenizer !Nicolas Pennequin2007-04-04