index
:
rockbox
2048sp5
duke3d
master
puzzles
puzzlesmanual
quake5
wolf3d
working
xracer
My Rockbox tree
Franklin Wei
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
plugins
/
clock
/
clock.c
(
unfollow
)
Commit message (
Expand
)
Author
2011-12-31
Make local functions static in clock and chessbox plugin
Bertrik Sikken
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
2010-05-20
S#10387 - Rework pluginlib actions
Thomas Martitz
2009-07-12
set svn:keywords property
Teruaki Kawashima
2009-01-16
loader-initialized global plugin API:
Andrew Mahone
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
2008-05-05
Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creativ...
Nicolas Pennequin
2008-01-23
Fixed the problems on the new version of the fire plugin (so repush it), adde...
Kevin Ferrare
2007-08-05
Clock plugin : added the repeat action to the mode/skin change button mappings
Kevin Ferrare
2007-08-04
made the jackpot plugin use the new common sprite functions, cosmetic change ...
Kevin Ferrare
2007-08-04
Clock plugin : centered the binary plugin, moved the AM/PM mark to the right ...
Kevin Ferrare
2007-08-04
clock plugin : check wether it's necessary to save the settings, correct form...
Kevin Ferrare
2007-08-04
Rewrote the clock plugin in a cleaner and more modular way so that it can sca...
Kevin Ferrare