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
Age
Commit message (
Expand
)
Author
2009-01-05
redo how the statusbar updates are done. send the EVENT_GUI_ACTIONUPDATE even...
Jonathan Gordon
2009-01-05
"fix" FS#9757 by handing the statusbar redraw event more correctly... the eqs...
Jonathan Gordon
2009-01-04
minor code reshuffle to not call viewport_set_default so often
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
2009-01-02
fix FS#9743: plugins using rb->do_menu() were dropped 8 pixels..
Jonathan Gordon
2009-01-02
woops... fix the header and bump the plugin API
Jonathan Gordon
2009-01-02
More SYS_FOURHERTZ handling fixes.. (FS#9740 FS#9741)
Jonathan Gordon
2009-01-01
try again... BUTTON_NONE is not a sys event :p
Jonathan Gordon
2009-01-01
fis FS#9739 - yesterdays statusbar commits broke the WPS disk spindown handling
Jonathan Gordon
2008-12-31
fix the yesno screen which I accidently broke with the last commites
Jonathan Gordon
2008-12-31
fix red
Jonathan Gordon
2008-12-31
Decouple the statusbar drawing from the rest of the screen drawing. it is not...
Jonathan Gordon
2008-12-26
Make scaler output truly pluggable, add an 8-bit greyscale output to
Andrew Mahone
2008-12-12
Make some more constants involved in right shifts unsigned to get rid of __as...
Jens Arnold
2008-12-09
resize-on-load for bitmap files on 2bpp and color targets
Andrew Mahone
2008-12-09
Compile the WPS debug functions for the sim, to make --debugwps work.
Jonas Häggqvist
2008-12-08
Fix red player build
Björn Stenberg
2008-12-07
fix "warning: comparison between signed and unsigned"
Daniel Stenberg
2008-12-07
Apply FS#9368 : add generic settings tag to WPS.
Antoine Cellerier
2008-11-28
Fix FS#8998 - statusbar in plugin menus was sometimes a different colour.
Jonathan Gordon
2008-11-24
Added support for configurable rockbox directory. FS#9567 by Alex Bennee.
Björn Stenberg
2008-11-22
FS#9557 - fix the %mv and %t timeout so its intrepreted correctly
Jonathan Gordon
2008-11-16
Add the required #include for the HZ define - fixes compilation of checkwps b...
Dave Chapman
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-11-05
FS#9525 - The list for the quickscreen items chooser turned out to not really...
Jonathan Gordon
2008-11-03
Make local functions static
Bertrik Sikken
2008-11-03
Makefile overhaul. All generated bitmaps are now explicitly in OBJDIR/bitmaps...
Björn Stenberg
2008-11-03
FS#9515 - customisable quickscreen. Allows you to choose which setting you wa...
Jonathan Gordon
2008-11-01
Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do ...
Frank Gevaerts
2008-10-31
rearrange the order that the quickscreen wiewports are allocated.
Jonathan Gordon
2008-10-22
Don't accept 0 for the width or height of a progress bar in the %pb tag. A z...
Dave Chapman
2008-10-16
Accept FS#9480 - centralise and organise the events in the apps/ layer.
Jonathan Gordon
2008-10-15
Split id3.c/h into metadata.c/h and metadata/mp3.c. Updated all references. M...
Björn Stenberg
2008-10-14
Make some dependencies on id3.h explicit.
Magnus Holmgren
2008-10-14
Red build fix: Moved PCM #defines from pcm_record.h to pcm.h. Added necessary...
Björn Stenberg
2008-10-13
Alternate fix for the bug fixed by FS#9163, the selection in the playlist vie...
Nils Wallménius
2008-10-12
Fix FS#9479 - "readonly" lists sometimes wrap when they shouldnt. part of the...
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-10-05
yes... i'm just trying to boost my ohloh score!
Jonathan Gordon
2008-10-05
bit of code police
Jonathan Gordon
2008-10-05
Accept FS#9231 - viewportify the pitch screen by Thomas Martitz.
Jonathan Gordon
2008-09-25
redo the previous commit so its actually useful.
Jonathan Gordon
2008-09-25
have the info lists set the selection before they are exited, this is sometim...
Jonathan Gordon
2008-09-24
Clean up use of snprintf where strncpy if suited, avoid useless copying of co...
Nils Wallménius
2008-09-07
fix red
Peter D'Hoye
[next]