Age | Commit message (Expand) | Author |
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 |
2012-05-20 | src/utils.c: Disable canonical mode in press_any_key() | Lukas Fleischer |
2012-05-19 | Do not localize dates in pcal exports | Lukas Fleischer |
2012-05-19 | src/notify.c: Fix printf() misuse | Lukas Fleischer |
2012-05-17 | Fix data type of "general.firstdayofweek" | Lukas Fleischer |
2012-05-17 | Update configuration dialogs | Lukas Fleischer |
2012-05-17 | Document removal of the "-N" command line option | Lukas Fleischer |
2012-05-16 | src/wins.c: Run editor and pager in a shell | Lukas Fleischer |
2012-05-16 | Allow passing additional parameters to shell_exec() | Lukas Fleischer |
2012-05-14 | Add dummy help for cut and paste | Baptiste Jonglez |
2012-05-14 | Allow resize events while prompting the user | Baptiste Jonglez |
2012-05-14 | Various fixes. | Baptiste Jonglez |
2012-05-14 | Factorize boolean user prompting. | Baptiste Jonglez |
2012-05-14 | Use status_ask_choice() on more difficult cases | Baptiste Jonglez |
2012-05-14 | Use status_ask_choice() where applicable | Baptiste Jonglez |