1. dd40c46 Fix menu warnings by William Wilgus · 6 years ago
  2. 0942e2a Changed the FOR_NB_SCREENS macro to always be a for loop that declares its own loop variable. This removes the need to declare this variable in the outer scope. by Björn Stenberg · 13 years ago
  3. 8302c5f Wakeup alarm screen is unusuable with large fonts or small screens by Rafaël Carré · 14 years ago
  4. 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
  5. 7a994c8 Only build alarm_menu.c if needed by Rafaël Carré · 15 years ago
  6. f34a841 Revise r23225 a bit, removing the debug_printf function and implementing more generic lcd_(remote)_putsf function(s) instead and use those in more places by Nils Wallménius · 15 years ago
  7. 0023943 Fix duplicate #includes by Bertrik Sikken · 15 years ago
  8. 09085a3 Remove unneeded #include "backdrop.h" Remove unneeded #include "statusbar.h" by Bertrik Sikken · 15 years ago
  9. d4d1215 Remove unnecessary #include "backlight.h" by Bertrik Sikken · 15 years ago
  10. 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
  11. 01729e7 FS#9281 Rename of splash functions. by Nils Wallménius · 16 years ago
  12. 2acc0ac Updated our source code header to explicitly mention that we are GPL v2 or by Daniel Stenberg · 16 years ago
  13. d0ed371 more gui_textarea removal. by Jonathan Gordon · 16 years ago
  14. 32a9575 FS#7994 - Rename talk.c API, make talk_disable() affect all talking (not just menus), hopefully save some space. by Steve Bavin · 17 years ago
  15. b0a3736 FS#7682 by Daniel Dalton - Enable voice in the wakeup alarm screen by Linus Nielsen Feltzing · 17 years ago
  16. f7675a2 remove the need for action_signalscreenchange(). by Jonathan Gordon · 17 years ago
  17. 86ecc95 Remove unused header by Nils Wallménius · 18 years ago
  18. 4d6374c Get rid of the 'center' parameter for splashes. There were only 2 of almost 500 splashes which were not centered. by Jens Arnold · 18 years ago
  19. 8fd6d65 Add wake on alarm support for Ipods. Rename HAVE_ALARM_MOD to HAVE_ALARM_RTC since it's not always a mod. Make Ipod PCF driver keep other flags in OOCC1 that have been set instead of overwriting them. by Thom Johansen · 18 years ago
  20. c187f18 Fix the left margin in the alarm menu by Linus Nielsen Feltzing · 18 years ago
  21. d723e6e Wrong action code in the alarm menu by Linus Nielsen Feltzing · 18 years ago
  22. 224c0a1 Finally, the new button action system is here, thanks to Jonathan Gordon. Some button mappings have changed and other things may break. Comments should go to the forum, http://forums.rockbox.org/index.php?topic=5829.0 or the mailing list. by Linus Nielsen Feltzing · 18 years ago
  23. 1a1abf2 removed old statusbar and buttonbar code by Kevin Ferrare · 19 years ago
  24. e991bee replaced all the splash calls by gui_sync_splash, added some missing remote key in the playlist viewer by Kevin Ferrare · 19 years ago
  25. 5e9f52f Some interface updates and code policing in the alarm setting screen, take 2 by Linus Nielsen Feltzing · 19 years ago
  26. 50d9e3f Some interface updates and code policing in the alarm setting screen by Linus Nielsen Feltzing · 19 years ago
  27. be78945 (1) Patch 1231281: Alignment tags for the WPS by Per Holmaeng. Use %al for left align, %ac for centre, %ar for right. It is currently not possible to use more than one %a? tag per WPS line. (2) Lots of tabs removed. by Christi Scarborough · 19 years ago
  28. a83ffb2 A proper alarm clock for the V2/FM (and v1 with mod) by Christi Scarborough · 20 years ago
  29. 593cc00 a hell of a commit: changed several HAVE_xx configuration flags into multiple choice values (keypad, tuner, CPU, h/w codec) by Jörg Hohensohn · 20 years ago
  30. ba2c197 Font problems with the alarm setting by Linus Nielsen Feltzing · 21 years ago
  31. 5bfa9b7 avoid min+hour to be out of range after changing the batteries by Uwe Freese · 22 years ago
  32. dd4f1fa my compiler warned on a missing newline on the last line! by Daniel Stenberg · 22 years ago
  33. 86352cc Code for alarm mod. Enable with adding -DHAVE_ALARM_MOD in Makefile (EXTRA_DEFINES). by Uwe Freese · 22 years ago