summaryrefslogtreecommitdiffstats
path: root/apps/gui
AgeCommit message (Expand)AuthorFilesLines
2007-08-22Apply fix from FS#6341, with some changes by me.Magnus Holmgren1-2/+4
2007-08-19Use size_t type for the buffer_size parameter to formatter functions, static ...Nils Wallménius1-3/+3
2007-08-18Make peakmeter release setting work in units per tick (was units per read), a...Peter D'Hoye1-0/+1
2007-08-15Switch to using millivolt for battery voltage and other internal voltages. * ...Jens Arnold1-1/+1
2007-08-15Try to translate items when using the STRINGCHOICE_SETTING() macro (fixes FS#...Jonathan Gordon1-2/+10
2007-08-12Convert IDs to strings before using them, fixes FS #7564Peter D'Hoye1-2/+6
2007-08-1016 bits are enough here, save bytes :-)Nils Wallménius1-1/+1
2007-08-08Add support for grouping tags. From FS#7362.Dan Everton4-0/+11
2007-08-06Fix red archos sims and make some minor cleanupNils Wallménius1-0/+2
2007-08-06Accept FS#6159 'Add voice to roughly 100 splash screens and yes-no menus' by ...Nils Wallménius3-2/+57
2007-08-05*** Lang v2 cleanup (FS#6574) ***Nils Wallménius3-13/+8
2007-08-05Address FS#6310 - shows an "infinite" slider when deleting/copying/moving files.Jonathan Gordon2-0/+21
2007-08-03Add support for parsing the disc number tag from metadata and use of it in th...Dan Everton4-0/+16
2007-08-02Finally use the rec button to get to the rec screen on sansa and iriver hxxx....Jonathan Gordon1-1/+9
2007-07-27Fix FS#7490 (%px tag causes divide by zero errors).Nicolas Pennequin1-0/+3
2007-07-26Fix a bug where targets which have a software keylock couldnt seek in the wps...Jonathan Gordon1-1/+1
2007-07-25Oops, forgot to trim down the lines before my previous commit.Nicolas Pennequin1-2/+4
2007-07-25Implement feature request FS#7476: Add a "song progress percentage" WPS tag (...Nicolas Pennequin4-0/+14
2007-07-25Fix the bug where holding left no longer stopped at the browser root.Jonathan Gordon1-4/+4
2007-07-23Fix FS#7441: Volume wasn't mapped correctly to the enum cases when using the ...Nicolas Pennequin1-3/+2
2007-07-23Fix the text for settings which have a different title than what is shown in ...Jonathan Gordon2-9/+11
2007-07-22Wheel acceleration for e200. A general acceleration interface intended for us...Michael Sevakis1-1/+17
2007-07-22Add a verbosity level command line option to the chackwps tool. This should m...Nicolas Pennequin1-47/+65
2007-07-22remove the need for action_signalscreenchange().Jonathan Gordon6-14/+0
2007-07-19Fix the problem where settings stopped saving automaticallyJonathan Gordon1-12/+7
2007-07-11Rearrange and cleanup settings codeJonathan Gordon2-1/+488
2007-07-06Copy current track path as a string, not a slightly-oversized block.Steve Bavin3-3/+7
2007-07-05Make sure statusbar is updated when time changes. Fixes FS #7388. Moved time ...Peter D'Hoye2-7/+14
2007-06-28Make the time in the statusbar always display --:-- when the RTC isn't setNicolas Pennequin2-14/+9
2007-06-25Make the '%mh' wps tag (to indicate keylock status) available on the Archos t...Marianne Arnold3-6/+7
2007-06-21Fix problems with the list when you change font sizeJonathan Gordon1-4/+8
2007-06-17Fix yellowBrandon Low1-1/+1
2007-06-17Give color targets the ability to display each LCD line a different color and...Brandon Low2-34/+87
2007-06-16Make RTC tags display hyphens instead of nothing on non-rtc targets. This ma...Brandon Low4-23/+49
2007-06-16Ignore SYS_CHARGER_DISCONNECTED event in yesno screen (other events may need ...Peter D'Hoye1-0/+2
2007-06-11Make the screen draw correctly with the user iconsetJonathan Gordon1-1/+1
2007-06-10Fix a minor annoyance with the last commit where selecting an item could resu...Jonathan Gordon1-13/+14
2007-06-10Really fix FS#7274Jonathan Gordon1-1/+1
2007-06-09simple fix for FS#7274 - selected item might not be shown when a list is draw...Jonathan Gordon1-1/+6
2007-06-07Add a mode the lists which doesnt show the selection marker.Jonathan Gordon2-4/+47
2007-06-05Add some more explicit defines for my previous commit.Nicolas Pennequin2-14/+18
2007-06-05Make the bitmap loading code handle the progressbar and backdrop bitmaps in a...Nicolas Pennequin2-31/+29
2007-06-05Fix most (all) known list wierdness bugs, hopefully simplifies the code a bit...Jonathan Gordon1-106/+91
2007-06-03Move the old api out of the core and into the plugin lib.Jonathan Gordon1-0/+4
2007-05-30Fix warningNils Wallménius1-0/+1
2007-05-30Move the setvol wrapper function to misc.c and use it in more places instead ...Nils Wallménius3-18/+1
2007-05-30Last list commit for a while. fix the multi-item lists at the very end of the...Jonathan Gordon1-1/+2
2007-05-30fix non-paged scrolling aroun the ends of listsJonathan Gordon1-1/+2
2007-05-30few more list anomolys fixed..Jonathan Gordon1-1/+11
2007-05-30Fix the last (?) of the selction wierdness, this time when moving at the begi...Jonathan Gordon1-5/+3