aboutsummaryrefslogtreecommitdiffstats
path: root/src/help.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright ranges for 2023Lukas Fleischer2023-04-111-1/+1
* Update copyright ranges for 2022Lukas Fleischer2022-03-111-1/+1
* Add generic-prev-view key bindingAurora2021-04-111-0/+2
* Allow undefined actions in keys configuration fileLars Henriksen2021-04-111-1/+1
* Update copyright rangesLukas Fleischer2020-01-301-1/+1
* Fix help for nine actionsLars Henriksen2017-11-151-4/+18
* Fix fatal error when using the help commandLars Henriksen2017-08-121-5/+6
* Update copyright rangesLukas Fleischer2017-01-121-1/+1
* Always use memory management wrappersLukas Fleischer2016-10-131-2/+2
* Update copyright rangesLukas Fleischer2016-01-301-1/+1
* Update copyright rangesLukas Fleischer2015-02-071-1/+1
* Document the reload featureLukas Fleischer2014-07-281-0/+2
* Fix find_basedir() and display_help()Lukas Fleischer2014-07-271-4/+2
* Replace several uses of snprintf() by asprintf()Lukas Fleischer2014-07-221-18/+29
* Refactor wins_launch_external()Lukas Fleischer2014-07-161-1/+2
* Display translated help pagesLukas Fleischer2013-08-271-3/+56
* Split online help code into a separate functionLukas Fleischer2013-07-181-0/+144
* Drop legacy online help systemLukas Fleischer2013-07-171-804/+0
* Fix a couple of translatable stringsLukas Fleischer2013-05-141-5/+5
* Use tabs instead of spaces for indentationLukas Fleischer2013-04-141-707/+710
* Update copyright rangesLukas Fleischer2013-02-041-2/+2
* Add hidden key handler windowLukas Fleischer2012-12-161-1/+1
* Merge cut/deleteLukas Fleischer2012-07-071-18/+11
* Add support for copy/paste registersLukas Fleischer2012-07-071-1/+1
* Add a key binding for generic-copyLukas Fleischer2012-07-061-12/+16
* src/help.c: Add missing _()Lukas Fleischer2012-06-181-1/+1
* Add key bindings to go to the previous/next month/yearLukas Fleischer2012-06-131-0/+16
* Rename displacement enumeration elementsLukas Fleischer2012-06-131-4/+4
* Use mvwaddstr() instead of mvwprintw()Baptiste Jonglez2012-05-311-2/+2
* Switch to Linux kernel coding styleLukas Fleischer2012-05-211-592/+580
* Declare several parameters/variables constantLukas Fleischer2012-05-081-1/+1
* Fix semantics of "general."{systemdialogs,progressbar}Lukas Fleischer2012-03-291-2/+2
* Update copyright rangesLukas Fleischer2012-03-261-2/+2
* Do not strncpy() strings returned by gettext()Lukas Fleischer2012-03-121-1/+1
* Remove parentheses from return statementsLukas Fleischer2011-11-021-1/+1
* Do not cast unused return values to voidLukas Fleischer2011-11-021-27/+27
* Avoid use of printf()/fprintf()Lukas Fleischer2011-11-021-1/+1
* src/help.c: Update messages referring to durationsLukas Fleischer2011-10-061-3/+3
* Add count buffer to keys_getch()Lukas Fleischer2011-10-061-1/+1
* Add key binding for pipe-item commandLukas Fleischer2011-07-071-0/+13
* Avoid redundant redraws on resizeLukas Fleischer2011-06-281-29/+34
* Update copyright notices in source files, documentation and "COPYING".Lukas Fleischer2011-04-221-2/+2
* Remove dead assignments spotted by clang-analyzer.Lukas Fleischer2011-04-031-1/+1
* Overall indentation fixes.Lukas Fleischer2011-03-141-20/+20
* Update website links to match the new URL.Lukas Fleischer2011-03-041-2/+2
* Update mail addresses to match the new mailing lists.Lukas Fleischer2011-03-041-2/+2
* Remove CVS "$Id" headers.Lukas Fleischer2011-03-031-2/+0
* Avoid a segfault when resizing the help window.Lukas Fleischer2011-03-031-27/+29
* Fixed file permissions.Lukas Fleischer2011-03-031-0/+0
* Code cleanup and fixed compiler warning.Lukas Fleischer2011-01-111-30/+30