summaryrefslogtreecommitdiff
path: root/apps/gui/list.c
AgeCommit message (Expand)Author
2008-06-24quick fix for FS#8729Jonathan Gordon
2008-05-29Accept FS #9052 by Alexander Levin with a fix by me. Changes HAS_BUTTONBAR in...Peter D'Hoye
2008-05-22fix FS#9020 and make scrolling down in lists a bit more consistant with scrol...Jonathan Gordon
2008-05-20Make list.c use button_queue_count() instead of accessing the button_queue di...Bertrik Sikken
2008-05-11doh! fix yellow.Jonathan Gordon
2008-05-11more textarea to viewport conversion... yes/no screen...Jonathan Gordon
2008-05-04a bit of code cleanup.. use a single function to get the statusbar height (or...Jonathan Gordon
2008-05-03Made source files #include the header file that they implement to make sure t...Bertrik Sikken
2008-04-21So, I was skimming the irc logs from my 3 day absense and I was pinged about ...Jonathan Gordon
2008-04-09Pass the buffer length to the list_get_name callback functions instead of usi...Nils Wallménius
2008-03-26fix the buttonbar in the browser and menus. Jonathan Gordon
2008-03-26the menu and list now accepts a parent viewport to draw in (and the menu can ...Jonathan Gordon
2008-03-09more fixes for button bar... this will all disappear when viewports are handl...Jonathan Gordon
2008-03-09fix recorder, buttonbar caused list problemsJonathan Gordon
2008-03-05fix the touchpad list codeJonathan Gordon
2008-03-05FS#8457 - convert the list drawing code to use viewports. This does not inclu...Jonathan Gordon
2008-02-25Fix the simplelist redraw behaviour. It caused e.g. the 'Open with...' menu i...Jens Arnold
2008-01-21Accept FS #8490 by Vuong Minh Hiep: fix wrong selection in multi-line listsPeter D'Hoye
2008-01-08Accept and Fix FS#8427 - problem with empty screens in lists with pages scrol...Jonathan Gordon
2007-12-17fix touchpad list codeJonathan Gordon
2007-12-17remove the duplicated gui_list struct and only duplicate the members which ar...Jonathan Gordon
2007-12-06Make the "current line" value in the gradient style code zero-based, and an a...Nicolas Pennequin
2007-11-19Oops, wrong define. Fixes the warnings.Nicolas Pennequin
2007-11-19Accept FS#7901 by Akio Idehara: Fix gradient for scrolling lines when more th...Nicolas Pennequin
2007-11-19FS#7738 - Scroll wheel acceleration for iPodLinus Nielsen Feltzing
2007-11-04fix talking simplelists which I broke yesterday. dont talk if the list is bei...Jonathan Gordon
2007-11-04minor touchpad tweaking...Jonathan Gordon
2007-11-04redraw the siplelist more oftenJonathan Gordon
2007-11-02Build some more plugins for M:Robe most work, doom builds and runs if you use...Karl Kurbjun
2007-10-26Implement as genuine a set_irq_level function for the sim as possible. The yi...Michael Sevakis
2007-10-26Don't lock up simulators when lists are used with TIMEOUT_NOBLOCK. Fixes FS#8...Steve Bavin
2007-10-24Complete info screen voicing; now consistent with displayed screenSteve Bavin
2007-10-23mrobe changes:Jonathan Gordon
2007-10-23Small voice-related tweaks and fixes to simplelists.Stéphane Doyon
2007-10-22First go at getting the touchpad working in the ui. lists only for now.Jonathan Gordon
2007-10-21allow simplelists to set the timeout and the start selection.Jonathan Gordon
2007-10-21Fixed debug menu crashing. Show last file processed by tagcache engine in deb...Miika Pekkarinen
2007-10-21remove the seelection_size param from the info init call to hopefully decreas...Jonathan Gordon
2007-10-21simplify the simpelist api slightly so not every struct member needs to be in...Jonathan Gordon
2007-10-21Accept FS#7774: Voice callback for gui_synclist.Stéphane Doyon
2007-10-20add a list API for simple lists which dont need lots of code to run.Jonathan Gordon
2007-10-15Remove the "invert scroll" code since it's not used anywhere anymore (and it ...Antoine Cellerier
2007-09-28Fix buggy gradient display when a coloured file is selected in the browser. T...Nicolas Pennequin
2007-09-28Make the gradient look better when more than one line is selected (running ti...Nicolas Pennequin
2007-09-27FS#7808 by Tom Ross, Ken Fazzone and me, with help from Antoine Cellerier.Nicolas Pennequin
2007-09-17minor update to gui_synclist_do_button() which will hopefully simplify things...Jonathan Gordon
2007-07-25Fix the bug where holding left no longer stopped at the browser root.Jonathan Gordon
2007-07-22Wheel acceleration for e200. A general acceleration interface intended for us...Michael Sevakis
2007-06-21Fix problems with the list when you change font sizeJonathan Gordon
2007-06-17Fix yellowBrandon Low