Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-04-22 | Update copyright notices in source files, documentation and "COPYING". | Lukas Fleischer | |
* Update copyright dates (use 2004-2011 as date range everywhere). * Change copyright holder from "Frederic Culot" to "calcurse Development Team". Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de> | |||
2011-04-22 | Return -1 in io_file_is_empty() if file cannot be accessed. | Lukas Fleischer | |
Ensure files don't appear as empty if fopen() fails (e.g. on temporary EACCES failures). Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de> | |||
2011-04-22 | Use generic lists for recurring item exceptions. | Lukas Fleischer | |
Rename "days" structure to "excp" which seems to be a better name here. Use generic linked lists of excp structures instead of using the "days" structure which again contains a linked list implementation. Do some cleanups and invocation fixes. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de> | |||
2011-04-19 | Use generic lists for recurring apointments and events. | Lukas Fleischer | |
Use them instead of "recur_apoint_list" and "next" pointers in "recur_event" type variables. Includes some code simplifications and cleanups. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de> | |||
2011-04-19 | Use generic lists for todo items. | Lukas Fleischer | |
Use the new generic list implementation instead of "next" pointers in todo items. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de> | |||
2011-04-19 | Use generic lists for events. | Lukas Fleischer | |
Use the new generic list implementation instead of those insane "next" pointers in events. Includes some cleanups. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de> | |||
2011-04-19 | Use generic lists for appointments. | Lukas Fleischer | |
Use the new generic list implementation instead of "apoint_list" everywhere. Simplify stuff and drop unused variables as well. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de> | |||
2011-04-12 | Fix io_file_is_empty() behaviour when file starts with a newline. | Lukas Fleischer | |
Read second byte if the first byte is a newline character to ensure the file doesn't contain any further data. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de> | |||
2011-04-12 | Drop empty notes after editing. | Lukas Fleischer | |
Keeping empty notes doesn't make sense here. Also, there doesn't seem to be a simple way to erase notes yet. This will make calcurse delete any notes that are empty (meaning that they are either 0-byte files or contain nothing but a newline character) when returning from the editor. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de> | |||
2011-04-05 | Compare pointers to "NULL" instead of "0". | Lukas Fleischer | |
"bad_zero.cocci" spatch from http://coccinelle.lip6.fr/impact_linux.php. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de> | |||
2011-03-29 | ignore the lock file if the pointed process is dead. | Erik Saule | |
Lukas: Small formatting and logic changes. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de> | |||
2011-03-14 | Overall indentation fixes. | Lukas Fleischer | |
Use spaces instead of tabs for source code indentation only, strip trailing whitespaces from lines. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de> | |||
2011-03-04 | Update website links to match the new URL. | Lukas Fleischer | |
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de> | |||
2011-03-04 | Update mail addresses to match the new mailing lists. | Lukas Fleischer | |
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de> | |||
2011-03-04 | Simplify str_toupper() in "utils.c". | Lukas Fleischer | |
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de> | |||
2011-03-03 | Remove CVS "$Id" headers. | Lukas Fleischer | |
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de> | |||
2011-03-03 | Fixed file permissions. | Lukas Fleischer | |
2010-03-21 | Avoid concurrent screen refreshes. | Frederic Culot | |
2010-03-21 | More work on sidebar customization. | Frederic Culot | |
2010-03-20 | All headers gathered into a single one. Typedefs suppressed. | Frederic Culot | |
2009-11-01 | Check for data directory availability added (thanks Brandon for reporting ↵ | Frederic Culot | |
this bug). | |||
2009-10-28 | Code to save the calendar default view in the configuration file. | Frederic Culot | |
2009-08-09 | Memory leak fixed in ical_read_note. | Frederic Culot | |
2009-08-01 | Save and restore daemon configuration options. | Frederic Culot | |
2009-07-29 | bugfixes | Frederic Culot | |
2009-07-27 | io_file_exist(): new function | Frederic Culot | |
2009-07-26 | --status flag added | Frederic Culot | |
2009-07-26 | More work on implementing calcurse daemon. | Frederic Culot | |
2009-07-23 | Incorrect duration format when exporting to ical (thanks Chris for reporting ↵ | Frederic Culot | |
it). | |||
2009-07-23 | Functions added to implement a logging mechanism for calcurse daemon. | Frederic Culot | |
2009-07-19 | Make use of erase_note() whenever possible. | Frederic Culot | |
2009-07-15 | Fixed a bug related to memory management (a free on a null pointer causes an ↵ | Frederic Culot | |
abort now, which induces side effects on file import). | |||
2009-07-12 | New wrappers around memory functions. | Frederic Culot | |
2009-07-12 | stdbool header removed, unsigned type used instead | Frederic Culot | |
2009-07-05 | Switch to BSD license. | Frederic Culot | |
2009-07-05 | Support for ical import of events which spans over several days added ↵ | Frederic Culot | |
(thanks Andreas for reporting the bug). | |||
2009-06-28 | Simplified the way data are loaded and saved. | Frederic Culot | |
2009-06-27 | Do not export completed tasks. | Frederic Culot | |
2009-06-23 | bugfix: missing 'T' letter in ical export DURATION field (thanks cuz for ↵ | Frederic Culot | |
reporting it) | |||
2009-06-21 | Exit directly to avoid lock removal by another instance | Frederic Culot | |
2009-06-21 | Basic lock mechanism implemented to avoid having two calcurse instances ↵ | Frederic Culot | |
running at the same time. | |||
2009-06-01 | Fixes gcc 'format-scurity' issue (thanks Francois Boulogne for reporting this) | Frederic Culot | |
2009-01-24 | bugfix: load keys even in non-interactive mode to avoid the loss of ↵ | Frederic Culot | |
user-configured key bindings | |||
2009-01-24 | make it possible to use KEY_HOME and KEY_END to define new key bindings, and ↵ | Frederic Culot | |
prevent user from assigning a non-recgnized key | |||
2009-01-05 | iso date format added | Frederic Culot | |
2009-01-03 | more code cleanup | Frederic Culot | |
2009-01-02 | code cleanup | Frederic Culot | |
2009-01-02 | various bugfixes | Frederic Culot | |
2009-01-01 | cut/paste feature aded | Frederic Culot | |
fixed a 2-years old bug that made repeated items with exceptions to load uncorrectly in some cases (thanks Jan for reporting it) | |||
2008-12-28 | Automatic periodic saves implemented | Frederic Culot | |