summaryrefslogtreecommitdiff
path: root/src/calcurse.c
AgeCommit message (Expand)Author
2012-06-13Add key bindings to go to the previous/next month/yearLukas Fleischer
2012-06-13Rename displacement enumeration elementsLukas Fleischer
2012-05-21Switch to Linux kernel coding styleLukas Fleischer
2012-05-14Factorize boolean user prompting.Baptiste Jonglez
2012-04-12src/calcurse.c: Start all helper threads in one goLukas Fleischer
2012-04-12Refactor startup screen branchLukas Fleischer
2012-04-06Miscellaneous small code cleanupsLukas Fleischer
2012-04-05Mark localized string literals constantLukas Fleischer
2012-03-29Fix semantics of "general."{systemdialogs,progressbar}Lukas Fleischer
2012-03-26Update copyright rangesLukas Fleischer
2012-03-02Break out configuration main menuLukas Fleischer
2011-12-09Extract config file handlers into a separate fileLukas Fleischer
2011-11-14Use a global configuration variableLukas Fleischer
2011-10-06src/calcurse.c: Support count prefixes for motionsLukas Fleischer
2011-10-06Add count buffer to keys_getch()Lukas Fleischer
2011-10-06Add count parameter to *_{in,de}crease()Lukas Fleischer
2011-10-06src/calendar.c: Add a count parameter to calendar_move()Lukas Fleischer
2011-10-06Avoid unnecessary window updatesLukas Fleischer
2011-10-06Refactor out storage updatesLukas Fleischer
2011-10-06Remove temporary highlight pointersLukas Fleischer
2011-10-05Add configuration option to run the GC on exitLukas Fleischer
2011-07-21Declare foreground and background variables globalLukas Fleischer
2011-07-14Do not unnecessarily refresh in config menuLukas Fleischer
2011-07-07Add key binding for pipe-item commandLukas Fleischer
2011-06-28Avoid redundant redraws on resizeLukas Fleischer
2011-04-22Update copyright notices in source files, documentation and "COPYING".Lukas Fleischer
2011-04-19Use generic lists for todo items.Lukas Fleischer
2011-04-19Use generic lists for events.Lukas Fleischer
2011-03-14Overall indentation fixes.Lukas Fleischer
2011-03-04Update website links to match the new URL.Lukas Fleischer
2011-03-04Update mail addresses to match the new mailing lists.Lukas Fleischer
2011-03-03Remove CVS "$Id" headers.Lukas Fleischer
2011-03-03Fixed file permissions.Lukas Fleischer
2010-03-20Work on sidebar width user-customization.Frederic Culot
2010-03-20All headers gathered into a single one. Typedefs suppressed.Frederic Culot
2009-08-24Work on implementing the weekly calendar view.Frederic Culot
2009-07-26Stop daemon when calcurse enters interactive mode.Frederic Culot
2009-07-19New way of handling signals.Frederic Culot
2009-07-12Avoid a fatal error when launching calcurse in interactive mode if user direc...Frederic Culot
2009-07-12stdbool header removed, unsigned type used insteadFrederic Culot
2009-07-05Switch to BSD license.Frederic Culot
2009-06-26Ability to flag todo items as completed.Frederic Culot
2009-06-21Basic lock mechanism implemented to avoid having two calcurse instances runni...Frederic Culot
2009-01-24bugfix: load keys even in non-interactive mode to avoid the loss of user-conf...Frederic Culot
2009-01-03more code cleanupFrederic Culot
2009-01-01cut/paste feature adedFrederic Culot
2008-12-28Automatic periodic saves implementedFrederic Culot
2008-12-28Added wrappers around libc's memory management functions, to easily debug mem...Frederic Culot
2008-12-20new layout configuration menuFrederic Culot
2008-12-07Checks added while loading key bindings configuration.Frederic Culot