| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Do not unlink() note files on note removal | Lukas Fleischer | 2011-10-05 | 1 | -6/+5 |
* | | Accept variable length note names | Lukas Fleischer | 2011-10-05 | 1 | -1/+2 |
* | | Refactor out note deserialization | Lukas Fleischer | 2011-10-05 | 1 | -0/+1 |
* | | Add a copy file routine | Lukas Fleischer | 2011-10-05 | 1 | -0/+1 |
* | | Add configuration option to notify all appointments | Lukas Fleischer | 2011-07-31 | 1 | -0/+1 |
* | | Merge branch 'maint' | Lukas Fleischer | 2011-07-30 | 1 | -1/+1 |
|\| |
|
| * | Add "force" parameter to notify_check_next_app() | Lukas Fleischer | 2011-07-29 | 1 | -1/+1 |
* | | src/calcurse.h: Whitespace cleanup | Lukas Fleischer | 2011-07-28 | 1 | -73/+70 |
* | | Refactor out note functions | Lukas Fleischer | 2011-07-21 | 1 | -1/+5 |
* | | Declare foreground and background variables global | Lukas Fleischer | 2011-07-21 | 1 | -1/+2 |
* | | Refactor conf_parse_bool() | Lukas Fleischer | 2011-07-21 | 1 | -1/+1 |
* | | Merge branch 'maint' | Lukas Fleischer | 2011-07-10 | 1 | -0/+1 |
|\| |
|
| * | Honor "TMPDIR" environment variable | Lukas Fleischer | 2011-07-09 | 1 | -0/+1 |
* | | Add key binding for pipe-item command | Lukas Fleischer | 2011-07-07 | 1 | -0/+1 |
* | | Add todo_pipe_item() function | Lukas Fleischer | 2011-07-05 | 1 | -0/+1 |
* | | Add day_pipe_item() function | Lukas Fleischer | 2011-07-05 | 1 | -0/+1 |
* | | Add press_any_key() function | Lukas Fleischer | 2011-07-05 | 1 | -0/+1 |
* | | Refactor wins_launch_external() | Lukas Fleischer | 2011-07-02 | 1 | -1/+3 |
* | | Add shell_exec() function | Lukas Fleischer | 2011-07-02 | 1 | -0/+1 |
* | | Add child_wait() function | Lukas Fleischer | 2011-07-02 | 1 | -0/+1 |
* | | Add fork_exec() function | Lukas Fleischer | 2011-07-02 | 1 | -0/+1 |
* | | Make recur_*_write() public | Lukas Fleischer | 2011-07-02 | 1 | -0/+2 |
* | | Refactor out todo item serialization | Lukas Fleischer | 2011-07-02 | 1 | -0/+1 |
* | | Use constant for maximum UTF-8 character size | Lukas Fleischer | 2011-07-02 | 1 | -0/+1 |
* | | Split line editing functions into separate file | Lukas Fleischer | 2011-06-29 | 1 | -2/+4 |
* | | Add basic UTF-8 helper functions | Lukas Fleischer | 2011-06-29 | 1 | -0/+4 |
* | | src/calcurse.h: Add UTF-8 related macros | Lukas Fleischer | 2011-06-29 | 1 | -0/+8 |
|/ |
|
* | Avoid redundant redraws on resize | Lukas Fleischer | 2011-06-28 | 1 | -0/+1 |
* | Fix whitespace issues | Lukas Fleischer | 2011-06-09 | 1 | -9/+9 |
* | Update copyright notices in source files, documentation and "COPYING". | Lukas Fleischer | 2011-04-22 | 1 | -1/+1 |
* | Use generic lists for recurring item exceptions. | Lukas Fleischer | 2011-04-22 | 1 | -11/+9 |
* | Remove "next" member from "recur_apoint" structure. | Lukas Fleischer | 2011-04-19 | 1 | -1/+0 |
* | Use generic lists for recurring apointments and events. | Lukas Fleischer | 2011-04-19 | 1 | -9/+2 |
* | Add recur_apoint_inday() and recur_event_inday(). | Lukas Fleischer | 2011-04-19 | 1 | -0/+2 |
* | Use generic lists for generic day items. | Lukas Fleischer | 2011-04-19 | 1 | -1/+0 |
* | Use generic lists for todo items. | Lukas Fleischer | 2011-04-19 | 1 | -2/+2 |
* | Use generic lists for events. | Lukas Fleischer | 2011-04-19 | 1 | -3/+2 |
* | Remove "next" member from "apoint" structure. | Lukas Fleischer | 2011-04-19 | 1 | -1/+0 |
* | Use generic lists for appointments. | Lukas Fleischer | 2011-04-19 | 1 | -8/+2 |
* | Add macros to use for thread-safe linked lists. | Lukas Fleischer | 2011-04-19 | 1 | -0/+1 |
* | Add linked lists implementation. | Lukas Fleischer | 2011-04-19 | 1 | -0/+1 |
* | Declare exit_calcurse() "noreturn". | Lukas Fleischer | 2011-04-12 | 1 | -1/+1 |
* | Drop empty notes after editing. | Lukas Fleischer | 2011-04-12 | 1 | -0/+1 |
* | 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 |
* | Remove date_sec2hour_str() from "utils.c". | Lukas Fleischer | 2011-03-04 | 1 | -1/+0 |
* | Simplify str_toupper() in "utils.c". | Lukas Fleischer | 2011-03-04 | 1 | -1/+1 |
* | Remove CVS "$Id" headers. | Lukas Fleischer | 2011-03-03 | 1 | -2/+0 |
* | Make parse_date accept several short forms. | Lukas Fleischer | 2011-01-11 | 1 | -2/+3 |
* | Compilation issue related to memory functions definition fixed (thanks Doug f... | Frederic Culot | 2010-03-22 | 1 | -17/+21 |