aboutsummaryrefslogtreecommitdiffstats
path: root/src/calendar.c
Commit message (Expand)AuthorAgeFilesLines
* Add hidden key handler windowLukas Fleischer2012-12-161-1/+1
* Add compact panels supportLukas Fleischer2012-11-251-5/+8
* Merge branch 'maint'Lukas Fleischer2012-11-231-25/+45
|\
| * Release screen mutex if thread diesLukas Fleischer2012-11-231-16/+16
| * Lock screen when drawing on the calendar/notification panelLukas Fleischer2012-11-231-3/+23
| * Replace localtime() with localtime_r()Lukas Fleischer2012-11-221-22/+22
* | Implement a cache for the monthly viewLukas Fleischer2012-06-301-1/+24
|/
* Add key bindings to go to the previous/next month/yearLukas Fleischer2012-06-131-0/+12
* Rename displacement enumeration elementsLukas Fleischer2012-06-131-8/+8
* Make appearance.calendarview more explicit in config fileBaptiste Jonglez2012-05-311-6/+0
* Use mvwaddstr() instead of mvwprintw()Baptiste Jonglez2012-05-311-6/+4
* Fix incorrect i18n usage for some stringsBaptiste Jonglez2012-05-251-2/+2
* Switch to Linux kernel coding styleLukas Fleischer2012-05-211-445/+376
* Declare several parameters/variables constantLukas Fleischer2012-05-081-3/+3
* Mark localized string literals constantLukas Fleischer2012-04-051-2/+2
* Update copyright rangesLukas Fleischer2012-03-261-1/+1
* Remove all usages of bzero() and bcopy()Lukas Fleischer2012-02-191-1/+1
* src/calendar.c: Fix range check in calendar_move()Lukas Fleischer2012-01-211-12/+14
* Merge branch 'maint'Lukas Fleischer2011-11-111-1/+4
|\
| * Cleanup joinable threads on terminationLukas Fleischer2011-10-041-1/+4
* | Remove parentheses from return statementsLukas Fleischer2011-11-021-12/+12
* | Make use of the NULL macroLukas Fleischer2011-11-021-1/+1
* | Do not cast unused return values to voidLukas Fleischer2011-11-021-12/+12
* | src/calendar.c: Add a count parameter to calendar_move()Lukas Fleischer2011-10-061-6/+8
|/
* Update copyright notices in source files, documentation and "COPYING".Lukas Fleischer2011-04-221-1/+1
* Remove dead assignments spotted by clang-analyzer.Lukas Fleischer2011-04-031-3/+0
* Use upper case for macro names.Lukas Fleischer2011-03-151-6/+6
* Overall indentation fixes.Lukas Fleischer2011-03-141-68/+68
* Update website links to match the new URL.Lukas Fleischer2011-03-041-1/+1
* Update mail addresses to match the new mailing lists.Lukas Fleischer2011-03-041-1/+1
* Remove CVS "$Id" headers.Lukas Fleischer2011-03-031-2/+0
* Fixed file permissions.Lukas Fleischer2011-03-031-0/+0
* Make parse_date accept several short forms.Lukas Fleischer2011-01-111-6/+3
* isBissextile() removed and replaced by isleap macro.Frederic Culot2010-10-231-10/+4
* Cosmetics in the calendar weekly view.Frederic Culot2010-03-291-2/+2
* Adapt the weekly calendar view to the side bar width.Frederic Culot2010-03-291-12/+17
* More work on sidebar customization.Frederic Culot2010-03-211-4/+5
* Work on sidebar width user-customization.Frederic Culot2010-03-201-12/+19
* All headers gathered into a single one. Typedefs suppressed.Frederic Culot2010-03-201-28/+30
* Patch to correct the wrong calculation of recurrent items' dates after aFrederic Culot2010-03-081-3/+2
* Compiler problem fixed (thanks Petr for reporting it).Frederic Culot2010-03-011-1/+3
* Code to save the calendar default view in the configuration file.Frederic Culot2009-10-281-1/+13
* Changes in the calendar weekly view.Frederic Culot2009-10-161-8/+26
* More work on the weekly calendar view.Frederic Culot2009-10-081-1/+19
* Display week number inside weekly calendar view.Frederic Culot2009-08-251-34/+127
* Work on implementing the weekly calendar view.Frederic Culot2009-08-241-53/+145
* stdbool header removed, unsigned type used insteadFrederic Culot2009-07-121-7/+7
* Switch to BSD license.Frederic Culot2009-07-051-14/+26
* Day names and selected date colour now follow user's theme.Frederic Culot2009-06-201-10/+10
* do not crash when canceling the thread if it was not launched beforeFrederic Culot2009-01-241-5/+4