index
:
rockbox.git
master
v3.0
v3.1
v3.10
v3.11
v3.12
v3.13
v3.14
v3.15
v3.2
v3.3
v3.4
v3.5
v3.6
v3.7
v3.8
v3.9
The Rockbox source code.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
/
plugins
/
clock
Age
Commit message (
Expand
)
Author
Files
Lines
2013-04-26
Make fixepoint.c as a shared library (libfixedpoint.a).
Michael Sevakis
1
-1
/
+1
2011-12-31
Make local functions static in clock and chessbox plugin
Bertrik Sikken
7
-32
/
+33
2011-10-15
Changed the FOR_NB_SCREENS macro to always be a for loop that declares its ow...
Björn Stenberg
3
-5
/
+0
2010-08-24
Second try: Introduce plugin_crt0.c that every plugin links.
Thomas Martitz
1
-7
/
+5
2010-08-23
Revert "Introduce plugin_crt0.c that every plugin links."
Thomas Martitz
1
-5
/
+7
2010-08-23
Introduce plugin_crt0.c that every plugin links.
Thomas Martitz
1
-7
/
+5
2010-05-20
S#10387 - Rework pluginlib actions
Thomas Martitz
1
-22
/
+14
2010-05-06
Make creat() posix compliant API-wise. Shouldn't affect the core as it's wrap...
Thomas Martitz
1
-1
/
+1
2009-09-04
Clock: Fix rendering.
Karl Kurbjun
4
-8
/
+9
2009-09-04
Fix STRIDE macro for multiscreen and add stride support for picture lib.
Karl Kurbjun
1
-25
/
+30
2009-07-17
Revert r21912 : "Storage API : remove undeeded target-specific functions"
Rafaël Carré
1
-2
/
+0
2009-07-17
Storage API : remove undeeded target-specific functions
Rafaël Carré
1
-0
/
+2
2009-07-12
set svn:keywords property
Teruaki Kawashima
17
-17
/
+17
2009-07-05
Take 2 at 'Consolidate all fixed point math routines in one library' (FS#1040...
Maurus Cuelenaere
1
-3
/
+3
2009-03-01
Make clock menu capitalizing consistent (FS#9939). There is an ongoing
Alexander Levin
1
-1
/
+1
2009-02-26
Accept the first patch at FS#9953 - Add Playback Control to more plugins, by...
Thomas Martitz
1
-1
/
+7
2009-01-16
loader-initialized global plugin API:
Andrew Mahone
2
-7
/
+2
2008-11-25
Added 'keywords' and 'eol-style' properties.
Björn Stenberg
1
-1
/
+1
2008-11-20
New makefile solution: A single invocation of 'make' to build the entire tree...
Björn Stenberg
11
-136
/
+45
2008-11-01
Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do ...
Frank Gevaerts
1
-1
/
+1
2008-06-28
Remove a viewport ambiguity by changing the screens width/heigth members into...
Peter D'Hoye
5
-36
/
+39
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
17
-34
/
+68
2008-05-15
FS#8995 by Mark Ganson fixing the display of am/pm for the digital clock mode
Nils Wallménius
1
-1
/
+1
2008-05-13
Plugin parameters should be const.
Steve Bavin
2
-3
/
+3
2008-05-05
Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creativ...
Nicolas Pennequin
16
-16
/
+16
2008-04-13
Make mpegplayer sleep the disk after buffering to save battery. * Add a simul...
Jens Arnold
1
-2
/
+0
2008-04-12
Optimise some more line drawing calls.
Jens Arnold
1
-14
/
+9
2008-03-26
the menu and list now accepts a parent viewport to draw in (and the menu can ...
Jonathan Gordon
1
-5
/
+5
2008-03-17
save clock plugin settings in correct directory
Robert Kukla
1
-1
/
+1
2008-01-23
Fixed the problems on the new version of the fire plugin (so repush it), adde...
Kevin Ferrare
1
-6
/
+7
2008-01-14
Change wording of date options to clarify; previously English format was not ...
Steve Bavin
1
-6
/
+6
2008-01-04
Stop wasting binary size + ram for several plugins. Plugins are supposed to b...
Jens Arnold
1
-1
/
+1
2007-11-29
Fix some plugins not using the helper functions for the new backlight timeout...
Jens Arnold
1
-2
/
+2
2007-08-12
Clock: * Correct aspect ratio on archos recorders (target only, checking for ...
Jens Arnold
1
-13
/
+32
2007-08-06
Accept FS#5464 - organise the rocks directory.
Jonathan Gordon
1
-1
/
+1
2007-08-05
Clock plugin : added the repeat action to the mode/skin change button mappings
Kevin Ferrare
1
-0
/
+9
2007-08-04
made the jackpot plugin use the new common sprite functions, cosmetic change ...
Kevin Ferrare
1
-5
/
+6
2007-08-04
Clock plugin : centered the binary plugin, moved the AM/PM mark to the right ...
Kevin Ferrare
4
-13
/
+16
2007-08-04
clock plugin : check wether it's necessary to save the settings, correct form...
Kevin Ferrare
3
-75
/
+102
2007-08-04
Rewrote the clock plugin in a cleaner and more modular way so that it can sca...
Kevin Ferrare
22
-0
/
+1753