summaryrefslogtreecommitdiff
path: root/apps/gui/list.c
AgeCommit message (Expand)Author
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
2009-11-11fix build, ? buttonbar.... Jonathan Gordon
2009-10-27FS#10722: some improvements for gui/list.cTeruaki Kawashima
2009-10-18Use wrap-safe TIME_BEFORE/TIME_AFTER macros to compare times with current_tim...Bertrik Sikken
2009-10-16Revert r23212, I committed it accidentally.Thomas Martitz
2009-10-16initial custom statusbar commitThomas Martitz
2009-10-11revert r23093 and r 23094, since the title pointer is used to modify the titl...Nils Wallménius
2009-10-11Const correctnessNils Wallménius
2009-10-09Tiny simplificationNils Wallménius
2009-09-07Set list_need_reinit to false somewhere too.Thomas Martitz
2009-09-07Fix buttonbar handling/theme changed handling in lists.Thomas Martitz
2009-08-20Make the formatter functions used by the settings return a pointer to avoid u...Nils Wallménius
2009-08-16Fix ret for buttonbar targets.Thomas Martitz
2009-08-16User definable UI viewport, to be able to restrict the UI into a viewport for...Thomas Martitz
2009-08-06Various files: make functions static if they're local or make sure there is a...Bertrik Sikken
2009-07-29fix page up/down in list (FS# 10435).Teruaki Kawashima
2009-05-21Remove some unused declarationsBertrik Sikken
2009-05-17Fix duplicate #includesBertrik Sikken
2009-05-09Remove unneeded #include "backdrop.h"Bertrik Sikken
2009-03-02Split HAVE_SCROLLWHEEL into HAVE_SCROLLWHEEL and HAVE_WHEEL_ACCELERATION, whe...Thomas Martitz
2009-02-01Accept a quick patch from Alexander Levin to neaten up the #defines and comme...Jonathan Gordon
2009-02-01Statusbar handling fixes. Jonathan Gordon
2009-01-07Fix some wierdness with the debug menus... Jonathan Gordon
2009-01-05redo how the statusbar updates are done. send the EVENT_GUI_ACTIONUPDATE even...Jonathan Gordon
2009-01-02fix FS#9743: plugins using rb->do_menu() were dropped 8 pixels..Jonathan Gordon
2009-01-02More SYS_FOURHERTZ handling fixes.. (FS#9740 FS#9741)Jonathan Gordon
2008-12-31Decouple the statusbar drawing from the rest of the screen drawing. it is not...Jonathan Gordon
2008-10-13Alternate fix for the bug fixed by FS#9163, the selection in the playlist vie...Nils Wallménius
2008-10-12Fix FS#9479 - "readonly" lists sometimes wrap when they shouldnt. part of the...Jonathan Gordon
2008-09-25redo the previous commit so its actually useful.Jonathan Gordon
2008-09-25have the info lists set the selection before they are exited, this is sometim...Jonathan Gordon
2008-08-23Commit FS#9308: differentiate between TOUCHPAD & TOUCHSCREENMaurus Cuelenaere
2008-08-18Fix for issues in speaking the time in Rockbox Info screen (B#9167).Stéphane Doyon
2008-07-05fix FS#9144 hopefully for good... only update the screen if the time line is ...Jonathan Gordon
2008-06-28Remove a viewport ambiguity by changing the screens width/heigth members into...Peter D'Hoye
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg
2008-06-24quick fix for FS#8729Jonathan Gordon
2008-05-29Accept FS #9052 by Alexander Levin with a fix by me. Changes HAS_BUTTONBAR in...Peter D'Hoye
2008-05-22fix FS#9020 and make scrolling down in lists a bit more consistant with scrol...Jonathan Gordon
2008-05-20Make list.c use button_queue_count() instead of accessing the button_queue di...Bertrik Sikken
2008-05-11doh! fix yellow.Jonathan Gordon
2008-05-11more textarea to viewport conversion... yes/no screen...Jonathan Gordon
2008-05-04a bit of code cleanup.. use a single function to get the statusbar height (or...Jonathan Gordon
2008-05-03Made source files #include the header file that they implement to make sure t...Bertrik Sikken
2008-04-21So, I was skimming the irc logs from my 3 day absense and I was pinged about ...Jonathan Gordon
2008-04-09Pass the buffer length to the list_get_name callback functions instead of usi...Nils Wallménius
2008-03-26fix the buttonbar in the browser and menus. Jonathan Gordon
2008-03-26the menu and list now accepts a parent viewport to draw in (and the menu can ...Jonathan Gordon
2008-03-09more fixes for button bar... this will all disappear when viewports are handl...Jonathan Gordon