aboutsummaryrefslogtreecommitdiffstats
path: root/src/help.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* import flag and 'i' keybinding addedFrederic Culot2008-09-211-1/+24
* Optional 'format' option added to '-x' flag, help updatedFrederic Culot2008-08-111-2/+8
* new keybindings addedFrederic Culot2008-08-031-7/+16
* * french translation updatedFrederic Culot2008-04-201-2/+2
* some memory leaks fixed using valgrind and some minor code cleanupFrederic Culot2008-04-191-34/+27
* Scrollbar added in general configuration menuFrederic Culot2008-04-191-7/+4
* Generic functions to handle scrolling windows createdFrederic Culot2008-04-181-44/+32
* Yet another style for source code. GNU style now used (I am fed up with tabs...)Frederic Culot2008-04-121-525/+535
* TODO list updatedFrederic Culot2008-02-111-1/+48
* help_screen() updated to make automatic resize available inside helpFrederic Culot2007-10-211-213/+259
* unuseful headers removed and some functions became staticFrederic Culot2007-07-281-21/+16
* which_pan dependency suppressed in help_screen()Frederic Culot2007-07-231-2/+2
* call to wins_show() updatedFrederic Culot2007-07-211-2/+3
* MAX_LENGTH replaced by stdio.h's BUFSIZFrederic Culot2007-04-041-5/+6