summaryrefslogtreecommitdiff
path: root/apps/gui/wps_parser.c (follow)
Commit message (Expand)AuthorAge
* Trim a bunch of long lines and fix an infinite loop and buffer overrun in the...Nicolas Pennequin2007-05-02
* Add a check for unclosed conditionals at the end of the WPS parsing in case w...Nicolas Pennequin2007-05-02
* FS #7093 by Dave Hooper: prevent crash when loading too many/long static stri...Peter D'Hoye2007-05-01
* Better handling of strings in the WPS parser by detecting duplicates to avoid...Nicolas Pennequin2007-04-30
* Change some ifdefs for the recent backdrop changes (fixes the yellow builds) ...Nicolas Pennequin2007-04-25
* Add backdrop support for LCD remotes with depth > 1-bit. Only WPS backdrops, ...Nicolas Pennequin2007-04-25
* Make bitmaps use the right format in a RWPS and prevent a backdrop tag in a R...Nicolas Pennequin2007-04-25
* Add a new commandline switch to the simulator: "--debugwps". It enables print...Nicolas Pennequin2007-04-24
* WPS Parser: On parse failure, print a (hopefully) useful error message with l...Nicolas Pennequin2007-04-24
* More strict WPS parsing and displaying code. If there are errors, WPS loading...Nicolas Pennequin2007-04-21
* General housekeeping: Make plugin buffer functions take size_t * instead of i...Michael Sevakis2007-04-21
* Added autoscore tag (%ra) to wps.Miika Pekkarinen2007-04-15
* Reverted FS#6949 as we have a strict policy against anonymous contributions.Miika Pekkarinen2007-04-15
* FS#6949 - WPS tag for database autoscore. Author wanted to remain anonymous.Miika Pekkarinen2007-04-15
* * Make the WPS parser close open conditionals on new sublines and comments as...Nicolas Pennequin2007-04-15
* Better error checking for the image display tag (%xdn). Should prevent proble...Nicolas Pennequin2007-04-14
* FS#7020. Make the behaviour of '#' more consistent. It now requires escaping ...Nicolas Pennequin2007-04-13
* * 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
* Accept FS#7000 by Dave Hooper: Fix scrolling line behaviour for dynamic tags ...Nicolas Pennequin2007-04-09
* Skip leading UTF8 BOM if present. Fixes the first line of the WPS not being u...Nicolas Pennequin2007-04-08
* Oops, this shouldn't have been removed (fix red).Nicolas Pennequin2007-04-08
* 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
* Rearrange struct wps_tag to avoid padding. Hopefully save some bytes.Dan Everton2007-04-05
* Allow subline timeout values to be changed dynamically in the WPS (e.g. by us...Nicolas Pennequin2007-04-05
* * Make some private variables 'static'.Nicolas Pennequin2007-04-04
* Introducing the WPS tokenizer !Nicolas Pennequin2007-04-04