summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-04-20Mark several functions staticLukas Fleischer
2012-04-17Merge "%(start"{,str}")" and "%(end"{,str}")"Lukas Fleischer
2012-04-17Support extended date formatsLukas Fleischer
2012-04-17Allow passing extended formatsLukas Fleischer
2012-04-17Add support for long format specifiersLukas Fleischer
2012-04-17src/utils.c: Break out format specifier parsingLukas Fleischer
2012-04-12src/calcurse.c: Start all helper threads in one goLukas Fleischer
2012-04-12Refactor startup screen branchLukas Fleischer
2012-04-12Use percentage-based width for the sidebarLukas Fleischer
2012-04-06src/mem.c: Fix putchar() parameterLukas Fleischer
2012-04-06Miscellaneous small code cleanupsLukas Fleischer
2012-04-05src/keys.c: Use generic list implementationLukas Fleischer
2012-04-05Mark some more variables/parameters constantLukas Fleischer
2012-04-05Mark localized string literals constantLukas Fleischer
2012-03-30Do not use LLIST_*_CONT for appointmentsLukas Fleischer
2012-03-30Revert a bunch of strncmp() conversionsLukas Fleischer
2012-03-29Fix semantics of "general."{systemdialogs,progressbar}Lukas Fleischer
2012-03-29src/config.c: Detect legacy configuration filesLukas Fleischer
2012-03-29src/config.c: Reorder configuration variablesLukas Fleischer
2012-03-27src/config.c: Rename configuration variablesLukas Fleischer
2012-03-26Update copyright rangesLukas Fleischer
2012-03-12Do not strncpy() strings returned by gettext()Lukas Fleischer
2012-03-12Get rid of string structuresLukas Fleischer
2012-03-12Use strcmp() instead of strncmp()Lukas Fleischer
2012-03-12Avoid redundant window resets in config menuLukas Fleischer
2012-03-12Avoid redundant virtual screen updatesLukas Fleischer
2012-03-02Break out configuration main menuLukas Fleischer
2012-03-02Revamp key bindings displayLukas Fleischer
2012-02-24Add a read-only optionLukas Fleischer
2012-02-20src/io.c: Remove C89 incompatible commentLukas Fleischer
2012-02-19{src,test}/Makefile.am: Enable pedantic warningsLukas Fleischer
2012-02-19Fix up fscanf() format stringsLukas Fleischer
2012-02-19Fix hash table issues with ISO C99Lukas Fleischer
2012-02-19Fix POSIX complianceLukas Fleischer
2012-02-19Remove all usages of bzero() and bcopy()Lukas Fleischer
2012-02-18Fix up strncat() usageLukas Fleischer
2012-02-18src/io.c: Use fork_exec() instead of system()Lukas Fleischer
2012-02-18Don't chomp on error in ical_readline_init()Lukas Fleischer
2012-02-18Add stricter syntax checking to io_load_*()Lukas Fleischer
2012-02-18Trap fgets() failure in *_scan()Lukas Fleischer
2012-02-17src/config.c: Add missing configuration variablesLukas Fleischer
2012-02-17src/config.c: Revamp configuration file parsingLukas Fleischer
2012-02-17src/config.c: Add more parser/serialization wrappersLukas Fleischer
2012-02-17src/config.c: Introduce config_parse_str()Lukas Fleischer
2012-02-17src/config.c: Keep formatting and commentsLukas Fleischer
2012-02-17src/config.c: Add serialization helperLukas Fleischer
2012-02-16src/config.c: Add junk callback to config_file_walk()Lukas Fleischer
2012-02-16src/config.c: Make config file reading more flexibleLukas Fleischer
2012-02-16src/llist.c: Bail out early on negative indexesLukas Fleischer
2012-01-21src/calendar.c: Fix range check in calendar_move()Lukas Fleischer