Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 ↵ | Frederic Culot | 2009-11-01 | 1 | -6/+9 | |
| | | | | this bug). | |||||
* | 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 | |
| | | | | it). | |||||
* | 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 | |
| | | | | abort now, which induces side effects on file import). | |||||
* | 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 | |
| | ||||||
* | Switch to BSD license. | Frederic Culot | 2009-07-05 | 1 | -14/+26 | |
| | ||||||
* | Support for ical import of events which spans over several days added ↵ | Frederic Culot | 2009-07-05 | 1 | -6/+25 | |
| | | | | (thanks Andreas for reporting the bug). | |||||
* | Simplified the way data are loaded and saved. | Frederic Culot | 2009-06-28 | 1 | -177/+200 | |
| | ||||||
* | Do not export completed tasks. | Frederic Culot | 2009-06-27 | 1 | -1/+7 | |
| | ||||||
* | bugfix: missing 'T' letter in ical export DURATION field (thanks cuz for ↵ | Frederic Culot | 2009-06-23 | 1 | -3/+3 | |
| | | | | reporting it) | |||||
* | Exit directly to avoid lock removal by another instance | Frederic Culot | 2009-06-21 | 1 | -2/+2 | |
| | ||||||
* | Basic lock mechanism implemented to avoid having two calcurse instances ↵ | Frederic Culot | 2009-06-21 | 1 | -3/+50 | |
| | | | | running at the same time. | |||||
* | Fixes gcc 'format-scurity' issue (thanks Francois Boulogne for reporting this) | Frederic Culot | 2009-06-01 | 1 | -8/+9 | |
| | ||||||
* | bugfix: load keys even in non-interactive mode to avoid the loss of ↵ | Frederic Culot | 2009-01-24 | 1 | -1/+3 | |
| | | | | user-configured key bindings | |||||
* | make it possible to use KEY_HOME and KEY_END to define new key bindings, and ↵ | Frederic Culot | 2009-01-24 | 1 | -2/+2 | |
| | | | | prevent user from assigning a non-recgnized key | |||||
* | iso date format added | Frederic Culot | 2009-01-05 | 1 | -2/+3 | |
| | ||||||
* | more code cleanup | Frederic Culot | 2009-01-03 | 1 | -4/+5 | |
| | ||||||
* | code cleanup | Frederic Culot | 2009-01-02 | 1 | -11/+11 | |
| | ||||||
* | various bugfixes | Frederic Culot | 2009-01-02 | 1 | -2/+3 | |
| | ||||||
* | cut/paste feature aded | Frederic Culot | 2009-01-01 | 1 | -7/+10 | |
| | | | | | fixed a 2-years old bug that made repeated items with exceptions to load uncorrectly in some cases (thanks Jan for reporting it) | |||||
* | Automatic periodic saves implemented | Frederic Culot | 2008-12-28 | 1 | -4/+72 | |
| | ||||||
* | Added wrappers around libc's memory management functions, to easily debug ↵ | Frederic Culot | 2008-12-28 | 1 | -268/+272 | |
| | | | | memory usage | |||||
* | small bugfixes and code cleanup | Frederic Culot | 2008-12-14 | 1 | -35/+19 | |
| | ||||||
* | exceptions now properly taken into account while exporting data | Frederic Culot | 2008-12-14 | 1 | -9/+17 | |
| | ||||||
* | code cleanup | Frederic Culot | 2008-12-12 | 1 | -8/+5 | |
| | ||||||
* | color configuration menu adapted to handle user-defined key bindings | Frederic Culot | 2008-12-08 | 1 | -4/+3 | |
| | ||||||
* | Checks added while loading key bindings configuration. | Frederic Culot | 2008-12-07 | 1 | -99/+207 | |
| | ||||||
* | more work on updating online help pages | Frederic Culot | 2008-12-03 | 1 | -3/+12 | |
| | ||||||
* | User-defined keys are now saved to file. | Frederic Culot | 2008-11-25 | 1 | -20/+56 | |
| | ||||||
* | More work on implementing user-definable keybindings | Frederic Culot | 2008-11-16 | 1 | -48/+36 | |
| | ||||||
* | Loading of user-configurable keys implemented | Frederic Culot | 2008-11-09 | 1 | -2/+124 | |
| | ||||||
* | 2.3_beta released | Frederic Culot | 2008-09-29 | 1 | -14/+73 | |
| | ||||||
* | A few more bugfixes in ical import | Frederic Culot | 2008-09-24 | 1 | -29/+31 | |
| | ||||||
* | Some fixes after ical import tests. Translations updated. | Frederic Culot | 2008-09-23 | 1 | -84/+231 | |
| | ||||||
* | import flag and 'i' keybinding added | Frederic Culot | 2008-09-21 | 1 | -66/+65 | |
| | ||||||
* | More work on ical import. Macros to handle errors and to display messages in ↵ | Frederic Culot | 2008-09-20 | 1 | -120/+270 | |
| | | | | both command-line and curses mode added | |||||
* | New functions added to handle ical import | Frederic Culot | 2008-09-16 | 1 | -40/+143 | |
| |