Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use generic lists for events. | Lukas Fleischer | 2011-04-19 | 1 | -76/+58 |
| | | | | | | | Use the new generic list implementation instead of those insane "next" pointers in events. Includes some cleanups. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de> | ||||
* | Compare pointers to "NULL" instead of "0". | Lukas Fleischer | 2011-04-05 | 1 | -2/+2 |
| | | | | | | "bad_zero.cocci" spatch from http://coccinelle.lip6.fr/impact_linux.php. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de> | ||||
* | Overall indentation fixes. | Lukas Fleischer | 2011-03-14 | 1 | -22/+22 |
| | | | | | | | Use spaces instead of tabs for source code indentation only, strip trailing whitespaces from lines. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de> | ||||
* | 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 CVS "$Id" headers. | Lukas Fleischer | 2011-03-03 | 1 | -2/+0 |
| | | | | Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de> | ||||
* | Fixed file permissions. | Lukas Fleischer | 2011-03-03 | 1 | -0/+0 |
| | |||||
* | All headers gathered into a single one. Typedefs suppressed. | Frederic Culot | 2010-03-20 | 1 | -21/+18 |
| | |||||
* | Make use of erase_note() whenever possible. | Frederic Culot | 2009-07-19 | 1 | -15/+4 |
| | |||||
* | Switch to BSD license. | Frederic Culot | 2009-07-05 | 1 | -14/+26 |
| | |||||
* | The buffer should be allocated dynamically, but I am quite busy right now ↵ | Frederic Culot | 2009-05-22 | 1 | -3/+3 |
| | | | | :'( Anyway, thanks Kamil for feedback | ||||
* | more code cleanup | Frederic Culot | 2009-01-03 | 1 | -7/+12 |
| | |||||
* | various bugfixes | Frederic Culot | 2009-01-02 | 1 | -3/+3 |
| | |||||
* | cut/paste feature aded | Frederic Culot | 2009-01-01 | 1 | -9/+73 |
| | | | | | fixed a 2-years old bug that made repeated items with exceptions to load uncorrectly in some cases (thanks Jan for reporting it) | ||||
* | Added wrappers around libc's memory management functions, to easily debug ↵ | Frederic Culot | 2008-12-28 | 1 | -13/+12 |
| | | | | memory usage | ||||
* | small bugfixes and code cleanup | Frederic Culot | 2008-12-14 | 1 | -14/+9 |
| | |||||
* | Yet another style for source code. GNU style now used (I am fed up with tabs...) | Frederic Culot | 2008-04-12 | 1 | -102/+114 |
| | |||||
* | Code parts related to item update rewritten | Frederic Culot | 2008-01-20 | 1 | -9/+27 |
| | |||||
* | Ability to attach notes to appointments and events added | Frederic Culot | 2008-01-13 | 1 | -11/+22 |
| | |||||
* | unuseful headers removed and some functions became static | Frederic Culot | 2007-07-28 | 1 | -3/+1 |
| | |||||
* | use of DAYINSEC define | Frederic Culot | 2007-04-04 | 1 | -8/+14 |
| | |||||
* | strcpy replaced by strncpy | Frederic Culot | 2006-12-15 | 1 | -2/+2 |
| | |||||
* | Initial revision | Frederic Culot | 2006-07-31 | 1 | -0/+135 |