Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ui-todo: Large-scale refactoring | Lukas Fleischer | 2014-05-18 | 1 | -4/+0 |
* | Display translated help pages | Lukas Fleischer | 2013-08-27 | 1 | -0/+7 |
* | Rename io_file_exist{,s}() | Lukas Fleischer | 2013-07-17 | 1 | -2/+2 |
* | Fix a couple of translatable strings | Lukas Fleischer | 2013-05-14 | 1 | -3/+3 |
* | Use tabs instead of spaces for indentation | Lukas Fleischer | 2013-04-14 | 1 | -939/+1000 |
* | Fix braces in if-else statements | Lukas Fleischer | 2013-02-17 | 1 | -12/+17 |
* | todo.c: Split out UI-related functions | Lukas Fleischer | 2013-02-14 | 1 | -2/+2 |
* | Update copyright ranges | Lukas Fleischer | 2013-02-04 | 1 | -1/+1 |
* | Properly skip spaces after exception list | Lukas Fleischer | 2013-02-01 | 1 | -2/+4 |
* | Display correct startup messages | Lukas Fleischer | 2012-12-16 | 1 | -2/+2 |
* | Add hidden key handler window | Lukas Fleischer | 2012-12-16 | 1 | -6/+6 |
* | Fix two enumeration types in function signatures | Lukas Fleischer | 2012-12-06 | 1 | -1/+1 |
* | io_load_keys(): Skip legacy entry | Lukas Fleischer | 2012-12-05 | 1 | -0/+5 |
* | io_check_*()/io_file_exist(): Fix signatures | Lukas Fleischer | 2012-11-26 | 1 | -3/+3 |
* | io.c: Several minor simplifications | Lukas Fleischer | 2012-11-25 | 1 | -43/+31 |
* | io_load_*(): Add line numbers to error messages | Lukas Fleischer | 2012-11-23 | 1 | -12/+26 |
* | Merge branch 'maint' | Lukas Fleischer | 2012-11-23 | 1 | -25/+5 |
|\ | |||||
| * | Do not display a mark when files are auto-saved | Lukas Fleischer | 2012-11-23 | 1 | -22/+2 |
| * | Replace localtime() with localtime_r() | Lukas Fleischer | 2012-11-22 | 1 | -3/+3 |
* | | Use status_ask_choice() for the export dialog | Lukas Fleischer | 2012-11-18 | 1 | -23/+0 |
* | | Allow passing both "-D" and "-c" | Lukas Fleischer | 2012-06-30 | 1 | -33/+37 |
|/ | |||||
* | Use mvwaddstr() instead of mvwprintw() | Baptiste Jonglez | 2012-05-31 | 1 | -10/+10 |
* | Switch to Linux kernel coding style | Lukas Fleischer | 2012-05-21 | 1 | -864/+709 |
* | Factorize boolean user prompting. | Baptiste Jonglez | 2012-05-14 | 1 | -10/+2 |
* | Declare several parameters/variables constant | Lukas Fleischer | 2012-05-08 | 1 | -13/+14 |
* | Add prototypes for hash table functions | Lukas Fleischer | 2012-04-21 | 1 | -0/+1 |
* | Mark several functions static | Lukas Fleischer | 2012-04-20 | 1 | -1/+1 |
* | Refactor startup screen branch | Lukas Fleischer | 2012-04-12 | 1 | -14/+8 |
* | Miscellaneous small code cleanups | Lukas Fleischer | 2012-04-06 | 1 | -3/+2 |
* | Mark some more variables/parameters constant | Lukas Fleischer | 2012-04-05 | 1 | -2/+2 |
* | Mark localized string literals constant | Lukas Fleischer | 2012-04-05 | 1 | -22/+22 |
* | Fix semantics of "general."{systemdialogs,progressbar} | Lukas Fleischer | 2012-03-29 | 1 | -6/+6 |
* | Update copyright ranges | Lukas Fleischer | 2012-03-26 | 1 | -1/+1 |
* | Add a read-only option | Lukas Fleischer | 2012-02-24 | 1 | -8/+24 |
* | src/io.c: Remove C89 incompatible comment | Lukas Fleischer | 2012-02-20 | 1 | -1/+1 |
* | Fix up fscanf() format strings | Lukas Fleischer | 2012-02-19 | 1 | -3/+3 |
* | Fix hash table issues with ISO C99 | Lukas Fleischer | 2012-02-19 | 1 | -7/+10 |
* | Remove all usages of bzero() and bcopy() | Lukas Fleischer | 2012-02-19 | 1 | -2/+2 |
* | src/io.c: Use fork_exec() instead of system() | Lukas Fleischer | 2012-02-18 | 1 | -3/+4 |
* | Add stricter syntax checking to io_load_*() | Lukas Fleischer | 2012-02-18 | 1 | -33/+41 |
* | Break out different import/export formats | Lukas Fleischer | 2012-01-07 | 1 | -1501/+8 |
* | Merge branch 'maint' | Lukas Fleischer | 2011-12-16 | 1 | -1/+5 |
|\ | |||||
| * | Format "DURATION" field properly on ical export | Jérôme Pinot | 2011-12-16 | 1 | -1/+5 |
* | | Extract config file handlers into a separate file | Lukas Fleischer | 2011-12-09 | 1 | -142/+1 |
* | | Merge branch 'maint' | Lukas Fleischer | 2011-11-15 | 1 | -2/+5 |
|\| | |||||
| * | src/io.c: Avoid use of memcpy() | Lukas Fleischer | 2011-11-11 | 1 | -2/+4 |
| * | src/io.c: Null-terminate the ical_readline() buffer | Lukas Fleischer | 2011-11-11 | 1 | -0/+1 |
* | | Use a global configuration variable | Lukas Fleischer | 2011-11-14 | 1 | -28/+26 |
* | | Merge branch 'maint' | Lukas Fleischer | 2011-11-11 | 1 | -1/+7 |
|\| | |||||
| * | Cleanup joinable threads on termination | Lukas Fleischer | 2011-10-04 | 1 | -1/+4 |