summaryrefslogtreecommitdiff
path: root/src/help.c
AgeCommit message (Expand)Author
2017-01-12Update copyright rangesLukas Fleischer
2016-10-13Always use memory management wrappersLukas Fleischer
2016-01-30Update copyright rangesLukas Fleischer
2015-02-07Update copyright rangesLukas Fleischer
2014-07-28Document the reload featureLukas Fleischer
2014-07-27Fix find_basedir() and display_help()Lukas Fleischer
2014-07-22Replace several uses of snprintf() by asprintf()Lukas Fleischer
2014-07-16Refactor wins_launch_external()Lukas Fleischer
2013-08-27Display translated help pagesLukas Fleischer
2013-07-18Split online help code into a separate functionLukas Fleischer
2013-07-17Drop legacy online help systemLukas Fleischer
2013-05-14Fix a couple of translatable stringsLukas Fleischer
2013-04-14Use tabs instead of spaces for indentationLukas Fleischer
2013-02-04Update copyright rangesLukas Fleischer
2012-12-16Add hidden key handler windowLukas Fleischer
2012-07-07Merge cut/deleteLukas Fleischer
2012-07-07Add support for copy/paste registersLukas Fleischer
2012-07-06Add a key binding for generic-copyLukas Fleischer
2012-06-18src/help.c: Add missing _()Lukas Fleischer
2012-06-13Add key bindings to go to the previous/next month/yearLukas Fleischer
2012-06-13Rename displacement enumeration elementsLukas Fleischer
2012-05-31Use mvwaddstr() instead of mvwprintw()Baptiste Jonglez
2012-05-21Switch to Linux kernel coding styleLukas Fleischer
2012-05-08Declare several parameters/variables constantLukas Fleischer
2012-03-29Fix semantics of "general."{systemdialogs,progressbar}Lukas Fleischer
2012-03-26Update copyright rangesLukas Fleischer
2012-03-12Do not strncpy() strings returned by gettext()Lukas Fleischer
2011-11-02Remove parentheses from return statementsLukas Fleischer
2011-11-02Do not cast unused return values to voidLukas Fleischer
2011-11-02Avoid use of printf()/fprintf()Lukas Fleischer
2011-10-06src/help.c: Update messages referring to durationsLukas Fleischer
2011-10-06Add count buffer to keys_getch()Lukas 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-03Remove dead assignments spotted by clang-analyzer.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-03Avoid a segfault when resizing the help window.Lukas Fleischer
2011-03-03Fixed file permissions.Lukas Fleischer
2011-01-11Code cleanup and fixed compiler warning.Lukas Fleischer
2010-03-21Avoid concurrent screen refreshes.Frederic Culot
2010-03-20All headers gathered into a single one. Typedefs suppressed.Frederic Culot
2009-10-28Description of the scroll keys added to the generic keys help screen.Frederic Culot
2009-07-12calcurse version removed from menu titlesFrederic Culot
2009-07-05Switch to BSD license.Frederic Culot
2009-06-27Help page updated for the flag commandFrederic Culot
2009-01-04help page added to describe the cut and paste featureFrederic Culot