Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-07-21 | Refactor out note functions | Lukas Fleischer | |
* Add new note_edit() and note_view() helper functions. Use these instead of copy-pasted code in *_note_edit(). * Move all note-related functions (note_edit(), note_view(), note_erase()) to a new source file "note.c". Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de> | |||
2011-07-05 | Add todo_pipe_item() function | Lukas Fleischer | |
Pipe a serialized todo item to an external process, similar to what day_pipe_item() does (cf. c3f532d814e555abf67efb136491956428f19965). Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de> | |||
2011-07-02 | Refactor out todo item serialization | Lukas Fleischer | |
Add a todo_write() function that allows one to serialize todo items and write serialized data to an output stream in a fashion similar to apoint_write() and event_write(). Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de> | |||
2011-07-02 | Use constant for maximum UTF-8 character size | Lukas Fleischer | |
Introduce a UTF8_MAXLEN constant instead of using the literal value "6" at various places. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de> | |||
2011-07-02 | Make display_todo_item() UTF-8 compatible | Lukas Fleischer | |
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de> | |||
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-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-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-04-03 | Remove dead assignments spotted by clang-analyzer. | Lukas Fleischer | |
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-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-20 | All headers gathered into a single one. Typedefs suppressed. | Frederic Culot | |
2009-07-19 | Make use of erase_note() whenever possible. | Frederic Culot | |
2009-07-12 | stdbool header removed, unsigned type used instead | Frederic Culot | |
2009-07-05 | Switch to BSD license. | Frederic Culot | |
2009-06-26 | Ability to flag todo items as completed. | Frederic Culot | |
2009-01-03 | more code cleanup | Frederic Culot | |
2009-01-02 | various bugfixes | Frederic Culot | |
2008-12-28 | Added wrappers around libc's memory management functions, to easily debug ↵ | Frederic Culot | |
memory usage | |||
2008-12-15 | small bugfixes and a major one (freeze when deleting an appointment's note, ↵ | Frederic Culot | |
thanks Jan for reporting it) | |||
2008-12-12 | code cleanup | Frederic Culot | |
2008-12-08 | color configuration menu adapted to handle user-defined key bindings | Frederic Culot | |
2008-12-07 | Checks added while loading key bindings configuration. | Frederic Culot | |
2008-11-16 | More work on implementing user-definable keybindings | Frederic Culot | |
2008-11-09 | Loading of user-configurable keys implemented | Frederic Culot | |
2008-04-19 | some memory leaks fixed using valgrind and some minor code cleanup | Frederic Culot | |
2008-04-12 | Yet another style for source code. GNU style now used (I am fed up with tabs...) | Frederic Culot | |
2008-04-04 | no more segfault when changing item priority (fixes Debian Bug #469297) | Frederic Culot | |
2008-01-20 | Code parts related to item update rewritten | Frederic Culot | |
2008-01-13 | Ability to attach notes to appointments and events added | Frederic Culot | |
2007-12-31 | Notes attached to todos can now be suppressed | Frederic Culot | |
2007-12-30 | Ability to attach notes to todo items added | Frederic Culot | |
2007-10-21 | routines updated to handle new window_t and window_e types | Frederic Culot | |
2007-08-15 | hilt_tod moved to static variable hilt | Frederic Culot | |
todo_hilt(), todo_hilt_set(), todo_hilt_decrease(), todo_hilt_increase(), todo_saved_mesg(), todo_nb(), todo_set_nb(), todo_set_first(), todo_first_increase(), todo_first_decrease(), todo_hilt_pos() added | |||
2007-07-28 | unuseful headers removed and some functions became static | Frederic Culot | |
2007-07-21 | todo_update_panel() and todo_delete() added | Frederic Culot | |
2007-04-04 | MAX_LENGTH replaced by stdio.h's BUFSIZ | Frederic Culot | |
2007-03-10 | global variable 'colr' suppressed | Frederic Culot | |
2007-01-16 | use of getstring() defines | Frederic Culot | |
2006-12-15 | strcpy replaced by strncpy | Frederic Culot | |
2006-12-13 | bugfix: call to getstring() corrected in todo_new_item() | Frederic Culot | |
2006-11-02 | todo_edit_item() created | Frederic Culot | |
2006-10-28 | getstring() call in todo_new_item() updated | Frederic Culot | |
2006-09-02 | fixed a possible infinite loop in todo_get_position() | Frederic Culot | |
2006-08-31 | todo_insert() suppressed | Frederic Culot | |
todo_new_item() updated to ask for priority todo_add() updated to sort items by priority order todo_get_priority(), todo_get_item() and todo_get_position() created |