| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Revise cut/pasting | Lukas Fleischer | 2012-06-30 | 1 | -6/+7 |
* | | Make *_free() public | Lukas Fleischer | 2012-06-30 | 1 | -0/+5 |
* | | Move apoint_{cut,paste}() to interaction unit | Lukas Fleischer | 2012-06-30 | 1 | -2/+2 |
* | | Remove "appt_pos" member from day items | Lukas Fleischer | 2012-06-30 | 1 | -1/+0 |
* | | Add an item parameter to various todo_*() functions | Lukas Fleischer | 2012-06-30 | 1 | -4/+4 |
* | | Add an item parameter to various day_*() functions | Lukas Fleischer | 2012-06-30 | 1 | -4/+4 |
* | | Revise *_delete{,_bynum}() | Lukas Fleischer | 2012-06-30 | 1 | -5/+5 |
* | | Allow passing more complex data to list callbacks | Lukas Fleischer | 2012-06-30 | 1 | -4/+4 |
* | | Rename interaction functions | Lukas Fleischer | 2012-06-30 | 1 | -10/+9 |
* | | Move interaction functions to a separate file | Lukas Fleischer | 2012-06-30 | 1 | -10/+19 |
* | | Remove unused functions | Lukas Fleischer | 2012-06-30 | 1 | -4/+0 |
* | | Simplify apoint_switch_notify() | Lukas Fleischer | 2012-06-30 | 1 | -1/+2 |
* | | src/day.c: Add day_write_stdout() | Lukas Fleischer | 2012-06-30 | 1 | -0/+2 |
* | | Make day_store_items() public | Lukas Fleischer | 2012-06-30 | 1 | -0/+2 |
* | | Simplify recur_apoint_switch_notify() | Lukas Fleischer | 2012-06-30 | 1 | -1/+1 |
* | | Rework generic item container | Lukas Fleischer | 2012-06-30 | 1 | -12/+16 |
|/ |
|
* | Fix compilation with NLS disabled | Lukas Fleischer | 2012-06-30 | 1 | -0/+1 |
* | Add key bindings to go to the previous/next month/year | Lukas Fleischer | 2012-06-13 | 1 | -1/+9 |
* | Rename displacement enumeration elements | Lukas Fleischer | 2012-06-13 | 1 | -8/+7 |
* | Make appearance.calendarview more explicit in config file | Baptiste Jonglez | 2012-05-31 | 1 | -0/+7 |
* | Provide an array of available date input formats | Baptiste Jonglez | 2012-05-31 | 1 | -0/+1 |
* | Give a meaning to DATE_FORMATS | Baptiste Jonglez | 2012-05-31 | 1 | -1/+4 |
* | Switch to Linux kernel coding style | Lukas Fleischer | 2012-05-21 | 1 | -481/+471 |
* | Allow passing additional parameters to shell_exec() | Lukas Fleischer | 2012-05-16 | 1 | -1/+1 |
* | Factorize boolean user prompting. | Baptiste Jonglez | 2012-05-14 | 1 | -1/+1 |
* | src/utils.c: Add a status_ask_simplechoice() function | Baptiste Jonglez | 2012-05-14 | 1 | -0/+1 |
* | src/utils.c: Add a status_ask_choice() function | Baptiste Jonglez | 2012-05-14 | 1 | -0/+1 |
* | Declare several parameters/variables constant | Lukas Fleischer | 2012-05-08 | 1 | -51/+52 |
* | Refactor startup screen branch | Lukas Fleischer | 2012-04-12 | 1 | -1/+1 |
* | Miscellaneous small code cleanups | Lukas Fleischer | 2012-04-06 | 1 | -0/+1 |
* | Mark some more variables/parameters constant | Lukas Fleischer | 2012-04-05 | 1 | -3/+3 |
* | Fix semantics of "general."{systemdialogs,progressbar} | Lukas Fleischer | 2012-03-29 | 1 | -2/+2 |
* | Update copyright ranges | Lukas Fleischer | 2012-03-26 | 1 | -1/+1 |
* | Do not strncpy() strings returned by gettext() | Lukas Fleischer | 2012-03-12 | 1 | -4/+4 |
* | Get rid of string structures | Lukas Fleischer | 2012-03-12 | 1 | -6/+0 |
* | Break out configuration main menu | Lukas Fleischer | 2012-03-02 | 1 | -0/+1 |
* | Revamp key bindings display | Lukas Fleischer | 2012-03-02 | 1 | -1/+2 |
* | Add a read-only option | Lukas Fleischer | 2012-02-24 | 1 | -0/+1 |
* | Split note file generation into separate function | Lukas Fleischer | 2012-01-17 | 1 | -0/+1 |
* | Break out different import/export formats | Lukas Fleischer | 2012-01-07 | 1 | -0/+8 |
* | src/utils.c: Mark is_all_digit() parameter const | Lukas Fleischer | 2011-12-09 | 1 | -1/+1 |
* | Extract config file handlers into a separate file | Lukas Fleischer | 2011-12-09 | 1 | -2/+5 |
* | Use a dynamic method to print todo items to stdout | Lukas Fleischer | 2011-11-14 | 1 | -0/+1 |
* | src/apoint.c: Remove apoint_recur_s2apoint_s() | Lukas Fleischer | 2011-11-14 | 1 | -1/+0 |
* | Use a dynamic method to print recurrent items to stdout | Lukas Fleischer | 2011-11-14 | 1 | -0/+3 |
* | Use a dynamic method to print events to stdout | Lukas Fleischer | 2011-11-14 | 1 | -0/+1 |
* | Use a dynamic method to print appointments to stdout | Lukas Fleischer | 2011-11-14 | 1 | -0/+1 |
* | Removed unused parameter from apoint_sec2str() | Lukas Fleischer | 2011-11-14 | 1 | -1/+1 |
* | Use a global configuration variable | Lukas Fleischer | 2011-11-14 | 1 | -14/+15 |
* | Merge branch 'maint' | Lukas Fleischer | 2011-11-11 | 1 | -0/+3 |
|\ |
|