Age | Commit message (Expand) | Author |
2012-06-30 | Implement a cache for the monthly view | Lukas Fleischer |
2012-06-30 | Remove unneeded parameter/return value | Lukas Fleischer |
2012-06-30 | Remove legacy cut/paste code | Lukas Fleischer |
2012-06-30 | Revise cut/pasting | Lukas Fleischer |
2012-06-30 | Make *_free() public | Lukas Fleischer |
2012-06-30 | Move apoint_{cut,paste}() to interaction unit | Lukas Fleischer |
2012-06-30 | Remove "appt_pos" member from day items | Lukas Fleischer |
2012-06-30 | Add an item parameter to various todo_*() functions | Lukas Fleischer |
2012-06-30 | Add an item parameter to various day_*() functions | Lukas Fleischer |
2012-06-30 | Revise *_delete{,_bynum}() | Lukas Fleischer |
2012-06-30 | src/llist.c: Compare data pointers if callback is NULL | Lukas Fleischer |
2012-06-30 | Allow passing more complex data to list callbacks | Lukas Fleischer |
2012-06-30 | Rename interaction functions | Lukas Fleischer |
2012-06-30 | Move interaction functions to a separate file | Lukas Fleischer |
2012-06-30 | Remove unused functions | Lukas Fleischer |
2012-06-30 | Simplify apoint_switch_notify() | Lukas Fleischer |
2012-06-30 | day_store_items(): Return the number of items found | Lukas Fleischer |
2012-06-30 | src/args.c: Revise app_arg() | Lukas Fleischer |
2012-06-30 | src/day.c: Add day_write_stdout() | Lukas Fleischer |
2012-06-30 | Make day_store_items() public | Lukas Fleischer |
2012-06-30 | day_store_*(): Add regular expression filter parameter | Lukas Fleischer |
2012-06-30 | Do not re-fetch items in day_*_{item,note}() | Lukas Fleischer |
2012-06-30 | Remove the need for the "day_saved_item" struct | Lukas Fleischer |
2012-06-30 | Simplify display_item*() | Lukas Fleischer |
2012-06-30 | Simplify recur_apoint_switch_notify() | Lukas Fleischer |
2012-06-30 | Rework generic item container | Lukas Fleischer |
2012-06-30 | src/config.c: Fix parsing an unset color theme | Lukas Fleischer |
2012-06-30 | Fix compilation with NLS disabled | Lukas Fleischer |
2012-06-18 | src/args.c: Fix bugs address in usage message | Lukas Fleischer |
2012-06-18 | src/help.c: Add missing _() | Lukas Fleischer |
2012-06-18 | src/keys.c: Fix help strings for generic-{cut,paste} | Lukas Fleischer |
2012-06-13 | src/keys.c: Add vim-style default bindings for generic-* | 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-06-01 | src/sigs.c: Define "_BSD_SOURCE" and "__BSD_VISIBLE" | Lukas Fleischer |
2012-06-01 | src/custom.c: Mark sidebar help string "no-c-format" | Lukas Fleischer |
2012-05-31 | Make appearance.calendarview more explicit in config file | Baptiste Jonglez |
2012-05-31 | Use our array of available date input formats | Baptiste Jonglez |
2012-05-31 | Provide an array of available date input formats | Baptiste Jonglez |
2012-05-31 | Give a meaning to DATE_FORMATS | Baptiste Jonglez |
2012-05-31 | src/custom.c: Use status_ask_simplechoice() | Baptiste Jonglez |
2012-05-31 | Directly use fprintf() where applicable | Baptiste Jonglez |
2012-05-31 | src/day.c: Fix typo | Baptiste Jonglez |
2012-05-31 | Use mvwaddstr() instead of mvwprintw() | Baptiste Jonglez |
2012-05-29 | src/config.c: Bail out on incomplete directive | Lukas Fleischer |
2012-05-25 | Fix incorrect i18n usage for some strings | Baptiste Jonglez |
2012-05-23 | Do not localize configuration options | Lukas Fleischer |
2012-05-23 | Merge branch 'maint' | Lukas Fleischer |
2012-05-21 | Fix default time format for multi-day appointments | Lukas Fleischer |
2012-05-21 | Switch to Linux kernel coding style | Lukas Fleischer |