| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright ranges | Lukas Fleischer | 2016-01-30 | 1 | -1/+1 |
* | Update copyright ranges | Lukas Fleischer | 2015-02-07 | 1 | -1/+1 |
* | Document the reload feature | Lukas Fleischer | 2014-07-28 | 1 | -0/+2 |
* | Fix find_basedir() and display_help() | Lukas Fleischer | 2014-07-27 | 1 | -4/+2 |
* | Replace several uses of snprintf() by asprintf() | Lukas Fleischer | 2014-07-22 | 1 | -18/+29 |
* | Refactor wins_launch_external() | Lukas Fleischer | 2014-07-16 | 1 | -1/+2 |
* | Display translated help pages | Lukas Fleischer | 2013-08-27 | 1 | -3/+56 |
* | Split online help code into a separate function | Lukas Fleischer | 2013-07-18 | 1 | -0/+144 |
* | Drop legacy online help system | Lukas Fleischer | 2013-07-17 | 1 | -804/+0 |
* | Fix a couple of translatable strings | Lukas Fleischer | 2013-05-14 | 1 | -5/+5 |
* | Use tabs instead of spaces for indentation | Lukas Fleischer | 2013-04-14 | 1 | -707/+710 |
* | Update copyright ranges | Lukas Fleischer | 2013-02-04 | 1 | -2/+2 |
* | Add hidden key handler window | Lukas Fleischer | 2012-12-16 | 1 | -1/+1 |
* | Merge cut/delete | Lukas Fleischer | 2012-07-07 | 1 | -18/+11 |
* | Add support for copy/paste registers | Lukas Fleischer | 2012-07-07 | 1 | -1/+1 |
* | Add a key binding for generic-copy | Lukas Fleischer | 2012-07-06 | 1 | -12/+16 |
* | src/help.c: Add missing _() | Lukas Fleischer | 2012-06-18 | 1 | -1/+1 |
* | Add key bindings to go to the previous/next month/year | Lukas Fleischer | 2012-06-13 | 1 | -0/+16 |
* | Rename displacement enumeration elements | Lukas Fleischer | 2012-06-13 | 1 | -4/+4 |
* | Use mvwaddstr() instead of mvwprintw() | Baptiste Jonglez | 2012-05-31 | 1 | -2/+2 |
* | Switch to Linux kernel coding style | Lukas Fleischer | 2012-05-21 | 1 | -592/+580 |
* | Declare several parameters/variables constant | Lukas Fleischer | 2012-05-08 | 1 | -1/+1 |
* | Fix semantics of "general."{systemdialogs,progressbar} | Lukas Fleischer | 2012-03-29 | 1 | -2/+2 |
* | Update copyright ranges | Lukas Fleischer | 2012-03-26 | 1 | -2/+2 |
* | Do not strncpy() strings returned by gettext() | Lukas Fleischer | 2012-03-12 | 1 | -1/+1 |
* | Remove parentheses from return statements | Lukas Fleischer | 2011-11-02 | 1 | -1/+1 |
* | Do not cast unused return values to void | Lukas Fleischer | 2011-11-02 | 1 | -27/+27 |
* | Avoid use of printf()/fprintf() | Lukas Fleischer | 2011-11-02 | 1 | -1/+1 |
* | src/help.c: Update messages referring to durations | Lukas Fleischer | 2011-10-06 | 1 | -3/+3 |
* | Add count buffer to keys_getch() | Lukas Fleischer | 2011-10-06 | 1 | -1/+1 |
* | Add key binding for pipe-item command | Lukas Fleischer | 2011-07-07 | 1 | -0/+13 |
* | Avoid redundant redraws on resize | Lukas Fleischer | 2011-06-28 | 1 | -29/+34 |
* | Update copyright notices in source files, documentation and "COPYING". | Lukas Fleischer | 2011-04-22 | 1 | -2/+2 |
* | Remove dead assignments spotted by clang-analyzer. | Lukas Fleischer | 2011-04-03 | 1 | -1/+1 |
* | Overall indentation fixes. | Lukas Fleischer | 2011-03-14 | 1 | -20/+20 |
* | Update website links to match the new URL. | Lukas Fleischer | 2011-03-04 | 1 | -2/+2 |
* | Update mail addresses to match the new mailing lists. | Lukas Fleischer | 2011-03-04 | 1 | -2/+2 |
* | Remove CVS "$Id" headers. | Lukas Fleischer | 2011-03-03 | 1 | -2/+0 |
* | Avoid a segfault when resizing the help window. | Lukas Fleischer | 2011-03-03 | 1 | -27/+29 |
* | Fixed file permissions. | Lukas Fleischer | 2011-03-03 | 1 | -0/+0 |
* | Code cleanup and fixed compiler warning. | Lukas Fleischer | 2011-01-11 | 1 | -30/+30 |
* | Avoid concurrent screen refreshes. | Frederic Culot | 2010-03-21 | 1 | -2/+2 |
* | All headers gathered into a single one. Typedefs suppressed. | Frederic Culot | 2010-03-20 | 1 | -17/+15 |
* | Description of the scroll keys added to the generic keys help screen. | Frederic Culot | 2009-10-28 | 1 | -3/+9 |
* | calcurse version removed from menu titles | Frederic Culot | 2009-07-12 | 1 | -2/+2 |
* | Switch to BSD license. | Frederic Culot | 2009-07-05 | 1 | -23/+40 |
* | Help page updated for the flag command | Frederic Culot | 2009-06-27 | 1 | -5/+9 |
* | help page added to describe the cut and paste feature | Frederic Culot | 2009-01-04 | 1 | -2/+26 |
* | more code cleanup | Frederic Culot | 2009-01-03 | 1 | -2/+2 |
* | Added wrappers around libc's memory management functions, to easily debug mem... | Frederic Culot | 2008-12-28 | 1 | -30/+37 |