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