aboutsummaryrefslogtreecommitdiffstats
path: root/src/help.c
Commit message (Collapse)AuthorAgeFilesLines
* * french translation updatedFrederic Culot2008-04-201-2/+2
| | | | * correction done in the '>' command help text
* 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
| | | | | | status bar updated to display the new 'N' (edit note) and '>' (view note) keybindings online help pages added for 'N' and '>' keybindings
* help_screen() updated to make automatic resize available inside helpFrederic Culot2007-10-211-213/+259
| | | | | | | screens (thanks Sebastian for reporting the problem) help_wins_reset(), help_wins_init(), help_wins_reinit() and wanted_page() created help_pages_e enum added
* 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
|
* help_screen() updated to add the export and flag command help textFrederic Culot2007-03-241-25/+64
|
* global variable 'colr' suppressedFrederic Culot2007-03-101-4/+7
|
* copyright extended to 2007Frederic Culot2007-01-161-3/+3
|
* missing header added and sprintf replaced by snprintfFrederic Culot2006-12-151-3/+4
|
* help screen updated for repeat commandFrederic Culot2006-12-121-4/+7
|
* help screen added for the 'Edit Item' commandFrederic Culot2006-12-101-1/+25
|
* bugfix in help_screen(): text_lines is now correctly updatedFrederic Culot2006-09-171-3/+5
|
* help_screen() updatedFrederic Culot2006-09-171-1/+2
|
* help_screen() updated to take notify-bar into accountFrederic Culot2006-09-151-2/+5
|
* help window size modified to take notification bar into accountFrederic Culot2006-09-091-2/+2
|
* two help pages added ('O' and general keybindings)Frederic Culot2006-09-061-15/+46
|
* help text added for the 'Priority' function and help text updated for the ↵Frederic Culot2006-09-021-3/+29
| | | | 'Add' function
* online help text updated for the repeat and delete commandsFrederic Culot2006-08-231-4/+24
|
* keybinding changed: CTRL-L is now used to redraw screenFrederic Culot2006-08-061-13/+15
| | | | | keybinding added: R to repeat an item help text for repeat function added
* Initial revisionFrederic Culot2006-07-311-0/+375