| Commit message (Expand) | Author | Age | Files | Lines |
* | Switch to Linux kernel coding style | Lukas Fleischer | 2012-05-21 | 1 | -471/+420 |
* | Factorize boolean user prompting. | Baptiste Jonglez | 2012-05-14 | 1 | -4/+2 |
* | src/calcurse.c: Start all helper threads in one go | Lukas Fleischer | 2012-04-12 | 1 | -2/+4 |
* | Refactor startup screen branch | Lukas Fleischer | 2012-04-12 | 1 | -2/+5 |
* | Miscellaneous small code cleanups | Lukas Fleischer | 2012-04-06 | 1 | -8/+6 |
* | Mark localized string literals constant | Lukas Fleischer | 2012-04-05 | 1 | -1/+1 |
* | Fix semantics of "general."{systemdialogs,progressbar} | Lukas Fleischer | 2012-03-29 | 1 | -1/+1 |
* | Update copyright ranges | Lukas Fleischer | 2012-03-26 | 1 | -1/+1 |
* | Break out configuration main menu | Lukas Fleischer | 2012-03-02 | 1 | -49/+2 |
* | Extract config file handlers into a separate file | Lukas Fleischer | 2011-12-09 | 1 | -1/+1 |
* | Use a global configuration variable | Lukas Fleischer | 2011-11-14 | 1 | -16/+15 |
* | src/calcurse.c: Support count prefixes for motions | Lukas Fleischer | 2011-10-06 | 1 | -19/+33 |
* | Add count buffer to keys_getch() | Lukas Fleischer | 2011-10-06 | 1 | -1/+1 |
* | Add count parameter to *_{in,de}crease() | Lukas Fleischer | 2011-10-06 | 1 | -8/+8 |
* | src/calendar.c: Add a count parameter to calendar_move() | Lukas Fleischer | 2011-10-06 | 1 | -6/+6 |
* | Avoid unnecessary window updates | Lukas Fleischer | 2011-10-06 | 1 | -28/+65 |
* | Refactor out storage updates | Lukas Fleischer | 2011-10-06 | 1 | -45/+48 |
* | Remove temporary highlight pointers | Lukas Fleischer | 2011-10-06 | 1 | -27/+4 |
* | Add configuration option to run the GC on exit | Lukas Fleischer | 2011-10-05 | 1 | -0/+2 |
* | Declare foreground and background variables global | Lukas Fleischer | 2011-07-21 | 1 | -2/+1 |
* | Do not unnecessarily refresh in config menu | Lukas Fleischer | 2011-07-14 | 1 | -0/+2 |
* | Add key binding for pipe-item command | Lukas Fleischer | 2011-07-07 | 1 | -0/+7 |
* | Avoid redundant redraws on resize | Lukas Fleischer | 2011-06-28 | 1 | -3/+9 |
* | Update copyright notices in source files, documentation and "COPYING". | Lukas Fleischer | 2011-04-22 | 1 | -1/+1 |
* | Use generic lists for todo items. | Lukas Fleischer | 2011-04-19 | 1 | -0/+1 |
* | Use generic lists for events. | Lukas Fleischer | 2011-04-19 | 1 | -0/+3 |
* | Overall indentation fixes. | Lukas Fleischer | 2011-03-14 | 1 | -272/+272 |
* | Update website links to match the new URL. | Lukas Fleischer | 2011-03-04 | 1 | -1/+1 |
* | Update mail addresses to match the new mailing lists. | Lukas Fleischer | 2011-03-04 | 1 | -1/+1 |
* | Remove CVS "$Id" headers. | Lukas Fleischer | 2011-03-03 | 1 | -2/+0 |
* | Fixed file permissions. | Lukas Fleischer | 2011-03-03 | 1 | -0/+0 |
* | Work on sidebar width user-customization. | Frederic Culot | 2010-03-20 | 1 | -1/+5 |
* | All headers gathered into a single one. Typedefs suppressed. | Frederic Culot | 2010-03-20 | 1 | -20/+5 |
* | Work on implementing the weekly calendar view. | Frederic Culot | 2009-08-24 | 1 | -1/+11 |
* | Stop daemon when calcurse enters interactive mode. | Frederic Culot | 2009-07-26 | 1 | -1/+3 |
* | New way of handling signals. | Frederic Culot | 2009-07-19 | 1 | -8/+6 |
* | Avoid a fatal error when launching calcurse in interactive mode if user direc... | Frederic Culot | 2009-07-12 | 1 | -3/+5 |
* | stdbool header removed, unsigned type used instead | Frederic Culot | 2009-07-12 | 1 | -37/+37 |
* | Switch to BSD license. | Frederic Culot | 2009-07-05 | 1 | -14/+26 |
* | Ability to flag todo items as completed. | Frederic Culot | 2009-06-26 | 1 | -1/+3 |
* | Basic lock mechanism implemented to avoid having two calcurse instances runni... | Frederic Culot | 2009-06-21 | 1 | -2/+4 |
* | bugfix: load keys even in non-interactive mode to avoid the loss of user-conf... | Frederic Culot | 2009-01-24 | 1 | -2/+1 |
* | more code cleanup | Frederic Culot | 2009-01-03 | 1 | -17/+19 |
* | cut/paste feature aded | Frederic Culot | 2009-01-01 | 1 | -1/+17 |
* | Automatic periodic saves implemented | Frederic Culot | 2008-12-28 | 1 | -4/+6 |
* | Added wrappers around libc's memory management functions, to easily debug mem... | Frederic Culot | 2008-12-28 | 1 | -6/+6 |
* | new layout configuration menu | Frederic Culot | 2008-12-20 | 1 | -2/+2 |
* | Checks added while loading key bindings configuration. | Frederic Culot | 2008-12-07 | 1 | -8/+8 |
* | Building configuration menu to assign keybindings | Frederic Culot | 2008-11-23 | 1 | -3/+7 |
* | More work on implementing user-definable keybindings | Frederic Culot | 2008-11-16 | 1 | -62/+41 |