summaryrefslogtreecommitdiffstats
path: root/apps/gui/list.h
AgeCommit message (Expand)AuthorFilesLines
2011-09-06Lists can now be completly draw using the skin engine!Jonathan Gordon1-0/+22
2011-09-03Add the list colour callback and a proper title icon to the simplelist apiJonathan Gordon1-1/+7
2010-10-31FS#11686 - Kinetic list scrolling for touchscreenThomas Martitz1-1/+3
2010-09-23Don't actually reimplement an existing feature for hiding the selection markerThomas Martitz1-4/+0
2010-09-23Touchscreen: Improve scrolling in absolute point mode.Thomas Martitz1-1/+4
2010-02-21remove unused fields from struct gui_synclist.Teruaki Kawashima1-6/+0
2010-02-16* surround member only used by charcells with #ifdef HAVE_LCD_CHARCELLS in st...Teruaki Kawashima1-2/+1
2010-02-11fix text scrolling handling in do_menu, set_time_screen and time_screen.Teruaki Kawashima1-0/+1
2010-01-05Use plain int (instead of char) for field selection_size in struct simplelist...Bertrik Sikken1-1/+1
2009-10-11revert r23093 and r 23094, since the title pointer is used to modify the titl...Nils Wallménius1-2/+2
2009-10-11Const correctnessNils Wallménius1-2/+2
2009-09-07Fix buttonbar handling/theme changed handling in lists.Thomas Martitz1-0/+1
2009-08-20Make the formatter functions used by the settings return a pointer to avoid u...Nils Wallménius1-2/+2
2009-08-17FS#10534: Make scrollbar width variable through a setting (useful for touchsc...Maurus Cuelenaere1-1/+1
2009-08-16User definable UI viewport, to be able to restrict the UI into a viewport for...Thomas Martitz1-2/+0
2009-08-06Various files: make functions static if they're local or make sure there is a...Bertrik Sikken1-0/+5
2009-08-02Remove redundant definitions of SCROLLBAR_WIDTHNils Wallménius1-1/+1
2009-07-11Fix type mismatch warnings and errors exposed when building with EABI toolchain.Andrew Mahone1-1/+1
2008-12-31Decouple the statusbar drawing from the rest of the screen drawing. it is not...Jonathan Gordon1-1/+1
2008-09-25redo the previous commit so its actually useful.Jonathan Gordon1-1/+2
2008-09-25have the info lists set the selection before they are exited, this is sometim...Jonathan Gordon1-2/+4
2008-07-05fix FS#9144 hopefully for good... only update the screen if the time line is ...Jonathan Gordon1-0/+2
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-04-09Pass the buffer length to the list_get_name callback functions instead of usi...Nils Wallménius1-1/+3
2008-03-26fix the buttonbar in the browser and menus. Jonathan Gordon1-1/+1
2008-03-26the menu and list now accepts a parent viewport to draw in (and the menu can ...Jonathan Gordon1-1/+2
2008-03-05FS#8457 - convert the list drawing code to use viewports. This does not inclu...Jonathan Gordon1-60/+5
2007-12-17remove the duplicated gui_list struct and only duplicate the members which ar...Jonathan Gordon1-18/+4
2007-10-21allow simplelists to set the timeout and the start selection.Jonathan Gordon1-0/+4
2007-10-21remove the seelection_size param from the info init call to hopefully decreas...Jonathan Gordon1-1/+2
2007-10-21simplify the simpelist api slightly so not every struct member needs to be in...Jonathan Gordon1-12/+26
2007-10-21Accept FS#7774: Voice callback for gui_synclist.Stéphane Doyon1-0/+31
2007-10-20add a list API for simple lists which dont need lots of code to run.Jonathan Gordon1-0/+42
2007-10-15Remove the "invert scroll" code since it's not used anywhere anymore (and it ...Antoine Cellerier1-1/+0
2007-09-17minor update to gui_synclist_do_button() which will hopefully simplify things...Jonathan Gordon1-9/+4
2007-06-17Give color targets the ability to display each LCD line a different color and...Brandon Low1-11/+35
2007-06-07Add a mode the lists which doesnt show the selection marker.Jonathan Gordon1-1/+3
2007-04-16Customizable icons for all bitmap targets. (FS#7013)Jonathan Gordon1-5/+3
2007-04-12Removed unused struct member from gui_synclist, and reordered struct members ...Jens Arnold1-17/+17
2007-03-11Optimized the gui list code performance, including automatic frame dropping a...Miika Pekkarinen1-0/+5
2007-02-23Make private functions static. Remove some functions from the plugin api as t...Nils Wallménius1-126/+0
2006-11-06dont allow the volume setting to wrapJonathan Gordon1-1/+10
2006-08-23Add optional icon to list title, current path display shows a dir icon, and l...Mark Arigo1-4/+10
2006-08-15Finally, the new button action system is here, thanks to Jonathan Gordon. Som...Linus Nielsen Feltzing1-85/+2
2006-08-15A few changes and fixes for the title in the file view: disable title string ...Dan Everton1-1/+3
2006-08-15Patch #5795 from Jonathan Gordon - change the settings display for enumeratio...Dave Chapman1-1/+7
2006-08-12Committing FS#5182 - One button hold for Horizontal screen scrolling.Shachar Liberman1-6/+16
2006-08-03Barry Wardell's keymappings for H10Daniel Stenberg1-0/+4
2006-07-02added support remote support for the id3 infos screen (had to slightly change...Kevin Ferrare1-2/+11
2006-06-22Recorder, Player: * Fix remote up/down in lists (browser, menu). * Add remot...Jens Arnold1-4/+0