summaryrefslogtreecommitdiff
path: root/apps/plugins/calendar.c (follow)
Commit message (Expand)AuthorAge
* Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...Thomas Martitz2010-05-06
* Make creat() posix compliant API-wise. Shouldn't affect the core as it's wrap...Thomas Martitz2010-05-06
* Add MPIO HD200 port - changed filesMarcin Bukat2010-04-26
* Packard Bell Vibe 500: More plugin keymaps (second portion).Szymon Dziok2010-02-13
* Cowon D2: Rename COWOND2_PAD -> COWON_D2_PAD to match macro used in manual, andTomer Shalev2009-12-15
* Enable calendar plugin for non-rtc targets (FS#10786 by Teruaki Kawashima)Alexander Levin2009-12-14
* Start committing plugin keymaps for the Philips GoGear SA9200.Robert Menes2009-12-02
* FS#10649: calendar: make it selectable what day is first day of week.Teruaki Kawashima2009-11-04
* Use pointer to memos instead of accessing the array.Teruaki Kawashima2009-10-20
* Slight cleanup of the calendar pluginNils Wallménius2009-10-03
* * Fix plugin keymaps for VX777Maurus Cuelenaere2009-08-31
* Calendar: change directory to store .memo file from /.rockbox/ to /.rockbox/r...Teruaki Kawashima2009-08-29
* Make the formatter functions used by the settings return a pointer to avoid u...Nils Wallménius2009-08-20
* Make kbd_input() show a cancel splash to indicate user abort better and for b...Thomas Martitz2009-08-12
* add playback control to more menu of plugins.Teruaki Kawashima2009-08-05
* fix bug calendar fails to add new memo if there is not .memo file caused by m...Teruaki Kawashima2009-08-05
* Commit FS#10251. Plugins for the YH-820, YH-920, and YH-925 by Jens Erdmann ...Michael Giacomelli2009-08-04
* calendar: fix bug when add new event text longer than last entry.Teruaki Kawashima2009-08-03
* FS#10283 simplify plugins' menus by using stringlist with callback (by Teruak...Johannes Schwarz2009-06-26
* Add initial plugin keymaps for M:robe 500Karl Kurbjun2009-04-21
* FS#10075 - FUZE: QUIT Plugin by selecting BUTTON_HOME by Johannes Schwarz. Up...Thomas Martitz2009-04-10
* Enable plugins on the Onda VX747Maurus Cuelenaere2009-04-07
* remove MEM_FUNCTION_WRAPPERS, and private mem* implementations from plugins, ...Andrew Mahone2009-01-24
* Plugins for the Philips HDD1630. The keymaps are largely untested on the devi...Mark Arigo2009-01-24
* loader-initialized global plugin API:Andrew Mahone2009-01-16
* Commit FS#9617 - Keymaps for Plugins fuze by Thomas Martitz.Michael Giacomelli2009-01-04
* Decouple the statusbar drawing from the rest of the screen drawing. it is not...Jonathan Gordon2008-12-31
* m200v4: rename Keys, so they match better other targets with similar key-layo...Dominik Wenger2008-12-12
* Sansa Clip: build plugins (FS#9578)Rafaël Carré2008-11-28
* Change button map for iaudio x5 and m5 to avoid using impossible button combo...Nils Wallménius2008-10-26
* Add MEM_FUNCTION_WRAPPERS to fix linker errors and tweak the ipod buttonmap s...Nils Wallménius2008-10-25
* Accept FS#9224 by Teruaki Kawashima, adding support for all RTC equipped targ...Nils Wallménius2008-10-25
* FS#9487 fixes and improvements of the calendar plugin by Teruaki KawashimaNils Wallménius2008-10-24
* Made some read-only arrays const, simplified a funky for-loop, fixed potentia...Bertrik Sikken2008-10-04
* Fix FS#9397 - calendar plugin shows incorrect calendars, fix suggested by Tho...Nils Wallménius2008-10-03
* fix out-of-bounds array accessFrank Gevaerts2008-09-12
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
* Plugin parameters should be const.Steve Bavin2008-05-13
* Optimise some more line drawing calls.Jens Arnold2008-04-12
* Clean up hard-coded pathsNils Wallménius2007-09-10
* Set CONFIG_RTC to 0 for non-RTC targets, and check with #if to profit from -W...Jens Arnold2007-03-16
* Removed 'mode' parameter from creat(). It wasn't pure posix anyway, it was ig...Jens Arnold2007-02-01
* Use correct file mode when creating files. Fixes task 5452Dan Everton2006-05-30
* New plugin loader. Solves the crashes introduced with the .bss changes while ...Jens Arnold2006-01-15
* Replace references to HAVE_RTC with CONFIG_RTC and remove the HAVE_RTC define...Dave Chapman2005-12-04
* First part of graphics api rework. Special functions, parameter handling, pix...Jens Arnold2005-06-24
* Build cleanup and general fixes. fprintf() is now fdprintf(), the separationDaniel Stenberg2005-02-22
* Plugin fixes for simulator: (1) Don't compile calendar for units without RTC....Jens Arnold2005-01-16
* Plugin rework 2: (most) Compile-time keyboard configuration, for Ondio adapti...Jens Arnold2004-10-17
* Redesigned the button handling. The code now uses symbolic function defines i...Björn Stenberg2004-09-19