Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-04-19 | Scrollbar added in general configuration menu | Frederic Culot | |
2008-04-18 | Generic functions to handle scrolling windows created | Frederic Culot | |
2008-04-12 | Yet another style for source code. GNU style now used (I am fed up with tabs...) | Frederic Culot | |
2008-04-09 | Tony's patch concerning date format configuration imported | Frederic Culot | |
2008-04-05 | manuals updated with the '-N' flag | Frederic Culot | |
2008-04-05 | '-N' flag added | Frederic Culot | |
2008-04-05 | usage updated | Frederic Culot | |
2008-04-05 | patch submitted by Erik Saule imported (ability to display note contents in ↵ | Frederic Culot | |
non-interactive mode) | |||
2008-04-04 | bugfixes (among them, Debian Bug #469297) | Frederic Culot | |
2008-04-04 | no more segfault when changing item priority (fixes Debian Bug #469297) | Frederic Culot | |
2008-04-04 | small bugfixes | Frederic Culot | |
2008-03-30 | Italian manual added, many thanks to Leandro Noferini | Frederic Culot | |
2008-03-30 | Italian manual added, many thanks to Leandro Noferini | Frederic Culot | |
2008-03-02 | Forgot to include css style sheet... | Frederic Culot | |
2008-03-02 | NEWS and po files updated | Frederic Culot | |
Dutch manual and translation updated, thanks Jeremy | |||
2008-02-16 | bugfix: check for null pointer added when drawing color configurationcalcurse_2_0_beta | Frederic Culot | |
window (which could remain invisible otherwise) calcurse.pot updated for version 2.0 NEWS file updated | |||
2008-02-16 | pot file updated for version 2.0 | Frederic Culot | |
2008-02-16 | bugfix: check for null pointer added when drawing color configuration window ↵ | Frederic Culot | |
(which could remain invisible otherwise) | |||
2008-02-14 | proper cvs tag used | Frederic Culot | |
2008-02-14 | html manuals updated with parts related to notes | Frederic Culot | |
2008-02-13 | manpage updated | Frederic Culot | |
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 | |||
2008-02-11 | TODO list updated | Frederic Culot | |
status bar updated to display the new 'N' (edit note) and '>' (view note) keybindings online help pages added for 'N' and '>' keybindings | |||
2008-02-10 | memory leak fixed in notify_thread_app() | Frederic Culot | |
check for limits.h header added asprintf() call replaced in wins_launch_external() as it is not fully portable | |||
2008-02-10 | manuals updated to make use of css style sheet | Frederic Culot | |
2008-02-03 | css style sheet added for html manual | Frederic Culot | |
2008-01-26 | configure.ac updated | Frederic Culot | |
2008-01-20 | Code parts related to item update rewritten | Frederic Culot | |
2008-01-17 | minor improvements and bugfixes | Frederic Culot | |
2008-01-13 | Ability to attach notes to appointments and events added | Frederic Culot | |
2007-12-31 | Notes attached to todos can now be suppressed | Frederic Culot | |
2007-12-30 | Ability to attach notes to todo items added | Frederic Culot | |
2007-12-10 | bugfix: leap years should now be properly handled | Frederic Culot | |
2007-12-10 | WEEKINDAYS define added | Frederic Culot | |
2007-12-10 | bugfix in recur_item_inday(): leap years should now be properly handled | Frederic Culot | |
2007-12-10 | calendar_move_*() functions modified to properly handle leap years and | Frederic Culot | |
merged into calendar_move() date_change() added | |||
2007-12-10 | calendar_move_*() gathered together into calendar_move() | Frederic Culot | |
2007-10-23 | calcurse 1.9 released | Frederic Culot | |
2007-10-23 | translations updated for version 1.9 | Frederic Culot | |
2007-10-21 | automatic resize made available inside help and configuration screens ↵ | Frederic Culot | |
(thanks Sebastian for reporting the problem) | |||
2007-10-21 | routines updated to handle new window_t and window_e types | Frederic Culot | |
2007-10-21 | notify_config_bar() updated to handle window resizing | Frederic Culot | |
2007-10-21 | custom_confwin_init() added | Frederic Culot | |
custom_color_config() prototype updated | |||
2007-10-21 | custom_general_config() updated to handle basic window resizing | Frederic Culot | |
custom_confwin_init() and display_color_config() added custom_color_config() rewritten | |||
2007-10-21 | cwin, awin, twin, swin variables suppressed | Frederic Culot | |
2007-10-21 | wins_prop() suppressed | Frederic Culot | |
routines updated to handle new window_t type | |||
2007-10-21 | window_t structure updated to store WINDOW pointer | Frederic Culot | |
window_e enum updated to shorten names winprop_e and wins_prop() suppressed | |||
2007-10-21 | help_screen() updated to make automatic resize available inside help | Frederic Culot | |
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 | |||
2007-10-16 | various bugfixes and improvements | Frederic Culot | |
2007-10-16 | wins_reset() modified to avoid blank screen when resizing window under Linux | Frederic Culot | |
2007-10-16 | bugfix: do not stop thread in notify_config_bar() if it was not started before | Frederic Culot | |