summaryrefslogtreecommitdiffstats
path: root/apps/plugins/shortcuts
AgeCommit message (Expand)AuthorFilesLines
2010-08-24Second try: Introduce plugin_crt0.c that every plugin links.Thomas Martitz2-2/+2
2010-08-23Revert "Introduce plugin_crt0.c that every plugin links."Thomas Martitz2-2/+2
2010-08-23Introduce plugin_crt0.c that every plugin links.Thomas Martitz2-2/+2
2010-07-18Revert accidental commit of "%z" support in r26071 (the implementation assume...Frank Gevaerts1-1/+1
2010-05-06Fix some size_t related warnings (hopefully, they seem system dependant).Thomas Martitz1-1/+1
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz2-2/+2
2010-05-06Make creat() posix compliant API-wise. Shouldn't affect the core as it's wrap...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 Kawashima2-21/+15
2009-07-14FS#10080Nils Wallménius1-5/+3
2009-01-24remove MEM_FUNCTION_WRAPPERS, and private mem* implementations from plugins, ...Andrew Mahone1-1/+0
2009-01-16loader-initialized global plugin API:Andrew Mahone4-7/+3
2008-12-31Decouple the statusbar drawing from the rest of the screen drawing. it is not...Jonathan Gordon1-2/+0
2008-11-25Added 'keywords' and 'eol-style' properties.Björn Stenberg1-1/+1
2008-11-20New makefile solution: A single invocation of 'make' to build the entire tree...Björn Stenberg2-90/+25
2008-08-15FS#9281 Rename of splash functions.Nils Wallménius3-7/+7
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg4-8/+16
2008-05-13Plugin parameters should be const.Steve Bavin3-3/+3
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
2008-01-04Stop wasting binary size + ram for several plugins. Plugins are supposed to b...Jens Arnold1-2/+2
2007-11-21consolidate the 3 file_exists() functions into one; use the version that expl...Robert Kukla4-39/+4
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'Hoye5-0/+921