summaryrefslogtreecommitdiff
path: root/apps/gui/gwps-common.c (follow)
Commit message (Expand)AuthorAge
* Improve clearing of pictures in conditional constructs. This fixes improper c...Nicolas Pennequin2007-11-18
* Smarter conditional handling by storing the previous value. Updates are done ...Nicolas Pennequin2007-11-18
* Hopefully fix the compile errors.Nicolas Pennequin2007-11-14
* Allow setting a margin on a non-scrolling line by using %m|margin| instead of...Nicolas Pennequin2007-11-14
* Check that the WPS uses album art before clearing its position on conditional...Nicolas Pennequin2007-11-13
* FS#8135 - add an optional "left margin" parameter to the %s WPS tag - e.g. %s...Dave Chapman2007-11-12
* Various album art improvements:Nicolas Pennequin2007-11-12
* Album art support. Based on FS#3045, but heavily modified to adapt to MoB and...Nicolas Pennequin2007-11-11
* Try and save some bytes, seeing as we already assumed LANG_ constants for mon...Steve Bavin2007-10-24
* Fix FS#7766 - crash at track transition if A-B repeat is enabled but no B mar...Steve Bavin2007-09-20
* Slight code simplificationNils Wallménius2007-09-13
* Switch to using millivolt for battery voltage and other internal voltages. * ...Jens Arnold2007-08-15
* 16 bits are enough here, save bytes :-)Nils Wallménius2007-08-10
* Add support for grouping tags. From FS#7362.Dan Everton2007-08-08
* Accept FS#6159 'Add voice to roughly 100 splash screens and yes-no menus' by ...Nils Wallménius2007-08-06
* *** Lang v2 cleanup (FS#6574) ***Nils Wallménius2007-08-05
* Add support for parsing the disc number tag from metadata and use of it in th...Dan Everton2007-08-03
* Fix FS#7490 (%px tag causes divide by zero errors).Nicolas Pennequin2007-07-27
* Fix a bug where targets which have a software keylock couldnt seek in the wps...Jonathan Gordon2007-07-26
* Oops, forgot to trim down the lines before my previous commit.Nicolas Pennequin2007-07-25
* Implement feature request FS#7476: Add a "song progress percentage" WPS tag (...Nicolas Pennequin2007-07-25
* Fix FS#7441: Volume wasn't mapped correctly to the enum cases when using the ...Nicolas Pennequin2007-07-23
* remove the need for action_signalscreenchange().Jonathan Gordon2007-07-22
* Copy current track path as a string, not a slightly-oversized block.Steve Bavin2007-07-06
* Make the '%mh' wps tag (to indicate keylock status) available on the Archos t...Marianne Arnold2007-06-25
* Make RTC tags display hyphens instead of nothing on non-rtc targets. This ma...Brandon Low2007-06-16
* Move the setvol wrapper function to misc.c and use it in more places instead ...Nils Wallménius2007-05-30
* Commit my patch from FS#7179 - a standalone command-line checkwps tool. To b...Dave Chapman2007-05-29
* Add the possibility to store cuesheets in /.rockbox/cue. The code will look f...Nicolas Pennequin2007-05-28
* Add %fk and %Fk WPS tags : (next) file audio frequency in KHz (rewrite of FS#...Nicolas Pennequin2007-05-21
* Allow the day of month (%cm) and day of week (%cu and %cw) RTC tags to be use...Nicolas Pennequin2007-05-21
* Commit FS#7164 (request is FS#6780) : Improve WPS volume enumeration. It is n...Nicolas Pennequin2007-05-14
* SWCODEC Playback: Seriously mess with it and get rid of (at least some ;) rac...Michael Sevakis2007-05-08
* Trim a bunch of long lines and fix an infinite loop and buffer overrun in the...Nicolas Pennequin2007-05-02
* Treat empty strings as 'no value' in conditionals, as it used to.Magnus Holmgren2007-05-02
* 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
* More strict WPS parsing and displaying code. If there are errors, WPS loading...Nicolas Pennequin2007-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
* Oops, the condition was wrong. Sorry about that :)Nicolas Pennequin2007-04-15
* * Make the WPS parser close open conditionals on new sublines and comments as...Nicolas Pennequin2007-04-15
* Moved archos backlight code to target tree. Changed old mutlivalue CONFIG_BAC...Jens Arnold2007-04-12
* * Add the crossfade (%xf) WPS tagNicolas Pennequin2007-04-12
* Use valid_time() instead of using individual checks which amount to the same ...Nicolas Pennequin2007-04-10
* RTC tags for the WPS: Accept FS#6998 and FS#7001 by Alexander Levin with chan...Nicolas Pennequin2007-04-10
* Accept FS#7004 by Michal Jevjak: Fix new sublines not being displayed after s...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