aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* manpage, manuals and translations updated for 2.3_betaFrederic Culot2008-09-211-6/+11
* import flag and 'i' keybinding addedFrederic Culot2008-09-218-102/+146
* More work on ical import. Macros to handle errors and to display messages in ...Frederic Culot2008-09-208-128/+374
* New functions added to handle ical importFrederic Culot2008-09-164-46/+153
* Initial work on icalendar importFrederic Culot2008-09-157-24/+776
* wrong data path init fixed (thanks Herbert for reporting it)Frederic Culot2008-08-181-3/+3
* typoFrederic Culot2008-08-121-2/+2
* Optional 'format' option added to '-x' flag, help updatedFrederic Culot2008-08-116-72/+73
* pcal export addedFrederic Culot2008-08-1010-54/+481
* manpage and manuals updated with new command line optionsFrederic Culot2008-08-081-6/+24
* new command line options added (thanks Erik for the patch)Frederic Culot2008-08-064-91/+237
* new keybindings addedFrederic Culot2008-08-036-40/+98
* memory leaks fixed, thanks Tony for reporting themFrederic Culot2008-05-031-4/+2
* Version 2.1_beta releasedcalcurse_2_1_betaFrederic Culot2008-04-261-4/+1
* no need to allocate tmp_app on heap in notify_thread_appFrederic Culot2008-04-201-15/+13
* strcat use avoidedFrederic Culot2008-04-201-2/+2
* * french translation updatedFrederic Culot2008-04-201-2/+2
* some memory leaks fixed using valgrind and some minor code cleanupFrederic Culot2008-04-1911-87/+75
* Scrollbar added in general configuration menuFrederic Culot2008-04-194-87/+119
* Generic functions to handle scrolling windows createdFrederic Culot2008-04-183-62/+110
* Yet another style for source code. GNU style now used (I am fed up with tabs...)Frederic Culot2008-04-1232-7433/+7988
* Tony's patch concerning date format configuration importedFrederic Culot2008-04-0915-136/+224
* '-N' flag addedFrederic Culot2008-04-051-3/+7
* usage updatedFrederic Culot2008-04-051-5/+5
* patch submitted by Erik Saule imported (ability to display note contents in n...Frederic Culot2008-04-051-25/+89
* no more segfault when changing item priority (fixes Debian Bug #469297)Frederic Culot2008-04-041-7/+10
* small bugfixesFrederic Culot2008-04-041-4/+5
* bugfix: check for null pointer added when drawing color configuration window ...Frederic Culot2008-02-161-2/+4
* proper cvs tag usedFrederic Culot2008-02-144-4/+4
* manpage updatedFrederic Culot2008-02-133-20/+43
* TODO list updatedFrederic Culot2008-02-113-9/+58
* memory leak fixed in notify_thread_app()Frederic Culot2008-02-103-6/+15
* Code parts related to item update rewrittenFrederic Culot2008-01-2012-282/+348
* minor improvements and bugfixesFrederic Culot2008-01-173-15/+29
* Ability to attach notes to appointments and events addedFrederic Culot2008-01-1313-208/+375
* Notes attached to todos can now be suppressedFrederic Culot2007-12-311-18/+82
* Ability to attach notes to todo items addedFrederic Culot2007-12-3015-156/+413
* WEEKINDAYS define addedFrederic Culot2007-12-101-1/+2
* bugfix in recur_item_inday(): leap years should now be properly handledFrederic Culot2007-12-101-51/+50
* calendar_move_*() functions modified to properly handle leap years andFrederic Culot2007-12-101-69/+63
* calendar_move_*() gathered together into calendar_move()Frederic Culot2007-12-102-10/+15
* routines updated to handle new window_t and window_e typesFrederic Culot2007-10-218-140/+139
* notify_config_bar() updated to handle window resizingFrederic Culot2007-10-211-41/+39
* custom_confwin_init() addedFrederic Culot2007-10-211-2/+4
* custom_general_config() updated to handle basic window resizingFrederic Culot2007-10-211-184/+221
* cwin, awin, twin, swin variables suppressedFrederic Culot2007-10-212-12/+2
* wins_prop() suppressedFrederic Culot2007-10-211-137/+112
* window_t structure updated to store WINDOW pointerFrederic Culot2007-10-211-15/+9
* help_screen() updated to make automatic resize available inside helpFrederic Culot2007-10-211-213/+259
* wins_reset() modified to avoid blank screen when resizing window under LinuxFrederic Culot2007-10-161-7/+1