summaryrefslogtreecommitdiffstats
path: root/apps/gui
AgeCommit message (Expand)AuthorFilesLines
2007-10-26Implement as genuine a set_irq_level function for the sim as possible. The yi...Michael Sevakis1-4/+4
2007-10-26Don't lock up simulators when lists are used with TIMEOUT_NOBLOCK. Fixes FS#8...Steve Bavin1-1/+5
2007-10-24Try and save some bytes, seeing as we already assumed LANG_ constants for mon...Steve Bavin1-2/+2
2007-10-24Complete info screen voicing; now consistent with displayed screenSteve Bavin1-3/+2
2007-10-23mrobe changes:Jonathan Gordon1-1/+12
2007-10-23Small voice-related tweaks and fixes to simplelists.Stéphane Doyon1-4/+5
2007-10-22First go at getting the touchpad working in the ui. lists only for now.Jonathan Gordon1-0/+84
2007-10-21allow simplelists to set the timeout and the start selection.Jonathan Gordon2-2/+12
2007-10-21Fixed debug menu crashing. Show last file processed by tagcache engine in deb...Miika Pekkarinen1-2/+4
2007-10-21remove the seelection_size param from the info init call to hopefully decreas...Jonathan Gordon2-3/+4
2007-10-21simplify the simpelist api slightly so not every struct member needs to be in...Jonathan Gordon2-13/+42
2007-10-21Voice the "Cancelled" splash in option_screen().Stéphane Doyon1-1/+1
2007-10-21From FS#7774: use list voice callback in option selection (option_screen(()).Stéphane Doyon1-10/+13
2007-10-21Accept FS#7774: Voice callback for gui_synclist.Stéphane Doyon2-4/+118
2007-10-20add a list API for simple lists which dont need lots of code to run.Jonathan Gordon2-0/+145
2007-10-19FS#7994 - Rename talk.c API, make talk_disable() affect all talking (not just...Steve Bavin2-3/+3
2007-10-15Remove the "invert scroll" code since it's not used anywhere anymore (and it ...Antoine Cellerier2-47/+0
2007-10-15fix the wrong value being selected initiallyJonathan Gordon1-1/+9
2007-10-15Integer setting changes to make all those settings consistant on the target.Jonathan Gordon1-27/+21
2007-10-15Fix int settings being backwards on the playerJonathan Gordon1-0/+6
2007-10-15Fix FS#7952 - flip list settings didnt work properlyJonathan Gordon1-1/+8
2007-09-28Fix buggy gradient display when a coloured file is selected in the browser. T...Nicolas Pennequin1-1/+1
2007-09-28Make the gradient look better when more than one line is selected (running ti...Nicolas Pennequin1-0/+5
2007-09-27FS#7808 by Tom Ross, Ken Fazzone and me, with help from Antoine Cellerier.Nicolas Pennequin2-5/+22
2007-09-20Get rid of macros and do these calculations only once insteadNils Wallménius1-19/+20
2007-09-20Fix FS#7766 - crash at track transition if A-B repeat is enabled but no B mar...Steve Bavin1-1/+1
2007-09-17minor update to gui_synclist_do_button() which will hopefully simplify things...Jonathan Gordon3-27/+32
2007-09-15Disable wrapping of the bass and treble settings and do the same for volume i...Nils Wallménius1-1/+1
2007-09-13Slight code simplificationNils Wallménius1-22/+10
2007-09-05stop non-live settings from beign accepted even if cancel was chosenJonathan Gordon1-1/+1
2007-08-28Change the way set_option() works so these settings are voiced again (recordi...Jonathan Gordon1-17/+24
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