summaryrefslogtreecommitdiff
path: root/src/calendar.c
AgeCommit message (Expand)Author
2012-11-23Merge branch 'maint'Lukas Fleischer
2012-11-23Release screen mutex if thread diesLukas Fleischer
2012-11-23Lock screen when drawing on the calendar/notification panelLukas Fleischer
2012-11-22Replace localtime() with localtime_r()Lukas Fleischer
2012-06-30Implement a cache for the monthly viewLukas Fleischer
2012-06-13Add key bindings to go to the previous/next month/yearLukas Fleischer
2012-06-13Rename displacement enumeration elementsLukas Fleischer
2012-05-31Make appearance.calendarview more explicit in config fileBaptiste Jonglez
2012-05-31Use mvwaddstr() instead of mvwprintw()Baptiste Jonglez
2012-05-25Fix incorrect i18n usage for some stringsBaptiste Jonglez
2012-05-21Switch to Linux kernel coding styleLukas Fleischer
2012-05-08Declare several parameters/variables constantLukas Fleischer
2012-04-05Mark localized string literals constantLukas Fleischer
2012-03-26Update copyright rangesLukas Fleischer
2012-02-19Remove all usages of bzero() and bcopy()Lukas Fleischer
2012-01-21src/calendar.c: Fix range check in calendar_move()Lukas Fleischer
2011-11-11Merge branch 'maint'Lukas Fleischer
2011-11-02Remove parentheses from return statementsLukas Fleischer
2011-11-02Make use of the NULL macroLukas Fleischer
2011-11-02Do not cast unused return values to voidLukas Fleischer
2011-10-06src/calendar.c: Add a count parameter to calendar_move()Lukas Fleischer
2011-10-04Cleanup joinable threads on terminationLukas Fleischer
2011-04-22Update copyright notices in source files, documentation and "COPYING".Lukas Fleischer
2011-04-03Remove dead assignments spotted by clang-analyzer.Lukas Fleischer
2011-03-15Use upper case for macro names.Lukas Fleischer
2011-03-14Overall indentation fixes.Lukas Fleischer
2011-03-04Update website links to match the new URL.Lukas Fleischer
2011-03-04Update mail addresses to match the new mailing lists.Lukas Fleischer
2011-03-03Remove CVS "$Id" headers.Lukas Fleischer
2011-03-03Fixed file permissions.Lukas Fleischer
2011-01-11Make parse_date accept several short forms.Lukas Fleischer
2010-10-23isBissextile() removed and replaced by isleap macro.Frederic Culot
2010-03-29Cosmetics in the calendar weekly view.Frederic Culot
2010-03-29Adapt the weekly calendar view to the side bar width.Frederic Culot
2010-03-21More work on sidebar customization.Frederic Culot
2010-03-20Work on sidebar width user-customization.Frederic Culot
2010-03-20All headers gathered into a single one. Typedefs suppressed.Frederic Culot
2010-03-08Patch to correct the wrong calculation of recurrent items' dates after aFrederic Culot
2010-03-01Compiler problem fixed (thanks Petr for reporting it).Frederic Culot
2009-10-28Code to save the calendar default view in the configuration file.Frederic Culot
2009-10-16Changes in the calendar weekly view.Frederic Culot
2009-10-08More work on the weekly calendar view.Frederic Culot
2009-08-25Display week number inside weekly calendar view.Frederic Culot
2009-08-24Work on implementing the weekly calendar view.Frederic Culot
2009-07-12stdbool header removed, unsigned type used insteadFrederic Culot
2009-07-05Switch to BSD license.Frederic Culot
2009-06-20Day names and selected date colour now follow user's theme.Frederic Culot
2009-01-24do not crash when canceling the thread if it was not launched beforeFrederic Culot
2008-12-28Added wrappers around libc's memory management functions, to easily debug mem...Frederic Culot
2008-12-14small bugfixes and code cleanupFrederic Culot