aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Note in README about TippedJS.Hugo Hörnquist2020-04-29
|
* Move overflow: hidden for events.Hugo Hörnquist2020-04-29
|
* Made code more compatible with popups, improve config.Hugo Hörnquist2020-04-29
|
* Test tooltip library.Hugo Hörnquist2020-04-29
|
* Add TODO to HTML.Hugo Hörnquist2020-04-29
|
* Remove dead code from style.css.Hugo Hörnquist2020-04-29
|
* .btn click area now fixed.Hugo Hörnquist2020-04-28
|
* Fix current time marker.Hugo Hörnquist2020-04-28
|
* Whitespace cleanup.Hugo Hörnquist2020-04-28
|
* Minor JS cleanup.Hugo Hörnquist2020-04-28
|
* Clean up and simlify event drag code.Hugo Hörnquist2020-04-28
|
* Ensured event creation drag and drop works.Hugo Hörnquist2020-04-28
|
* Fix week number display in small calendar.Hugo Hörnquist2020-04-28
|
* Fix overview spelling.Hugo Hörnquist2020-04-28
|
* Comment on marks in small calendar.Hugo Hörnquist2020-04-28
|
* Empty days now work.Hugo Hörnquist2020-04-28
|
* Add hover-text to popup buttons.Hugo Hörnquist2020-04-27
|
* Move events-between to datetime/vcomponent.Hugo Hörnquist2020-04-27
|
* Eventlist now only scrolls vertically.Hugo Hörnquist2020-04-27
|
* Made popup slightly more visually pleasing.Hugo Hörnquist2020-04-27
|
* Remove href completely when popups are enabled.Hugo Hörnquist2020-04-27
|
* Remove event-debug-html.Hugo Hörnquist2020-04-27
|
* Replace code for small calendar.Hugo Hörnquist2020-04-27
|
* Minor updates.Hugo Hörnquist2020-04-27
|
* Change scroll behaviour in popups.Hugo Hörnquist2020-04-27
|
* Fix current-time marker.Hugo Hörnquist2020-04-27
|
* Filter to only relevant timezones in ics output.Hugo Hörnquist2020-04-27
|
* Add final-event-occurence procedure.Hugo Hörnquist2020-04-27
|
* TODO additions.Hugo Hörnquist2020-04-27
|
* Long comments about positioning of popups.Hugo Hörnquist2020-04-27
|
* Made script finding of elements more stable.Hugo Hörnquist2020-04-27
|
* Made btn shadow-height variable.Hugo Hörnquist2020-04-27
|
* Export ICS interval.Hugo Hörnquist2020-04-26
|
* Remove use-modules*.Hugo Hörnquist2020-04-26
|
* Ical output more modular.Hugo Hörnquist2020-04-26
|
* Popup sidebar now button holder.Hugo Hörnquist2020-04-26
|
* Add export as ics button.Hugo Hörnquist2020-04-26
|
* ICAL output work.Hugo Hörnquist2020-04-26
|
* Add popup close button.Hugo Hörnquist2020-04-26
|
* Update TODO.Hugo Hörnquist2020-04-26
|
* Move a on event to inside, around body.Hugo Hörnquist2020-04-26
|
* Made .btn own css class.Hugo Hörnquist2020-04-26
|
* Text event CSS better generalized.Hugo Hörnquist2020-04-26
|
* Sidebar event code now reusable for popups.Hugo Hörnquist2020-04-26
|
* Table cells date now in <time> tag.Hugo Hörnquist2020-04-26
|
* All HTML graphical events now use same render code.Hugo Hörnquist2020-04-26
|
* Break out format-recurrence-rule.Hugo Hörnquist2020-04-26
|
* Move events-between.Hugo Hörnquist2020-04-26
|
* Styled weekly,monthly button better.Hugo Hörnquist2020-04-26
|
* CSS change scale from percent to parts.Hugo Hörnquist2020-04-26
| | | | | Apparently chrome doesn't support transform: scale(100%), but just scale(1). Firefox support both.