Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-06-28 | Avoid redundant redraws on resize | Lukas Fleischer | |
Use a global flag to record whether the terminal was resized instead of redrawing everything each time a KEY_RESIZE is read. Add some additional checks to help_write_pad() as invalid actions may be passed now due to using signals instead of virtual key presses. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de> | |||
2011-04-22 | Update copyright notices in source files, documentation and "COPYING". | Lukas Fleischer | |
* Update copyright dates (use 2004-2011 as date range everywhere). * Change copyright holder from "Frederic Culot" to "calcurse Development Team". Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de> | |||
2011-04-03 | Remove dead assignments spotted by clang-analyzer. | Lukas Fleischer | |
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de> | |||
2011-03-14 | Overall indentation fixes. | Lukas Fleischer | |
Use spaces instead of tabs for source code indentation only, strip trailing whitespaces from lines. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de> | |||
2011-03-04 | Update website links to match the new URL. | Lukas Fleischer | |
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de> | |||
2011-03-04 | Update mail addresses to match the new mailing lists. | Lukas Fleischer | |
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de> | |||
2011-03-03 | Remove CVS "$Id" headers. | Lukas Fleischer | |
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de> | |||
2011-03-03 | Avoid a segfault when resizing the help window. | Lukas Fleischer | |
2011-03-03 | Fixed file permissions. | Lukas Fleischer | |
2011-01-11 | Code cleanup and fixed compiler warning. | Lukas Fleischer | |
2010-03-21 | Avoid concurrent screen refreshes. | Frederic Culot | |
2010-03-20 | All headers gathered into a single one. Typedefs suppressed. | Frederic Culot | |
2009-10-28 | Description of the scroll keys added to the generic keys help screen. | Frederic Culot | |
2009-07-12 | calcurse version removed from menu titles | Frederic Culot | |
2009-07-05 | Switch to BSD license. | Frederic Culot | |
2009-06-27 | Help page updated for the flag command | Frederic Culot | |
2009-01-04 | help page added to describe the cut and paste feature | Frederic Culot | |
2009-01-03 | more code cleanup | Frederic Culot | |
2008-12-28 | Added wrappers around libc's memory management functions, to easily debug ↵ | Frederic Culot | |
memory usage | |||
2008-12-20 | new layout configuration menu | Frederic Culot | |
2008-12-03 | more work on updating online help pages | Frederic Culot | |
2008-11-30 | online help pages updated | Frederic Culot | |
2008-11-28 | Online help updated to display user-defined keys. | Frederic Culot | |
2008-11-23 | Building configuration menu to assign keybindings | Frederic Culot | |
2008-11-16 | More work on implementing user-definable keybindings | Frederic Culot | |
2008-09-21 | import flag and 'i' keybinding added | Frederic Culot | |
2008-08-11 | Optional 'format' option added to '-x' flag, help updated | Frederic Culot | |
2008-08-03 | new keybindings added | Frederic Culot | |
2008-04-20 | * french translation updated | Frederic Culot | |
* correction done in the '>' command help text | |||
2008-04-19 | some memory leaks fixed using valgrind and some minor code cleanup | Frederic Culot | |
2008-04-19 | Scrollbar added in general configuration menu | Frederic Culot | |
2008-04-18 | Generic functions to handle scrolling windows created | Frederic Culot | |
2008-04-12 | Yet another style for source code. GNU style now used (I am fed up with tabs...) | Frederic Culot | |
2008-02-11 | TODO list updated | Frederic Culot | |
status bar updated to display the new 'N' (edit note) and '>' (view note) keybindings online help pages added for 'N' and '>' keybindings | |||
2007-10-21 | help_screen() updated to make automatic resize available inside help | Frederic Culot | |
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 | |||
2007-07-28 | unuseful headers removed and some functions became static | Frederic Culot | |
2007-07-23 | which_pan dependency suppressed in help_screen() | Frederic Culot | |
2007-07-21 | call to wins_show() updated | Frederic Culot | |
2007-04-04 | MAX_LENGTH replaced by stdio.h's BUFSIZ | Frederic Culot | |
2007-03-24 | help_screen() updated to add the export and flag command help text | Frederic Culot | |
2007-03-10 | global variable 'colr' suppressed | Frederic Culot | |
2007-01-16 | copyright extended to 2007 | Frederic Culot | |
2006-12-15 | missing header added and sprintf replaced by snprintf | Frederic Culot | |
2006-12-12 | help screen updated for repeat command | Frederic Culot | |
2006-12-10 | help screen added for the 'Edit Item' command | Frederic Culot | |
2006-09-17 | bugfix in help_screen(): text_lines is now correctly updated | Frederic Culot | |
2006-09-17 | help_screen() updated | Frederic Culot | |
2006-09-15 | help_screen() updated to take notify-bar into account | Frederic Culot | |
2006-09-09 | help window size modified to take notification bar into account | Frederic Culot | |
2006-09-06 | two help pages added ('O' and general keybindings) | Frederic Culot | |