aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | calcurse.c: Break up key_change_priority()Lukas Fleischer2012-11-181-5/+14
* | calcurse.c: Pull out key_generic_goto_today()Lukas Fleischer2012-11-181-5/+11
* | Refactor todo_chg_priority()Lukas Fleischer2012-11-182-19/+9
* | calcurse.c: Refactor the main loopLukas Fleischer2012-11-181-353/+425
* | Add support for entering times in 24 hour formatWilliam Pettersson2012-11-182-10/+12
* | Simplify autogen.shLukas Fleischer2012-11-181-150/+5
* | Use integers rather than floats everywhereLukas Fleischer2012-07-104-25/+21
* | Add new default key binding for generic-pasteLukas Fleischer2012-07-071-1/+1
* | Remove the erase flag and legacy deletion codeLukas Fleischer2012-07-075-82/+27
* | Merge cut/deleteLukas Fleischer2012-07-076-158/+83
* | Refactor exception handlingLukas Fleischer2012-07-074-54/+72
* | Refactor note removalLukas Fleischer2012-07-076-32/+31
* | Add support for copy/paste registersLukas Fleischer2012-07-077-38/+63
* | Add a key binding for generic-copyLukas Fleischer2012-07-065-13/+29
* | Add interact_day_item_copy()Lukas Fleischer2012-07-062-0/+13
* | Do not bind "c" to "generic-config-menu" by defaultLukas Fleischer2012-07-061-1/+1
* | Duplicate items when pastingLukas Fleischer2012-07-061-2/+3
* | Add day_item_fork()Lukas Fleischer2012-07-062-0/+26
* | Refactor *_dup()Lukas Fleischer2012-07-064-36/+62
* | Revise todo_delete_note_bynum()Lukas Fleischer2012-07-043-9/+3
* | Remove unused function day_item_nb()Lukas Fleischer2012-07-042-20/+0
* | Summarize all contributions to translationsStéphane Aulery2012-07-042-12/+23
* | Add a test case to reproduce BUG#2Lukas Fleischer2012-06-303-1/+20
* | Allow passing both "-D" and "-c"Lukas Fleischer2012-06-304-55/+50
* | Implement a cache for the monthly viewLukas Fleischer2012-06-304-1/+41
* | Remove unneeded parameter/return valueLukas Fleischer2012-06-303-12/+7
* | Remove legacy cut/paste codeLukas Fleischer2012-06-303-50/+0
* | Revise cut/pastingLukas Fleischer2012-06-307-98/+102
* | Make *_free() publicLukas Fleischer2012-06-305-5/+10
* | Move apoint_{cut,paste}() to interaction unitLukas Fleischer2012-06-304-55/+55
* | Remove "appt_pos" member from day itemsLukas Fleischer2012-06-302-8/+5
* | Add an item parameter to various todo_*() functionsLukas Fleischer2012-06-303-19/+12
* | Add an item parameter to various day_*() functionsLukas Fleischer2012-06-303-19/+12
* | Revise *_delete{,_bynum}()Lukas Fleischer2012-06-307-38/+26
* | src/llist.c: Compare data pointers if callback is NULLLukas Fleischer2012-06-301-9/+30
* | Allow passing more complex data to list callbacksLukas Fleischer2012-06-307-42/+42
* | Rename interaction functionsLukas Fleischer2012-06-303-31/+30
* | Move interaction functions to a separate fileLukas Fleischer2012-06-308-840/+889
* | Remove unused functionsLukas Fleischer2012-06-304-54/+0
* | Simplify apoint_switch_notify()Lukas Fleischer2012-06-304-24/+19
* | day_store_items(): Return the number of items foundLukas Fleischer2012-06-302-14/+9
* | src/args.c: Revise app_arg()Lukas Fleischer2012-06-301-110/+8
* | src/day.c: Add day_write_stdout()Lukas Fleischer2012-06-302-0/+31
* | Make day_store_items() publicLukas Fleischer2012-06-303-7/+11
* | day_store_*(): Add regular expression filter parameterLukas Fleischer2012-06-301-10/+29
* | Do not re-fetch items in day_*_{item,note}()Lukas Fleischer2012-06-301-43/+15
* | Remove the need for the "day_saved_item" structLukas Fleischer2012-06-302-34/+24
* | Simplify display_item*()Lukas Fleischer2012-06-301-35/+27
* | Simplify recur_apoint_switch_notify()Lukas Fleischer2012-06-303-11/+3
* | Rework generic item containerLukas Fleischer2012-06-303-90/+134