Gitiles
Code Review
Sign In
gerrit.rockbox.org
/
rockbox
/
5565a28c7d9cf6217f5b85b3e078e74a3722175e
/
apps
/
menus
/
time_menu.c
5565a28
Remove some redundant #include's
by Bertrik Sikken
· 14 years ago
50a6ca3
Move c/h files implementing/defining standard library stuff into a new libc directory, also standard'ify some parts of the code base (almost entirely #include fixes).
by Thomas Martitz
· 14 years ago
93f9e7c
fix text scrolling handling in do_menu, set_time_screen and time_screen.
by Teruaki Kawashima
· 15 years ago
00d97d7
time menu: stop scrolling before leave the screen.
by Teruaki Kawashima
· 15 years ago
6fef14b
Set svn:keywords property on .c and .h files that didn't already have it. Correct svn:executable property on some files.
by Bertrik Sikken
· 15 years ago
a404e9a
Fix time display in time menu when time is not valid.
by Teruaki Kawashima
· 15 years ago
d5b076b
RTL: Cosmetic changes, no functional change - Rename constants
by Tomer Shalev
· 15 years ago
a79dc87
Add a center flag, next to the rtl flag, for viewports. That results in any text being drawn centered. It overrides the RTL flag if set.
by Thomas Martitz
· 15 years ago
46943ad
Avoid more useless string copys and make some random cleanups
by Nils Wallménius
· 15 years ago
a1dfe64
Use helper function vp_puts_center() in time_menu.c
by Tomer Shalev
· 15 years ago
b944901
Change height calculation of viewport for time and date menu so that it doesn't break statusbar.
by Teruaki Kawashima
· 15 years ago
8b5d32f
Correct the slight misalignment of the clock (FS#10334 by Andre Lupa)
by Alexander Levin
· 15 years ago
30a2713
Clean up some more #includes
by Bertrik Sikken
· 16 years ago
e385ee1
Decouple the statusbar drawing from the rest of the screen drawing. it is not drawn roughly 4x per second automatically.
by Jonathan Gordon
· 16 years ago
6c65b35
fix FS#9569 - exiting the time&date screen goes to the wrong screen
by Jonathan Gordon
· 16 years ago
e5bf5be
Static police.
by Bertrik Sikken
· 16 years ago
2d17541
fix yellow
by Jonathan Gordon
· 16 years ago
c7fec13
FS#9173 - move all time/clock related settings in the menus into system > "time & date" (this includes sleep timer, alarm settings)
by Jonathan Gordon
· 16 years ago