aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Switched to calcurse-2.4_beta. Fixed compiler flags overwriting and added ↵Frederic Culot2008-12-081-1/+2
| | | | locale.h include (thanks Cedric for your patch)
* color configuration menu adapted to handle user-defined key bindingsFrederic Culot2008-12-088-55/+96
|
* Checks added while loading key bindings configuration.Frederic Culot2008-12-0713-183/+311
|
* more work on updating online help pagesFrederic Culot2008-12-033-183/+232
|
* online help pages updatedFrederic Culot2008-11-302-12/+13
|
* Online help updated to display user-defined keys.Frederic Culot2008-11-282-88/+125
|
* User-defined keys are now saved to file.Frederic Culot2008-11-254-27/+74
|
* Building configuration menu to assign keybindingsFrederic Culot2008-11-2312-151/+541
|
* More work on implementing user-definable keybindingsFrederic Culot2008-11-1617-415/+573
|
* Loading of user-configurable keys implementedFrederic Culot2008-11-0911-117/+314
|
* new files to manage user-definable keybindingsFrederic Culot2008-11-084-2/+580
|
* 2.3_beta releasedFrederic Culot2008-09-291-14/+73
|
* A few more bugfixes in ical importFrederic Culot2008-09-241-29/+31
|
* Some fixes after ical import tests. Translations updated.Frederic Culot2008-09-233-86/+241
|
* manpage, manuals and translations updated for 2.3_betaFrederic Culot2008-09-211-6/+11
|
* import flag and 'i' keybinding addedFrederic Culot2008-09-218-102/+146
|
* More work on ical import. Macros to handle errors and to display messages in ↵Frederic Culot2008-09-208-128/+374
| | | | both command-line and curses mode added
* New functions added to handle ical importFrederic Culot2008-09-164-46/+153
|
* Initial work on icalendar importFrederic Culot2008-09-157-24/+776
|
* wrong data path init fixed (thanks Herbert for reporting it)Frederic Culot2008-08-181-3/+3
|
* typoFrederic Culot2008-08-121-2/+2
|
* Optional 'format' option added to '-x' flag, help updatedFrederic Culot2008-08-116-72/+73
|
* pcal export addedFrederic Culot2008-08-1010-54/+481
|
* manpage and manuals updated with new command line optionsFrederic Culot2008-08-081-6/+24
|
* new command line options added (thanks Erik for the patch)Frederic Culot2008-08-064-91/+237
|
* new keybindings addedFrederic Culot2008-08-036-40/+98
|
* memory leaks fixed, thanks Tony for reporting themFrederic Culot2008-05-031-4/+2
|
* Version 2.1_beta releasedcalcurse_2_1_betaFrederic Culot2008-04-261-4/+1
|
* 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
|
* * french translation updatedFrederic Culot2008-04-201-2/+2
| | | | * correction done in the '>' command help text
* some memory leaks fixed using valgrind and some minor code cleanupFrederic Culot2008-04-1911-87/+75
|
* Scrollbar added in general configuration menuFrederic Culot2008-04-194-87/+119
|
* Generic functions to handle scrolling windows createdFrederic Culot2008-04-183-62/+110
|
* Yet another style for source code. GNU style now used (I am fed up with tabs...)Frederic Culot2008-04-1232-7433/+7988
|
* Tony's patch concerning date format configuration importedFrederic Culot2008-04-0915-136/+224
|
* '-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-051-25/+89
| | | | non-interactive mode)
* no more segfault when changing item priority (fixes Debian Bug #469297)Frederic Culot2008-04-041-7/+10
|
* small bugfixesFrederic Culot2008-04-041-4/+5
|
* 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-144-4/+4
|
* manpage updatedFrederic Culot2008-02-133-20/+43
| | | | | | | 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-113-9/+58
| | | | | | 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-103-6/+15
| | | | | | check for limits.h header added asprintf() call replaced in wins_launch_external() as it is not fully portable
* Code parts related to item update rewrittenFrederic Culot2008-01-2012-282/+348
|
* minor improvements and bugfixesFrederic Culot2008-01-173-15/+29
|
* Ability to attach notes to appointments and events addedFrederic Culot2008-01-1313-208/+375
|
* Notes attached to todos can now be suppressedFrederic Culot2007-12-311-18/+82
|