summaryrefslogtreecommitdiffstats
path: root/apps/gui/gwps-common.c
AgeCommit message (Expand)AuthorFilesLines
2008-05-05Restore Zagor's copyright from before the WPS tokenizer. I shouldn't have rem...Nicolas Pennequin1-1/+2
2008-05-04Accept FS#6188: study mode.Stéphane Doyon1-0/+34
2008-05-03Made source files #include the header file that they implement to make sure t...Bertrik Sikken1-1/+1
2008-04-28Moved atoi declaration to stdlib.h. Deleted atoi.hBertrik Sikken1-1/+0
2008-04-20Fix FS#8914 (WPS %mp tag inconsistency).Nicolas Pennequin1-5/+3
2008-04-14Revert what was left of r17018 until I find a better way. It had quirks in so...Nicolas Pennequin1-8/+0
2008-04-12Move a function to gwps-common.c because it belongs thereNils Wallménius1-1/+10
2008-04-07r17018 caused the WPS playlist index display to be wrong with shuffled enable...Nicolas Pennequin1-0/+8
2008-04-07Bring the WPS playlist index display into sync with the track being played by...Nicolas Pennequin1-2/+1
2008-03-29Remove unnecessary (and incorrect) #ifdefs surrounding #include "backdrop.h",...Dave Chapman1-3/+0
2008-03-28The const police raid playback.c, should be no change to behaviour.Steve Bavin1-0/+3
2008-03-26Major cleanup of checkwps - fix all warnings and add a script to build versio...Dave Chapman1-0/+1
2008-03-23Add the ability to use bitmap strips (a single .bmp file containing many imag...Dave Chapman1-17/+26
2008-03-22Fix the display of peakmeters and progress bars (without a custom y position)...Dave Chapman1-2/+2
2008-03-22Reduce the shocking amount of RAM my viewports implementation was using. The...Dave Chapman1-36/+34
2008-03-21Commit viewports-in-WPS patch (FS#8385). This adds the %V tag - see the Cust...Dave Chapman1-97/+140
2007-11-27revert my previous commit and use a conditional for the time format instead w...Jonathan Gordon1-18/+6
2007-11-27add 2 new tags which display the hour in 12 or 24 hour format depending on th...Jonathan Gordon1-1/+17
2007-11-25Convert 2 more settings to table settings. * Fix duplicate value display if t...Jens Arnold1-8/+1
2007-11-25New way of handling integer settings with variable steps: table settings (FS ...Jens Arnold1-4/+2
2007-11-18Improve clearing of pictures in conditional constructs. This fixes improper c...Nicolas Pennequin1-13/+10
2007-11-18Smarter conditional handling by storing the previous value. Updates are done ...Nicolas Pennequin1-9/+19
2007-11-14Hopefully fix the compile errors.Nicolas Pennequin1-0/+2
2007-11-14Allow setting a margin on a non-scrolling line by using %m|margin| instead of...Nicolas Pennequin1-1/+1
2007-11-13Check that the WPS uses album art before clearing its position on conditional...Nicolas Pennequin1-1/+4
2007-11-12FS#8135 - add an optional "left margin" parameter to the %s WPS tag - e.g. %s...Dave Chapman1-14/+31
2007-11-12Various album art improvements:Nicolas Pennequin1-1/+6
2007-11-11Album art support. Based on FS#3045, but heavily modified to adapt to MoB and...Nicolas Pennequin1-0/+14
2007-10-24Try and save some bytes, seeing as we already assumed LANG_ constants for mon...Steve Bavin1-2/+2
2007-09-20Fix FS#7766 - crash at track transition if A-B repeat is enabled but no B mar...Steve Bavin1-1/+1
2007-09-13Slight code simplificationNils Wallménius1-22/+10
2007-08-15Switch to using millivolt for battery voltage and other internal voltages. * ...Jens Arnold1-1/+1
2007-08-1016 bits are enough here, save bytes :-)Nils Wallménius1-1/+1
2007-08-08Add support for grouping tags. From FS#7362.Dan Everton1-0/+3
2007-08-06Accept FS#6159 'Add voice to roughly 100 splash screens and yes-no menus' by ...Nils Wallménius1-1/+1
2007-08-05*** Lang v2 cleanup (FS#6574) ***Nils Wallménius1-10/+3
2007-08-03Add support for parsing the disc number tag from metadata and use of it in th...Dan Everton1-0/+9
2007-07-27Fix FS#7490 (%px tag causes divide by zero errors).Nicolas Pennequin1-0/+3
2007-07-26Fix a bug where targets which have a software keylock couldnt seek in the wps...Jonathan Gordon1-1/+1
2007-07-25Oops, forgot to trim down the lines before my previous commit.Nicolas Pennequin1-2/+4
2007-07-25Implement feature request FS#7476: Add a "song progress percentage" WPS tag (...Nicolas Pennequin1-0/+8
2007-07-23Fix FS#7441: Volume wasn't mapped correctly to the enum cases when using the ...Nicolas Pennequin1-3/+2
2007-07-22remove the need for action_signalscreenchange().Jonathan Gordon1-1/+0
2007-07-06Copy current track path as a string, not a slightly-oversized block.Steve Bavin1-1/+4
2007-06-25Make the '%mh' wps tag (to indicate keylock status) available on the Archos t...Marianne Arnold1-2/+5
2007-06-16Make RTC tags display hyphens instead of nothing on non-rtc targets. This ma...Brandon Low1-0/+26
2007-05-30Move the setvol wrapper function to misc.c and use it in more places instead ...Nils Wallménius1-10/+0
2007-05-29Commit my patch from FS#7179 - a standalone command-line checkwps tool. To b...Dave Chapman1-26/+0
2007-05-28Add the possibility to store cuesheets in /.rockbox/cue. The code will look f...Nicolas Pennequin1-4/+2
2007-05-21Add %fk and %Fk WPS tags : (next) file audio frequency in KHz (rewrite of FS#...Nicolas Pennequin1-0/+10