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
/
plugins
/
lib
/
pluginlib_touchscreen.c
Age
Commit message (
Expand
)
Author
2014-01-07
lcd-common: Remove support for custom line heights from viewport.
Thomas Martitz
2013-04-14
Use equivalent puts_scroll() call.
Thomas Martitz
2012-01-27
pluginlib_touchscreen: Rework API to offer wait-for-button APIs.
Thomas Martitz
2012-01-23
Fix flag for the viewport. Text is supposed to be centered.
Thomas Martitz
2011-10-17
- Fix some reds by implementing lcd_get_dpi().
Thomas Martitz
2010-10-11
Rename {draw,fill}_viewport once more (to draw_border_viewport and fill_viewp...
Thomas Martitz
2010-10-10
Add _rect to {draw,fill}_viewport as suggested by Jonathan Gordon to reduce t...
Thomas Martitz
2010-10-10
Two new lcd/multi screen api convinience functions: draw_viewport(), fill_vie...
Thomas Martitz
2010-08-25
Remove a bunch of build conditions inside .c files
Rafaël Carré
2009-08-03
Remove find_albumart() from the plugin API as it doesn't exist for them.
Thomas Martitz
2009-08-02
Pluginlib: Add support for general buttons. Add menu and quit buttons to Rev...
Karl Kurbjun