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
/
euroconverter.c
Age
Commit message (
Expand
)
Author
2010-08-25
Remove build conditions inside .c plugin files
Rafaël Carré
2010-08-24
Fix yellows/reds. Red where caused by preprocessor condition mismatch.
Thomas Martitz
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-01-17
fixed euroconverter, missed in the configfile change
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-11-20
New makefile solution: A single invocation of 'make' to build the entire tree...
Björn Stenberg
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
2007-04-06
Now charcell displays require lcd_update() for updating the main lcd content ...
Jens Arnold
2007-03-26
First step of charcell LCD code rework: * Make it fully unicode aware so that...
Jens Arnold
2006-01-15
New plugin loader. Solves the crashes introduced with the .bss changes while ...
Jens Arnold
2005-01-26
Changed several places to use button_clear_queue() to empty the button queue....
Jens Arnold
2005-01-13
Patch #939307 by Eric Lassauge
Linus Nielsen Feltzing
2004-12-26
Plugin fixes: Correct button name for MODE key in help texts, conforming to t...
Jens Arnold
2004-12-05
Fixed a typo, thanks Christi
Jens Arnold
2004-10-22
Plugin rework 5: (all) Now using the default event handler, standard placemen...
Jens Arnold
2004-07-22
Updated for the new configfile functions
Linus Nielsen Feltzing
2004-07-21
Now uses the new config file framework
Linus Nielsen Feltzing
2004-07-16
Now uses the settings_parseline() function
Linus Nielsen Feltzing
2004-07-15
Patch #778688 by Pierre Delore, euroconverter for the Player
Linus Nielsen Feltzing