aboutsummaryrefslogtreecommitdiffstats
path: root/src/day.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'maint'Lukas Fleischer2012-11-261-0/+9
|\
| * day.c: Fix weekly viewLukas Fleischer2012-11-261-0/+9
| * Replace localtime() with localtime_r()Lukas Fleischer2012-11-221-3/+3
* | Remove the erase flag and legacy deletion codeLukas Fleischer2012-07-071-4/+4
* | Refactor exception handlingLukas Fleischer2012-07-071-2/+13
* | Refactor note removalLukas Fleischer2012-07-071-0/+19
* | Add day_item_fork()Lukas Fleischer2012-07-061-0/+25
* | Remove unused function day_item_nb()Lukas Fleischer2012-07-041-19/+0
* | Revise cut/pastingLukas Fleischer2012-06-301-17/+12
* | Remove "appt_pos" member from day itemsLukas Fleischer2012-06-301-7/+5
* | Add an item parameter to various day_*() functionsLukas Fleischer2012-06-301-11/+4
* | Revise *_delete{,_bynum}()Lukas Fleischer2012-06-301-5/+4
* | Allow passing more complex data to list callbacksLukas Fleischer2012-06-301-10/+10
* | Move interaction functions to a separate fileLukas Fleischer2012-06-301-445/+4
* | Simplify apoint_switch_notify()Lukas Fleischer2012-06-301-0/+15
* | day_store_items(): Return the number of items foundLukas Fleischer2012-06-301-12/+7
* | src/day.c: Add day_write_stdout()Lukas Fleischer2012-06-301-0/+29
* | Make day_store_items() publicLukas Fleischer2012-06-301-6/+9
* | 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-301-29/+19
* | Simplify display_item*()Lukas Fleischer2012-06-301-35/+27
* | Rework generic item containerLukas Fleischer2012-06-301-74/+112
|/
* src/day.c: Fix typoBaptiste Jonglez2012-05-311-1/+1
* Fix incorrect i18n usage for some stringsBaptiste Jonglez2012-05-251-12/+12
* Switch to Linux kernel coding styleLukas Fleischer2012-05-211-693/+579
* Allow passing additional parameters to shell_exec()Lukas Fleischer2012-05-161-1/+2
* Various fixes.Baptiste Jonglez2012-05-141-1/+1
* Use status_ask_choice() on more difficult casesBaptiste Jonglez2012-05-141-22/+58
* Use status_ask_choice() where applicableBaptiste Jonglez2012-05-141-26/+32
* Use status_ask_simplechoice() where applicableBaptiste Jonglez2012-05-141-33/+30
* Declare several parameters/variables constantLukas Fleischer2012-05-081-3/+3
* src/apoint.c: Change the status message displayed when editing a durationBaptiste Jonglez2012-05-021-1/+1
* Mark localized string literals constantLukas Fleischer2012-04-051-18/+18
* Do not use LLIST_*_CONT for appointmentsLukas Fleischer2012-03-301-2/+9
* Update copyright rangesLukas Fleischer2012-03-261-1/+1
* src/day.c: Nuke unneeded variableLukas Fleischer2011-12-091-4/+1
* Removed unused parameter from apoint_sec2str()Lukas Fleischer2011-11-141-3/+3
* Use a global configuration variableLukas Fleischer2011-11-141-10/+10
* Remove parentheses from return statementsLukas Fleischer2011-11-021-9/+9
* Do not cast unused return values to voidLukas Fleischer2011-11-021-19/+18
* Avoid unnecessary start time calculationsLukas Fleischer2011-10-211-4/+7
* src/day.c: Allow editing an item's durationLukas Fleischer2011-10-211-5/+47
* src/day.c: Allow cancelling an editLukas Fleischer2011-10-211-22/+23
* Use parse_{time,duration}() where appropriateLukas Fleischer2011-10-061-18/+14
* Use LLIST_{,TS}_FIND_FOREACH_CONT where appropriateLukas Fleischer2011-10-061-3/+3
* Merge branch 'maint'Lukas Fleischer2011-07-301-0/+11
|\
| * Update the notification item in day_edit_item()Lukas Fleischer2011-07-291-0/+11
* | Refactor out note functionsLukas Fleischer2011-07-211-22/+3
* | Add day_pipe_item() functionLukas Fleischer2011-07-051-0/+55