summaryrefslogtreecommitdiff
path: root/src/io.c
AgeCommit message (Expand)Author
2014-05-18ui-todo: Large-scale refactoringLukas Fleischer
2013-08-27Display translated help pagesLukas Fleischer
2013-07-17Rename io_file_exist{,s}()Lukas Fleischer
2013-05-14Fix a couple of translatable stringsLukas Fleischer
2013-04-14Use tabs instead of spaces for indentationLukas Fleischer
2013-02-17Fix braces in if-else statementsLukas Fleischer
2013-02-14todo.c: Split out UI-related functionsLukas Fleischer
2013-02-04Update copyright rangesLukas Fleischer
2013-02-01Properly skip spaces after exception listLukas Fleischer
2012-12-16Display correct startup messagesLukas Fleischer
2012-12-16Add hidden key handler windowLukas Fleischer
2012-12-06Fix two enumeration types in function signaturesLukas Fleischer
2012-12-05io_load_keys(): Skip legacy entryLukas Fleischer
2012-11-26io_check_*()/io_file_exist(): Fix signaturesLukas Fleischer
2012-11-25io.c: Several minor simplificationsLukas Fleischer
2012-11-23io_load_*(): Add line numbers to error messagesLukas Fleischer
2012-11-23Merge branch 'maint'Lukas Fleischer
2012-11-23Do not display a mark when files are auto-savedLukas Fleischer
2012-11-22Replace localtime() with localtime_r()Lukas Fleischer
2012-11-18Use status_ask_choice() for the export dialogLukas Fleischer
2012-06-30Allow passing both "-D" and "-c"Lukas Fleischer
2012-05-31Use mvwaddstr() instead of mvwprintw()Baptiste Jonglez
2012-05-21Switch to Linux kernel coding styleLukas Fleischer
2012-05-14Factorize boolean user prompting.Baptiste Jonglez
2012-05-08Declare several parameters/variables constantLukas Fleischer
2012-04-21Add prototypes for hash table functionsLukas Fleischer
2012-04-20Mark several functions staticLukas Fleischer
2012-04-12Refactor startup screen branchLukas Fleischer
2012-04-06Miscellaneous small code cleanupsLukas Fleischer
2012-04-05Mark some more variables/parameters constantLukas Fleischer
2012-04-05Mark localized string literals constantLukas Fleischer
2012-03-29Fix semantics of "general."{systemdialogs,progressbar}Lukas Fleischer
2012-03-26Update copyright rangesLukas Fleischer
2012-02-24Add a read-only optionLukas Fleischer
2012-02-20src/io.c: Remove C89 incompatible commentLukas Fleischer
2012-02-19Fix up fscanf() format stringsLukas Fleischer
2012-02-19Fix hash table issues with ISO C99Lukas Fleischer
2012-02-19Remove all usages of bzero() and bcopy()Lukas Fleischer
2012-02-18src/io.c: Use fork_exec() instead of system()Lukas Fleischer
2012-02-18Add stricter syntax checking to io_load_*()Lukas Fleischer
2012-01-07Break out different import/export formatsLukas Fleischer
2011-12-16Merge branch 'maint'Lukas Fleischer
2011-12-16Format "DURATION" field properly on ical exportJérôme Pinot
2011-12-09Extract config file handlers into a separate fileLukas Fleischer
2011-11-15Merge branch 'maint'Lukas Fleischer
2011-11-14Use a global configuration variableLukas Fleischer
2011-11-11Merge branch 'maint'Lukas Fleischer
2011-11-11src/io.c: Avoid use of memcpy()Lukas Fleischer
2011-11-11src/io.c: Null-terminate the ical_readline() bufferLukas Fleischer
2011-11-02Remove parentheses from return statementsLukas Fleischer