Age | Commit message (Expand) | Author |
2016-01-30 | Update copyright ranges | Lukas Fleischer |
2015-02-07 | Update copyright ranges | Lukas Fleischer |
2014-07-28 | Document the reload feature | Lukas Fleischer |
2014-07-27 | Fix find_basedir() and display_help() | Lukas Fleischer |
2014-07-22 | Replace several uses of snprintf() by asprintf() | Lukas Fleischer |
2014-07-16 | Refactor wins_launch_external() | Lukas Fleischer |
2013-08-27 | Display translated help pages | Lukas Fleischer |
2013-07-18 | Split online help code into a separate function | Lukas Fleischer |
2013-07-17 | Drop legacy online help system | Lukas Fleischer |
2013-05-14 | Fix a couple of translatable strings | Lukas Fleischer |
2013-04-14 | Use tabs instead of spaces for indentation | Lukas Fleischer |
2013-02-04 | Update copyright ranges | Lukas Fleischer |
2012-12-16 | Add hidden key handler window | Lukas Fleischer |
2012-07-07 | Merge cut/delete | Lukas Fleischer |
2012-07-07 | Add support for copy/paste registers | Lukas Fleischer |
2012-07-06 | Add a key binding for generic-copy | Lukas Fleischer |
2012-06-18 | src/help.c: Add missing _() | Lukas Fleischer |
2012-06-13 | Add key bindings to go to the previous/next month/year | Lukas Fleischer |
2012-06-13 | Rename displacement enumeration elements | Lukas Fleischer |
2012-05-31 | Use mvwaddstr() instead of mvwprintw() | Baptiste Jonglez |
2012-05-21 | Switch to Linux kernel coding style | Lukas Fleischer |
2012-05-08 | Declare several parameters/variables constant | Lukas Fleischer |
2012-03-29 | Fix semantics of "general."{systemdialogs,progressbar} | Lukas Fleischer |
2012-03-26 | Update copyright ranges | Lukas Fleischer |
2012-03-12 | Do not strncpy() strings returned by gettext() | Lukas Fleischer |
2011-11-02 | Remove parentheses from return statements | Lukas Fleischer |
2011-11-02 | Do not cast unused return values to void | Lukas Fleischer |
2011-11-02 | Avoid use of printf()/fprintf() | Lukas Fleischer |
2011-10-06 | src/help.c: Update messages referring to durations | Lukas Fleischer |
2011-10-06 | Add count buffer to keys_getch() | Lukas Fleischer |
2011-07-07 | Add key binding for pipe-item command | Lukas Fleischer |
2011-06-28 | Avoid redundant redraws on resize | Lukas Fleischer |
2011-04-22 | Update copyright notices in source files, documentation and "COPYING". | Lukas Fleischer |
2011-04-03 | Remove dead assignments spotted by clang-analyzer. | Lukas Fleischer |
2011-03-14 | Overall indentation fixes. | Lukas Fleischer |
2011-03-04 | Update website links to match the new URL. | Lukas Fleischer |
2011-03-04 | Update mail addresses to match the new mailing lists. | Lukas Fleischer |
2011-03-03 | Remove CVS "$Id" headers. | Lukas Fleischer |
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 mem... | Frederic Culot |