aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent/formats/xcal (follow)
Commit message (Collapse)AuthorAge
* Repair format tests.Hugo Hörnquist2023-12-01
| | | | | | | | The test have been really broken for a while, since the return type of `parameters` changed somewhere along the line. The serializers are now updated to the new API, and the tests updated to compare components correctly!
* Move vcomponent geo to new object system.Hugo Hörnquist2023-10-18
|
* Move timespec and recur-rule to new object system.Hugo Hörnquist2023-10-16
|
* Fixen in vcomponent formats.Hugo Hörnquist2023-10-16
| | | | | Previously almost everything was broken. This takes it back to a somewhat working state.
* Remove some old debug prints.Hugo Hörnquist2023-10-16
|
* Update some data formats to properly use table type.Hugo Hörnquist2023-10-16
|
* Major work on, something.Hugo Hörnquist2023-09-05
|
* Change xcal to work on namespaced sxml instead.Hugo Hörnquist2023-04-21
|
* Change child/parent interface for vcomponent.Hugo Hörnquist2023-02-23
|
* Change gettext '_' to 'G_'.Hugo Hörnquist2022-10-16
| | | | Guile 3 reserves _ for other stuff.
* Centralize (almost) all exports to :export in define-module.Hugo Hörnquist2022-06-23
|
* Merge branch 'translation'Hugo Hörnquist2022-04-07
|\
| * Prepare code for translation.Hugo Hörnquist2022-02-22
| |
* | Normalize errors.Hugo Hörnquist2022-03-28
|/
* Move stuff from calp/util to hnh/util.Hugo Hörnquist2022-01-31
| | | | | This is the first (major) step in splitting the generally useful items into its own library.
* Cleanup modules.Hugo Hörnquist2021-12-22
Primarly this moves all vcompenent input and output code to clearly labeled modules, instead of being spread out. At the same time it also removes a handfull of unused procedures.