aboutsummaryrefslogtreecommitdiffstats
path: root/src/help.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Avoid concurrent screen refreshes.Frederic Culot2010-03-211-2/+2
* All headers gathered into a single one. Typedefs suppressed.Frederic Culot2010-03-201-17/+15
* Description of the scroll keys added to the generic keys help screen.Frederic Culot2009-10-281-3/+9
* calcurse version removed from menu titlesFrederic Culot2009-07-121-2/+2
* Switch to BSD license.Frederic Culot2009-07-051-23/+40
* Help page updated for the flag commandFrederic Culot2009-06-271-5/+9
* help page added to describe the cut and paste featureFrederic Culot2009-01-041-2/+26
* more code cleanupFrederic Culot2009-01-031-2/+2
* Added wrappers around libc's memory management functions, to easily debug mem...Frederic Culot2008-12-281-30/+37
* new layout configuration menuFrederic Culot2008-12-201-2/+2
* more work on updating online help pagesFrederic Culot2008-12-031-174/+214
* online help pages updatedFrederic Culot2008-11-301-9/+11
* Online help updated to display user-defined keys.Frederic Culot2008-11-281-82/+122
* Building configuration menu to assign keybindingsFrederic Culot2008-11-231-21/+23
* More work on implementing user-definable keybindingsFrederic Culot2008-11-161-45/+41