summaryrefslogtreecommitdiff
path: root/apps/gui/list.c (follow)
Commit message (Expand)AuthorAge
* Redraw simplelist if/when necessary-Thomas Martitz2012-03-22
* Fix FS#12606 - next track can cause the screen to be clearedJonathan Gordon2012-03-20
* Revert "Fix FS#12606 - next track can cause the screen to be cleared"Jonathan Gordon2012-03-15
* Fix FS#12606 - next track can cause the screen to be clearedJonathan Gordon2012-03-14
* keyclick: Add a callback so screens can cancel a click. Add a generic list ca...Jonathan Gordon2012-01-12
* FS#12378 : Remove various unused code, and comment out some unused code and d...Boris Gjenero2011-12-14
* Fix charcell buildThomas Martitz2011-10-23
* Fix FS#12337 properly. Also fixes FS#12345 which the previous commit introduced.Thomas Martitz2011-10-23
* Add functions font_set_ui() and font_get_ui(). The font returned by FONT_UI u...Fred Bauer2011-10-22
* Fix buttonbar and line padding in time&date screen.Thomas Martitz2011-10-22
* Fix backwardly named variable.Thomas Martitz2011-10-22
* Commit FS#12321 - Touchscreen: List line padding, to more easily select linesThomas Martitz2011-10-17
* Changed the FOR_NB_SCREENS macro to always be a for loop that declares its ow...Björn Stenberg2011-10-15
* Correct left-over assignment.Thomas Martitz2011-10-07
* Re-order things to fix red.Thomas Martitz2011-10-07
* lists: Detect dirtyness (need to reinit) for each list, instead of once globa...Thomas Martitz2011-10-07
* Lists can now be completly draw using the skin engine!Jonathan Gordon2011-09-06
* Add the list colour callback and a proper title icon to the simplelist apiJonathan Gordon2011-09-03
* Scroll speed is increased every N seconds, not every N half seconds.Andree Buschmann2011-03-22
* FS#11686 - Kinetic list scrolling for touchscreenThomas Martitz2010-10-31
* use CONTEXT_LIST in simplelist_show_list() so that button combinations for pa...Teruaki Kawashima2010-10-07
* Don't actually reimplement an existing feature for hiding the selection markerThomas Martitz2010-09-23
* Explicitly disable hiding the selection bar by default.Thomas Martitz2010-09-23
* FS#10336 - Simplify list redrawing to improve voicing when scrolling to top/b...Steve Bavin2010-06-15
* Fix the remaining reds.Thomas Martitz2010-05-06
* Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz2010-05-06
* Use the existing type instead of defining an ad hoc oneAlexander Levin2010-04-10
* Reset the number of lines to 0 when initializing the simple listAlexander Levin2010-04-10
* Fix the list showing an empty line at the bottom if the sbs is handling the t...Jonathan Gordon2010-02-26
* 2 new tags for the base skin.Jonathan Gordon2010-02-26
* remove unused fields from struct gui_synclist.Teruaki Kawashima2010-02-21
* list: improvement to move and show selection in multi-line lists.Teruaki Kawashima2010-01-07
* fix FS#10870 - slightly change the viewportmanager theme undo-er to be able t...Jonathan Gordon2009-12-21
* FS#10824 - viewport/statusbar API rework.Jonathan Gordon2009-12-09
* fix build, ? buttonbar.... Jonathan Gordon2009-11-11
* FS#10722: some improvements for gui/list.cTeruaki Kawashima2009-10-27
* Use wrap-safe TIME_BEFORE/TIME_AFTER macros to compare times with current_tim...Bertrik Sikken2009-10-18
* Revert r23212, I committed it accidentally.Thomas Martitz2009-10-16
* initial custom statusbar commitThomas Martitz2009-10-16
* 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
* Tiny simplificationNils Wallménius2009-10-09
* Set list_need_reinit to false somewhere too.Thomas Martitz2009-09-07
* 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
* Fix ret for buttonbar targets.Thomas Martitz2009-08-16
* 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
* fix page up/down in list (FS# 10435).Teruaki Kawashima2009-07-29
* Remove some unused declarationsBertrik Sikken2009-05-21