summaryrefslogtreecommitdiffstats
path: root/apps/plugins/shortcuts/shortcuts_view.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-17Add open_plugin to coreWilliam Wilgus1-18/+56
2020-07-24[4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice.Solomon Peachy1-4/+0
2011-10-15Changed the FOR_NB_SCREENS macro to always be a for loop that declares its ow...Björn Stenberg1-3/+0
2010-08-24Second try: Introduce plugin_crt0.c that every plugin links.Thomas Martitz1-1/+1
2010-08-23Revert "Introduce plugin_crt0.c that every plugin links."Thomas Martitz1-1/+1
2010-08-23Introduce plugin_crt0.c that every plugin links.Thomas Martitz1-1/+1
2009-12-21properties,shortcuts_view: enable the theme while showing list.Teruaki Kawashima1-5/+19
2009-08-20Make the formatter functions used by the settings return a pointer to avoid u...Nils Wallménius1-4/+4
2009-08-19shortcuts_view: fix displaying last path segments so that plugin exactly show...Teruaki Kawashima1-16/+10
2009-01-16loader-initialized global plugin API:Andrew Mahone1-2/+1
2008-12-31Decouple the statusbar drawing from the rest of the screen drawing. it is not...Jonathan Gordon1-2/+0
2008-08-15FS#9281 Rename of splash functions.Nils Wallménius1-2/+2
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-05-13Plugin parameters should be const.Steve Bavin1-1/+1
2008-04-09Pass the buffer length to the list_get_name callback functions instead of usi...Nils Wallménius1-5/+5
2008-03-26the menu and list now accepts a parent viewport to draw in (and the menu can ...Jonathan Gordon1-1/+1
2007-11-21consolidate the 3 file_exists() functions into one; use the version that expl...Robert Kukla1-2/+2
2007-09-17minor update to gui_synclist_do_button() which will hopefully simplify things...Jonathan Gordon1-1/+1
2007-09-03Accept FS #7667 by Alexander Levin with minor fixes by me. Splits the shortcu...Peter D'Hoye1-0/+238