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
/
menus
/
time_menu.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-24
[1/4] Remove SH support and all archos targets
Solomon Peachy
1
-6
/
+0
2020-07-19
do_menu pass internal synclist reference to callback
William Wilgus
1
-2
/
+7
2019-02-07
YH-820: prohibit to change time/date on some hardware versions
Sebastian Leonhardt
1
-0
/
+18
2018-10-18
Fix menu warnings
William Wilgus
1
-1
/
+1
2018-06-12
Agptek Rocker: Implement RTC support
Marcin Bukat
1
-0
/
+2
2014-01-07
lcd-common: Remove support for custom line heights from viewport.
Thomas Martitz
1
-1
/
+1
2011-12-26
New General Settings submenu: Startup/Shutdown
Nick Peskett
1
-6
/
+2
2011-12-08
shortcuts: talk the time and configure the sleep timeout
Jonathan Gordon
1
-1
/
+1
2011-10-29
Better fix for FS#12337. Use 0 to make the line height calculated from the fo...
Thomas Martitz
1
-1
/
+1
2011-10-22
Fix buttonbar and line padding in time&date screen.
Thomas Martitz
1
-2
/
+2
2011-10-17
Sleep timer options: persistent duration and start on boot.
Thomas Martitz
1
-1
/
+4
2011-10-15
Changed the FOR_NB_SCREENS macro to always be a for loop that declares its ow...
Björn Stenberg
1
-2
/
+1
2011-08-13
Properly export sleep_timer_call from main_menu.c in exported_menus.h
Michael Hohmuth
1
-4
/
+0
2011-08-07
%cs (current screen) changes:
Jonathan Gordon
1
-0
/
+3
2010-06-29
Remove some redundant #include's
Bertrik Sikken
1
-1
/
+0
2010-05-06
Move c/h files implementing/defining standard library stuff into a new libc d...
Thomas Martitz
1
-15
/
+15
2010-02-11
fix text scrolling handling in do_menu, set_time_screen and time_screen.
Teruaki Kawashima
1
-8
/
+5
2010-02-10
time menu: stop scrolling before leave the screen.
Teruaki Kawashima
1
-15
/
+9
2010-01-03
Set svn:keywords property on .c and .h files that didn't already have it. Cor...
Bertrik Sikken
1
-1
/
+1
2009-10-30
Fix time display in time menu when time is not valid.
Teruaki Kawashima
1
-4
/
+4
2009-10-11
RTL: Cosmetic changes, no functional change - Rename constants
Tomer Shalev
1
-1
/
+1
2009-10-11
Add a center flag, next to the rtl flag, for viewports. That results in any t...
Thomas Martitz
1
-22
/
+11
2009-10-11
Avoid more useless string copys and make some random cleanups
Nils Wallménius
1
-6
/
+8
2009-10-06
Use helper function vp_puts_center() in time_menu.c
Tomer Shalev
1
-11
/
+19
2009-08-20
Change height calculation of viewport for time and date menu so that it doesn...
Teruaki Kawashima
1
-11
/
+7
2009-06-24
Correct the slight misalignment of the clock (FS#10334 by Andre Lupa)
Alexander Levin
1
-2
/
+2
2009-03-08
Clean up some more #includes
Bertrik Sikken
1
-2
/
+2
2008-12-31
Decouple the statusbar drawing from the rest of the screen drawing. it is not...
Jonathan Gordon
1
-2
/
+0
2008-12-02
fix FS#9569 - exiting the time&date screen goes to the wrong screen
Jonathan Gordon
1
-3
/
+15
2008-12-01
Static police.
Bertrik Sikken
1
-1
/
+1
2008-12-01
fix yellow
Jonathan Gordon
1
-0
/
+1
2008-12-01
FS#9173 - move all time/clock related settings in the menus into system > "ti...
Jonathan Gordon
1
-0
/
+294