summaryrefslogtreecommitdiff
path: root/src/help.c
AgeCommit message (Expand)Author
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
2009-01-03more code cleanupFrederic Culot
2008-12-28Added wrappers around libc's memory management functions, to easily debug mem...Frederic Culot
2008-12-20new layout configuration menuFrederic Culot
2008-12-03more work on updating online help pagesFrederic Culot
2008-11-30online help pages updatedFrederic Culot
2008-11-28Online help updated to display user-defined keys.Frederic Culot
2008-11-23Building configuration menu to assign keybindingsFrederic Culot
2008-11-16More work on implementing user-definable keybindingsFrederic Culot
2008-09-21import flag and 'i' keybinding addedFrederic Culot
2008-08-11Optional 'format' option added to '-x' flag, help updatedFrederic Culot
2008-08-03new keybindings addedFrederic Culot
2008-04-20* french translation updatedFrederic Culot
2008-04-19some memory leaks fixed using valgrind and some minor code cleanupFrederic Culot
2008-04-19Scrollbar added in general configuration menuFrederic Culot
2008-04-18Generic functions to handle scrolling windows createdFrederic Culot
2008-04-12Yet another style for source code. GNU style now used (I am fed up with tabs...)Frederic Culot
2008-02-11TODO list updatedFrederic Culot
2007-10-21help_screen() updated to make automatic resize available inside helpFrederic Culot
2007-07-28unuseful headers removed and some functions became staticFrederic Culot
2007-07-23which_pan dependency suppressed in help_screen()Frederic Culot
2007-07-21call to wins_show() updatedFrederic Culot
2007-04-04MAX_LENGTH replaced by stdio.h's BUFSIZFrederic Culot
2007-03-24help_screen() updated to add the export and flag command help textFrederic Culot
2007-03-10global variable 'colr' suppressedFrederic Culot
2007-01-16copyright extended to 2007Frederic Culot
2006-12-15missing header added and sprintf replaced by snprintfFrederic Culot
2006-12-12help screen updated for repeat commandFrederic Culot