aboutsummaryrefslogtreecommitdiffstats
path: root/src/calcurse.c
Commit message (Expand)AuthorAgeFilesLines
* Merge cut/deleteLukas Fleischer2012-07-071-9/+1
* Add support for copy/paste registersLukas Fleischer2012-07-071-5/+5
* Add a key binding for generic-copyLukas Fleischer2012-07-061-0/+8
* Implement a cache for the monthly viewLukas Fleischer2012-06-301-0/+1
* Remove unneeded parameter/return valueLukas Fleischer2012-06-301-4/+2
* Move apoint_{cut,paste}() to interaction unitLukas Fleischer2012-06-301-2/+2
* Add an item parameter to various todo_*() functionsLukas Fleischer2012-06-301-4/+4
* Add an item parameter to various day_*() functionsLukas Fleischer2012-06-301-4/+4
* Rename interaction functionsLukas Fleischer2012-06-301-11/+11
* Simplify apoint_switch_notify()Lukas Fleischer2012-06-301-1/+1
* 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