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