Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | Checks added while loading key bindings configuration. | Frederic Culot | 2008-12-07 | 13 | -183/+311 | |
| | ||||||
* | more work on updating online help pages | Frederic Culot | 2008-12-03 | 3 | -183/+232 | |
| | ||||||
* | online help pages updated | Frederic Culot | 2008-11-30 | 2 | -12/+13 | |
| | ||||||
* | Online help updated to display user-defined keys. | Frederic Culot | 2008-11-28 | 2 | -88/+125 | |
| | ||||||
* | User-defined keys are now saved to file. | Frederic Culot | 2008-11-25 | 4 | -27/+74 | |
| | ||||||
* | Building configuration menu to assign keybindings | Frederic Culot | 2008-11-23 | 12 | -151/+541 | |
| | ||||||
* | More work on implementing user-definable keybindings | Frederic Culot | 2008-11-16 | 17 | -415/+573 | |
| | ||||||
* | Loading of user-configurable keys implemented | Frederic Culot | 2008-11-09 | 11 | -117/+314 | |
| | ||||||
* | new files to manage user-definable keybindings | Frederic Culot | 2008-11-08 | 4 | -2/+580 | |
| | ||||||
* | 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 | 3 | -86/+241 | |
| | ||||||
* | manpage, manuals and translations updated for 2.3_beta | Frederic Culot | 2008-09-21 | 1 | -6/+11 | |
| | ||||||
* | import flag and 'i' keybinding added | Frederic Culot | 2008-09-21 | 8 | -102/+146 | |
| | ||||||
* | More work on ical import. Macros to handle errors and to display messages in ↵ | Frederic Culot | 2008-09-20 | 8 | -128/+374 | |
| | | | | both command-line and curses mode added | |||||
* | New functions added to handle ical import | Frederic Culot | 2008-09-16 | 4 | -46/+153 | |
| | ||||||
* | Initial work on icalendar import | Frederic Culot | 2008-09-15 | 7 | -24/+776 | |
| | ||||||
* | wrong data path init fixed (thanks Herbert for reporting it) | Frederic Culot | 2008-08-18 | 1 | -3/+3 | |
| | ||||||
* | typo | Frederic Culot | 2008-08-12 | 1 | -2/+2 | |
| | ||||||
* | Optional 'format' option added to '-x' flag, help updated | Frederic Culot | 2008-08-11 | 6 | -72/+73 | |
| | ||||||
* | pcal export added | Frederic Culot | 2008-08-10 | 10 | -54/+481 | |
| |