| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Make *_free() public | Lukas Fleischer | 2012-06-30 | 5 | -5/+10 |
* | | Move apoint_{cut,paste}() to interaction unit | Lukas Fleischer | 2012-06-30 | 4 | -55/+55 |
* | | Remove "appt_pos" member from day items | Lukas Fleischer | 2012-06-30 | 2 | -8/+5 |
* | | Add an item parameter to various todo_*() functions | Lukas Fleischer | 2012-06-30 | 3 | -19/+12 |
* | | Add an item parameter to various day_*() functions | Lukas Fleischer | 2012-06-30 | 3 | -19/+12 |
* | | Revise *_delete{,_bynum}() | Lukas Fleischer | 2012-06-30 | 7 | -38/+26 |
* | | src/llist.c: Compare data pointers if callback is NULL | Lukas Fleischer | 2012-06-30 | 1 | -9/+30 |
* | | Allow passing more complex data to list callbacks | Lukas Fleischer | 2012-06-30 | 7 | -42/+42 |
* | | Rename interaction functions | Lukas Fleischer | 2012-06-30 | 3 | -31/+30 |
* | | Move interaction functions to a separate file | Lukas Fleischer | 2012-06-30 | 7 | -840/+888 |
* | | Remove unused functions | Lukas Fleischer | 2012-06-30 | 4 | -54/+0 |
* | | Simplify apoint_switch_notify() | Lukas Fleischer | 2012-06-30 | 4 | -24/+19 |
* | | day_store_items(): Return the number of items found | Lukas Fleischer | 2012-06-30 | 2 | -14/+9 |
* | | src/args.c: Revise app_arg() | Lukas Fleischer | 2012-06-30 | 1 | -110/+8 |
* | | src/day.c: Add day_write_stdout() | Lukas Fleischer | 2012-06-30 | 2 | -0/+31 |
* | | Make day_store_items() public | Lukas Fleischer | 2012-06-30 | 3 | -7/+11 |
* | | day_store_*(): Add regular expression filter parameter | Lukas Fleischer | 2012-06-30 | 1 | -10/+29 |
* | | Do not re-fetch items in day_*_{item,note}() | Lukas Fleischer | 2012-06-30 | 1 | -43/+15 |
* | | Remove the need for the "day_saved_item" struct | Lukas Fleischer | 2012-06-30 | 2 | -34/+24 |
* | | Simplify display_item*() | Lukas Fleischer | 2012-06-30 | 1 | -35/+27 |
* | | Simplify recur_apoint_switch_notify() | Lukas Fleischer | 2012-06-30 | 3 | -11/+3 |
* | | Rework generic item container | Lukas Fleischer | 2012-06-30 | 3 | -90/+134 |
|/ |
|
* | src/config.c: Fix parsing an unset color theme | Lukas Fleischer | 2012-06-30 | 1 | -1/+5 |
* | Fix compilation with NLS disabled | Lukas Fleischer | 2012-06-30 | 2 | -0/+5 |
* | src/args.c: Fix bugs address in usage message | Lukas Fleischer | 2012-06-18 | 1 | -12/+11 |
* | src/help.c: Add missing _() | Lukas Fleischer | 2012-06-18 | 1 | -1/+1 |
* | src/keys.c: Fix help strings for generic-{cut,paste} | Lukas Fleischer | 2012-06-18 | 1 | -2/+2 |
* | src/keys.c: Add vim-style default bindings for generic-* | Lukas Fleischer | 2012-06-13 | 1 | -4/+4 |
* | Add key bindings to go to the previous/next month/year | Lukas Fleischer | 2012-06-13 | 6 | -4/+88 |
* | Rename displacement enumeration elements | Lukas Fleischer | 2012-06-13 | 6 | -45/+44 |
* | src/sigs.c: Define "_BSD_SOURCE" and "__BSD_VISIBLE" | Lukas Fleischer | 2012-06-01 | 1 | -0/+10 |
* | src/custom.c: Mark sidebar help string "no-c-format" | Lukas Fleischer | 2012-06-01 | 1 | -0/+1 |
* | Make appearance.calendarview more explicit in config file | Baptiste Jonglez | 2012-05-31 | 3 | -9/+20 |
* | Use our array of available date input formats | Baptiste Jonglez | 2012-05-31 | 1 | -10/+3 |
* | Provide an array of available date input formats | Baptiste Jonglez | 2012-05-31 | 2 | -0/+9 |
* | Give a meaning to DATE_FORMATS | Baptiste Jonglez | 2012-05-31 | 3 | -3/+6 |
* | src/custom.c: Use status_ask_simplechoice() | Baptiste Jonglez | 2012-05-31 | 1 | -11/+14 |
* | Directly use fprintf() where applicable | Baptiste Jonglez | 2012-05-31 | 1 | -12/+4 |
* | src/day.c: Fix typo | Baptiste Jonglez | 2012-05-31 | 1 | -1/+1 |
* | Use mvwaddstr() instead of mvwprintw() | Baptiste Jonglez | 2012-05-31 | 7 | -80/+75 |
* | src/config.c: Bail out on incomplete directive | Lukas Fleischer | 2012-05-29 | 1 | -0/+3 |
* | Fix incorrect i18n usage for some strings | Baptiste Jonglez | 2012-05-25 | 6 | -22/+22 |
* | Do not localize configuration options | Lukas Fleischer | 2012-05-23 | 2 | -18/+18 |
* | Merge branch 'maint' | Lukas Fleischer | 2012-05-23 | 3 | -3/+10 |
|\ |
|
| * | Do not localize dates in pcal exports | Lukas Fleischer | 2012-05-19 | 2 | -1/+8 |
| * | src/notify.c: Fix printf() misuse | Lukas Fleischer | 2012-05-19 | 1 | -1/+1 |
* | | Fix default time format for multi-day appointments | Lukas Fleischer | 2012-05-21 | 1 | -6/+10 |
* | | Switch to Linux kernel coding style | Lukas Fleischer | 2012-05-21 | 32 | -10660/+9174 |
* | | src/utils.c: Disable canonical mode in press_any_key() | Lukas Fleischer | 2012-05-20 | 1 | -0/+10 |
* | | Fix data type of "general.firstdayofweek" | Lukas Fleischer | 2012-05-17 | 2 | -16/+19 |