| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Switch to BSD license. | Frederic Culot | 2009-07-05 | 1 | -14/+26 |
* | Support for ical import of events which spans over several days added (thanks... | Frederic Culot | 2009-07-05 | 1 | -6/+25 |
* | 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 repo... | Frederic Culot | 2009-06-23 | 1 | -3/+3 |
* | 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 runni... | Frederic Culot | 2009-06-21 | 1 | -3/+50 |
* | 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 user-conf... | Frederic Culot | 2009-01-24 | 1 | -1/+3 |
* | make it possible to use KEY_HOME and KEY_END to define new key bindings, and ... | Frederic Culot | 2009-01-24 | 1 | -2/+2 |
* | 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 |
* | Automatic periodic saves implemented | Frederic Culot | 2008-12-28 | 1 | -4/+72 |
* | Added wrappers around libc's memory management functions, to easily debug mem... | Frederic Culot | 2008-12-28 | 1 | -268/+272 |
* | 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 |
* | New functions added to handle ical import | Frederic Culot | 2008-09-16 | 1 | -40/+143 |
* | Initial work on icalendar import | Frederic Culot | 2008-09-15 | 1 | -8/+742 |
* | wrong data path init fixed (thanks Herbert for reporting it) | Frederic Culot | 2008-08-18 | 1 | -3/+3 |
* | Optional 'format' option added to '-x' flag, help updated | Frederic Culot | 2008-08-11 | 1 | -11/+14 |
* | pcal export added | Frederic Culot | 2008-08-10 | 1 | -39/+336 |
* | new command line options added (thanks Erik for the patch) | Frederic Culot | 2008-08-06 | 1 | -52/+66 |
* | Yet another style for source code. GNU style now used (I am fed up with tabs...) | Frederic Culot | 2008-04-12 | 1 | -716/+810 |
* | Tony's patch concerning date format configuration imported | Frederic Culot | 2008-04-09 | 1 | -1/+11 |
* | Code parts related to item update rewritten | Frederic Culot | 2008-01-20 | 1 | -3/+4 |
* | minor improvements and bugfixes | Frederic Culot | 2008-01-17 | 1 | -2/+10 |
* | Ability to attach notes to appointments and events added | Frederic Culot | 2008-01-13 | 1 | -9/+22 |
* | Ability to attach notes to todo items added | Frederic Culot | 2007-12-30 | 1 | -45/+76 |
* | routines updated to handle new window_t and window_e types | Frederic Culot | 2007-10-21 | 1 | -15/+15 |
* | export to /tmp/calcurse.ics is now performed in case /home/pepe is not set | Frederic Culot | 2007-09-16 | 1 | -5/+5 |
* | io_load_todo() updated to use todo_set_nb() | Frederic Culot | 2007-08-15 | 1 | -4/+4 |