Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bugfix: check for null pointer added when drawing color configurationcalcurse_2_0_beta | Frederic Culot | 2008-02-16 | 2 | -0/+21 |
| | | | | | | window (which could remain invisible otherwise) calcurse.pot updated for version 2.0 NEWS file updated | ||||
* | pot file updated for version 2.0 | Frederic Culot | 2008-02-16 | 1 | -191/+300 |
| | |||||
* | bugfix: check for null pointer added when drawing color configuration window ↵ | Frederic Culot | 2008-02-16 | 1 | -2/+4 |
| | | | | (which could remain invisible otherwise) | ||||
* | proper cvs tag used | Frederic Culot | 2008-02-14 | 5 | -5/+5 |
| | |||||
* | html manuals updated with parts related to notes | Frederic Culot | 2008-02-14 | 7 | -13/+164 |
| | |||||
* | manpage updated | Frederic Culot | 2008-02-13 | 4 | -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 updated | Frederic Culot | 2008-02-11 | 5 | -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 Culot | 2008-02-10 | 5 | -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 sheet | Frederic Culot | 2008-02-10 | 7 | -2145/+2349 |
| | |||||
* | css style sheet added for html manual | Frederic Culot | 2008-02-03 | 3 | -745/+1142 |
| | |||||
* | configure.ac updated | Frederic Culot | 2008-01-26 | 2 | -5/+10 |
| | |||||
* | Code parts related to item update rewritten | Frederic Culot | 2008-01-20 | 13 | -282/+353 |
| | |||||
* | minor improvements and bugfixes | Frederic Culot | 2008-01-17 | 4 | -15/+35 |
| | |||||
* | Ability to attach notes to appointments and events added | Frederic Culot | 2008-01-13 | 14 | -208/+378 |
| | |||||
* | Notes attached to todos can now be suppressed | Frederic Culot | 2007-12-31 | 2 | -18/+85 |
| | |||||
* | Ability to attach notes to todo items added | Frederic Culot | 2007-12-30 | 16 | -156/+419 |
| | |||||
* | bugfix: leap years should now be properly handled | Frederic Culot | 2007-12-10 | 1 | -0/+7 |
| | |||||
* | WEEKINDAYS define added | Frederic Culot | 2007-12-10 | 1 | -1/+2 |
| | |||||
* | bugfix in recur_item_inday(): leap years should now be properly handled | Frederic Culot | 2007-12-10 | 1 | -51/+50 |
| | |||||
* | calendar_move_*() functions modified to properly handle leap years and | Frederic Culot | 2007-12-10 | 1 | -69/+63 |
| | | | | | merged into calendar_move() date_change() added | ||||
* | calendar_move_*() gathered together into calendar_move() | Frederic Culot | 2007-12-10 | 2 | -10/+15 |
| | |||||
* | calcurse 1.9 released | Frederic Culot | 2007-10-23 | 4 | -5/+13 |
| | |||||
* | translations updated for version 1.9 | Frederic Culot | 2007-10-23 | 6 | -1398/+1500 |
| | |||||
* | automatic resize made available inside help and configuration screens ↵ | Frederic Culot | 2007-10-21 | 1 | -0/+15 |
| | | | | (thanks Sebastian for reporting the problem) | ||||
* | routines updated to handle new window_t and window_e types | Frederic Culot | 2007-10-21 | 8 | -140/+139 |
| | |||||
* | notify_config_bar() updated to handle window resizing | Frederic Culot | 2007-10-21 | 1 | -41/+39 |
| | |||||
* | custom_confwin_init() added | Frederic Culot | 2007-10-21 | 1 | -2/+4 |
| | | | | custom_color_config() prototype updated | ||||
* | custom_general_config() updated to handle basic window resizing | Frederic Culot | 2007-10-21 | 1 | -184/+221 |
| | | | | | custom_confwin_init() and display_color_config() added custom_color_config() rewritten | ||||
* | cwin, awin, twin, swin variables suppressed | Frederic Culot | 2007-10-21 | 2 | -12/+2 |
| | |||||
* | wins_prop() suppressed | Frederic Culot | 2007-10-21 | 1 | -137/+112 |
| | | | | routines updated to handle new window_t type | ||||
* | window_t structure updated to store WINDOW pointer | Frederic Culot | 2007-10-21 | 1 | -15/+9 |
| | | | | | window_e enum updated to shorten names winprop_e and wins_prop() suppressed | ||||
* | help_screen() updated to make automatic resize available inside help | Frederic Culot | 2007-10-21 | 1 | -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 improvements | Frederic Culot | 2007-10-16 | 1 | -0/+9 |
| | |||||
* | wins_reset() modified to avoid blank screen when resizing window under Linux | Frederic Culot | 2007-10-16 | 1 | -7/+1 |
| | |||||
* | bugfix: do not stop thread in notify_config_bar() if it was not started before | Frederic Culot | 2007-10-16 | 1 | -2/+2 |
| | |||||
* | calendar_change_day() and calendar_move_*() updated to prevent user from ↵ | Frederic Culot | 2007-10-16 | 1 | -6/+20 |
| | | | | entering an unsupported date | ||||
* | next_arg() rewritten, date_arg() improved | Frederic Culot | 2007-10-16 | 1 | -19/+26 |
| | |||||
* | Dutch translation updated, bugfix in memory release | Frederic Culot | 2007-10-08 | 1 | -0/+5 |
| | |||||
* | bugfix: possible release of non-allocated memory blocks | Frederic Culot | 2007-10-08 | 1 | -2/+3 |
| | |||||
* | Dutch translation updated, thanks to Jeremy Roon | Frederic Culot | 2007-10-08 | 1 | -213/+231 |
| | |||||
* | Dutch manual updated, thanks to Jeremy Roon | Frederic Culot | 2007-10-08 | 1 | -16/+14 |
| | |||||
* | Handling of SIGWINCH improved, and German translation updated | Frederic Culot | 2007-10-07 | 1 | -0/+4 |
| | |||||
* | German translation updated, thanks to Michael Schulz | Frederic Culot | 2007-10-07 | 1 | -506/+538 |
| | |||||
* | German manual updated, thanks to Michael Schulz | Frederic Culot | 2007-10-07 | 1 | -76/+52 |
| | |||||
* | Handling of SIGWINCH improved | Frederic Culot | 2007-10-07 | 2 | -12/+24 |
| | |||||
* | export to /tmp/calcurse.ics is now performed in case /home/pepe is not set | Frederic Culot | 2007-09-16 | 1 | -5/+5 |
| | |||||
* | keypad() used when creating popup windows | Frederic Culot | 2007-09-16 | 1 | -1/+2 |
| | |||||
* | bugfix: wrong symbol used for pthread library (thanks Michael for noticing ↵ | Frederic Culot | 2007-09-16 | 1 | -2/+2 |
| | | | | this mistake) | ||||
* | small bugfixes | Frederic Culot | 2007-09-16 | 1 | -0/+8 |
| | |||||
* | bugfix: shift in date_arg(), thanks Herbert for reporting this bug | Frederic Culot | 2007-09-01 | 2 | -15/+12 |
| |