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