Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update website links to match the new URL. | Lukas Fleischer | 2011-03-04 | 1 | -1/+1 |
| | | | | Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de> | ||||
* | Update mail addresses to match the new mailing lists. | Lukas Fleischer | 2011-03-04 | 1 | -1/+1 |
| | | | | Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de> | ||||
* | Remove date_sec2hour_str() from "utils.c". | Lukas Fleischer | 2011-03-04 | 1 | -1/+0 |
| | | | | | | | | date_sec2hour_str() is superseded by date_sec2date_str() with "%H:%M" as date format string, so replace all invocations and remove that function from "utils.c". Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de> | ||||
* | Simplify str_toupper() in "utils.c". | Lukas Fleischer | 2011-03-04 | 1 | -1/+1 |
| | | | | Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de> | ||||
* | Remove CVS "$Id" headers. | Lukas Fleischer | 2011-03-03 | 1 | -2/+0 |
| | | | | Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de> | ||||
* | Make parse_date accept several short forms. | Lukas Fleischer | 2011-01-11 | 1 | -2/+3 |
| | | | | | | | | | Short forms are only accepted in interactive mode (e.g. when using the "Go to" function, editing a recurrent item's end date, and so on). Samples: "1/1/30" for "01/01/2030", "26" for the 26th of the currently selected month/year or "3/1" for Mar 01 (or Jan 03, depending on the date format) of the currently selected year. | ||||
* | Compilation issue related to memory functions definition fixed (thanks Doug ↵ | Frederic Culot | 2010-03-22 | 1 | -17/+21 |
| | | | | for reporting it). | ||||
* | Avoid concurrent screen refreshes. | Frederic Culot | 2010-03-21 | 1 | -1/+4 |
| | |||||
* | More work on sidebar customization. | Frederic Culot | 2010-03-21 | 1 | -2/+11 |
| | |||||
* | Work on sidebar width user-customization. | Frederic Culot | 2010-03-20 | 1 | -2/+5 |
| | |||||
* | All headers gathered into a single one. Typedefs suppressed. | Frederic Culot | 2010-03-20 | 1 | -0/+919 |