Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Simplify autogen.sh | Lukas Fleischer | 2012-11-18 | 1 | -150/+5 |
* | Use integers rather than floats everywhere | Lukas Fleischer | 2012-07-10 | 4 | -25/+21 |
* | Add new default key binding for generic-paste | Lukas Fleischer | 2012-07-07 | 1 | -1/+1 |
* | Remove the erase flag and legacy deletion code | Lukas Fleischer | 2012-07-07 | 5 | -82/+27 |
* | Merge cut/delete | Lukas Fleischer | 2012-07-07 | 6 | -158/+83 |
* | Refactor exception handling | Lukas Fleischer | 2012-07-07 | 4 | -54/+72 |
* | Refactor note removal | Lukas Fleischer | 2012-07-07 | 6 | -32/+31 |
* | Add support for copy/paste registers | Lukas Fleischer | 2012-07-07 | 7 | -38/+63 |
* | Add a key binding for generic-copy | Lukas Fleischer | 2012-07-06 | 5 | -13/+29 |
* | Add interact_day_item_copy() | Lukas Fleischer | 2012-07-06 | 2 | -0/+13 |
* | Do not bind "c" to "generic-config-menu" by default | Lukas Fleischer | 2012-07-06 | 1 | -1/+1 |
* | Duplicate items when pasting | Lukas Fleischer | 2012-07-06 | 1 | -2/+3 |
* | Add day_item_fork() | Lukas Fleischer | 2012-07-06 | 2 | -0/+26 |
* | Refactor *_dup() | Lukas Fleischer | 2012-07-06 | 4 | -36/+62 |
* | Revise todo_delete_note_bynum() | Lukas Fleischer | 2012-07-04 | 3 | -9/+3 |
* | Remove unused function day_item_nb() | Lukas Fleischer | 2012-07-04 | 2 | -20/+0 |
* | Summarize all contributions to translations | Stéphane Aulery | 2012-07-04 | 2 | -12/+23 |
* | Add a test case to reproduce BUG#2 | Lukas Fleischer | 2012-06-30 | 3 | -1/+20 |
* | Allow passing both "-D" and "-c" | Lukas Fleischer | 2012-06-30 | 4 | -55/+50 |
* | Implement a cache for the monthly view | Lukas Fleischer | 2012-06-30 | 4 | -1/+41 |
* | Remove unneeded parameter/return value | Lukas Fleischer | 2012-06-30 | 3 | -12/+7 |
* | Remove legacy cut/paste code | Lukas Fleischer | 2012-06-30 | 3 | -50/+0 |
* | Revise cut/pasting | Lukas Fleischer | 2012-06-30 | 7 | -98/+102 |
* | 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 | 8 | -840/+889 |
* | 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 |
* | test/data/apts: Add a fair bit of items to 01/01/1902 | Lukas Fleischer | 2012-06-30 | 1 | -0/+141 |
* | Release 3.0.0v3.0.0 | Lukas Fleischer | 2012-06-30 | 2 | -1/+55 |
* | 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 |
* | po/: Translation updates from Transifexv3.0.0-rc2 | Lukas Fleischer | 2012-06-24 | 7 | -1045/+2298 |