summaryrefslogtreecommitdiff
path: root/src/help.c
AgeCommit message (Expand)Author
2023-04-11Update copyright ranges for 2023Lukas Fleischer
2022-03-11Update copyright ranges for 2022Lukas Fleischer
2021-04-11Add generic-prev-view key bindingAurora
2021-04-11Allow undefined actions in keys configuration fileLars Henriksen
2020-01-30Update copyright rangesLukas Fleischer
2017-11-15Fix help for nine actionsLars Henriksen
2017-08-12Fix fatal error when using the help commandLars Henriksen
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