aboutsummaryrefslogtreecommitdiffstats
path: root/src/calcurse.c
Commit message (Expand)AuthorAgeFilesLines
* Add key bindings to go to the previous/next month/yearLukas Fleischer2012-06-131-0/+24
* Rename displacement enumeration elementsLukas Fleischer2012-06-131-10/+10
* Switch to Linux kernel coding styleLukas Fleischer2012-05-211-471/+420
* Factorize boolean user prompting.Baptiste Jonglez2012-05-141-4/+2
* src/calcurse.c: Start all helper threads in one goLukas Fleischer2012-04-121-2/+4
* Refactor startup screen branchLukas Fleischer2012-04-121-2/+5
* Miscellaneous small code cleanupsLukas Fleischer2012-04-061-8/+6
* Mark localized string literals constantLukas Fleischer2012-04-051-1/+1
* Fix semantics of "general."{systemdialogs,progressbar}Lukas Fleischer2012-03-291-1/+1
* Update copyright rangesLukas Fleischer2012-03-261-1/+1
* Break out configuration main menuLukas Fleischer2012-03-021-49/+2
* Extract config file handlers into a separate fileLukas Fleischer2011-12-091-1/+1
* Use a global configuration variableLukas Fleischer2011-11-141-16/+15
* src/calcurse.c: Support count prefixes for motionsLukas Fleischer2011-10-061-19/+33
* Add count buffer to keys_getch()Lukas Fleischer2011-10-061-1/+1
* Add count parameter to *_{in,de}crease()Lukas Fleischer2011-10-061-8/+8
* src/calendar.c: Add a count parameter to calendar_move()Lukas Fleischer2011-10-061-6/+6
* Avoid unnecessary window updatesLukas Fleischer2011-10-061-28/+65
* Refactor out storage updatesLukas Fleischer2011-10-061-45/+48
* Remove temporary highlight pointersLukas Fleischer2011-10-061-27/+4
* Add configuration option to run the GC on exitLukas Fleischer2011-10-051-0/+2
* Declare foreground and background variables globalLukas Fleischer2011-07-211-2/+1
* Do not unnecessarily refresh in config menuLukas Fleischer2011-07-141-0/+2
* Add key binding for pipe-item commandLukas Fleischer2011-07-071-0/+7
* Avoid redundant redraws on resizeLukas Fleischer2011-06-281-3/+9
* Update copyright notices in source files, documentation and "COPYING".Lukas Fleischer2011-04-221-1/+1
* Use generic lists for todo items.Lukas Fleischer2011-04-191-0/+1
* Use generic lists for events.Lukas Fleischer2011-04-191-0/+3
* Overall indentation fixes.Lukas Fleischer2011-03-141-272/+272
* Update website links to match the new URL.Lukas Fleischer2011-03-041-1/+1
* Update mail addresses to match the new mailing lists.Lukas Fleischer2011-03-041-1/+1
* Remove CVS "$Id" headers.Lukas Fleischer2011-03-031-2/+0
* Fixed file permissions.Lukas Fleischer2011-03-031-0/+0
* Work on sidebar width user-customization.Frederic Culot2010-03-201-1/+5
* All headers gathered into a single one. Typedefs suppressed.Frederic Culot2010-03-201-20/+5
* Work on implementing the weekly calendar view.Frederic Culot2009-08-241-1/+11
* Stop daemon when calcurse enters interactive mode.Frederic Culot2009-07-261-1/+3
* New way of handling signals.Frederic Culot2009-07-191-8/+6
* Avoid a fatal error when launching calcurse in interactive mode if user direc...Frederic Culot2009-07-121-3/+5
* stdbool header removed, unsigned type used insteadFrederic Culot2009-07-121-37/+37
* Switch to BSD license.Frederic Culot2009-07-051-14/+26
* Ability to flag todo items as completed.Frederic Culot2009-06-261-1/+3
* Basic lock mechanism implemented to avoid having two calcurse instances runni...Frederic Culot2009-06-211-2/+4
* bugfix: load keys even in non-interactive mode to avoid the loss of user-conf...Frederic Culot2009-01-241-2/+1
* more code cleanupFrederic Culot2009-01-031-17/+19
* cut/paste feature adedFrederic Culot2009-01-011-1/+17
* Automatic periodic saves implementedFrederic Culot2008-12-281-4/+6
* Added wrappers around libc's memory management functions, to easily debug mem...Frederic Culot2008-12-281-6/+6
* new layout configuration menuFrederic Culot2008-12-201-2/+2
* Checks added while loading key bindings configuration.Frederic Culot2008-12-071-8/+8