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
/
menus
/
time_menu.c
Age
Commit message (
Expand
)
Author
2010-06-29
Remove some redundant #include's
Bertrik Sikken
2010-05-06
Move c/h files implementing/defining standard library stuff into a new libc d...
Thomas Martitz
2010-02-11
fix text scrolling handling in do_menu, set_time_screen and time_screen.
Teruaki Kawashima
2010-02-10
time menu: stop scrolling before leave the screen.
Teruaki Kawashima
2010-01-03
Set svn:keywords property on .c and .h files that didn't already have it. Cor...
Bertrik Sikken
2009-10-30
Fix time display in time menu when time is not valid.
Teruaki Kawashima
2009-10-11
RTL: Cosmetic changes, no functional change - Rename constants
Tomer Shalev
2009-10-11
Add a center flag, next to the rtl flag, for viewports. That results in any t...
Thomas Martitz
2009-10-11
Avoid more useless string copys and make some random cleanups
Nils Wallménius
2009-10-06
Use helper function vp_puts_center() in time_menu.c
Tomer Shalev
2009-08-20
Change height calculation of viewport for time and date menu so that it doesn...
Teruaki Kawashima
2009-06-24
Correct the slight misalignment of the clock (FS#10334 by Andre Lupa)
Alexander Levin
2009-03-08
Clean up some more #includes
Bertrik Sikken
2008-12-31
Decouple the statusbar drawing from the rest of the screen drawing. it is not...
Jonathan Gordon
2008-12-02
fix FS#9569 - exiting the time&date screen goes to the wrong screen
Jonathan Gordon
2008-12-01
Static police.
Bertrik Sikken
2008-12-01
fix yellow
Jonathan Gordon
2008-12-01
FS#9173 - move all time/clock related settings in the menus into system > "ti...
Jonathan Gordon