summaryrefslogtreecommitdiffstats
path: root/apps/menus/time_menu.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-13Properly export sleep_timer_call from main_menu.c in exported_menus.hMichael Hohmuth1-4/+0
2011-08-07%cs (current screen) changes:Jonathan Gordon1-0/+3
2010-06-29Remove some redundant #include'sBertrik Sikken1-1/+0
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz1-15/+15
2010-02-11fix text scrolling handling in do_menu, set_time_screen and time_screen.Teruaki Kawashima1-8/+5
2010-02-10time menu: stop scrolling before leave the screen.Teruaki Kawashima1-15/+9
2010-01-03Set svn:keywords property on .c and .h files that didn't already have it. Cor...Bertrik Sikken1-1/+1
2009-10-30Fix time display in time menu when time is not valid.Teruaki Kawashima1-4/+4
2009-10-11RTL: Cosmetic changes, no functional change - Rename constantsTomer Shalev1-1/+1
2009-10-11Add a center flag, next to the rtl flag, for viewports. That results in any t...Thomas Martitz1-22/+11
2009-10-11Avoid more useless string copys and make some random cleanupsNils Wallménius1-6/+8
2009-10-06Use helper function vp_puts_center() in time_menu.cTomer Shalev1-11/+19
2009-08-20Change height calculation of viewport for time and date menu so that it doesn...Teruaki Kawashima1-11/+7
2009-06-24Correct the slight misalignment of the clock (FS#10334 by Andre Lupa)Alexander Levin1-2/+2
2009-03-08Clean up some more #includesBertrik Sikken1-2/+2
2008-12-31Decouple the statusbar drawing from the rest of the screen drawing. it is not...Jonathan Gordon1-2/+0
2008-12-02fix FS#9569 - exiting the time&date screen goes to the wrong screenJonathan Gordon1-3/+15
2008-12-01Static police.Bertrik Sikken1-1/+1
2008-12-01fix yellowJonathan Gordon1-0/+1
2008-12-01FS#9173 - move all time/clock related settings in the menus into system > "ti...Jonathan Gordon1-0/+294