aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Version 2.1_beta releasedcalcurse_2_1_betaFrederic Culot2008-04-269-1199/+1932
|
* 2.1_beta soon to be releasedFrederic Culot2008-04-206-1488/+1674
|
* 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
|
* html manuals updated with date format configuration optionsFrederic Culot2008-04-207-18/+146
|
* * french translation updatedFrederic Culot2008-04-203-343/+410
| | | | * correction done in the '>' command help text
* some memory leaks fixed using valgrind and some minor code cleanupFrederic Culot2008-04-1912-88/+78
|
* Scrollbar added in general configuration menuFrederic Culot2008-04-195-87/+122
|
* Generic functions to handle scrolling windows createdFrederic Culot2008-04-184-62/+113
|
* Yet another style for source code. GNU style now used (I am fed up with tabs...)Frederic Culot2008-04-1233-7433/+7992
|
* Tony's patch concerning date format configuration importedFrederic Culot2008-04-0917-138/+229
|
* manuals updated with the '-N' flagFrederic Culot2008-04-057-18/+66
|
* '-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-052-25/+94
| | | | non-interactive mode)
* bugfixes (among them, Debian Bug #469297)Frederic Culot2008-04-041-0/+9
|
* no more segfault when changing item priority (fixes Debian Bug #469297)Frederic Culot2008-04-041-7/+10
|
* small bugfixesFrederic Culot2008-04-041-4/+5
|
* Italian manual added, many thanks to Leandro NoferiniFrederic Culot2008-03-301-2/+3
|
* Italian manual added, many thanks to Leandro NoferiniFrederic Culot2008-03-307-10/+1240
|
* Forgot to include css style sheet...Frederic Culot2008-03-021-2/+3
|
* NEWS and po files updatedFrederic Culot2008-03-029-1035/+1688
| | | | Dutch manual and translation updated, thanks Jeremy
* bugfix: check for null pointer added when drawing color configurationcalcurse_2_0_betaFrederic Culot2008-02-162-0/+21
| | | | | | window (which could remain invisible otherwise) calcurse.pot updated for version 2.0 NEWS file updated
* pot file updated for version 2.0Frederic Culot2008-02-161-191/+300
|
* 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-145-5/+5
|
* html manuals updated with parts related to notesFrederic Culot2008-02-147-13/+164
|
* manpage updatedFrederic Culot2008-02-134-20/+50
| | | | | | | 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-115-12/+64
| | | | | | 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-105-8/+21
| | | | | | check for limits.h header added asprintf() call replaced in wins_launch_external() as it is not fully portable
* manuals updated to make use of css style sheetFrederic Culot2008-02-107-2145/+2349
|
* css style sheet added for html manualFrederic Culot2008-02-033-745/+1142
|
* configure.ac updatedFrederic Culot2008-01-262-5/+10
|
* Code parts related to item update rewrittenFrederic Culot2008-01-2013-282/+353
|
* minor improvements and bugfixesFrederic Culot2008-01-174-15/+35
|
* Ability to attach notes to appointments and events addedFrederic Culot2008-01-1314-208/+378
|
* Notes attached to todos can now be suppressedFrederic Culot2007-12-312-18/+85
|
* Ability to attach notes to todo items addedFrederic Culot2007-12-3016-156/+419
|
* bugfix: leap years should now be properly handledFrederic Culot2007-12-101-0/+7
|
* 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
|
* calcurse 1.9 releasedFrederic Culot2007-10-234-5/+13
|
* translations updated for version 1.9Frederic Culot2007-10-236-1398/+1500
|
* automatic resize made available inside help and configuration screens ↵Frederic Culot2007-10-211-0/+15
| | | | (thanks Sebastian for reporting the problem)
* 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