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
/
keybox.c
Age
Commit message (
Expand
)
Author
2020-07-22
keyboard add ability to specify temporary custom layouts
William Wilgus
2020-07-19
do_menu pass internal synclist reference to callback
William Wilgus
2017-08-27
Keybox: display the entry name along with the password
Franklin Wei
2014-02-23
hosted: Rename a bit in functions to avoid name clashes with unix headers.
Thomas Martitz
2011-05-01
Fix further 'variable set but not used' warnings reported from GCC 4.6.0.
Andree Buschmann
2011-03-02
RaaA: Fix write locations of plugins
Thomas Jarosch
2010-09-08
keybox: do not leak filehandle when the wrong password is entered.
Nils Wallménius
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
2010-05-13
FS#11272 by Gerhard Zintel fixing a bug when resetting the database in keybox
Nils Wallménius
2010-05-06
Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...
Thomas Martitz
2009-08-29
keybox: fix issue when deleted all items.
Teruaki Kawashima
2009-08-20
Make the formatter functions used by the settings return a pointer to avoid u...
Nils Wallménius
2009-08-12
Make kbd_input() show a cancel splash to indicate user abort better and for b...
Thomas Martitz
2009-08-06
Fix out of bounds accesses in keybox and matrix
Nils Wallménius
2009-08-05
add playback control to more menu of plugins.
Teruaki Kawashima
2009-07-14
FS#10080
Nils Wallménius
2009-06-26
FS#10283 simplify plugins' menus by using stringlist with callback (by Teruak...
Johannes Schwarz
2009-05-27
Commit next part of FS# 10138 by Teruaki Kawashima. Replace ROCKBOX_DIR and ...
Michael Giacomelli
2009-04-02
keybox: handle user canceling in the vkeyboard in a nicer way, fix a comment ...
Nils Wallménius
2009-01-24
remove MEM_FUNCTION_WRAPPERS, and private mem* implementations from plugins, ...
Andrew Mahone
2009-01-16
revert/fix parts of r19673, as it changed some e200 keymaps and introduces no...
Dominik Wenger
2009-01-16
loader-initialized global plugin API:
Andrew Mahone
2009-01-04
Commit FS#9617 - Keymaps for Plugins fuze by Thomas Martitz.
Michael Giacomelli
2008-12-31
Decouple the statusbar drawing from the rest of the screen drawing. it is not...
Jonathan Gordon
2008-11-20
New makefile solution: A single invocation of 'make' to build the entire tree...
Björn Stenberg
2008-08-15
FS#9281 Rename of splash functions.
Nils Wallménius
2008-07-27
FS#9221 by Christopher Williams fixing a couple of bugs in keybox
Nils Wallménius
2008-07-07
Keybox, encrypted password storage. Manual page comming soon
Nils Wallménius