aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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
* various bugfixes and improvementsFrederic Culot2007-10-161-0/+9
|
* wins_reset() modified to avoid blank screen when resizing window under LinuxFrederic Culot2007-10-161-7/+1
|
* bugfix: do not stop thread in notify_config_bar() if it was not started beforeFrederic Culot2007-10-161-2/+2
|
* calendar_change_day() and calendar_move_*() updated to prevent user from ↵Frederic Culot2007-10-161-6/+20
| | | | entering an unsupported date
* next_arg() rewritten, date_arg() improvedFrederic Culot2007-10-161-19/+26
|
* Dutch translation updated, bugfix in memory releaseFrederic Culot2007-10-081-0/+5
|
* bugfix: possible release of non-allocated memory blocksFrederic Culot2007-10-081-2/+3
|
* Dutch translation updated, thanks to Jeremy RoonFrederic Culot2007-10-081-213/+231
|
* Dutch manual updated, thanks to Jeremy RoonFrederic Culot2007-10-081-16/+14
|
* Handling of SIGWINCH improved, and German translation updatedFrederic Culot2007-10-071-0/+4
|
* German translation updated, thanks to Michael SchulzFrederic Culot2007-10-071-506/+538
|
* German manual updated, thanks to Michael SchulzFrederic Culot2007-10-071-76/+52
|
* Handling of SIGWINCH improvedFrederic Culot2007-10-072-12/+24
|
* export to /tmp/calcurse.ics is now performed in case /home/pepe is not setFrederic Culot2007-09-161-5/+5
|
* keypad() used when creating popup windowsFrederic Culot2007-09-161-1/+2
|
* bugfix: wrong symbol used for pthread library (thanks Michael for noticing ↵Frederic Culot2007-09-161-2/+2
| | | | this mistake)
* small bugfixesFrederic Culot2007-09-161-0/+8
|
* bugfix: shift in date_arg(), thanks Herbert for reporting this bugFrederic Culot2007-09-012-15/+12
|