| Commit message (Expand) | Author | Age | Files | Lines |
* | Add default cases to some switch statements | Lukas Fleischer | 2014-05-18 | 1 | -0/+2 |
* | Store appointments for the current day in a vector | Lukas Fleischer | 2014-05-18 | 1 | -1/+1 |
* | Rework scroll window implementation | Lukas Fleischer | 2014-05-18 | 1 | -1/+1 |
* | Add a short format specifier for "%(remaining)" | Lukas Fleischer | 2013-07-17 | 1 | -0/+2 |
* | Allow extended formats for durations | Lukas Fleischer | 2013-07-17 | 1 | -1/+5 |
* | print_datediff(): Actually print a date difference | Lukas Fleischer | 2013-07-17 | 1 | -5/+3 |
* | Add %(remaining) style formatting | William Pettersson | 2013-07-17 | 1 | -0/+83 |
* | Use tabs instead of spaces for indentation | Lukas Fleischer | 2013-04-14 | 1 | -935/+954 |
* | parse_{date,time}(): Split out date/time validation | Lukas Fleischer | 2013-02-27 | 1 | -3/+23 |
* | date_sec2date_str(): Add missing semicolon | Lukas Fleischer | 2013-02-19 | 1 | -1/+1 |
* | Fix braces in if-else statements | Lukas Fleischer | 2013-02-17 | 1 | -20/+31 |
* | parse_duration(): Bail out early in final state | Lukas Fleischer | 2013-02-14 | 1 | -6/+4 |
* | calendar.c: Rename to "ui-calendar.c" | Lukas Fleischer | 2013-02-14 | 1 | -1/+1 |
* | Rename appointment/event-related UI functions | Lukas Fleischer | 2013-02-14 | 1 | -1/+1 |
* | Merge branch 'maint' | Lukas Fleischer | 2013-02-04 | 1 | -1/+1 |
|\ |
|
| * | Update copyright ranges | Lukas Fleischer | 2013-02-04 | 1 | -1/+1 |
* | | Use strncasecmp() for case-insensitive comparison | Lukas Fleischer | 2013-01-30 | 1 | -8/+0 |
* | | Remove unused function mystrtol() | Lukas Fleischer | 2013-01-30 | 1 | -15/+0 |
|/ |
|
* | Add hidden key handler window | Lukas Fleischer | 2012-12-16 | 1 | -1/+2 |
* | Merge branch 'maint' | Lukas Fleischer | 2012-11-23 | 1 | -34/+47 |
|\ |
|
| * | Replace localtime() with localtime_r() | Lukas Fleischer | 2012-11-22 | 1 | -34/+47 |
* | | Add support for entering times in 24 hour format | William Pettersson | 2012-11-18 | 1 | -2/+4 |
* | | Add support for copy/paste registers | Lukas Fleischer | 2012-07-07 | 1 | -1/+4 |
* | | Revise cut/pasting | Lukas Fleischer | 2012-06-30 | 1 | -4/+1 |
* | | Remove the need for the "day_saved_item" struct | Lukas Fleischer | 2012-06-30 | 1 | -5/+5 |
|/ |
|
* | Fix compilation with NLS disabled | Lukas Fleischer | 2012-06-30 | 1 | -0/+4 |
* | Use mvwaddstr() instead of mvwprintw() | Baptiste Jonglez | 2012-05-31 | 1 | -15/+12 |
* | Fix incorrect i18n usage for some strings | Baptiste Jonglez | 2012-05-25 | 1 | -1/+1 |
* | Merge branch 'maint' | Lukas Fleischer | 2012-05-23 | 1 | -1/+8 |
|\ |
|
| * | Do not localize dates in pcal exports | Lukas Fleischer | 2012-05-19 | 1 | -0/+7 |
* | | Fix default time format for multi-day appointments | Lukas Fleischer | 2012-05-21 | 1 | -6/+10 |
* | | Switch to Linux kernel coding style | Lukas Fleischer | 2012-05-21 | 1 | -783/+655 |
* | | src/utils.c: Disable canonical mode in press_any_key() | Lukas Fleischer | 2012-05-20 | 1 | -0/+10 |
* | | Allow passing additional parameters to shell_exec() | Lukas Fleischer | 2012-05-16 | 1 | -3/+40 |
* | | Allow resize events while prompting the user | Baptiste Jonglez | 2012-05-14 | 1 | -1/+6 |
* | | Various fixes. | Baptiste Jonglez | 2012-05-14 | 1 | -2/+2 |
* | | Factorize boolean user prompting. | Baptiste Jonglez | 2012-05-14 | 1 | -7/+11 |
* | | src/utils.c: Add a status_ask_simplechoice() function | Baptiste Jonglez | 2012-05-14 | 1 | -0/+33 |
* | | src/utils.c: Add a status_ask_choice() function | Baptiste Jonglez | 2012-05-14 | 1 | -0/+42 |
* | | Declare several parameters/variables constant | Lukas Fleischer | 2012-05-08 | 1 | -11/+11 |
* | | src/utils.c: Get rid of "semantic range checks" when parsing duration | Baptiste Jonglez | 2012-05-02 | 1 | -13/+0 |
* | | Merge "%(start"{,str}")" and "%(end"{,str}")" | Lukas Fleischer | 2012-04-17 | 1 | -21/+13 |
* | | Support extended date formats | Lukas Fleischer | 2012-04-17 | 1 | -2/+19 |
* | | Allow passing extended formats | Lukas Fleischer | 2012-04-17 | 1 | -5/+24 |
* | | Add support for long format specifiers | Lukas Fleischer | 2012-04-17 | 1 | -5/+43 |
* | | src/utils.c: Break out format specifier parsing | Lukas Fleischer | 2012-04-17 | 1 | -24/+72 |
* | | Miscellaneous small code cleanups | Lukas Fleischer | 2012-04-06 | 1 | -3/+10 |
* | | Mark some more variables/parameters constant | Lukas Fleischer | 2012-04-05 | 1 | -1/+1 |
* | | Mark localized string literals constant | Lukas Fleischer | 2012-04-05 | 1 | -3/+3 |
* | | Update copyright ranges | Lukas Fleischer | 2012-03-26 | 1 | -1/+1 |