summaryrefslogtreecommitdiffstats
path: root/apps/gui
AgeCommit message (Expand)AuthorFilesLines
2009-01-12fix the statusbar on the archos player... a more proper fix is probably to su...Jonathan Gordon2-2/+6
2009-01-11use the playback PLAYBACK_EVENT_TRACK_CHANGE instead of the WPS to keep track...Jonathan Gordon2-7/+0
2009-01-10fix FS#9772 - the statusbars were not working correclty on multi screen targe...Jonathan Gordon2-0/+14
2009-01-09Fix Quickscreen ACTION_QS_DOWNINV button to reverse direction of down entry w...Dominik Riebeling1-2/+4
2009-01-09revert part of r19705 which caused fS#9773Jonathan Gordon2-0/+7
2009-01-07remove some useless/unused stuff from gwps.cJonathan Gordon3-86/+6
2009-01-07Fix some wierdness with the debug menus... Jonathan Gordon2-7/+5
2009-01-05redo how the statusbar updates are done. send the EVENT_GUI_ACTIONUPDATE even...Jonathan Gordon4-10/+2
2009-01-05"fix" FS#9757 by handing the statusbar redraw event more correctly... the eqs...Jonathan Gordon1-10/+16
2009-01-04minor code reshuffle to not call viewport_set_default so oftenJonathan Gordon1-7/+7
2009-01-03a few more button/statusbar fixes...Jonathan Gordon2-3/+2
2009-01-03Reorder of user_settings, cleaned out some unused settings grouped settings d...Nils Wallménius1-1/+2
2009-01-02fix FS#9743: plugins using rb->do_menu() were dropped 8 pixels..Jonathan Gordon1-7/+1
2009-01-02woops... fix the header and bump the plugin APIJonathan Gordon1-0/+1
2009-01-02More SYS_FOURHERTZ handling fixes.. (FS#9740 FS#9741)Jonathan Gordon4-9/+37
2009-01-01try again... BUTTON_NONE is not a sys event :pJonathan Gordon1-1/+1
2009-01-01fis FS#9739 - yesterdays statusbar commits broke the WPS disk spindown handlingJonathan Gordon1-1/+1
2008-12-31fix the yesno screen which I accidently broke with the last commitesJonathan Gordon1-0/+3
2008-12-31fix redJonathan Gordon1-1/+2
2008-12-31Decouple the statusbar drawing from the rest of the screen drawing. it is not...Jonathan Gordon13-143/+198
2008-12-26Make scaler output truly pluggable, add an 8-bit greyscale output toAndrew Mahone3-4/+4
2008-12-12Make some more constants involved in right shifts unsigned to get rid of __as...Jens Arnold1-7/+7
2008-12-09resize-on-load for bitmap files on 2bpp and color targetsAndrew Mahone3-53/+42
2008-12-09Compile the WPS debug functions for the sim, to make --debugwps work.Jonas Häggqvist2-4/+4
2008-12-08Fix red player buildBjörn Stenberg1-30/+30
2008-12-07fix "warning: comparison between signed and unsigned"Daniel Stenberg1-1/+2
2008-12-07Apply FS#9368 : add generic settings tag to WPS.Antoine Cellerier3-1/+90
2008-11-28Fix FS#8998 - statusbar in plugin menus was sometimes a different colour.Jonathan Gordon1-0/+8
2008-11-24Added support for configurable rockbox directory. FS#9567 by Alex Bennee.Björn Stenberg1-1/+1
2008-11-22FS#9557 - fix the %mv and %t timeout so its intrepreted correctlyJonathan Gordon3-7/+11
2008-11-16Add the required #include for the HZ define - fixes compilation of checkwps b...Dave Chapman1-0/+1
2008-11-16revert the previous commit to find a nice way to fix the yellow...Jonathan Gordon5-53/+8
2008-11-16FS#9477 - new WPS tag (%mo) which lets the WPS have different "modes" which a...Jonathan Gordon5-8/+53
2008-11-05FS#9525 - The list for the quickscreen items chooser turned out to not really...Jonathan Gordon3-105/+19
2008-11-03Make local functions staticBertrik Sikken1-1/+1
2008-11-03Makefile overhaul. All generated bitmaps are now explicitly in OBJDIR/bitmaps...Björn Stenberg1-2/+2
2008-11-03FS#9515 - customisable quickscreen. Allows you to choose which setting you wa...Jonathan Gordon2-9/+157
2008-11-01Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do ...Frank Gevaerts1-4/+4
2008-10-31rearrange the order that the quickscreen wiewports are allocated.Jonathan Gordon1-46/+35
2008-10-22Don't accept 0 for the width or height of a progress bar in the %pb tag. A z...Dave Chapman1-0/+19
2008-10-16Accept FS#9480 - centralise and organise the events in the apps/ layer. Jonathan Gordon2-5/+2
2008-10-15Split id3.c/h into metadata.c/h and metadata/mp3.c. Updated all references. M...Björn Stenberg2-2/+2
2008-10-14Make some dependencies on id3.h explicit.Magnus Holmgren1-0/+3
2008-10-14Red build fix: Moved PCM #defines from pcm_record.h to pcm.h. Added necessary...Björn Stenberg1-0/+1
2008-10-13Alternate fix for the bug fixed by FS#9163, the selection in the playlist vie...Nils Wallménius1-1/+2
2008-10-12Fix FS#9479 - "readonly" lists sometimes wrap when they shouldnt. part of the...Jonathan Gordon1-7/+11
2008-10-11* Make %t stricter by aborting if a value is not given.Jonathan Gordon3-3/+16
2008-10-11update the %mv wps tag to let you specify how long it should wait after being...Jonathan Gordon2-8/+11
2008-10-09change the %mv timeout to 1s which works better, also change the string to sh...Jonathan Gordon1-2/+2
2008-10-09FS#9460 - Add a tag %mv which can be used to check if the volume button is be...Jonathan Gordon4-1/+18