]> Pileus Git - lackey/shortlog
lackey
2013-06-24 Andy SpencerPrevent line wrapping for descriptions
2013-06-24 Michael AuchterFix a few off-by-one errors in date display
2013-06-17 Andy SpencerAdd simple event/todo display to edit view
2013-06-17 Andy SpencerAdd cursor like movement to events and todos view
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 SpencerAdd build dependency on config.mk
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 SpencerSupport multiple ical files
2013-06-10 Andy SpencerAdd flag for dummy events
2013-06-10 Andy SpencerDisplay all day events at the top
2013-06-10 Andy SpencerFix some resize issues
2013-06-10 Andy SpencerFix some ical memory 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 SpencerPrevent unknown key messages
2013-06-04 Andy SpencerAdd error command and update debug messages
2013-06-04 Andy SpencerCleanup headers and whitespace
2013-04-03 Andy SpencerAdd ncursesw CPPFLAGS
2013-04-03 Andy SpencerRename CC variable to GCC
2013-04-03 Andy SpencerUse icalproperty_get_value_as_string_r
2012-10-22 Andy SpencerAdd dist stuff
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 SpencerFix month draw bug
2012-10-14 Andy SpencerAdd events to year view
2012-10-14 Andy SpencerAdd full boxes
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 SpencerMore interactive views
2012-10-06 Andy SpencerFix month drawing
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 makefile bugs
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
2012-09-29 Andy SpencerUI prototyping