Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-09-23 | Some fixes after ical import tests. Translations updated. | Frederic Culot | |
2008-09-21 | manpage, manuals and translations updated for 2.3_beta | Frederic Culot | |
2008-09-21 | import flag and 'i' keybinding added | Frederic Culot | |
2008-09-20 | More work on ical import. Macros to handle errors and to display messages in ↵ | Frederic Culot | |
both command-line and curses mode added | |||
2008-09-16 | New functions added to handle ical import | Frederic Culot | |
2008-09-15 | Initial work on icalendar import | Frederic Culot | |
2008-08-18 | wrong data path init fixed (thanks Herbert for reporting it) | Frederic Culot | |
2008-08-12 | typo | Frederic Culot | |
2008-08-11 | Optional 'format' option added to '-x' flag, help updated | Frederic Culot | |
2008-08-10 | pcal export added | Frederic Culot | |
2008-08-08 | manpage and manuals updated with new command line options | Frederic Culot | |
2008-08-06 | new command line options added (thanks Erik for the patch) | Frederic Culot | |
2008-08-03 | new keybindings added | Frederic Culot | |
2008-05-03 | memory leaks fixed, thanks Tony for reporting them | Frederic Culot | |
2008-04-26 | Version 2.1_beta releasedcalcurse_2_1_beta | Frederic Culot | |
2008-04-20 | no need to allocate tmp_app on heap in notify_thread_app | Frederic Culot | |
2008-04-20 | strcat use avoided | Frederic Culot | |
2008-04-20 | * french translation updated | Frederic Culot | |
* correction done in the '>' command help text | |||
2008-04-19 | some memory leaks fixed using valgrind and some minor code cleanup | Frederic Culot | |
2008-04-19 | Scrollbar added in general configuration menu | Frederic Culot | |
2008-04-18 | Generic functions to handle scrolling windows created | Frederic Culot | |
2008-04-12 | Yet another style for source code. GNU style now used (I am fed up with tabs...) | Frederic Culot | |
2008-04-09 | Tony's patch concerning date format configuration imported | Frederic Culot | |
2008-04-05 | '-N' flag added | Frederic Culot | |
2008-04-05 | usage updated | Frederic Culot | |
2008-04-05 | patch submitted by Erik Saule imported (ability to display note contents in ↵ | Frederic Culot | |
non-interactive mode) | |||
2008-04-04 | no more segfault when changing item priority (fixes Debian Bug #469297) | Frederic Culot | |
2008-04-04 | small bugfixes | Frederic Culot | |
2008-02-16 | bugfix: check for null pointer added when drawing color configuration window ↵ | Frederic Culot | |
(which could remain invisible otherwise) | |||
2008-02-14 | proper cvs tag used | Frederic Culot | |
2008-02-13 | manpage updated | Frederic Culot | |
NOTESIZ shortened to be 6 characters long, as only 6 'X' are used in the glibc version of mkstemp(3). bugfix: wrong calculated len in wins_launch_external(), which lead to erroneus note file name | |||
2008-02-11 | TODO list updated | Frederic Culot | |
status bar updated to display the new 'N' (edit note) and '>' (view note) keybindings online help pages added for 'N' and '>' keybindings | |||
2008-02-10 | memory leak fixed in notify_thread_app() | Frederic Culot | |
check for limits.h header added asprintf() call replaced in wins_launch_external() as it is not fully portable | |||
2008-01-20 | Code parts related to item update rewritten | Frederic Culot | |
2008-01-17 | minor improvements and bugfixes | Frederic Culot | |
2008-01-13 | Ability to attach notes to appointments and events added | Frederic Culot | |
2007-12-31 | Notes attached to todos can now be suppressed | Frederic Culot | |
2007-12-30 | Ability to attach notes to todo items added | Frederic Culot | |
2007-12-10 | WEEKINDAYS define added | Frederic Culot | |
2007-12-10 | bugfix in recur_item_inday(): leap years should now be properly handled | Frederic Culot | |
2007-12-10 | calendar_move_*() functions modified to properly handle leap years and | Frederic Culot | |
merged into calendar_move() date_change() added | |||
2007-12-10 | calendar_move_*() gathered together into calendar_move() | Frederic Culot | |
2007-10-21 | routines updated to handle new window_t and window_e types | Frederic Culot | |
2007-10-21 | notify_config_bar() updated to handle window resizing | Frederic Culot | |
2007-10-21 | custom_confwin_init() added | Frederic Culot | |
custom_color_config() prototype updated | |||
2007-10-21 | custom_general_config() updated to handle basic window resizing | Frederic Culot | |
custom_confwin_init() and display_color_config() added custom_color_config() rewritten | |||
2007-10-21 | cwin, awin, twin, swin variables suppressed | Frederic Culot | |
2007-10-21 | wins_prop() suppressed | Frederic Culot | |
routines updated to handle new window_t type | |||
2007-10-21 | window_t structure updated to store WINDOW pointer | Frederic Culot | |
window_e enum updated to shorten names winprop_e and wins_prop() suppressed | |||
2007-10-21 | help_screen() updated to make automatic resize available inside help | Frederic Culot | |
screens (thanks Sebastian for reporting the problem) help_wins_reset(), help_wins_init(), help_wins_reinit() and wanted_page() created help_pages_e enum added |