Age | Commit message (Expand) | Author |
2012-11-18 | Use status_ask_choice() for the export dialog | Lukas Fleischer |
2012-11-18 | Remove unused parameter from key handlers | Lukas Fleischer |
2012-11-18 | calcurse.c: Pull out key_move_*() | Lukas Fleischer |
2012-11-18 | calcurse.c: Break up key_change_priority() | Lukas Fleischer |
2012-11-18 | calcurse.c: Pull out key_generic_goto_today() | Lukas Fleischer |
2012-11-18 | Refactor todo_chg_priority() | Lukas Fleischer |
2012-11-18 | calcurse.c: Refactor the main loop | Lukas Fleischer |
2012-11-18 | Add support for entering times in 24 hour format | William Pettersson |
2012-11-18 | Simplify autogen.sh | Lukas Fleischer |
2012-07-10 | Use integers rather than floats everywhere | Lukas Fleischer |
2012-07-07 | Add new default key binding for generic-paste | Lukas Fleischer |
2012-07-07 | Remove the erase flag and legacy deletion code | Lukas Fleischer |
2012-07-07 | Merge cut/delete | Lukas Fleischer |
2012-07-07 | Refactor exception handling | Lukas Fleischer |
2012-07-07 | Refactor note removal | Lukas Fleischer |
2012-07-07 | Add support for copy/paste registers | Lukas Fleischer |
2012-07-06 | Add a key binding for generic-copy | Lukas Fleischer |
2012-07-06 | Add interact_day_item_copy() | Lukas Fleischer |
2012-07-06 | Do not bind "c" to "generic-config-menu" by default | Lukas Fleischer |
2012-07-06 | Duplicate items when pasting | Lukas Fleischer |
2012-07-06 | Add day_item_fork() | Lukas Fleischer |
2012-07-06 | Refactor *_dup() | Lukas Fleischer |
2012-07-04 | Revise todo_delete_note_bynum() | Lukas Fleischer |
2012-07-04 | Remove unused function day_item_nb() | Lukas Fleischer |
2012-07-04 | Summarize all contributions to translations | Stéphane Aulery |
2012-06-30 | Add a test case to reproduce BUG#2 | Lukas Fleischer |
2012-06-30 | Allow passing both "-D" and "-c" | Lukas Fleischer |
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 |