aboutsummaryrefslogtreecommitdiffstats
path: root/src/calendar.c
Commit message (Collapse)AuthorAgeFilesLines
* Cosmetics in the calendar weekly view.Frederic Culot2010-03-291-2/+2
|
* Adapt the weekly calendar view to the side bar width.Frederic Culot2010-03-291-12/+17
|
* More work on sidebar customization.Frederic Culot2010-03-211-4/+5
|
* Work on sidebar width user-customization.Frederic Culot2010-03-201-12/+19
|
* All headers gathered into a single one. Typedefs suppressed.Frederic Culot2010-03-201-28/+30
|
* Patch to correct the wrong calculation of recurrent items' dates after aFrederic Culot2010-03-081-3/+2
| | | | turn of year (submitted by Lukas Fleischer, thanks!).
* Compiler problem fixed (thanks Petr for reporting it).Frederic Culot2010-03-011-1/+3
|
* Code to save the calendar default view in the configuration file.Frederic Culot2009-10-281-1/+13
|
* Changes in the calendar weekly view.Frederic Culot2009-10-161-8/+26
|
* More work on the weekly calendar view.Frederic Culot2009-10-081-1/+19
|
* Display week number inside weekly calendar view.Frederic Culot2009-08-251-34/+127
|
* Work on implementing the weekly calendar view.Frederic Culot2009-08-241-53/+145
|
* stdbool header removed, unsigned type used insteadFrederic Culot2009-07-121-7/+7
|
* Switch to BSD license.Frederic Culot2009-07-051-14/+26
|
* Day names and selected date colour now follow user's theme.Frederic Culot2009-06-201-10/+10
|
* do not crash when canceling the thread if it was not launched beforeFrederic Culot2009-01-241-5/+4
|
* Added wrappers around libc's memory management functions, to easily debug ↵Frederic Culot2008-12-281-12/+9
| | | | memory usage
* small bugfixes and code cleanupFrederic Culot2008-12-141-2/+2
|
* Checks added while loading key bindings configuration.Frederic Culot2008-12-071-2/+2
|
* More work on implementing user-definable keybindingsFrederic Culot2008-11-161-3/+4
|
* pcal export addedFrederic Culot2008-08-101-2/+40
|
* new keybindings addedFrederic Culot2008-08-031-10/+35
|
* Yet another style for source code. GNU style now used (I am fed up with tabs...)Frederic Culot2008-04-121-370/+372
|
* Tony's patch concerning date format configuration importedFrederic Culot2008-04-091-19/+13
|
* calendar_move_*() functions modified to properly handle leap years andFrederic Culot2007-12-101-69/+63
| | | | | merged into calendar_move() date_change() added
* routines updated to handle new window_t and window_e typesFrederic Culot2007-10-211-4/+5
|
* calendar_change_day() and calendar_move_*() updated to prevent user from ↵Frederic Culot2007-10-161-6/+20
| | | | entering an unsupported date
* calendar_get_pom(), pom(), potm() and adj360() added, based on the OpenBSD ↵Frederic Culot2007-08-121-2/+178
| | | | version of pom(6)
* unuseful headers removed and some functions became staticFrederic Culot2007-07-281-4/+1
|
* calendar_date_thread implemented to check for day changes (thanks Jupp forFrederic Culot2007-07-011-98/+306
| | | | | | | | | | | | reporting the problem) code cleanup in goto_day() and update_cal_panel() static variables today and slctd_day added calendar_store_current_date(), calendar_get_slctd_day(), calendar_get_slctd_day_sec(), calendar_init_slctd_day() created calendar_move_up(), calendar_move_down(), calendar_move_left() and calendar_move_right() created calendar_set_first_day_of_week(), calendar_change_first_day_of_week() and calendar_week_begins_on_monday() created
* global variable 'colr' suppressedFrederic Culot2007-03-101-5/+4
|
* use of getstring() definesFrederic Culot2007-01-161-3/+4
|
* better checking of the entered date in goto_day()Frederic Culot2007-01-101-9/+12
|
* date format modified for the 'Go To' commandFrederic Culot2006-12-101-26/+30
|
* call to getstring() updatedFrederic Culot2006-11-021-4/+5
|
* getstring() call in goto_day() updatedFrederic Culot2006-10-281-3/+2
|
* Initial revisionFrederic Culot2006-07-311-0/+227