aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Move TTY input to end of loop.Hugo Hörnquist2019-03-29
|
* Fix #\q in main loop.Hugo Hörnquist2019-03-25
|
* Fix timespan-overlaps? to align better with days.Hugo Hörnquist2019-03-25
|
* Minor cleanups.Hugo Hörnquist2019-03-25
|
* Fix events being dropped by sorting them.Hugo Hörnquist2019-03-25
|
* Replace one filter.Hugo Hörnquist2019-03-25
|
* Update make-vcomponent to allow VIRTUAL components.Hugo Hörnquist2019-03-24
|
* Add VIRTUAL vcomponents.Hugo Hörnquist2019-03-24
| | | | | | | | VIRTUAL vcomponents are vcomponents created without a source. Their primiary purpose is for creating brand new events, which will later be dumped to the proper files. They can however also be used in testing for great effect.
* Set up better test for recurring events.Hugo Hörnquist2019-03-23
|
* Minor cleanup.Hugo Hörnquist2019-03-22
|
* Fix recur-event-stream.Hugo Hörnquist2019-03-22
|
* Add explicit import of (ice-9 format) to vcal output.Hugo Hörnquist2019-03-22
|
* Add comment on NAME attr.Hugo Hörnquist2019-03-22
|
* Add tests to C main.Hugo Hörnquist2019-03-22
|
* Fix error when setting attr before ever accessing it.Hugo Hörnquist2019-03-22
|
* Add empty constructor for vcomponent.Hugo Hörnquist2019-03-22
|
* Fix GET(TRIE(T)) erroring when target was a neighbour.Hugo Hörnquist2019-03-22
|
* Fix errors shown by scan-build.Hugo Hörnquist2019-03-22
|
* Move C and Scheme code into subdirs.Hugo Hörnquist2019-03-22
|
* Add stuff to test.scm.Hugo Hörnquist2019-03-22
|
* Cleanup and cleandown in (v r generate).Hugo Hörnquist2019-03-22
|
* Update formatting of some comments.Hugo Hörnquist2019-03-22
|
* Change time->string default format.Hugo Hörnquist2019-03-22
|
* Rename build-recur-rules to parse-recurrence-rule.Hugo Hörnquist2019-03-22
|
* Fix imports for (vcalendar recurrence parse).Hugo Hörnquist2019-03-22
|
* Move take-to to util.Hugo Hörnquist2019-03-22
|
* Add clean-scheme to makefile.Hugo Hörnquist2019-03-22
|
* Update main to show recurring events.Hugo Hörnquist2019-03-21
|
* Fixed recurrence code.Hugo Hörnquist2019-03-21
|
* Add filter-sorted-stream.Hugo Hörnquist2019-03-21
|
* Add ./ to makefile.Hugo Hörnquist2019-03-21
|
* Started work on stream interleaving.Hugo Hörnquist2019-03-21
|
* Add find-min.Hugo Hörnquist2019-03-21
|
* Change main-loop input.Hugo Hörnquist2019-03-21
| | | | | Changed input for main loop from a list of calendars into a list of regular events and a list of repeating events.
* Update utility functions.Hugo Hörnquist2019-03-21
|
* Fix up fetch to use better abstractions.Hugo Hörnquist2019-03-21
|
* Some cleanup.Hugo Hörnquist2019-03-21
|
* Move time procedures from main to where they belong.Hugo Hörnquist2019-03-21
|
* Fix crash when day has 0 events.Hugo Hörnquist2019-03-19
|
* Fix problem with screen not refreshing.Hugo Hörnquist2019-03-19
|
* Made vulgar interface slightly more stable.Hugo Hörnquist2019-03-19
|
* Add simple event view to vulgar front-end.Hugo Hörnquist2019-03-19
|
* Fix BSD cal output.Hugo Hörnquist2019-03-13
|
* Possibly add support for systems with BSD cal(1).Hugo Hörnquist2019-03-13
|
* Fix events only overlapping days.Hugo Hörnquist2019-03-13
| | | | Instead of simply looking at days starting during day.
* Add interactive terminal UI.term-uiHugo Hörnquist2019-03-12
|
* Add a bunch of terminal control modules.Hugo Hörnquist2019-03-12
|
* Add some more time utils.Hugo Hörnquist2019-03-12
|
* Update vcalendar to utilize TYPE field.Hugo Hörnquist2019-03-12
|
* Add name and color parsing to calendar, Add TYPE.Hugo Hörnquist2019-03-12
|