Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | version 2.1 released | Frederic Culot | 2008-05-17 | 3 | -4/+14 |
| | |||||
* | * src/recur.c: typo fixed (thanks Jeremy for reporting it) | Frederic Culot | 2008-05-03 | 1 | -0/+9 |
| | | | | | | * po/nl.po: Dutch translation updated, thanks Jeremy * src/recur.c (recur_apoint_new, recur_event_new): memory leak fixed (thanks Tony for reporting it) | ||||
* | memory leaks fixed, thanks Tony for reporting them | Frederic Culot | 2008-05-03 | 1 | -4/+2 |
| | |||||
* | typo fixed and Dutch translation updated, thanks Jeremy | Frederic Culot | 2008-05-03 | 6 | -51/+45 |
| | |||||
* | Version 2.1_beta releasedcalcurse_2_1_beta | Frederic Culot | 2008-04-26 | 9 | -1199/+1932 |
| | |||||
* | 2.1_beta soon to be released | Frederic Culot | 2008-04-20 | 6 | -1488/+1674 |
| | |||||
* | no need to allocate tmp_app on heap in notify_thread_app | Frederic Culot | 2008-04-20 | 1 | -15/+13 |
| | |||||
* | strcat use avoided | Frederic Culot | 2008-04-20 | 1 | -2/+2 |
| | |||||
* | html manuals updated with date format configuration options | Frederic Culot | 2008-04-20 | 7 | -18/+146 |
| | |||||
* | * french translation updated | Frederic Culot | 2008-04-20 | 3 | -343/+410 |
| | | | | * correction done in the '>' command help text | ||||
* | some memory leaks fixed using valgrind and some minor code cleanup | Frederic Culot | 2008-04-19 | 12 | -88/+78 |
| | |||||
* | Scrollbar added in general configuration menu | Frederic Culot | 2008-04-19 | 5 | -87/+122 |
| | |||||
* | Generic functions to handle scrolling windows created | Frederic Culot | 2008-04-18 | 4 | -62/+113 |
| | |||||
* | Yet another style for source code. GNU style now used (I am fed up with tabs...) | Frederic Culot | 2008-04-12 | 33 | -7433/+7992 |
| | |||||
* | Tony's patch concerning date format configuration imported | Frederic Culot | 2008-04-09 | 17 | -138/+229 |
| | |||||
* | manuals updated with the '-N' flag | Frederic Culot | 2008-04-05 | 7 | -18/+66 |
| | |||||
* | '-N' flag added | Frederic Culot | 2008-04-05 | 1 | -3/+7 |
| | |||||
* | usage updated | Frederic Culot | 2008-04-05 | 1 | -5/+5 |
| | |||||
* | patch submitted by Erik Saule imported (ability to display note contents in ↵ | Frederic Culot | 2008-04-05 | 2 | -25/+94 |
| | | | | non-interactive mode) | ||||
* | bugfixes (among them, Debian Bug #469297) | Frederic Culot | 2008-04-04 | 1 | -0/+9 |
| | |||||
* | no more segfault when changing item priority (fixes Debian Bug #469297) | Frederic Culot | 2008-04-04 | 1 | -7/+10 |
| | |||||
* | small bugfixes | Frederic Culot | 2008-04-04 | 1 | -4/+5 |
| | |||||
* | Italian manual added, many thanks to Leandro Noferini | Frederic Culot | 2008-03-30 | 1 | -2/+3 |
| | |||||
* | Italian manual added, many thanks to Leandro Noferini | Frederic Culot | 2008-03-30 | 7 | -10/+1240 |
| | |||||
* | Forgot to include css style sheet... | Frederic Culot | 2008-03-02 | 1 | -2/+3 |
| | |||||
* | NEWS and po files updated | Frederic Culot | 2008-03-02 | 9 | -1035/+1688 |
| | | | | Dutch manual and translation updated, thanks Jeremy | ||||
* | 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) |