Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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). | ||||
* | More explicit error message. | Frederic Culot | 2009-07-05 | 1 | -2/+2 |
| | |||||
* | manpage updated with the -S flag description | Frederic Culot | 2009-07-05 | 1 | -2/+8 |
| | |||||
* | Support added for regex-based searches. Many thanks Erik for providing the ↵ | Frederic Culot | 2009-07-05 | 1 | -16/+63 |
| | | | | patch. | ||||
* | Fixed a bug in the line editor: characters could be erased before the ↵ | Frederic Culot | 2009-07-05 | 1 | -2/+2 |
| | | | | beginning of the string (thanks Martin for reporting this). | ||||
* | Simplified the way data are loaded and saved. | Frederic Culot | 2009-06-28 | 3 | -203/+226 |
| | |||||
* | Help updated for the -t command line flag. | Frederic Culot | 2009-06-28 | 1 | -2/+4 |
| | |||||
* | manpage updated | Frederic Culot | 2009-06-27 | 1 | -4/+5 |
| | |||||
* | Help page updated for the flag command | Frederic Culot | 2009-06-27 | 1 | -5/+9 |
| | |||||
* | Do not export completed tasks. | Frederic Culot | 2009-06-27 | 1 | -1/+7 |
| | |||||
* | Flag command added in todo panel | Frederic Culot | 2009-06-26 | 1 | -4/+4 |
| | |||||
* | Ability to flag todo items as completed. | Frederic Culot | 2009-06-26 | 4 | -34/+95 |
| | |||||
* | Do not print todo items twice if the -d and -t flags are given (thanks Timo ↵ | Frederic Culot | 2009-06-26 | 1 | -3/+2 |
| | | | | for reporting this bug). | ||||
* | Make the argument given to -r or -s flags optional. | Frederic Culot | 2009-06-23 | 1 | -4/+4 |
| | |||||
* | Need to remove lock only if interactive mode was launched before. | Frederic Culot | 2009-06-23 | 1 | -2/+10 |
| | |||||
* | 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 | 6 | -9/+66 |
| | | | | running at the same time. | ||||
* | Fixed a memory leak caused by a wrong usage of the notify_app structure | Frederic Culot | 2009-06-21 | 1 | -14/+23 |
| | |||||
* | Free memory associated with structure used for appointments notification. | Frederic Culot | 2009-06-21 | 3 | -3/+16 |
| | |||||
* | Copyright date updated | Frederic Culot | 2009-06-20 | 1 | -2/+2 |
| | |||||
* | Day names and selected date colour now follow user's theme. | Frederic Culot | 2009-06-20 | 1 | -10/+10 |
| | |||||
* | Bugfix: avoid a possible freeze under OpenBSD when changing color from ↵ | Frederic Culot | 2009-06-20 | 1 | -3/+12 |
| | | | | within the configuration screen. | ||||
* | Fixes gcc 'format-scurity' issue (thanks Francois Boulogne for reporting this) | Frederic Culot | 2009-06-01 | 1 | -8/+9 |
| | |||||
* | The buffer should be allocated dynamically, but I am quite busy right now ↵ | Frederic Culot | 2009-05-22 | 5 | -15/+13 |
| | | | | :'( Anyway, thanks Kamil for feedback | ||||
* | do not crash when canceling the thread if it was not launched before | Frederic Culot | 2009-01-24 | 1 | -5/+4 |
| | |||||
* | bugfix: load keys even in non-interactive mode to avoid the loss of ↵ | Frederic Culot | 2009-01-24 | 4 | -20/+18 |
| | | | | user-configured key bindings | ||||
* | manpage updated for 2.5 | Frederic Culot | 2009-01-24 | 1 | -5/+20 |
| | |||||
* | make it possible to use KEY_HOME and KEY_END to define new key bindings, and ↵ | Frederic Culot | 2009-01-24 | 5 | -19/+87 |
| | | | | prevent user from assigning a non-recgnized key | ||||
* | ability to link against ncursesw if ncurses is not found | Frederic Culot | 2009-01-23 | 3 | -4/+42 |
| | |||||
* | bugfix: avoid possible segfault if notify_stop_main_thread is called before ↵ | Frederic Culot | 2009-01-22 | 1 | -2/+3 |
| | | | | thread was launched (thanks Jan for reporting this) | ||||
* | iso date format added | Frederic Culot | 2009-01-05 | 4 | -26/+59 |
| | |||||
* | help page added to describe the cut and paste feature | Frederic Culot | 2009-01-04 | 1 | -2/+26 |
| | |||||
* | more code cleanup | Frederic Culot | 2009-01-03 | 22 | -297/+318 |
| | |||||
* | code cleanup | Frederic Culot | 2009-01-02 | 10 | -235/+206 |
| | |||||
* | various bugfixes | Frederic Culot | 2009-01-02 | 8 | -37/+40 |
| | |||||
* | cut/paste feature aded | Frederic Culot | 2009-01-01 | 14 | -173/+742 |
| | | | | | 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 | 11 | -61/+194 |
| | |||||
* | new files to monitor memory usage | Frederic Culot | 2008-12-28 | 2 | -0/+312 |
| | |||||
* | Added wrappers around libc's memory management functions, to easily debug ↵ | Frederic Culot | 2008-12-28 | 26 | -660/+844 |
| | | | | memory usage | ||||
* | new layout configuration menu | Frederic Culot | 2008-12-20 | 6 | -33/+171 |
| | |||||
* | memory leak due to wrong thread usage fixed | Frederic Culot | 2008-12-18 | 1 | -2/+8 |
| | |||||
* | small bugfixes and a major one (freeze when deleting an appointment's note, ↵ | Frederic Culot | 2008-12-15 | 5 | -16/+21 |
| | | | | thanks Jan for reporting it) | ||||
* | small bugfixes and code cleanup | Frederic Culot | 2008-12-14 | 7 | -160/+86 |
| | |||||
* | exceptions now properly taken into account while exporting data | Frederic Culot | 2008-12-14 | 3 | -30/+19 |
| | |||||
* | daylight saving time related problems fixed (thanks youshe and Jan for ↵ | Frederic Culot | 2008-12-13 | 2 | -10/+8 |
| | | | | reporting them) | ||||
* | code cleanup | Frederic Culot | 2008-12-12 | 10 | -193/+93 |
| | |||||
* | manual and manpage updated for 2.4 | Frederic Culot | 2008-12-09 | 1 | -6/+9 |
| | |||||
* | Switched to calcurse-2.4_beta. Fixed compiler flags overwriting and added ↵ | Frederic Culot | 2008-12-08 | 1 | -1/+2 |
| | | | | locale.h include (thanks Cedric for your patch) | ||||
* | color configuration menu adapted to handle user-defined key bindings | Frederic Culot | 2008-12-08 | 8 | -55/+96 |
| |