summaryrefslogtreecommitdiff
path: root/apps/gui/gwps-common.c
AgeCommit message (Expand)Author
2009-01-12fix the statusbar on the archos player... a more proper fix is probably to su...Jonathan Gordon
2009-01-10fix FS#9772 - the statusbars were not working correclty on multi screen targe...Jonathan Gordon
2009-01-07remove some useless/unused stuff from gwps.cJonathan Gordon
2009-01-03a few more button/statusbar fixes...Jonathan Gordon
2009-01-03Reorder of user_settings, cleaned out some unused settings grouped settings d...Nils Wallménius
2008-12-31Decouple the statusbar drawing from the rest of the screen drawing. it is not...Jonathan Gordon
2008-12-12Make some more constants involved in right shifts unsigned to get rid of __as...Jens Arnold
2008-12-07Apply FS#9368 : add generic settings tag to WPS.Antoine Cellerier
2008-11-22FS#9557 - fix the %mv and %t timeout so its intrepreted correctlyJonathan Gordon
2008-11-16revert the previous commit to find a nice way to fix the yellow...Jonathan Gordon
2008-11-16FS#9477 - new WPS tag (%mo) which lets the WPS have different "modes" which a...Jonathan Gordon
2008-10-11* Make %t stricter by aborting if a value is not given.Jonathan Gordon
2008-10-11update the %mv wps tag to let you specify how long it should wait after being...Jonathan Gordon
2008-10-09change the %mv timeout to 1s which works better, also change the string to sh...Jonathan Gordon
2008-10-09FS#9460 - Add a tag %mv which can be used to check if the volume button is be...Jonathan Gordon
2008-09-24Clean up use of snprintf where strncpy if suited, avoid useless copying of co...Nils Wallménius
2008-09-06A few comment updates and trailing spaces removals.Nicolas Pennequin
2008-09-04Make %mm 0-based again (as described in CustomWPS), and change %cf accordingly.Nicolas Pennequin
2008-09-04Fix the bug reported in FS#9350: the WPS would crash on %mm or %cf if they we...Nicolas Pennequin
2008-08-18Skip length: restore the ability to skip by just a few secondsStéphane Doyon
2008-08-15FS#9281 Rename of splash functions.Nils Wallménius
2008-08-11Fix FS#8689 (the peak meter does not work during a playing after a recording ...Bertrik Sikken
2008-07-14Rename and rework the "Study Mode" menu into the "Skip Length" setting. Updat...Thom Johansen
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg
2008-06-28implement smooth seeking acceleration for audio playback and mpegplayerMarcoen Hirschberg
2008-06-23FS#9051 - remove LCD margins... use viewports if you need them...Jonathan Gordon
2008-06-23commit FS#9027 - conditional viewportsJonathan Gordon
2008-06-23bah, fix yellow Jonathan Gordon
2008-06-23fix FS#9098 - fade was updating the WPS sometimes when it shouldnt. also mino...Jonathan Gordon
2008-06-15fix FS#5821 and FS#8449 - WPS isnt updated during fade, play status isnt chan...Jonathan Gordon
2008-05-05Restore Zagor's copyright from before the WPS tokenizer. I shouldn't have rem...Nicolas Pennequin
2008-05-04Accept FS#6188: study mode.Stéphane Doyon
2008-05-03Made source files #include the header file that they implement to make sure t...Bertrik Sikken
2008-04-28Moved atoi declaration to stdlib.h. Deleted atoi.hBertrik Sikken
2008-04-20Fix FS#8914 (WPS %mp tag inconsistency).Nicolas Pennequin
2008-04-14Revert what was left of r17018 until I find a better way. It had quirks in so...Nicolas Pennequin
2008-04-12Move a function to gwps-common.c because it belongs thereNils Wallménius
2008-04-07r17018 caused the WPS playlist index display to be wrong with shuffled enable...Nicolas Pennequin
2008-04-07Bring the WPS playlist index display into sync with the track being played by...Nicolas Pennequin
2008-03-29Remove unnecessary (and incorrect) #ifdefs surrounding #include "backdrop.h",...Dave Chapman
2008-03-28The const police raid playback.c, should be no change to behaviour.Steve Bavin
2008-03-26Major cleanup of checkwps - fix all warnings and add a script to build versio...Dave Chapman
2008-03-23Add the ability to use bitmap strips (a single .bmp file containing many imag...Dave Chapman
2008-03-22Fix the display of peakmeters and progress bars (without a custom y position)...Dave Chapman
2008-03-22Reduce the shocking amount of RAM my viewports implementation was using. The...Dave Chapman
2008-03-21Commit viewports-in-WPS patch (FS#8385). This adds the %V tag - see the Cust...Dave Chapman
2007-11-27revert my previous commit and use a conditional for the time format instead w...Jonathan Gordon
2007-11-27add 2 new tags which display the hour in 12 or 24 hour format depending on th...Jonathan Gordon
2007-11-25Convert 2 more settings to table settings. * Fix duplicate value display if t...Jens Arnold
2007-11-25New way of handling integer settings with variable steps: table settings (FS ...Jens Arnold