aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* bugfix: avoid possible segfault if notify_stop_main_thread is called before ↵Frederic Culot2009-01-221-2/+3
| | | | thread was launched (thanks Jan for reporting this)
* iso date format addedFrederic Culot2009-01-054-26/+59
|
* help page added to describe the cut and paste featureFrederic Culot2009-01-041-2/+26
|
* more code cleanupFrederic Culot2009-01-0322-297/+318
|
* code cleanupFrederic Culot2009-01-0210-235/+206
|
* various bugfixesFrederic Culot2009-01-028-37/+40
|
* cut/paste feature adedFrederic Culot2009-01-0114-173/+742
| | | | | fixed a 2-years old bug that made repeated items with exceptions to load uncorrectly in some cases (thanks Jan for reporting it)
* Automatic periodic saves implementedFrederic Culot2008-12-2811-61/+194
|
* new files to monitor memory usageFrederic Culot2008-12-282-0/+312
|
* Added wrappers around libc's memory management functions, to easily debug ↵Frederic Culot2008-12-2826-660/+844
| | | | memory usage
* new layout configuration menuFrederic Culot2008-12-206-33/+171
|
* memory leak due to wrong thread usage fixedFrederic Culot2008-12-181-2/+8
|
* small bugfixes and a major one (freeze when deleting an appointment's note, ↵Frederic Culot2008-12-155-16/+21
| | | | thanks Jan for reporting it)
* small bugfixes and code cleanupFrederic Culot2008-12-147-160/+86
|
* exceptions now properly taken into account while exporting dataFrederic Culot2008-12-143-30/+19
|
* daylight saving time related problems fixed (thanks youshe and Jan for ↵Frederic Culot2008-12-132-10/+8
| | | | reporting them)
* code cleanupFrederic Culot2008-12-1210-193/+93
|
* manual and manpage updated for 2.4Frederic Culot2008-12-091-6/+9
|
* 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
|