aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add support for entering times in 24 hour formatWilliam Pettersson2012-11-182-10/+12
* 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
* Allow passing both "-D" and "-c"Lukas Fleischer2012-06-302-45/+40
* 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-307-840/+888
* 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
* src/config.c: Fix parsing an unset color themeLukas Fleischer2012-06-301-1/+5
* Fix compilation with NLS disabledLukas Fleischer2012-06-302-0/+5
* src/args.c: Fix bugs address in usage messageLukas Fleischer2012-06-181-12/+11
* src/help.c: Add missing _()Lukas Fleischer2012-06-181-1/+1
* src/keys.c: Fix help strings for generic-{cut,paste}Lukas Fleischer2012-06-181-2/+2
* src/keys.c: Add vim-style default bindings for generic-*Lukas Fleischer2012-06-131-4/+4
* Add key bindings to go to the previous/next month/yearLukas Fleischer2012-06-136-4/+88