aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)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
| | | | both command-line and curses mode added
* 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
| | | | * correction done in the '>' command help text
* 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 ↵Frederic Culot2008-04-051-25/+89
| | | | non-interactive mode)
* 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
| | | | (which could remain invisible otherwise)
* proper cvs tag usedFrederic Culot2008-02-144-4/+4
|
* manpage updatedFrederic Culot2008-02-133-20/+43
| | | | | | | 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
* TODO list updatedFrederic Culot2008-02-113-9/+58
| | | | | | status bar updated to display the new 'N' (edit note) and '>' (view note) keybindings online help pages added for 'N' and '>' keybindings
* memory leak fixed in notify_thread_app()Frederic Culot2008-02-103-6/+15
| | | | | | check for limits.h header added asprintf() call replaced in wins_launch_external() as it is not fully portable
* 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
| | | | | merged into calendar_move() date_change() added
* 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_color_config() prototype updated
* custom_general_config() updated to handle basic window resizingFrederic Culot2007-10-211-184/+221
| | | | | custom_confwin_init() and display_color_config() added custom_color_config() rewritten
* cwin, awin, twin, swin variables suppressedFrederic Culot2007-10-212-12/+2
|
* wins_prop() suppressedFrederic Culot2007-10-211-137/+112
| | | | routines updated to handle new window_t type
* window_t structure updated to store WINDOW pointerFrederic Culot2007-10-211-15/+9
| | | | | window_e enum updated to shorten names winprop_e and wins_prop() suppressed
* help_screen() updated to make automatic resize available inside helpFrederic Culot2007-10-211-213/+259
| | | | | | | 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
* wins_reset() modified to avoid blank screen when resizing window under LinuxFrederic Culot2007-10-161-7/+1
|