index
:
rockbox
2048sp5
duke3d
master
puzzles
puzzlesmanual
quake5
wolf3d
working
xracer
My Rockbox tree
Franklin Wei
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
gui
/
list.h
(
follow
)
Commit message (
Expand
)
Author
Age
*
iPod Classic: reads HDD S.M.A.R.T. data
Cástor Muñoz
2015-10-07
*
lists: Adapt put_line().
Thomas Martitz
2014-01-07
*
simplelist: Make better use of the static buffer and simplify API
Jonathan Gordon
2013-02-12
*
Make touchscreen handling work with skinned lists.
Frank Gevaerts
2012-06-19
*
Add %LR and %LC to get at the current row and columm in skinned lists.
Frank Gevaerts
2012-02-25
*
Store listitem_viewport_cfg->label as skinoffset instead of raw pointer
Frank Gevaerts
2012-02-22
*
keyclick: Add a callback so screens can cancel a click. Add a generic list ca...
Jonathan Gordon
2012-01-12
*
FS#12378 : Remove various unused code, and comment out some unused code and d...
Boris Gjenero
2011-12-14
*
Fix buttonbar and line padding in time&date screen.
Thomas Martitz
2011-10-22
*
lists: Detect dirtyness (need to reinit) for each list, instead of once globa...
Thomas Martitz
2011-10-07
*
Add "%LN" tag to retrieve the list item number of the current item. This allo...
Frank Gevaerts
2011-09-18
*
Rework how the skin gets the list item text to save some ram. Also allow the ...
Jonathan Gordon
2011-09-11
*
Lists can now be completly draw using the skin engine!
Jonathan Gordon
2011-09-06
*
Add the list colour callback and a proper title icon to the simplelist api
Jonathan Gordon
2011-09-03
*
FS#11686 - Kinetic list scrolling for touchscreen
Thomas Martitz
2010-10-31
*
Don't actually reimplement an existing feature for hiding the selection marker
Thomas Martitz
2010-09-23
*
Touchscreen: Improve scrolling in absolute point mode.
Thomas Martitz
2010-09-23
*
remove unused fields from struct gui_synclist.
Teruaki Kawashima
2010-02-21
*
* surround member only used by charcells with #ifdef HAVE_LCD_CHARCELLS in st...
Teruaki Kawashima
2010-02-16
*
fix text scrolling handling in do_menu, set_time_screen and time_screen.
Teruaki Kawashima
2010-02-11
*
Use plain int (instead of char) for field selection_size in struct simplelist...
Bertrik Sikken
2010-01-05
*
revert r23093 and r 23094, since the title pointer is used to modify the titl...
Nils Wallménius
2009-10-11
*
Const correctness
Nils Wallménius
2009-10-11
*
Fix buttonbar handling/theme changed handling in lists.
Thomas Martitz
2009-09-07
*
Make the formatter functions used by the settings return a pointer to avoid u...
Nils Wallménius
2009-08-20
*
FS#10534: Make scrollbar width variable through a setting (useful for touchsc...
Maurus Cuelenaere
2009-08-17
*
User definable UI viewport, to be able to restrict the UI into a viewport for...
Thomas Martitz
2009-08-16
*
Various files: make functions static if they're local or make sure there is a...
Bertrik Sikken
2009-08-06
*
Remove redundant definitions of SCROLLBAR_WIDTH
Nils Wallménius
2009-08-02
*
Fix type mismatch warnings and errors exposed when building with EABI toolchain.
Andrew Mahone
2009-07-11
*
Decouple the statusbar drawing from the rest of the screen drawing. it is not...
Jonathan Gordon
2008-12-31
*
redo the previous commit so its actually useful.
Jonathan Gordon
2008-09-25
*
have the info lists set the selection before they are exited, this is sometim...
Jonathan Gordon
2008-09-25
*
fix FS#9144 hopefully for good... only update the screen if the time line is ...
Jonathan Gordon
2008-07-05
*
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2008-06-28
*
Pass the buffer length to the list_get_name callback functions instead of usi...
Nils Wallménius
2008-04-09
*
fix the buttonbar in the browser and menus.
Jonathan Gordon
2008-03-26
*
the menu and list now accepts a parent viewport to draw in (and the menu can ...
Jonathan Gordon
2008-03-26
*
FS#8457 - convert the list drawing code to use viewports. This does not inclu...
Jonathan Gordon
2008-03-05
*
remove the duplicated gui_list struct and only duplicate the members which ar...
Jonathan Gordon
2007-12-17
*
allow simplelists to set the timeout and the start selection.
Jonathan Gordon
2007-10-21
*
remove the seelection_size param from the info init call to hopefully decreas...
Jonathan Gordon
2007-10-21
*
simplify the simpelist api slightly so not every struct member needs to be in...
Jonathan Gordon
2007-10-21
*
Accept FS#7774: Voice callback for gui_synclist.
Stéphane Doyon
2007-10-21
*
add a list API for simple lists which dont need lots of code to run.
Jonathan Gordon
2007-10-20
*
Remove the "invert scroll" code since it's not used anywhere anymore (and it ...
Antoine Cellerier
2007-10-15
*
minor update to gui_synclist_do_button() which will hopefully simplify things...
Jonathan Gordon
2007-09-17
*
Give color targets the ability to display each LCD line a different color and...
Brandon Low
2007-06-17
*
Add a mode the lists which doesnt show the selection marker.
Jonathan Gordon
2007-06-07
*
Customizable icons for all bitmap targets. (FS#7013)
Jonathan Gordon
2007-04-16
[next]