aboutsummaryrefslogtreecommitdiffstats
path: root/src/day.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Use constant for maximum UTF-8 character sizeLukas Fleischer2011-07-021-1/+1
* | Make display_item() UTF-8 compatibleLukas Fleischer2011-06-291-6/+15
|/
* Do not try to display items with negative widthLukas Fleischer2011-06-281-0/+3
* Update copyright notices in source files, documentation and "COPYING".Lukas Fleischer2011-04-221-1/+1
* Return -1 in io_file_is_empty() if file cannot be accessed.Lukas Fleischer2011-04-221-1/+1
* Use generic lists for recurring apointments and events.Lukas Fleischer2011-04-191-56/+40
* Use generic lists for generic day items.Lukas Fleischer2011-04-191-100/+88
* Use generic lists for events.Lukas Fleischer2011-04-191-11/+7
* Use generic lists for appointments.Lukas Fleischer2011-04-191-35/+30
* Drop empty notes after editing.Lukas Fleischer2011-04-121-0/+3
* Compare pointers to "NULL" instead of "0".Lukas Fleischer2011-04-051-14/+14
* Remove dead assignments spotted by clang-analyzer.Lukas Fleischer2011-04-031-13/+5
* Overall indentation fixes.Lukas Fleischer2011-03-141-272/+272
* Update website links to match the new URL.Lukas Fleischer2011-03-041-1/+1
* Update mail addresses to match the new mailing lists.Lukas Fleischer2011-03-041-1/+1
* Remove date_sec2hour_str() from "utils.c".Lukas Fleischer2011-03-041-1/+1
* Remove CVS "$Id" headers.Lukas Fleischer2011-03-031-2/+0
* Fixed file permissions.Lukas Fleischer2011-03-031-0/+0
* Make parse_date accept several short forms.Lukas Fleischer2011-01-111-2/+2
* All headers gathered into a single one. Typedefs suppressed.Frederic Culot2010-03-201-64/+66
* Bugfix in the way time slices are filled.Frederic Culot2009-10-161-5/+11
* More work on the weekly calendar view.Frederic Culot2009-10-081-1/+66
* stdbool header removed, unsigned type used insteadFrederic Culot2009-07-121-5/+5