summaryrefslogtreecommitdiff
path: root/apps/gui/gwps-common.c (follow)
Commit message (Expand)AuthorAge
* * Make %t stricter by aborting if a value is not given.Jonathan Gordon2008-10-11
* update the %mv wps tag to let you specify how long it should wait after being...Jonathan Gordon2008-10-11
* change the %mv timeout to 1s which works better, also change the string to sh...Jonathan Gordon2008-10-09
* FS#9460 - Add a tag %mv which can be used to check if the volume button is be...Jonathan Gordon2008-10-09
* Clean up use of snprintf where strncpy if suited, avoid useless copying of co...Nils Wallménius2008-09-24
* A few comment updates and trailing spaces removals.Nicolas Pennequin2008-09-06
* Make %mm 0-based again (as described in CustomWPS), and change %cf accordingly.Nicolas Pennequin2008-09-04
* Fix the bug reported in FS#9350: the WPS would crash on %mm or %cf if they we...Nicolas Pennequin2008-09-04
* Skip length: restore the ability to skip by just a few secondsStéphane Doyon2008-08-18
* FS#9281 Rename of splash functions.Nils Wallménius2008-08-15
* Fix FS#8689 (the peak meter does not work during a playing after a recording ...Bertrik Sikken2008-08-11
* Rename and rework the "Study Mode" menu into the "Skip Length" setting. Updat...Thom Johansen2008-07-14
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
* implement smooth seeking acceleration for audio playback and mpegplayerMarcoen Hirschberg2008-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
* bah, fix yellow Jonathan Gordon2008-06-23
* fix FS#9098 - fade was updating the WPS sometimes when it shouldnt. also mino...Jonathan Gordon2008-06-23
* fix FS#5821 and FS#8449 - WPS isnt updated during fade, play status isnt chan...Jonathan Gordon2008-06-15
* Restore Zagor's copyright from before the WPS tokenizer. I shouldn't have rem...Nicolas Pennequin2008-05-05
* Accept FS#6188: study mode.Stéphane Doyon2008-05-04
* Made source files #include the header file that they implement to make sure t...Bertrik Sikken2008-05-03
* Moved atoi declaration to stdlib.h. Deleted atoi.hBertrik Sikken2008-04-28
* Fix FS#8914 (WPS %mp tag inconsistency).Nicolas Pennequin2008-04-20
* Revert what was left of r17018 until I find a better way. It had quirks in so...Nicolas Pennequin2008-04-14
* Move a function to gwps-common.c because it belongs thereNils Wallménius2008-04-12
* r17018 caused the WPS playlist index display to be wrong with shuffled enable...Nicolas Pennequin2008-04-07
* Bring the WPS playlist index display into sync with the track being played by...Nicolas Pennequin2008-04-07
* Remove unnecessary (and incorrect) #ifdefs surrounding #include "backdrop.h",...Dave Chapman2008-03-29
* The const police raid playback.c, should be no change to behaviour.Steve Bavin2008-03-28
* Major cleanup of checkwps - fix all warnings and add a script to build versio...Dave Chapman2008-03-26
* Add the ability to use bitmap strips (a single .bmp file containing many imag...Dave Chapman2008-03-23
* Fix the display of peakmeters and progress bars (without a custom y position)...Dave Chapman2008-03-22
* 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
* revert my previous commit and use a conditional for the time format instead w...Jonathan Gordon2007-11-27
* add 2 new tags which display the hour in 12 or 24 hour format depending on th...Jonathan Gordon2007-11-27
* Convert 2 more settings to table settings. * Fix duplicate value display if t...Jens Arnold2007-11-25
* New way of handling integer settings with variable steps: table settings (FS ...Jens Arnold2007-11-25
* 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