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-05 | Fix bad use of unsigned integers. | Lukas Fleischer | |
Unsigned values should never be compared to values less than zero. Detected with "find_unsigned.cocci" spatch from http://coccinelle.lip6.fr/impact_linux.php. 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-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 | |
2010-03-29 | Exit menu item added to sidebar configuration screen (thanks Doug for ↵ | Frederic Culot | |
reporting this). | |||
2010-03-21 | Online help added for side bar configuration screen. | Frederic Culot | |
2010-03-21 | Avoid concurrent screen refreshes. | Frederic Culot | |
2010-03-21 | More work on sidebar customization. | Frederic Culot | |
2010-03-20 | Work on sidebar width user-customization. | Frederic Culot | |
2010-03-20 | All headers gathered into a single one. Typedefs suppressed. | Frederic Culot | |
2009-10-28 | Code to save the calendar default view in the configuration file. | Frederic Culot | |
2009-08-02 | conf_set_scrsize not static any more (moved to custom_set_swsiz) | Frederic Culot | |
2009-08-01 | Save and restore daemon configuration options. | Frederic Culot | |
2009-07-29 | bugfixes | Frederic Culot | |
2009-07-12 | calcurse version removed from menu titles | Frederic Culot | |
2009-07-12 | stdbool header removed, unsigned type used instead | Frederic Culot | |
2009-07-05 | Switch to BSD license. | Frederic Culot | |
2009-06-20 | Bugfix: avoid a possible freeze under OpenBSD when changing color from ↵ | Frederic Culot | |
within the configuration screen. | |||
2009-01-24 | make it possible to use KEY_HOME and KEY_END to define new key bindings, and ↵ | Frederic Culot | |
prevent user from assigning a non-recgnized key | |||
2009-01-05 | iso date format added | Frederic Culot | |
2009-01-03 | more code cleanup | Frederic Culot | |
2009-01-02 | 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-20 | new layout configuration menu | Frederic Culot | |
2008-12-14 | small bugfixes and code cleanup | Frederic Culot | |
2008-12-08 | color configuration menu adapted to handle user-defined key bindings | Frederic Culot | |
2008-12-07 | Checks added while loading key bindings configuration. | Frederic Culot | |
2008-11-25 | User-defined keys are now saved to file. | Frederic Culot | |
2008-11-23 | Building configuration menu to assign keybindings | Frederic Culot | |
2008-11-16 | More work on implementing user-definable keybindings | Frederic Culot | |
2008-11-09 | Loading of user-configurable keys implemented | Frederic Culot | |
2008-09-21 | import flag and 'i' keybinding added | Frederic Culot | |
2008-04-19 | some memory leaks fixed using valgrind and some minor code cleanup | Frederic Culot | |
2008-04-19 | Scrollbar added in general configuration menu | 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-02-16 | bugfix: check for null pointer added when drawing color configuration window ↵ | Frederic Culot | |
(which could remain invisible otherwise) | |||
2007-10-21 | custom_general_config() updated to handle basic window resizing | Frederic Culot | |
custom_confwin_init() and display_color_config() added custom_color_config() rewritten | |||
2007-08-15 | layout_config() updated to use wins_set_layout() | Frederic Culot | |
2007-07-28 | unuseful headers removed and some functions became static | Frederic Culot | |
2007-07-21 | no more window erase in custom_load_conf() | Frederic Culot | |
custom_print_general_options() and custom_general_config() added | |||
2007-07-20 | custom_load_conf() and erase_window_part() updated to use window_t type | Frederic Culot | |
2007-07-01 | call to calendar_set_first_day_of_week() added | Frederic Culot | |
2007-05-06 | code cleanup in custom_load_conf() | Frederic Culot | |
2007-04-24 | custom_color_config() made more robust | Frederic Culot | |