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
/
alarm_menu.c
Age
Commit message (
Expand
)
Author
2020-10-26
LCD core move buf ptr and address look up function viewport struct
William Wilgus
2018-10-18
Fix menu warnings
William Wilgus
2011-10-15
Changed the FOR_NB_SCREENS macro to always be a for loop that declares its ow...
Björn Stenberg
2010-05-22
Wakeup alarm screen is unusuable with large fonts or small screens
Rafaël Carré
2010-05-06
Move c/h files implementing/defining standard library stuff into a new libc d...
Thomas Martitz
2010-04-02
Only build alarm_menu.c if needed
Rafaël Carré
2009-10-17
Revise r23225 a bit, removing the debug_printf function and implementing more...
Nils Wallménius
2009-05-17
Fix duplicate #includes
Bertrik Sikken
2009-05-09
Remove unneeded #include "backdrop.h"
Bertrik Sikken
2009-04-25
Remove unnecessary #include "backlight.h"
Bertrik Sikken
2008-12-31
Decouple the statusbar drawing from the rest of the screen drawing. it is not...
Jonathan Gordon
2008-08-15
FS#9281 Rename of splash functions.
Nils Wallménius
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2008-05-29
more gui_textarea removal.
Jonathan Gordon
2007-10-19
FS#7994 - Rename talk.c API, make talk_disable() affect all talking (not just...
Steve Bavin
2007-10-04
FS#7682 by Daniel Dalton - Enable voice in the wakeup alarm screen
Linus Nielsen Feltzing
2007-07-22
remove the need for action_signalscreenchange().
Jonathan Gordon
2007-03-17
Remove unused header
Nils Wallménius
2007-03-16
Get rid of the 'center' parameter for splashes. There were only 2 of almost 5...
Jens Arnold
2007-02-28
Add wake on alarm support for Ipods. Rename HAVE_ALARM_MOD to HAVE_ALARM_RTC ...
Thom Johansen
2007-02-20
Fix the left margin in the alarm menu
Linus Nielsen Feltzing
2006-08-15
Wrong action code in the alarm menu
Linus Nielsen Feltzing
2006-08-15
Finally, the new button action system is here, thanks to Jonathan Gordon. Som...
Linus Nielsen Feltzing
2005-11-20
removed old statusbar and buttonbar code
Kevin Ferrare
2005-11-16
replaced all the splash calls by gui_sync_splash, added some missing remote k...
Kevin Ferrare
2005-07-06
Some interface updates and code policing in the alarm setting screen, take 2
Linus Nielsen Feltzing
2005-07-06
Some interface updates and code policing in the alarm setting screen
Linus Nielsen Feltzing
2005-07-05
(1) Patch 1231281: Alignment tags for the WPS by Per Holmaeng. Use %al for l...
Christi Scarborough
2005-02-06
A proper alarm clock for the V2/FM (and v1 with mod)
Christi Scarborough
2004-09-28
a hell of a commit: changed several HAVE_xx configuration flags into multiple...
Jörg Hohensohn
2003-11-20
Font problems with the alarm setting
Linus Nielsen Feltzing
2003-03-03
avoid min+hour to be out of range after changing the batteries
Uwe Freese
2003-01-23
my compiler warned on a missing newline on the last line!
Daniel Stenberg
2003-01-22
Code for alarm mod. Enable with adding -DHAVE_ALARM_MOD in Makefile (EXTRA_DE...
Uwe Freese