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
/
shortcuts
/
shortcuts_view.c
Age
Commit message (
Expand
)
Author
2020-08-17
Add open_plugin to core
William Wilgus
2020-07-24
[4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice.
Solomon Peachy
2011-10-15
Changed the FOR_NB_SCREENS macro to always be a for loop that declares its ow...
Björn Stenberg
2010-08-24
Second try: Introduce plugin_crt0.c that every plugin links.
Thomas Martitz
2010-08-23
Revert "Introduce plugin_crt0.c that every plugin links."
Thomas Martitz
2010-08-23
Introduce plugin_crt0.c that every plugin links.
Thomas Martitz
2009-12-21
properties,shortcuts_view: enable the theme while showing list.
Teruaki Kawashima
2009-08-20
Make the formatter functions used by the settings return a pointer to avoid u...
Nils Wallménius
2009-08-19
shortcuts_view: fix displaying last path segments so that plugin exactly show...
Teruaki Kawashima
2009-01-16
loader-initialized global plugin API:
Andrew Mahone
2008-12-31
Decouple the statusbar drawing from the rest of the screen drawing. it is not...
Jonathan Gordon
2008-08-15
FS#9281 Rename of splash functions.
Nils Wallménius
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2008-05-13
Plugin parameters should be const.
Steve Bavin
2008-04-09
Pass the buffer length to the list_get_name callback functions instead of usi...
Nils Wallménius
2008-03-26
the menu and list now accepts a parent viewport to draw in (and the menu can ...
Jonathan Gordon
2007-11-21
consolidate the 3 file_exists() functions into one; use the version that expl...
Robert Kukla
2007-09-17
minor update to gui_synclist_do_button() which will hopefully simplify things...
Jonathan Gordon
2007-09-03
Accept FS #7667 by Alexander Levin with minor fixes by me. Splits the shortcu...
Peter D'Hoye