| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | new layout configuration menu | Frederic Culot | 2008-12-20 | 1 | -2/+2 |
* | more work on updating online help pages | Frederic Culot | 2008-12-03 | 1 | -174/+214 |
* | online help pages updated | Frederic Culot | 2008-11-30 | 1 | -9/+11 |
* | Online help updated to display user-defined keys. | Frederic Culot | 2008-11-28 | 1 | -82/+122 |
* | Building configuration menu to assign keybindings | Frederic Culot | 2008-11-23 | 1 | -21/+23 |
* | More work on implementing user-definable keybindings | Frederic Culot | 2008-11-16 | 1 | -45/+41 |
* | import flag and 'i' keybinding added | Frederic Culot | 2008-09-21 | 1 | -1/+24 |
* | Optional 'format' option added to '-x' flag, help updated | Frederic Culot | 2008-08-11 | 1 | -2/+8 |
* | new keybindings added | Frederic Culot | 2008-08-03 | 1 | -7/+16 |
* | * french translation updated | Frederic Culot | 2008-04-20 | 1 | -2/+2 |
* | some memory leaks fixed using valgrind and some minor code cleanup | Frederic Culot | 2008-04-19 | 1 | -34/+27 |
* | Scrollbar added in general configuration menu | Frederic Culot | 2008-04-19 | 1 | -7/+4 |
* | Generic functions to handle scrolling windows created | Frederic Culot | 2008-04-18 | 1 | -44/+32 |
* | Yet another style for source code. GNU style now used (I am fed up with tabs...) | Frederic Culot | 2008-04-12 | 1 | -525/+535 |
* | TODO list updated | Frederic Culot | 2008-02-11 | 1 | -1/+48 |
* | help_screen() updated to make automatic resize available inside help | Frederic Culot | 2007-10-21 | 1 | -213/+259 |
* | unuseful headers removed and some functions became static | Frederic Culot | 2007-07-28 | 1 | -21/+16 |
* | which_pan dependency suppressed in help_screen() | Frederic Culot | 2007-07-23 | 1 | -2/+2 |
* | call to wins_show() updated | Frederic Culot | 2007-07-21 | 1 | -2/+3 |
* | MAX_LENGTH replaced by stdio.h's BUFSIZ | Frederic Culot | 2007-04-04 | 1 | -5/+6 |