]> Pileus Git - lackey/history - src
Add option to show and hide weekends.
[lackey] / src /
2018-06-22 Andy SpencerAdd option to show and hide weekends. master
2017-06-11 Andy SpencerAdd simple notification daemon mode
2017-06-11 Andy SpencerRefactor main and add print mode
2016-12-05 Andy SpencerImprove event display formatting
2016-11-28 Andy SpencerAuto select the first event from calendar
2016-11-28 Andy SpencerAdd support for timezones
2016-11-28 Andy SpencerAdd calendar command line flags
2016-11-28 Andy SpencerAdd day and week output flags
2016-11-28 Andy SpencerAdd args and usage output
2016-11-28 Andy SpencerRemove compact hotkey to avoid conflicts
2016-11-28 Andy SpencerMove e key to views
2016-11-28 Andy SpencerMove main loop and curses init to view
2016-11-28 Andy SpencerImprove calendar debugging
2015-01-14 Andy SpencerFix date and ical test cases
2015-01-12 Andy SpencerAdd event selection to day and week views
2015-01-12 Andy SpencerMake morning time configurable
2013-06-24 Michael AuchterFix a few off-by-one errors in date display
2013-06-17 Andy SpencerCommon updates to support event and todo editing
2013-06-16 Andy SpencerDisplay current time at the top right
2013-06-16 Andy SpencerConvert YEAR/MONTH/DAY to Selection struct
2013-06-16 Andy SpencerMake events and todos doubly linked
2013-06-16 Andy SpencerMake testing code build time configurable
2013-06-16 Andy SpencerAdd bit flags for event and todo line items
2013-06-16 Andy SpencerOutput cal field for ical events and todos
2013-06-16 Andy SpencerFix bug when adding new config groups
2013-06-16 Andy SpencerMisc formatting and cleanup changes
2013-06-16 Andy SpencerFix bug where we always reloaded calendars
2013-06-16 Andy SpencerBump copyright on files modified in 2013
2013-06-16 Andy SpencerRework how the current window is stored
2013-06-16 Andy SpencerSet default escape key delay
2013-06-16 Andy SpencerAdd edit view
2013-06-16 Andy SpencerAdd popup views
2013-06-16 Andy SpencerMove around view functions
2013-06-10 Andy SpencerStart keeping track of calendars
2013-06-10 Andy SpencerAdd simple config file parser
2013-06-10 Andy SpencerFree unused cal memory memory
2013-06-10 Andy SpencerUpdate tests
2013-06-10 Andy SpencerAdd cal_load function and update cal APIs
2013-06-10 Andy SpencerMake prototypes internal to cal.c and view.c
2013-06-10 Andy SpencerFix some resize issues
2013-06-10 Andy SpencerMerge calendar items
2013-06-10 Andy SpencerAdd string copy and match functions
2013-06-10 Andy SpencerAdd compact mode and view config data
2013-06-04 Andy SpencerAdd alloc0 and new0 functions
2013-06-04 Andy SpencerAdd error command and update debug messages
2013-06-04 Andy SpencerCleanup headers and whitespace
2012-10-22 Andy SpencerAdd some special formatting
2012-10-22 Andy SpencerBug fixes
2012-10-22 Andy SpencerAdd ical todos
2012-10-22 Andy SpencerAdd todo view
2012-10-21 Andy SpencerRename stuff
2012-10-15 Andy SpencerAdd events view
2012-10-15 Andy SpencerAdd box packing to day view
2012-10-14 Andy SpencerMove drawing code to screen.c, work on day view
2012-10-14 Andy SpencerAdd month view
2012-10-13 Andy SpencerAdd size function, update ical/week
2012-10-12 Andy SpencerWorking iCalendar parsing
2012-10-12 Andy SpencerStart on iCalendar support
2012-10-12 Andy SpencerSome organization
2012-10-12 Andy SpencerStart on events and calendars
2012-10-06 Andy SpencerMake month view interactive
2012-10-05 Andy SpencerFix resize
2012-10-05 Andy SpencerFix divider click bug
2012-10-05 Andy SpencerFix some time keeping bugs
2012-10-05 Andy SpencerRename
2012-10-05 Andy SpencerAdd copyright
2012-10-05 Andy SpencerMove stuff around
2012-10-05 Andy SpencerAdd day and week view
2012-10-04 Andy SpencerAdd year view
2012-10-04 Andy SpencerAdd utils, tests, and month view
2012-09-30 Andy SpencerStart using windows and views
2012-09-29 Andy SpencerAdd some mouse support
2012-09-29 Andy SpencerAdd basic screen layout stuff
2012-09-29 Andy SpencerAdd template files