aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Miscellaneous small code cleanupsLukas Fleischer2012-04-068-29/+24
* src/keys.c: Use generic list implementationLukas Fleischer2012-04-051-77/+36
* Mark some more variables/parameters constantLukas Fleischer2012-04-054-7/+7
* Mark localized string literals constantLukas Fleischer2012-04-0512-89/+89
* Do not use LLIST_*_CONT for appointmentsLukas Fleischer2012-03-301-2/+9
* Revert a bunch of strncmp() conversionsLukas Fleischer2012-03-302-23/+23
* Fix semantics of "general."{systemdialogs,progressbar}Lukas Fleischer2012-03-297-23/+23
* src/config.c: Detect legacy configuration filesLukas Fleischer2012-03-291-0/+27
* src/config.c: Reorder configuration variablesLukas Fleischer2012-03-291-15/+15
* src/config.c: Rename configuration variablesLukas Fleischer2012-03-271-22/+22
* Update copyright rangesLukas Fleischer2012-03-2632-34/+34
* Do not strncpy() strings returned by gettext()Lukas Fleischer2012-03-126-26/+20
* Get rid of string structuresLukas Fleischer2012-03-123-77/+71
* Use strcmp() instead of strncmp()Lukas Fleischer2012-03-125-36/+36
* Avoid redundant window resets in config menuLukas Fleischer2012-03-121-1/+4
* Avoid redundant virtual screen updatesLukas Fleischer2012-03-122-3/+0
* Break out configuration main menuLukas Fleischer2012-03-023-49/+58
* Revamp key bindings displayLukas Fleischer2012-03-024-69/+96
* Add a read-only optionLukas Fleischer2012-02-245-18/+38
* src/io.c: Remove C89 incompatible commentLukas Fleischer2012-02-201-1/+1
* {src,test}/Makefile.am: Enable pedantic warningsLukas Fleischer2012-02-191-0/+2
* Fix up fscanf() format stringsLukas Fleischer2012-02-192-4/+4
* Fix hash table issues with ISO C99Lukas Fleischer2012-02-193-13/+18
* Fix POSIX complianceLukas Fleischer2012-02-192-0/+6
* Remove all usages of bzero() and bcopy()Lukas Fleischer2012-02-195-13/+13
* Fix up strncat() usageLukas Fleischer2012-02-184-8/+7
* src/io.c: Use fork_exec() instead of system()Lukas Fleischer2012-02-181-3/+4
* Don't chomp on error in ical_readline_init()Lukas Fleischer2012-02-181-4/+6
* Add stricter syntax checking to io_load_*()Lukas Fleischer2012-02-181-33/+41
* Trap fgets() failure in *_scan()Lukas Fleischer2012-02-183-4/+12
* src/config.c: Add missing configuration variablesLukas Fleischer2012-02-171-15/+42
* src/config.c: Revamp configuration file parsingLukas Fleischer2012-02-171-130/+81
* src/config.c: Add more parser/serialization wrappersLukas Fleischer2012-02-171-67/+133
* src/config.c: Introduce config_parse_str()Lukas Fleischer2012-02-171-13/+14
* src/config.c: Keep formatting and commentsLukas Fleischer2012-02-171-131/+46
* src/config.c: Add serialization helperLukas Fleischer2012-02-171-53/+184
* src/config.c: Add junk callback to config_file_walk()Lukas Fleischer2012-02-161-3/+9
* src/config.c: Make config file reading more flexibleLukas Fleischer2012-02-161-11/+27
* src/llist.c: Bail out early on negative indexesLukas Fleischer2012-02-161-1/+7
* src/calendar.c: Fix range check in calendar_move()Lukas Fleischer2012-01-211-12/+14
* Split note file generation into separate functionLukas Fleischer2012-01-173-12/+23
* Break out different import/export formatsLukas Fleischer2012-01-075-1501/+1598
* src/apoint.c: Update in-notify-bar help for new duration syntaxBaptiste Jonglez2012-01-071-2/+2
* src/apoint.c: Fix a length bug introduced by new duration formatBaptiste Jonglez2012-01-071-1/+1
* Merge branch 'maint'Lukas Fleischer2011-12-161-1/+5
|\
| * Format "DURATION" field properly on ical exportJérôme Pinot2011-12-161-1/+5
* | src/config.c: Drop support for legacy color schemesLukas Fleischer2011-12-121-85/+36
* | src/utils.c: Mark is_all_digit() parameter constLukas Fleischer2011-12-092-2/+2
* | src/config.c: Remove map for configuration variablesLukas Fleischer2011-12-091-169/+114
* | Extract config file handlers into a separate fileLukas Fleischer2011-12-098-550/+594