summaryrefslogtreecommitdiff
path: root/apps/gui/list.h (follow)
Commit message (Expand)AuthorAge
* FS#11686 - Kinetic list scrolling for touchscreenThomas Martitz2010-10-31
* Don't actually reimplement an existing feature for hiding the selection markerThomas Martitz2010-09-23
* Touchscreen: Improve scrolling in absolute point mode.Thomas Martitz2010-09-23
* remove unused fields from struct gui_synclist.Teruaki Kawashima2010-02-21
* * surround member only used by charcells with #ifdef HAVE_LCD_CHARCELLS in st...Teruaki Kawashima2010-02-16
* fix text scrolling handling in do_menu, set_time_screen and time_screen.Teruaki Kawashima2010-02-11
* Use plain int (instead of char) for field selection_size in struct simplelist...Bertrik Sikken2010-01-05
* revert r23093 and r 23094, since the title pointer is used to modify the titl...Nils Wallménius2009-10-11
* Const correctnessNils Wallménius2009-10-11
* Fix buttonbar handling/theme changed handling in lists.Thomas Martitz2009-09-07
* Make the formatter functions used by the settings return a pointer to avoid u...Nils Wallménius2009-08-20
* FS#10534: Make scrollbar width variable through a setting (useful for touchsc...Maurus Cuelenaere2009-08-17
* User definable UI viewport, to be able to restrict the UI into a viewport for...Thomas Martitz2009-08-16
* Various files: make functions static if they're local or make sure there is a...Bertrik Sikken2009-08-06
* Remove redundant definitions of SCROLLBAR_WIDTHNils Wallménius2009-08-02
* Fix type mismatch warnings and errors exposed when building with EABI toolchain.Andrew Mahone2009-07-11
* Decouple the statusbar drawing from the rest of the screen drawing. it is not...Jonathan Gordon2008-12-31
* redo the previous commit so its actually useful.Jonathan Gordon2008-09-25
* have the info lists set the selection before they are exited, this is sometim...Jonathan Gordon2008-09-25
* fix FS#9144 hopefully for good... only update the screen if the time line is ...Jonathan Gordon2008-07-05
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
* Pass the buffer length to the list_get_name callback functions instead of usi...Nils Wallménius2008-04-09
* fix the buttonbar in the browser and menus. Jonathan Gordon2008-03-26
* the menu and list now accepts a parent viewport to draw in (and the menu can ...Jonathan Gordon2008-03-26
* FS#8457 - convert the list drawing code to use viewports. This does not inclu...Jonathan Gordon2008-03-05
* remove the duplicated gui_list struct and only duplicate the members which ar...Jonathan Gordon2007-12-17
* allow simplelists to set the timeout and the start selection.Jonathan Gordon2007-10-21
* remove the seelection_size param from the info init call to hopefully decreas...Jonathan Gordon2007-10-21
* simplify the simpelist api slightly so not every struct member needs to be in...Jonathan Gordon2007-10-21
* Accept FS#7774: Voice callback for gui_synclist.Stéphane Doyon2007-10-21
* add a list API for simple lists which dont need lots of code to run.Jonathan Gordon2007-10-20
* Remove the "invert scroll" code since it's not used anywhere anymore (and it ...Antoine Cellerier2007-10-15
* minor update to gui_synclist_do_button() which will hopefully simplify things...Jonathan Gordon2007-09-17
* Give color targets the ability to display each LCD line a different color and...Brandon Low2007-06-17
* Add a mode the lists which doesnt show the selection marker.Jonathan Gordon2007-06-07
* Customizable icons for all bitmap targets. (FS#7013)Jonathan Gordon2007-04-16
* Removed unused struct member from gui_synclist, and reordered struct members ...Jens Arnold2007-04-12
* Optimized the gui list code performance, including automatic frame dropping a...Miika Pekkarinen2007-03-11
* Make private functions static. Remove some functions from the plugin api as t...Nils Wallménius2007-02-23
* dont allow the volume setting to wrapJonathan Gordon2006-11-06
* Add optional icon to list title, current path display shows a dir icon, and l...Mark Arigo2006-08-23
* Finally, the new button action system is here, thanks to Jonathan Gordon. Som...Linus Nielsen Feltzing2006-08-15
* A few changes and fixes for the title in the file view: disable title string ...Dan Everton2006-08-15
* Patch #5795 from Jonathan Gordon - change the settings display for enumeratio...Dave Chapman2006-08-15
* Committing FS#5182 - One button hold for Horizontal screen scrolling.Shachar Liberman2006-08-12
* Barry Wardell's keymappings for H10Daniel Stenberg2006-08-03
* added support remote support for the id3 infos screen (had to slightly change...Kevin Ferrare2006-07-02
* Recorder, Player: * Fix remote up/down in lists (browser, menu). * Add remot...Jens Arnold2006-06-22
* Patch #4864 by Jonathan Gordon: text editor plugin, with some changes by me.Hristo Kovachev2006-04-03
* first gigabeat commitMarcoen Hirschberg2006-02-24