summaryrefslogtreecommitdiff
path: root/apps/gui/list.c
AgeCommit message (Expand)Author
2021-08-22touchscreen: fix smooth scrolling in listsAidan MacDonald
2021-08-04Document intentional fallthroughs + fix harmless unintended onesAidan MacDonald
2020-11-14synclist add method for setting selection colorWilliam Wilgus
2020-10-29Volume adjustment in LISTS ignored AUDIOHW_SETTING valuesJohannes Rauh
2020-07-24[4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice.Solomon Peachy
2020-07-24[3/4] Completely remove HWCODEC supportSolomon Peachy
2020-07-24[2/4] get rid of HAVE_LCD_CHARCELLSSolomon Peachy
2020-07-24[1/4] Remove SH support and all archos targetsSolomon Peachy
2019-07-28Show time, date, and recording directory in the info screenSolomon Peachy
2019-01-31FS#10311 -- Add beep when navigating to beginning or end of list.Solomon Peachy
2015-11-10Fix scrolling left button inadvertently cancels listtreeSebastian Leonhardt
2014-03-14events: Rework event subsystem (add_event, send_event) to be more versatile.Thomas Martitz
2014-01-07lists: Adapt put_line().Thomas Martitz
2013-03-28simplelist: Fix simplelist_set_line_count() so it actually sets the countJonathan Gordon
2013-02-12simplelist: Make better use of the static buffer and simplify APIJonathan Gordon
2012-05-20_lists_uiviewport_update_callback can be made staticBertrik Sikken
2012-03-22Redraw simplelist if/when necessary-Thomas Martitz
2012-03-20Fix FS#12606 - next track can cause the screen to be clearedJonathan Gordon
2012-03-15Revert "Fix FS#12606 - next track can cause the screen to be cleared"Jonathan Gordon
2012-03-14Fix FS#12606 - next track can cause the screen to be clearedJonathan Gordon
2012-01-12keyclick: Add a callback so screens can cancel a click. Add a generic list ca...Jonathan Gordon
2011-12-14FS#12378 : Remove various unused code, and comment out some unused code and d...Boris Gjenero
2011-10-23Fix charcell buildThomas Martitz
2011-10-23Fix FS#12337 properly. Also fixes FS#12345 which the previous commit introduced.Thomas Martitz
2011-10-22Add functions font_set_ui() and font_get_ui(). The font returned by FONT_UI u...Fred Bauer
2011-10-22Fix buttonbar and line padding in time&date screen.Thomas Martitz
2011-10-22Fix backwardly named variable.Thomas Martitz
2011-10-17Commit FS#12321 - Touchscreen: List line padding, to more easily select linesThomas Martitz
2011-10-15Changed the FOR_NB_SCREENS macro to always be a for loop that declares its ow...Björn Stenberg
2011-10-07Correct left-over assignment.Thomas Martitz
2011-10-07Re-order things to fix red.Thomas Martitz
2011-10-07lists: Detect dirtyness (need to reinit) for each list, instead of once globa...Thomas Martitz
2011-09-06Lists can now be completly draw using the skin engine!Jonathan Gordon
2011-09-03Add the list colour callback and a proper title icon to the simplelist apiJonathan Gordon
2011-03-22Scroll speed is increased every N seconds, not every N half seconds.Andree Buschmann
2010-10-31FS#11686 - Kinetic list scrolling for touchscreenThomas Martitz
2010-10-07use CONTEXT_LIST in simplelist_show_list() so that button combinations for pa...Teruaki Kawashima
2010-09-23Don't actually reimplement an existing feature for hiding the selection markerThomas Martitz
2010-09-23Explicitly disable hiding the selection bar by default.Thomas Martitz
2010-06-15FS#10336 - Simplify list redrawing to improve voicing when scrolling to top/b...Steve Bavin
2010-05-06Fix the remaining reds.Thomas Martitz
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz
2010-04-10Use the existing type instead of defining an ad hoc oneAlexander Levin
2010-04-10Reset the number of lines to 0 when initializing the simple listAlexander Levin
2010-02-26Fix the list showing an empty line at the bottom if the sbs is handling the t...Jonathan Gordon
2010-02-262 new tags for the base skin.Jonathan Gordon
2010-02-21remove unused fields from struct gui_synclist.Teruaki Kawashima
2010-01-07list: improvement to move and show selection in multi-line lists.Teruaki Kawashima
2009-12-21fix FS#10870 - slightly change the viewportmanager theme undo-er to be able t...Jonathan Gordon
2009-12-09FS#10824 - viewport/statusbar API rework.Jonathan Gordon