aboutsummaryrefslogtreecommitdiff
path: root/module/output (follow)
Commit message (Collapse)AuthorAge
* Experiments with multithreading.Hugo Hörnquist2020-01-22
|
* Minor comments.Hugo Hörnquist2020-01-22
|
* Fix basic ability to edit events.Hugo Hörnquist2020-01-22
|
* Better leap year support.Hugo Hörnquist2020-01-13
|
* Fix HTML preview prev month.Hugo Hörnquist2020-01-13
|
* HTML Add current time marker.Hugo Hörnquist2019-12-30
|
* Whitespace fixup.Hugo Hörnquist2019-12-30
|
* HTML day highlight now only in current month.Hugo Hörnquist2019-12-29
|
* Handle X-HNH-ALTERNATIVES in ics output.Hugo Hörnquist2019-12-29
|
* Move config from module to config directory.Hugo Hörnquist2019-12-28
|
* Broke out vevent->sxml into generalized function.Hugo Hörnquist2019-12-28
|
* HTML Add hyperlink parsing.Hugo Hörnquist2019-12-28
|
* Minor fixups.Hugo Hörnquist2019-12-27
|
* Fix clock-bar.Hugo Hörnquist2019-12-27
|
* First step on whole day events.Hugo Hörnquist2019-12-27
|
* HTML Leave quirks mode.Hugo Hörnquist2019-12-27
|
* Remove faulty next-month.Hugo Hörnquist2019-12-27
|
* HTML Fix whole day events missing from sidebar.Hugo Hörnquist2019-12-27
|
* HTML output comments.Hugo Hörnquist2019-12-25
|
* HTML output only describe multi-day events once.Hugo Hörnquist2019-12-25
| | | | | | | | | | | | | The HTML renderer mostly works in days. Events spanning over midnight therefore appears multiple times in the layout. This lead to their start-time + uid not to be unique any more, which was bad since I assumed it to be unique. This commit only describes a multi-day event on the day the event starts, with a special case for events which start before a given time span. Repeating events aren't affected, and are still show once per instance.
* ICAL handling of events different from display handling.Hugo Hörnquist2019-12-24
| | | | | | | | | Previously repeating events where always instantiated to a stream of all events to come (possibly infinite), and then zipped with the list of regular events to create a stream of all events in the world. This commit allows access to the raw lists of parsed regular and repeating events before they are extrapolated and merged.
* Fix ical outuput for with recurrence-id:s.Hugo Hörnquist2019-12-24
|
* 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.
* Move open-{input,output}-port to (util io).Hugo Hörnquist2019-12-23
|
* Add key filtering in ical output.Hugo Hörnquist2019-12-23
|
* Broke out nav-link into function.Hugo Hörnquist2019-12-22
|
* Fix prev and next month buttons.Hugo Hörnquist2019-12-22
|
* html output comments.Hugo Hörnquist2019-12-22
|
* Work on ICS output.Hugo Hörnquist2019-11-11
|
* Work on ICS output.Hugo Hörnquist2019-11-11
|
* Fix next and prev month buttons.Hugo Hörnquist2019-11-10
|
* Work on HTML output.Hugo Hörnquist2019-11-09
|
* Merge branch 'restruct'Hugo Hörnquist2019-11-03
|\
| * Move stuff between vcomponent/{base,parse}.Hugo Hörnquist2019-11-03
| |
| * Minor changes to env and ical.Hugo Hörnquist2019-11-02
| |
| * Start work on ical output.Hugo Hörnquist2019-10-29
| |
| * Minor cleanup in scheme code.Hugo Hörnquist2019-10-06
| |
| * Fix day-stream, and in effect terminal output.Hugo Hörnquist2019-10-05
| |
| * HTML output seems to work in full now.Hugo Hörnquist2019-10-04
| |
| * Actually fix NAME.Hugo Hörnquist2019-10-04
| |
* | Remove 'none' output.Hugo Hörnquist2019-10-08
| | | | | | | | | | | | This dummy output was earlier used to force a compilation, but since I have (hopefully) figured out how to actually compile stuff it's no longer necesarry.
* | Add --width flag to format.Hugo Hörnquist2019-10-01
|/
* Reword terminal output to better modularization.Hugo Hörnquist2019-06-01
|
* Rename {terminal => vulgar}.Hugo Hörnquist2019-06-01
|
* Work on cloning events through editor.Hugo Hörnquist2019-06-01
|
* Move get-git-version to new git module.Hugo Hörnquist2019-06-01
|
* Reword how statprof is loaded.Hugo Hörnquist2019-05-29
|
* Add info output.Hugo Hörnquist2019-05-29
|
* Fix git version parsing.Hugo Hörnquist2019-05-21
|
* Add git version to HTML info footer.Hugo Hörnquist2019-05-20
|