aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent/base.scm (follow)
Commit message (Collapse)AuthorAge
* 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.
* Add delete-{parameter,property}!Hugo Hörnquist2021-12-06
|
* Export vline? from (vcomponent base).Hugo Hörnquist2021-08-10
|
* Simplify /insert endpoint.Hugo Hörnquist2020-10-05
|
* Move util modules into calp module..Hugo Hörnquist2020-08-24
|
* even more.Hugo Hörnquist2020-08-17
|
* Event edit within calendar now works.Hugo Hörnquist2020-08-12
|
* Remove some unused procedures.Hugo Hörnquist2020-07-24
|
* Properties now return alist instead of hashmap.Hugo Hörnquist2020-07-17
|
* Resolve TODO about parameter name.Hugo Hörnquist2020-07-17
|
* Add TODO about VALUE in some cases.Hugo Hörnquist2020-07-14
|
* Remove some TODO:s.Hugo Hörnquist2020-07-07
|
* Finished renamining attribute to property.Hugo Hörnquist2020-07-07
|
* Rename attributes => properties, properties => parameters.Hugo Hörnquist2020-07-07
|
* Minor changes to vcomponent base.Hugo Hörnquist2020-06-25
|
* Remove concatenate from get-attr.Hugo Hörnquist2020-06-16
| | | | | An earlier version allowed multiple vlines, each with a list of values. The representation is now changed to one vline per value.
* Save soruce-prop object to vline.Hugo Hörnquist2020-06-15
|
* Whitespace cleanup.Hugo Hörnquist2020-05-23
|
* Repair ical output for keys with multiple vlines.Hugo Hörnquist2020-05-22
|
* New parser now on feature parity with old.Hugo Hörnquist2020-05-09
|
* Add some TODO's.Hugo Hörnquist2020-04-10
|
* Add bettyr vcomponent record printer.Hugo Hörnquist2020-01-22
|
* Rework program initialization.Hugo Hörnquist2019-12-24
| | | | | | | | | | Old init setup had the fancy idea to parse all files before anything could be done with them. This however led to problems when a part of the program which didn't care for the calendar files (such as text formatting). It also made testing performance almost impossible since to much code was run before I had a chance to init statprof.
* Change attribute to return hash-map.Hugo Hörnquist2019-11-11
|
* Maybe fixed timezone?Hugo Hörnquist2019-11-04
|
* 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
|
* 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
|
* 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
|
* Everything seems to parse now.Hugo Hörnquist2019-10-03
|
* Locate bug with DTEND.Hugo Hörnquist2019-10-03
|
* Slowly going through and fixing everything.Hugo Hörnquist2019-10-03
|
* Disabled bunch of old stuff, new stuff kinda builds.Hugo Hörnquist2019-10-01
|
* Add value function.Hugo Hörnquist2019-05-06
|
* Create module (vcomponent base).Hugo Hörnquist2019-05-03