aboutsummaryrefslogtreecommitdiff
path: root/module/output (unfollow)
Commit message (Collapse)Author
2020-07-08Fix minor errors in HTML output.Hugo Hörnquist
2020-07-07Draft of multiple tabs for HTML popups.Hugo Hörnquist
Adds a tab system inside each popup. Vivaldi's lighthouse says it works fine, but firefox takes way longer to load the page, and uses 100% CPU for a while. Not sure why. Possible solution would be client side rendering for the events (since they only need to be shown one clicked). It's worth taking another look at this once the popup system has been replaced.
2020-07-07HTML add defer to script tags.Hugo Hörnquist
2020-07-07Resolve TZ for xcal datetime.Hugo Hörnquist
2020-07-07Introduce HTML edit mode.Hugo Hörnquist
2020-07-07TODO's in html.Hugo Hörnquist
2020-07-07Remove some TODO:s.Hugo Hörnquist
2020-07-07Merge (datetime util) into (datetime).Hugo Hörnquist
2020-07-07Finished renamining attribute to property.Hugo Hörnquist
2020-07-07Rename attributes => properties, properties => parameters.Hugo Hörnquist
2020-07-07Add basic event creation from HTML.Hugo Hörnquist
2020-06-29Xcal output cleanup.Hugo Hörnquist
2020-06-29Add base64 utility functions.Hugo Hörnquist
2020-06-25Changed HTML to include xcal instead of parameters.Hugo Hörnquist
2020-06-25Fix number of problems with new serializers.Hugo Hörnquist
2020-06-25Add xcal output!Hugo Hörnquist
2020-06-25Fix GEO output.Hugo Hörnquist
2020-06-25Move stuff from output/ical to output/common./Hugo Hörnquist
2020-06-25Add minor todo.Hugo Hörnquist
2020-06-25ICS writer now handles types and parameters.Hugo Hörnquist
2020-06-15Fix multi-valued fields.Hugo Hörnquist
2020-06-10Fix HTML help file creation.Hugo Hörnquist
2020-06-05Filter out ALL X-HNH- fields from ics output.Hugo Hörnquist
2020-06-05Remove incorrect output of DURATION.Hugo Hörnquist
2020-06-03Repair terminal output.Hugo Hörnquist
2020-06-01Break text procedures into modules.Hugo Hörnquist
2020-06-01Add debug config to html.Hugo Hörnquist
2020-06-01Modify config to store return of #:pre.Hugo Hörnquist
2020-05-24Handle events with no DTEND.Hugo Hörnquist
2020-05-23Slight changes to define-config.Hugo Hörnquist
2020-05-23Remove special case for first day in month view.Hugo Hörnquist
2020-05-23Replace one match-lambda* with case-lambda.Hugo Hörnquist
2020-05-23HTML add debug parameter.Hugo Hörnquist
2020-05-23Minor cleanup.Hugo Hörnquist
2020-05-23Made *prodid* global.Hugo Hörnquist
2020-05-23Remove (vcomponent output) module.Hugo Hörnquist
2020-05-23Remove export functions from terminal output.Hugo Hörnquist
2020-05-23Remove print-vcomponent.Hugo Hörnquist
2020-05-22Minor coment cleanup.Hugo Hörnquist
2020-05-22Repair ical output for keys with multiple vlines.Hugo Hörnquist
2020-05-19Recurrence rules now always parsed.Hugo Hörnquist
2020-05-09New parser now on feature parity with old.Hugo Hörnquist
2020-05-06Made benchmark main runnable again.Hugo Hörnquist
2020-05-05Change to only call get-datetime in parse.Hugo Hörnquist
2020-05-04Add ability to download ics in entirety.Hugo Hörnquist
2020-05-04Replace direct output to current-error-port with warnings.Hugo Hörnquist
2020-05-04All warning procedures now uses warning system.Hugo Hörnquist
2020-05-04Fix /today? when intervaltype is something else.Hugo Hörnquist
2020-05-04Repair term + add --help.Hugo Hörnquist
2020-05-04Add true-string-length.Hugo Hörnquist