aboutsummaryrefslogtreecommitdiff
path: root/module (follow)
Commit message (Collapse)AuthorAge
* Fix invalid logic in reccurence generation.Hugo Hörnquist2019-12-23
|
* Fix reccuring events with exceptions.Hugo Hörnquist2019-12-23
| | | | | | | An event with an RRULE can have extra VEVENT's which share their UID, but add a RECCURENCE-ID which contains when the event was supposed to take place. In place of that time it may supply it's own overriding time. It may also override other fields.
* Add awhen.Hugo Hörnquist2019-12-23
|
* Broke out nav-link into function.Hugo Hörnquist2019-12-22
|
* Fix prev and next month buttons.Hugo Hörnquist2019-12-22
|
* html output comments.Hugo Hörnquist2019-12-22
|
* Re-add move X-HNH-FILENAME from VCALENDAR to VEVENT.Hugo Hörnquist2019-11-12
|
* Add check for repeated VEVENT:s in vdir.Hugo Hörnquist2019-11-11
|
* Work on ICS output.Hugo Hörnquist2019-11-11
|
* Work on ICS output.Hugo Hörnquist2019-11-11
|
* Change attribute to return hash-map.Hugo Hörnquist2019-11-11
|
* Add error for invalid main.Hugo Hörnquist2019-11-11
|
* Fix next and prev month buttons.Hugo Hörnquist2019-11-10
|
* Work on HTML output.Hugo Hörnquist2019-11-09
|
* Fii normalize-date* from previous commit.Hugo Hörnquist2019-11-09
|
* Fix leap-seconds in normalize-date*.Hugo Hörnquist2019-11-08
|
* Documentation in parse.Hugo Hörnquist2019-11-05
|
* Move remaining stuff out of vcomponent.Hugo Hörnquist2019-11-05
|
* Remove old next-event.Hugo Hörnquist2019-11-05
|
* Add let-env.Hugo Hörnquist2019-11-05
|
* Further cleanup in (vcomponent).Hugo Hörnquist2019-11-04
|
* Remove (vcomponent timezone).Hugo Hörnquist2019-11-04
|
* Remove commented code from parse-calendar.Hugo Hörnquist2019-11-04
|
* Simplify parsing steps.Hugo Hörnquist2019-11-04
|
* Maybe fixed timezone?Hugo Hörnquist2019-11-04
|
* Set geiser scheme to guile in main.Hugo Hörnquist2019-11-04
|
* Slight improvement to main.Hugo Hörnquist2019-11-04
|
* Merge branch 'restruct'Hugo Hörnquist2019-11-03
|\
| * Add descirption to strbuf.Hugo Hörnquist2019-11-03
| |
| * Move strbuf to own file.Hugo Hörnquist2019-11-03
| |
| * Cleanup in parse.Hugo Hörnquist2019-11-03
| |
| * Move stuff between vcomponent/{base,parse}.Hugo Hörnquist2019-11-03
| |
| * Remove make-vcomponent.Hugo Hörnquist2019-11-03
| |
| * Readd color parsing, fix minor bugs.Hugo Hörnquist2019-11-03
| |
| * Move parser into module subtree.Hugo Hörnquist2019-11-02
| |
| * Minor changes to env and ical.Hugo Hörnquist2019-11-02
| |
| * Start work on ical output.Hugo Hörnquist2019-10-29
| |
| * Minor improvements on timezone loading.Hugo Hörnquist2019-10-29
| |
| * Move env init out from main.scm.Hugo Hörnquist2019-10-29
| |
| * Made extrapolate-tz-stream slightly less worse.Hugo Hörnquist2019-10-15
| |
| * Add final fallback for name.Hugo Hörnquist2019-10-15
| |
| * Slight impromevents to parse-offset.Hugo Hörnquist2019-10-06
| |
| * Fix property access.Hugo Hörnquist2019-10-06
| |
| * Fix re-export of add-child!Hugo Hörnquist2019-10-06
| |
| * Minor cleanup in scheme code.Hugo Hörnquist2019-10-06
| |
| * Documentation of stream behavior.Hugo Hörnquist2019-10-05
| |
| * Fix day-stream, and in effect terminal output.Hugo Hörnquist2019-10-05
| |
| * HTML output seems to work in full now.Hugo Hörnquist2019-10-04
| |
| * Actually fix NAME.Hugo Hörnquist2019-10-04
| |
| * Remove debug prints..Hugo Hörnquist2019-10-04
| |