summaryrefslogtreecommitdiffstats
path: root/apps/plugins/calendar.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-07-27Fixed the broken calendar save functionLinus Nielsen Feltzing1-16/+10
2004-07-27Adapted to new event handlingLinus Nielsen Feltzing1-31/+48
2004-05-08Fixes: snprintf() lengths, buffer sizes.Jens Arnold1-28/+29
2003-12-23I found several plugins to draw beyond screen boundaryJörg Hohensohn1-1/+1
2003-11-20The calendar couldn't handle a non-default font in some occasionsLinus Nielsen Feltzing1-12/+22
2003-08-08Huw Smith's fix for saving memo function.Hardeep Sidhu1-48/+25
2003-07-24correct build errorsRobert Hak1-19/+21
2003-07-24Huw Smith's calendar pluginDaniel Stenberg1-0/+722