summaryrefslogtreecommitdiffstats
path: root/apps/gui/list.c
AgeCommit message (Expand)AuthorFilesLines
2007-12-17remove the duplicated gui_list struct and only duplicate the members which ar...Jonathan Gordon1-314/+195
2007-12-06Make the "current line" value in the gradient style code zero-based, and an a...Nicolas Pennequin1-4/+4
2007-11-19Oops, wrong define. Fixes the warnings.Nicolas Pennequin1-1/+1
2007-11-19Accept FS#7901 by Akio Idehara: Fix gradient for scrolling lines when more th...Nicolas Pennequin1-3/+9
2007-11-19FS#7738 - Scroll wheel acceleration for iPodLinus Nielsen Feltzing1-2/+1
2007-11-04fix talking simplelists which I broke yesterday. dont talk if the list is bei...Jonathan Gordon1-1/+2
2007-11-04minor touchpad tweaking...Jonathan Gordon1-0/+4
2007-11-04redraw the siplelist more oftenJonathan Gordon1-1/+3
2007-11-02Build some more plugins for M:Robe most work, doom builds and runs if you use...Karl Kurbjun1-1/+1
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-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 Gordon1-2/+8
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 Gordon1-2/+2
2007-10-21simplify the simpelist api slightly so not every struct member needs to be in...Jonathan Gordon1-1/+16
2007-10-21Accept FS#7774: Voice callback for gui_synclist.Stéphane Doyon1-4/+87
2007-10-20add a list API for simple lists which dont need lots of code to run.Jonathan Gordon1-0/+103
2007-10-15Remove the "invert scroll" code since it's not used anywhere anymore (and it ...Antoine Cellerier1-46/+0
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 Pennequin1-4/+21
2007-09-17minor update to gui_synclist_do_button() which will hopefully simplify things...Jonathan Gordon1-17/+27
2007-07-25Fix the bug where holding left no longer stopped at the browser root.Jonathan Gordon1-4/+4
2007-07-22Wheel acceleration for e200. A general acceleration interface intended for us...Michael Sevakis1-1/+17
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 Low1-23/+52
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 Gordon1-3/+44
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énius1-7/+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
2007-05-29fix selection wierdness when scrolling down at the end of listsJonathan Gordon1-5/+2
2007-05-29Really fix FS#7230 this time.Jonathan Gordon1-2/+4
2007-05-29Fix FS#7230 - the second line in a multi-line item could be the selected itemJonathan Gordon1-2/+9
2007-05-27Accept FS#6798 - scan acceleration for the lists.Jonathan Gordon1-167/+87
2007-05-12only show the cursor for the first line of the selected item (if selection is...Jonathan Gordon1-0/+2
2007-04-29Stop using the old menu API in the debug menu (using the new api causes massi...Jonathan Gordon1-1/+3
2007-04-21Fix the playlist viewer so only 1 line flashes when you move a trackJonathan Gordon1-1/+1