summaryrefslogtreecommitdiff
path: root/apps/gui/wps_debug.c
AgeCommit message (Expand)Author
2008-03-22Reduce the shocking amount of RAM my viewports implementation was using. The...Dave Chapman
2008-03-21Commit viewports-in-WPS patch (FS#8385). This adds the %V tag - see the Cust...Dave Chapman
2008-01-13Fix compile error in wps_debug.c when -DDEBUG and not simulator buildCatalin Patulea
2007-11-18Improve clearing of pictures in conditional constructs. This fixes improper c...Nicolas Pennequin
2007-11-14Hopefully fix the compile errors.Nicolas Pennequin
2007-11-14Make the WPS parser stricter with invalid parameter lists. It will now reject...Nicolas Pennequin
2007-11-14Allow setting a margin on a non-scrolling line by using %m|margin| instead of...Nicolas Pennequin
2007-11-12Various album art improvements:Nicolas Pennequin
2007-08-08Add support for grouping tags. From FS#7362.Dan Everton
2007-08-03Add support for parsing the disc number tag from metadata and use of it in th...Dan Everton
2007-07-25Implement feature request FS#7476: Add a "song progress percentage" WPS tag (...Nicolas Pennequin
2007-07-22Add a verbosity level command line option to the chackwps tool. This should m...Nicolas Pennequin
2007-06-16Make RTC tags display hyphens instead of nothing on non-rtc targets. This ma...Brandon Low
2007-05-29Commit my patch from FS#7179 - a standalone command-line checkwps tool. To b...Dave Chapman
2007-05-21Add %fk and %Fk WPS tags : (next) file audio frequency in KHz (rewrite of FS#...Nicolas Pennequin
2007-05-02Trim a bunch of long lines and fix an infinite loop and buffer overrun in the...Nicolas Pennequin
2007-04-30Better handling of strings in the WPS parser by detecting duplicates to avoid...Nicolas Pennequin
2007-04-24Add a new commandline switch to the simulator: "--debugwps". It enables print...Nicolas Pennequin
2007-04-15Hopefully fix the 64-bit warning.Nicolas Pennequin
2007-04-15* Make the WPS parser close open conditionals on new sublines and comments as...Nicolas Pennequin
2007-04-12* Add the crossfade (%xf) WPS tagNicolas Pennequin
2007-04-10RTC tags for the WPS: Accept FS#6998 and FS#7001 by Alexander Levin with chan...Nicolas Pennequin
2007-04-08FS#6991. Patch by Alexander Levin, modified by me:Nicolas Pennequin
2007-04-06This time I hope I got it right! Basically, remove what the previous commit a...Nicolas Pennequin
2007-04-06Better handling of subline timeout values : All values are set to the default...Nicolas Pennequin
2007-04-05* Fix the bug where subline separators were read as part of a string.Nicolas Pennequin
2007-04-04Introducing the WPS tokenizer !Nicolas Pennequin