Age | Commit message (Expand) | Author |
2013-02-14 | calendar.c: Rename to "ui-calendar.c" | Lukas Fleischer |
2013-02-04 | Update copyright ranges | Lukas Fleischer |
2012-12-16 | Add hidden key handler window | Lukas Fleischer |
2012-11-25 | Add compact panels support | Lukas Fleischer |
2012-11-23 | Merge branch 'maint' | Lukas Fleischer |
2012-11-23 | Release screen mutex if thread dies | Lukas Fleischer |
2012-11-23 | Lock screen when drawing on the calendar/notification panel | Lukas Fleischer |
2012-11-22 | Replace localtime() with localtime_r() | Lukas Fleischer |
2012-06-30 | Implement a cache for the monthly view | Lukas Fleischer |
2012-06-13 | Add key bindings to go to the previous/next month/year | Lukas Fleischer |
2012-06-13 | Rename displacement enumeration elements | Lukas Fleischer |
2012-05-31 | Make appearance.calendarview more explicit in config file | Baptiste Jonglez |
2012-05-31 | Use mvwaddstr() instead of mvwprintw() | Baptiste Jonglez |
2012-05-25 | Fix incorrect i18n usage for some strings | Baptiste Jonglez |
2012-05-21 | Switch to Linux kernel coding style | Lukas Fleischer |
2012-05-08 | Declare several parameters/variables constant | Lukas Fleischer |
2012-04-05 | Mark localized string literals constant | Lukas Fleischer |
2012-03-26 | Update copyright ranges | Lukas Fleischer |
2012-02-19 | Remove all usages of bzero() and bcopy() | Lukas Fleischer |
2012-01-21 | src/calendar.c: Fix range check in calendar_move() | Lukas Fleischer |
2011-11-11 | Merge branch 'maint' | Lukas Fleischer |
2011-11-02 | Remove parentheses from return statements | Lukas Fleischer |
2011-11-02 | Make use of the NULL macro | Lukas Fleischer |
2011-11-02 | Do not cast unused return values to void | Lukas Fleischer |
2011-10-06 | src/calendar.c: Add a count parameter to calendar_move() | Lukas Fleischer |
2011-10-04 | Cleanup joinable threads on termination | Lukas Fleischer |
2011-04-22 | Update copyright notices in source files, documentation and "COPYING". | Lukas Fleischer |
2011-04-03 | Remove dead assignments spotted by clang-analyzer. | Lukas Fleischer |
2011-03-15 | Use upper case for macro names. | Lukas Fleischer |
2011-03-14 | Overall indentation fixes. | Lukas Fleischer |
2011-03-04 | Update website links to match the new URL. | Lukas Fleischer |
2011-03-04 | Update mail addresses to match the new mailing lists. | Lukas Fleischer |
2011-03-03 | Remove CVS "$Id" headers. | Lukas Fleischer |
2011-03-03 | Fixed file permissions. | Lukas Fleischer |
2011-01-11 | Make parse_date accept several short forms. | Lukas Fleischer |
2010-10-23 | isBissextile() removed and replaced by isleap macro. | Frederic Culot |
2010-03-29 | Cosmetics in the calendar weekly view. | Frederic Culot |
2010-03-29 | Adapt the weekly calendar view to the side bar width. | Frederic Culot |
2010-03-21 | More work on sidebar customization. | Frederic Culot |
2010-03-20 | Work on sidebar width user-customization. | Frederic Culot |
2010-03-20 | All headers gathered into a single one. Typedefs suppressed. | Frederic Culot |
2010-03-08 | Patch to correct the wrong calculation of recurrent items' dates after a | Frederic Culot |
2010-03-01 | Compiler problem fixed (thanks Petr for reporting it). | Frederic Culot |
2009-10-28 | Code to save the calendar default view in the configuration file. | Frederic Culot |
2009-10-16 | Changes in the calendar weekly view. | Frederic Culot |
2009-10-08 | More work on the weekly calendar view. | Frederic Culot |
2009-08-25 | Display week number inside weekly calendar view. | Frederic Culot |
2009-08-24 | Work on implementing the weekly calendar view. | Frederic Culot |
2009-07-12 | stdbool header removed, unsigned type used instead | Frederic Culot |
2009-07-05 | Switch to BSD license. | Frederic Culot |