index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
gui
/
bitmap
/
list-skinned.c
Age
Commit message (
Expand
)
Author
2020-07-24
[4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice.
Solomon Peachy
2013-12-14
scroll_engine: Rename scroll_stop* functions to be more consistent with the l...
Thomas Martitz
2012-06-19
Make touchscreen handling work with skinned lists.
Frank Gevaerts
2012-05-18
Don't trigger a skin refresh from skinlist_draw()
Frank Gevaerts
2012-04-29
Fundamentally rewrite much of the audio DSP.
Michael Sevakis
2012-03-01
Make %LC and %LR always have predictable and usable values.
Frank Gevaerts
2012-02-25
Clean up some variables.
Frank Gevaerts
2012-02-25
Add %LR and %LC to get at the current row and columm in skinned lists.
Frank Gevaerts
2012-02-22
Store listitem_viewport_cfg->label as skinoffset instead of raw pointer
Frank Gevaerts
2012-02-21
Make skinned lists handle the "0 items" case without crashing
Frank Gevaerts
2012-02-19
Fix another skinned list buflib issue
Frank Gevaerts
2012-02-19
Fix a nullpointer dereference in skinned lists.
Frank Gevaerts
2012-02-19
make local variable current_list static
Bertrik Sikken
2011-11-15
Use buflib for all skin engine allocations.
Jonathan Gordon
2011-09-18
Add "%LN" tag to retrieve the list item number of the current item. This allo...
Frank Gevaerts
2011-09-11
Rework how the skin gets the list item text to save some ram. Also allow the ...
Jonathan Gordon
2011-09-06
Add the new file and fix the compile error
Jonathan Gordon