aboutsummaryrefslogtreecommitdiff
path: root/module/output/html.scm (follow)
Commit message (Collapse)AuthorAge
...
* Update html output to use new month-days.Hugo Hörnquist2020-03-19
|
* Move date util procedures to module, document.Hugo Hörnquist2020-03-19
|
* HTML Add list of calendars.Hugo Hörnquist2020-03-10
|
* HTML tiny cal fix fragment links.Hugo Hörnquist2020-03-10
|
* Add mkdir for html on chunked.Hugo Hörnquist2020-03-10
|
* Cleanup in HTML chunked main.Hugo Hörnquist2020-03-02
|
* Move actual calendar render into own callback function.Hugo Hörnquist2020-03-02
|
* HTML broke stuff out into functions.Hugo Hörnquist2020-03-02
|
* Made cal-table simpler.Hugo Hörnquist2020-03-02
|
* Made start of week for html configurable.Hugo Hörnquist2020-03-02
|
* Add rudementary dark theme.Hugo Hörnquist2020-02-23
|
* HTML mark tentative events.Hugo Hörnquist2020-02-21
|
* Freed datetime from its srfi-19 prison.Hugo Hörnquist2020-02-18
|
* Change long-event detection to use dates.Hugo Hörnquist2020-02-18
|
* Add some TODO's.Hugo Hörnquist2020-02-17
|
* Minor cleanup.Hugo Hörnquist2020-02-16
|
* Add count parameter to chunked html.Hugo Hörnquist2020-02-16
|
* Minor cleanup.Hugo Hörnquist2020-02-14
|
* Kinda fixed contiuing css class.Hugo Hörnquist2020-02-14
|
* Reimplement date/time formatting in event list.Hugo Hörnquist2020-02-14
|
* Add datetime-difference.Hugo Hörnquist2020-02-14
|
* Fix event-length/day.Hugo Hörnquist2020-02-14
|
* Remove in-day?Hugo Hörnquist2020-02-13
|
* Add missing hour to time->decimal-hour.Hugo Hörnquist2020-02-13
|
* Fix date<=.Hugo Hörnquist2020-02-03
|
* Work.Hugo Hörnquist2020-01-31
|
* Once again compiles.Hugo Hörnquist2020-01-30
|
* Allow user supplied description filters.Hugo Hörnquist2020-01-22
|
* Experiments with multithreading.Hugo Hörnquist2020-01-22
|
* Minor comments.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
|
* 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.
* 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.
* 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
|