aboutsummaryrefslogtreecommitdiff
path: root/module/output (unfollow)
Commit message (Collapse)Author
2020-04-27Filter to only relevant timezones in ics output.Hugo Hörnquist
2020-04-26Ical output more modular.Hugo Hörnquist
2020-04-26Popup sidebar now button holder.Hugo Hörnquist
2020-04-26Add export as ics button.Hugo Hörnquist
2020-04-26ICAL output work.Hugo Hörnquist
2020-04-26Add popup close button.Hugo Hörnquist
2020-04-26Move a on event to inside, around body.Hugo Hörnquist
2020-04-26Made .btn own css class.Hugo Hörnquist
2020-04-26Text event CSS better generalized.Hugo Hörnquist
2020-04-26Sidebar event code now reusable for popups.Hugo Hörnquist
2020-04-26Table cells date now in <time> tag.Hugo Hörnquist
2020-04-26All HTML graphical events now use same render code.Hugo Hörnquist
2020-04-26Break out format-recurrence-rule.Hugo Hörnquist
2020-04-26Move events-between.Hugo Hörnquist
2020-04-26Month view better colors.Hugo Hörnquist
2020-04-26Move date-range to datetime/util.Hugo Hörnquist
2020-04-26Remove days-between in favour of days-in-interval.Hugo Hörnquist
2020-04-26HTML event attributes added as html attributes.Hugo Hörnquist
2020-04-26Remove wkst argument from tablify.Hugo Hörnquist
2020-04-26Add some comments.Hugo Hörnquist
2020-04-26HTML Description exception handler now works.Hugo Hörnquist
2020-04-25Renormalize some dt's to local time, solving owerflow.Hugo Hörnquist
Previously, if a DTEND = 01:00+02:00, but was given in UTC (23:00Z) then the fact that DTEND was in different dates lead to some problems.
2020-04-25Add exception handler to description filter.Hugo Hörnquist
2020-04-25Slightly improve display of EXDATES.Hugo Hörnquist
2020-04-25Terminal output end time now end time again.Hugo Hörnquist
2020-04-22ICAL Change to new tz source.Hugo Hörnquist
2020-04-22Filter X-HNH-FILENAME from ical output.Hugo Hörnquist
2020-04-22ICAL output support for number of new types.Hugo Hörnquist
2020-04-16Add week numbers to HTML small calendar.Hugo Hörnquist
2020-04-14Add UI sliders to tune CSS.Hugo Hörnquist
2020-04-07Show EXDATES in text format.Hugo Hörnquist
2020-04-07Minor notes and fixes.Hugo Hörnquist
2020-04-07Add location to blocks, rrules and last-modified to text in html.Hugo Hörnquist
2020-04-06Add multiple new text formatting procedures.Hugo Hörnquist
2020-04-05Update JS to only try to mark today if posible.Hugo Hörnquist
2020-04-05Fix JS for current time.Hugo Hörnquist
2020-04-04Add header for month layout.Hugo Hörnquist
2020-04-04Move nav buttons away from smallcal.Hugo Hörnquist
2020-04-03Add responsivnes, major rework on css.Hugo Hörnquist
Primary page layout is now changed from being flexbox based to being grid based. This allows a much simpler complete rearangement of the elements to a tall view for narrow screens. A few other minor changes might also have slipped in.
2020-04-03Add string tilecase to some date outputs.Hugo Hörnquist
2020-04-02Remove ensure? for configs, built in instead.Hugo Hörnquist
2020-04-01Update remaining code to use new config scheme.Hugo Hörnquist
2020-03-31Attempt at decentralized configuration system.Hugo Hörnquist
Placing all possible configuration items in a central (parameters) module scales really badly. This idea that any module can register configuration parameters is better. The current implementation however has the drawback that it requires that the module exposing the parameter is loaded before the value can be sat, but that scales even worse. A probable solution would be to abandon binding everything to guile's module system, and instead let (util config) provide a `conf-ref' and a `conf-set!' procedures. A `define-configuration' similar to emacs `defcustom' could be of use, mainly for retroactively type checking parameters.
2020-03-31Add toggles between week and month view for HTML.Hugo Hörnquist
2020-03-31Update HTML /static links to be absolute.Hugo Hörnquist
2020-03-31Change html-generate to take everything as kv-args.Hugo Hörnquist
2020-03-31Fix unnamed calendars for table view.Hugo Hörnquist
2020-03-30Fixed minor errors in HTML output.Hugo Hörnquist
2020-03-25Improve *->decimal-hour procedures.Hugo Hörnquist
2020-03-24Move some datetime procedures to propper modules.Hugo Hörnquist