summaryrefslogtreecommitdiff
path: root/apps/gui/gwps-common.c (follow)
Commit message (Expand)AuthorAge
* 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
* * Improve conditional evaluation to allow using enums with only two cases (pr...Nicolas Pennequin2007-04-08
* FS#6991. Patch by Alexander Levin, modified by me:Nicolas Pennequin2007-04-08
* Add the sleep timer tag that got forgotten in the initial code.Nicolas Pennequin2007-04-07
* Make conditionals trigger a line update. Fixes FS#6987.Nicolas Pennequin2007-04-07
* Use the default subline timeout value in case the value isn't explicitly set....Nicolas Pennequin2007-04-06
* 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
* End the default remote-WPS with a newline. Fixes FS #6979.Nicolas Pennequin2007-04-06
* Allow subline timeout values to be changed dynamically in the WPS (e.g. by us...Nicolas Pennequin2007-04-05
* Player full-line progress bar: No more separate character cell(s) for the col...Jens Arnold2007-04-04
* Player progress drawing rewrite (both emptying cup and full-line bar): * Fixe...Jens Arnold2007-04-04