Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-04-22 | Update copyright notices in source files, documentation and "COPYING". | Lukas Fleischer | |
* Update copyright dates (use 2004-2011 as date range everywhere). * Change copyright holder from "Frederic Culot" to "calcurse Development Team". Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de> | |||
2011-04-22 | Use "event" structure when iterating over events in app_arg(). | Lukas Fleischer | |
Regression introduced in commit 5b174ba5d46c256f41c1cfb952d46f49a088db8a. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de> | |||
2011-04-19 | Use generic lists for recurring apointments and events. | Lukas Fleischer | |
Use them instead of "recur_apoint_list" and "next" pointers in "recur_event" type variables. Includes some code simplifications and cleanups. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de> | |||
2011-04-19 | Use generic lists for todo items. | Lukas Fleischer | |
Use the new generic list implementation instead of "next" pointers in todo items. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de> | |||
2011-04-19 | Use generic lists for events. | Lukas Fleischer | |
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> | |||
2011-04-19 | Use generic lists for appointments. | Lukas Fleischer | |
Use the new generic list implementation instead of "apoint_list" everywhere. Simplify stuff and drop unused variables as well. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de> | |||
2011-04-05 | Compare pointers to "NULL" instead of "0". | Lukas Fleischer | |
"bad_zero.cocci" spatch from http://coccinelle.lip6.fr/impact_linux.php. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de> | |||
2011-04-03 | Remove dead assignments spotted by clang-analyzer. | Lukas Fleischer | |
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de> | |||
2011-03-14 | Overall indentation fixes. | Lukas Fleischer | |
Use spaces instead of tabs for source code indentation only, strip trailing whitespaces from lines. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de> | |||
2011-03-04 | Update website links to match the new URL. | Lukas Fleischer | |
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de> | |||
2011-03-04 | Update mail addresses to match the new mailing lists. | Lukas Fleischer | |
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de> | |||
2011-03-03 | Remove CVS "$Id" headers. | Lukas Fleischer | |
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de> | |||
2011-03-03 | Fixed file permissions. | Lukas Fleischer | |
2011-01-11 | Make parse_date accept several short forms. | Lukas Fleischer | |
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. | |||
2010-05-26 | Copyright updated. | Frederic Culot | |
2010-03-20 | All headers gathered into a single one. Typedefs suppressed. | Frederic Culot | |
2009-11-01 | Also check for notes directory. | Frederic Culot | |
2009-11-01 | Check for data directory availability added (thanks Brandon for reporting ↵ | Frederic Culot | |
this bug). | |||
2009-08-02 | Help on --status flag added | Frederic Culot | |
2009-07-26 | --status flag added | Frederic Culot | |
2009-07-26 | Check for file presence added (thanks again Chris for reporting it). | Frederic Culot | |
2009-07-15 | Dates are now written properly again when using the '-r' flag (thanks Chris ↵ | Frederic Culot | |
again for your report). | |||
2009-07-12 | bugfix: import and export todo items again! | Frederic Culot | |
2009-07-12 | stdbool header removed, unsigned type used instead | Frederic Culot | |
2009-07-05 | Switch to BSD license. | Frederic Culot | |
2009-07-05 | Support added for regex-based searches. Many thanks Erik for providing the ↵ | Frederic Culot | |
patch. | |||
2009-06-28 | Simplified the way data are loaded and saved. | Frederic Culot | |
2009-06-28 | Help updated for the -t command line flag. | Frederic Culot | |
2009-06-26 | Ability to flag todo items as completed. | Frederic Culot | |
2009-06-26 | Do not print todo items twice if the -d and -t flags are given (thanks Timo ↵ | Frederic Culot | |
for reporting this bug). | |||
2009-06-23 | Make the argument given to -r or -s flags optional. | Frederic Culot | |
2009-06-20 | Copyright date updated | Frederic Culot | |
2009-01-24 | bugfix: load keys even in non-interactive mode to avoid the loss of ↵ | Frederic Culot | |
user-configured key bindings | |||
2009-01-03 | more code cleanup | Frederic Culot | |
2008-12-28 | Automatic periodic saves implemented | Frederic Culot | |
2008-12-28 | Added wrappers around libc's memory management functions, to easily debug ↵ | Frederic Culot | |
memory usage | |||
2008-12-07 | Checks added while loading key bindings configuration. | Frederic Culot | |
2008-09-21 | import flag and 'i' keybinding added | Frederic Culot | |
2008-09-15 | Initial work on icalendar import | Frederic Culot | |
2008-08-12 | typo | Frederic Culot | |
2008-08-11 | Optional 'format' option added to '-x' flag, help updated | Frederic Culot | |
2008-08-10 | pcal export added | Frederic Culot | |
2008-08-06 | new command line options added (thanks Erik for the patch) | Frederic Culot | |
2008-04-20 | strcat use avoided | Frederic Culot | |
2008-04-19 | some memory leaks fixed using valgrind and some minor code cleanup | Frederic Culot | |
2008-04-12 | Yet another style for source code. GNU style now used (I am fed up with tabs...) | Frederic Culot | |
2008-04-09 | Tony's patch concerning date format configuration imported | Frederic Culot | |
2008-04-05 | usage updated | Frederic Culot | |
2008-04-05 | patch submitted by Erik Saule imported (ability to display note contents in ↵ | Frederic Culot | |
non-interactive mode) | |||
2008-04-04 | small bugfixes | Frederic Culot | |