| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Accept variable length note names | Lukas Fleischer | 2011-10-05 | 1 | -4/+4 |
* | | Refactor out note deserialization | Lukas Fleischer | 2011-10-05 | 1 | -8/+2 |
* | | Add a copy file routine | Lukas Fleischer | 2011-10-05 | 1 | -0/+33 |
* | | Merge branch 'maint' | Lukas Fleischer | 2011-09-06 | 1 | -112/+69 |
|\| |
|
| * | src/io.c: iCal content line folding correctness | Lukas Fleischer | 2011-08-26 | 1 | -112/+69 |
* | | Add configuration option to notify all appointments | Lukas Fleischer | 2011-07-31 | 1 | -0/+4 |
* | | Merge branch 'maint' | Lukas Fleischer | 2011-07-28 | 1 | -2/+2 |
|\| |
|
| * | io.c: Accept resource parameters in iCal import | Lukas Fleischer | 2011-07-28 | 1 | -2/+2 |
* | | Use gettext plural features | Lukas Fleischer | 2011-07-24 | 1 | -6/+8 |
* | | Split stats messages in io_import_data() | Lukas Fleischer | 2011-07-24 | 1 | -10/+12 |
* | | Use single-line configuration settings by default | Lukas Fleischer | 2011-07-15 | 1 | -22/+23 |
* | | Skip indentation and comments in io_extract_data() | Lukas Fleischer | 2011-07-15 | 1 | -1/+2 |
* | | Remove artificial delay when saving data | Lukas Fleischer | 2011-07-14 | 1 | -3/+0 |
* | | Merge branch 'maint' | Lukas Fleischer | 2011-07-10 | 1 | -2/+4 |
|\| |
|
| * | Honor "TMPDIR" environment variable | Lukas Fleischer | 2011-07-09 | 1 | -2/+4 |
* | | Refactor out todo item serialization | Lukas Fleischer | 2011-07-02 | 1 | -4/+1 |
|/ |
|
* | Update copyright notices in source files, documentation and "COPYING". | Lukas Fleischer | 2011-04-22 | 1 | -1/+1 |
* | Return -1 in io_file_is_empty() if file cannot be accessed. | Lukas Fleischer | 2011-04-22 | 1 | -1/+1 |
* | Use generic lists for recurring item exceptions. | Lukas Fleischer | 2011-04-22 | 1 | -53/+50 |
* | Use generic lists for recurring apointments and events. | Lukas Fleischer | 2011-04-19 | 1 | -58/+67 |
* | Use generic lists for todo items. | Lukas Fleischer | 2011-04-19 | 1 | -14/+17 |
* | Use generic lists for events. | Lukas Fleischer | 2011-04-19 | 1 | -10/+16 |
* | Use generic lists for appointments. | Lukas Fleischer | 2011-04-19 | 1 | -18/+25 |
* | Fix io_file_is_empty() behaviour when file starts with a newline. | Lukas Fleischer | 2011-04-12 | 1 | -1/+1 |
* | Drop empty notes after editing. | Lukas Fleischer | 2011-04-12 | 1 | -0/+25 |
* | Compare pointers to "NULL" instead of "0". | Lukas Fleischer | 2011-04-05 | 1 | -25/+25 |
* | ignore the lock file if the pointed process is dead. | Erik Saule | 2011-03-29 | 1 | -8/+24 |
* | Overall indentation fixes. | Lukas Fleischer | 2011-03-14 | 1 | -274/+274 |
* | Update website links to match the new URL. | Lukas Fleischer | 2011-03-04 | 1 | -1/+1 |
* | Update mail addresses to match the new mailing lists. | Lukas Fleischer | 2011-03-04 | 1 | -1/+1 |
* | Simplify str_toupper() in "utils.c". | Lukas Fleischer | 2011-03-04 | 1 | -22/+21 |
* | Remove CVS "$Id" headers. | Lukas Fleischer | 2011-03-03 | 1 | -2/+0 |
* | Fixed file permissions. | Lukas Fleischer | 2011-03-03 | 1 | -0/+0 |
* | Avoid concurrent screen refreshes. | Frederic Culot | 2010-03-21 | 1 | -6/+6 |
* | More work on sidebar customization. | Frederic Culot | 2010-03-21 | 1 | -1/+6 |
* | All headers gathered into a single one. Typedefs suppressed. | Frederic Culot | 2010-03-20 | 1 | -93/+78 |
* | Check for data directory availability added (thanks Brandon for reporting thi... | Frederic Culot | 2009-11-01 | 1 | -6/+9 |
* | Code to save the calendar default view in the configuration file. | Frederic Culot | 2009-10-28 | 1 | -1/+5 |
* | Memory leak fixed in ical_read_note. | Frederic Culot | 2009-08-09 | 1 | -1/+2 |
* | Save and restore daemon configuration options. | Frederic Culot | 2009-08-01 | 1 | -2/+13 |
* | bugfixes | Frederic Culot | 2009-07-29 | 1 | -5/+6 |
* | io_file_exist(): new function | Frederic Culot | 2009-07-27 | 1 | -5/+21 |
* | --status flag added | Frederic Culot | 2009-07-26 | 1 | -1/+26 |
* | More work on implementing calcurse daemon. | Frederic Culot | 2009-07-26 | 1 | -17/+30 |
* | Incorrect duration format when exporting to ical (thanks Chris for reporting ... | Frederic Culot | 2009-07-23 | 1 | -3/+3 |
* | Functions added to implement a logging mechanism for calcurse daemon. | Frederic Culot | 2009-07-23 | 1 | -2/+32 |
* | Make use of erase_note() whenever possible. | Frederic Culot | 2009-07-19 | 1 | -15/+19 |
* | Fixed a bug related to memory management (a free on a null pointer causes an ... | Frederic Culot | 2009-07-15 | 1 | -3/+5 |
* | New wrappers around memory functions. | Frederic Culot | 2009-07-12 | 1 | -2/+2 |
* | stdbool header removed, unsigned type used instead | Frederic Culot | 2009-07-12 | 1 | -2/+2 |