aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* bugfix: missing 'T' letter in ical export DURATION field (thanks cuz for repo...Frederic Culot2009-06-231-3/+3
* Exit directly to avoid lock removal by another instanceFrederic Culot2009-06-211-2/+2
* Basic lock mechanism implemented to avoid having two calcurse instances runni...Frederic Culot2009-06-216-9/+66
* Fixed a memory leak caused by a wrong usage of the notify_app structureFrederic Culot2009-06-211-14/+23
* Free memory associated with structure used for appointments notification.Frederic Culot2009-06-213-3/+16
* Copyright date updatedFrederic Culot2009-06-201-2/+2
* Day names and selected date colour now follow user's theme.Frederic Culot2009-06-201-10/+10
* Bugfix: avoid a possible freeze under OpenBSD when changing color from within...Frederic Culot2009-06-201-3/+12
* Fixes gcc 'format-scurity' issue (thanks Francois Boulogne for reporting this)Frederic Culot2009-06-011-8/+9
* The buffer should be allocated dynamically, but I am quite busy right now :'(...Frederic Culot2009-05-225-15/+13
* do not crash when canceling the thread if it was not launched beforeFrederic Culot2009-01-241-5/+4
* bugfix: load keys even in non-interactive mode to avoid the loss of user-conf...Frederic Culot2009-01-244-20/+18
* manpage updated for 2.5Frederic Culot2009-01-241-5/+20
* make it possible to use KEY_HOME and KEY_END to define new key bindings, and ...Frederic Culot2009-01-245-19/+87
* ability to link against ncursesw if ncurses is not foundFrederic Culot2009-01-233-4/+42
* bugfix: avoid possible segfault if notify_stop_main_thread is called before t...Frederic Culot2009-01-221-2/+3
* 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
* 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 mem...Frederic Culot2008-12-2826-660/+844
* 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, t...Frederic Culot2008-12-155-16/+21
* 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 report...Frederic Culot2008-12-132-10/+8
* 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 loc...Frederic Culot2008-12-081-1/+2
* 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