aboutsummaryrefslogtreecommitdiff
path: root/module (follow)
Commit message (Collapse)AuthorAge
* Resolve {i,o}speed TODO in termios.Hugo Hörnquist2020-07-20
|
* Resolve TODO for with-ptr.Hugo Hörnquist2020-07-20
|
* Cleanup for cpp.Hugo Hörnquist2020-07-20
|
* Split parse-cpp into multiple modules.Hugo Hörnquist2020-07-20
|
* Bunch of work on cpp.Hugo Hörnquist2020-07-20
|
* Add missing format dependency for exceptions.Hugo Hörnquist2020-07-20
|
* Add split-by.Hugo Hörnquist2020-07-20
|
* Remove invalid export tree-map from (util).Hugo Hörnquist2020-07-20
|
* Add read-lines.Hugo Hörnquist2020-07-20
|
* Add module for immutable directed graphs.Hugo Hörnquist2020-07-20
|
* Start cpp.Hugo Hörnquist2020-07-19
|
* Fix RRULE/UNTIL in xCal.Hugo Hörnquist2020-07-18
|
* Fix parameter print in describe.Hugo Hörnquist2020-07-17
|
* Properties now return alist instead of hashmap.Hugo Hörnquist2020-07-17
|
* Resolve TODO about parameter name.Hugo Hörnquist2020-07-17
|
* Add duration output.Hugo Hörnquist2020-07-17
|
* Fix parse error on duration.Hugo Hörnquist2020-07-17
|
* Resolve TODO about datetime output.Hugo Hörnquist2020-07-17
|
* Move --editmode width for generated events to fix css.Hugo Hörnquist2020-07-15
|
* Repair jump to date.Hugo Hörnquist2020-07-15
|
* HTML Generated events now come without an UID.Hugo Hörnquist2020-07-15
|
* Add TODO about id to functions JS.Hugo Hörnquist2020-07-14
|
* Add TODO about VALUE in some cases.Hugo Hörnquist2020-07-14
|
* Javascripts date should now work for both local and UTC dates.Hugo Hörnquist2020-07-14
|
* Minor SXML cleanup.Hugo Hörnquist2020-07-13
|
* Frontend for event creation should work for long and short events.Hugo Hörnquist2020-07-13
|
* Remove width:calc(100%*var(--editmode)) from created events.Hugo Hörnquist2020-07-13
|
* Apply event blankspace to long events.Hugo Hörnquist2020-07-13
|
* Fix module error in (output vdir).Hugo Hörnquist2020-07-13
|
* Minor cleanup.Hugo Hörnquist2020-07-13
|
* Event creation from HTML works again.Hugo Hörnquist2020-07-12
|
* SXML Namespace mappings.Hugo Hörnquist2020-07-12
|
* Add initial (sxml namespace).Hugo Hörnquist2020-07-12
|
* Minor formatting changes.Hugo Hörnquist2020-07-12
|
* Fix graphical event overflow.Hugo Hörnquist2020-07-12
|
* Minor whitespace change.Hugo Hörnquist2020-07-12
|
* HTML Change template code for new events.Hugo Hörnquist2020-07-11
|
* Add (vcomponent build).Hugo Hörnquist2020-07-11
|
* Add some TODO:s.Hugo Hörnquist2020-07-11
|
* Javascript bind advanced fields + special formatting.Hugo Hörnquist2020-07-11
|
* Javascript bind properties to object.Hugo Hörnquist2020-07-10
|
* Fix popup close buttons, and ESC to close all.Hugo Hörnquist2020-07-10
|
* Serve xml under .html, month view xhtml content-type.Hugo Hörnquist2020-07-10
|
* Add CSS to embedded icalendar.Hugo Hörnquist2020-07-10
|
* Move back to own popup system.Hugo Hörnquist2020-07-10
| | | | | | | | | | | | | JQuery apparently doesn't handle xhtml, so the old system goes bust. Currently it's replaced with a barebones popup system, which works almost as well as the dependency. However; current problems include: - Wrong mouse cursor on events - Bad size on some browsers - Close button broken - Sometimes placed outside intended area, stretching it (since I *need* scroll on it). - ...
* Attempt to serve everything as xml.Hugo Hörnquist2020-07-09
|
* Replace xcal main with ns-wrap.Hugo Hörnquist2020-07-09
|
* HTML Download tab now div instead of article.Hugo Hörnquist2020-07-09
|
* Patch sxml->html, adding:Hugo Hörnquist2020-07-09
| | | | | | | - Support for multiple body forms - Processing instructions (*PI*) (<? ?>) - *TOP* as noop grouper - mapping `#f' to nothing (instead of self)
* Import sxml->html from dthompson.Hugo Hörnquist2020-07-08
|