summaryrefslogtreecommitdiffstats
path: root/apps/gui/list.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-06Fix the remaining reds.Thomas Martitz1-0/+1
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz1-1/+1
2010-04-10Use the existing type instead of defining an ad hoc oneAlexander Levin1-1/+1
2010-04-10Reset the number of lines to 0 when initializing the simple listAlexander Levin1-0/+1
2010-02-26Fix the list showing an empty line at the bottom if the sbs is handling the t...Jonathan Gordon1-1/+2
2010-02-262 new tags for the base skin.Jonathan Gordon1-1/+7
2010-02-21remove unused fields from struct gui_synclist.Teruaki Kawashima1-17/+0
2010-01-07list: improvement to move and show selection in multi-line lists.Teruaki Kawashima1-51/+43
2009-12-21fix FS#10870 - slightly change the viewportmanager theme undo-er to be able t...Jonathan Gordon1-1/+1
2009-12-09FS#10824 - viewport/statusbar API rework.Jonathan Gordon1-3/+7
2009-11-11fix build, ? buttonbar.... Jonathan Gordon1-1/+1
2009-10-27FS#10722: some improvements for gui/list.cTeruaki Kawashima1-105/+89
2009-10-18Use wrap-safe TIME_BEFORE/TIME_AFTER macros to compare times with current_tim...Bertrik Sikken1-2/+1
2009-10-16Revert r23212, I committed it accidentally.Thomas Martitz1-1/+0
2009-10-16initial custom statusbar commitThomas Martitz1-0/+1
2009-10-11revert r23093 and r 23094, since the title pointer is used to modify the titl...Nils Wallménius1-1/+1
2009-10-11Const correctnessNils Wallménius1-1/+1
2009-10-09Tiny simplificationNils Wallménius1-4/+1
2009-09-07Set list_need_reinit to false somewhere too.Thomas Martitz1-0/+1
2009-09-07Fix buttonbar handling/theme changed handling in lists.Thomas Martitz1-29/+32
2009-08-20Make the formatter functions used by the settings return a pointer to avoid u...Nils Wallménius1-5/+5
2009-08-16Fix ret for buttonbar targets.Thomas Martitz1-1/+1
2009-08-16User definable UI viewport, to be able to restrict the UI into a viewport for...Thomas Martitz1-30/+25
2009-08-06Various files: make functions static if they're local or make sure there is a...Bertrik Sikken1-5/+0
2009-07-29fix page up/down in list (FS# 10435).Teruaki Kawashima1-7/+8
2009-05-21Remove some unused declarationsBertrik Sikken1-1/+0
2009-05-17Fix duplicate #includesBertrik Sikken1-1/+0
2009-05-09Remove unneeded #include "backdrop.h"Bertrik Sikken1-1/+0
2009-03-02Split HAVE_SCROLLWHEEL into HAVE_SCROLLWHEEL and HAVE_WHEEL_ACCELERATION, whe...Thomas Martitz1-3/+3
2009-02-01Accept a quick patch from Alexander Levin to neaten up the #defines and comme...Jonathan Gordon1-1/+1
2009-02-01Statusbar handling fixes. Jonathan Gordon1-1/+1
2009-01-07Fix some wierdness with the debug menus... Jonathan Gordon1-7/+4
2009-01-05redo how the statusbar updates are done. send the EVENT_GUI_ACTIONUPDATE even...Jonathan Gordon1-3/+0
2009-01-02fix FS#9743: plugins using rb->do_menu() were dropped 8 pixels..Jonathan Gordon1-7/+1
2009-01-02More SYS_FOURHERTZ handling fixes.. (FS#9740 FS#9741)Jonathan Gordon1-0/+3
2008-12-31Decouple the statusbar drawing from the rest of the screen drawing. it is not...Jonathan Gordon1-24/+33
2008-10-13Alternate fix for the bug fixed by FS#9163, the selection in the playlist vie...Nils Wallménius1-1/+2
2008-10-12Fix FS#9479 - "readonly" lists sometimes wrap when they shouldnt. part of the...Jonathan Gordon1-7/+11
2008-09-25redo the previous commit so its actually useful.Jonathan Gordon1-1/+10
2008-09-25have the info lists set the selection before they are exited, this is sometim...Jonathan Gordon1-2/+3
2008-08-23Commit FS#9308: differentiate between TOUCHPAD & TOUCHSCREENMaurus Cuelenaere1-5/+5
2008-08-18Fix for issues in speaking the time in Rockbox Info screen (B#9167).Stéphane Doyon1-2/+0
2008-07-05fix FS#9144 hopefully for good... only update the screen if the time line is ...Jonathan Gordon1-0/+11
2008-06-28Remove a viewport ambiguity by changing the screens width/heigth members into...Peter D'Hoye1-1/+1
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-06-24quick fix for FS#8729Jonathan Gordon1-0/+2
2008-05-29Accept FS #9052 by Alexander Levin with a fix by me. Changes HAS_BUTTONBAR in...Peter D'Hoye1-4/+4
2008-05-22fix FS#9020 and make scrolling down in lists a bit more consistant with scrol...Jonathan Gordon1-1/+1
2008-05-20Make list.c use button_queue_count() instead of accessing the button_queue di...Bertrik Sikken1-2/+2
2008-05-11doh! fix yellow.Jonathan Gordon1-2/+4