Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
84 commits
Select commit Hold shift + click to select a range
f65fd57
Added support for defining a custom bgColor per row.
skaughtx0r Nov 26, 2015
a211561
Added dash fragment shader.
skaughtx0r Dec 2, 2015
ee550af
Made lines use different shader program than area/bars to get rid of …
skaughtx0r Dec 2, 2015
3efa664
Added ability to highlight a group.
skaughtx0r Dec 16, 2015
c6875e0
Merge branch 'mocu-changes' into merge-latest
skaughtx0r Aug 10, 2016
7cf91ff
Fix issues after merging mocu-changes.
skaughtx0r Aug 10, 2016
1df0734
Merge remote-tracking branch 'metsci/master'
skaughtx0r Jun 21, 2017
03b40a6
Merge branch 'mocu-changes-1.8' into mocu-changes-1.9
skaughtx0r Jun 21, 2017
dda7af9
Add ability to modify the formats of absolute time display
skaughtx0r Jun 21, 2017
0bf0ae3
Expose timeAxisFormat option to TimelinePane
skaughtx0r Jun 21, 2017
3701c9d
Merge branch 'format-time-labels' into mocu-changes-1.9
skaughtx0r Jun 21, 2017
e3901d6
Update to version to 1.9.2
skaughtx0r Mar 23, 2018
eef9dfb
fixed the stuff
stharding Mar 27, 2018
64c4f04
Use ng-packagr to build.
skaughtx0r Mar 28, 2018
2150163
Update version number
skaughtx0r Mar 28, 2018
c27dbf1
Update readme, move moment to peer/dev dependencies
skaughtx0r Mar 28, 2018
9089ac0
Clean up peerDependencies
skaughtx0r Mar 28, 2018
d807595
Updated Changelog for v2.0.2
skaughtx0r Mar 28, 2018
81f5e94
Fixed incorrect redefinition of scoped variables.
skaughtx0r Mar 29, 2018
885d52b
Whitelist moment dependency.
skaughtx0r Mar 30, 2018
880d91e
Fixed issues with compiled code getting deleted due to improperly sco…
skaughtx0r Apr 11, 2018
cdb296d
Fixed missing moment import, update version to 2.0.5
skaughtx0r Apr 12, 2018
d06c395
Truncate event start/end times to prevent sub-millisecond values
skaughtx0r Jul 12, 2018
5155598
Added highlightColor attribute to TimelineGroupModel
Jan 29, 2019
2052252
Add new background class to use for highlight
skaughtx0r Feb 6, 2019
bdffdcc
Got dashed group highlight working, trying to make it fill the height…
skaughtx0r Feb 7, 2019
40bd24d
Made group highlight fill height of the entire group. Added dash support
skaughtx0r Feb 8, 2019
88032fe
Fix error in shader
skaughtx0r Feb 8, 2019
cac0c09
Fix hide/show of group highlight. Added getters for dash properties.
skaughtx0r Feb 8, 2019
e832f85
Merge pull request #1 from skaughtx0r/group-highlight-change-chops
ftunggal Feb 8, 2019
f32b1db
Update changelog and version.
skaughtx0r Feb 8, 2019
3aee91f
Added option to truncate row label
Mar 27, 2019
d413a41
Added option to set label font for groups
Mar 28, 2019
2c21ee4
Using local variable to truncate label text
Apr 4, 2019
bdd69a3
Merge pull request #2 from skaughtx0r/label-changes
skaughtx0r Apr 16, 2019
95ab121
Export getTextWidth
skaughtx0r Apr 16, 2019
f9e6b6d
Update version to 2.1.0
skaughtx0r Apr 16, 2019
dc43461
added group label font to groupAttrsChanged
Apr 16, 2019
2e75364
Merge pull request #3 from skaughtx0r/fix-group-font
skaughtx0r Apr 16, 2019
b787534
Update version to 2.1.1
skaughtx0r Apr 16, 2019
b5d65f6
Added option to set cursor type to 'move' when hovering over scrollab…
Jun 14, 2019
3044776
Updated to specify cursor type instead of using 'move'
Jun 18, 2019
eed5e6f
Merge pull request #4 from skaughtx0r/cursor-changes
skaughtx0r Jun 19, 2019
547ab64
[v2.x] Update version to 2.2.0. Updated typescript to 3.4.5. Updated …
skaughtx0r Jun 19, 2019
ef8fc51
[v2.x] Update version to 2.2.0
skaughtx0r Jun 19, 2019
1b80b23
[v2.x] Accidently commited dist.tgz and update package-lock version
skaughtx0r Jun 19, 2019
0dede3e
[v2.x] Add ability specify whether or not annotations are pickable.
skaughtx0r Nov 8, 2019
bb9ab5a
[v2.x] Update version in changelog.
skaughtx0r Nov 8, 2019
4b61bd1
[add-row-highlight] Initial test of adding row highlight.
skaughtx0r Jun 12, 2020
d61ec2b
[add-row-highlight] Implemented ability to add row highlights.
Jun 15, 2020
8d03979
[add-row-highlight] Updated default insets for row highlight.
Jun 17, 2020
0b3ab6d
selectedBorderColor will now default to borderColor instead of timeli…
Jun 18, 2020
291d542
Merge pull request #5 from skaughtx0r/feature/add-row-highlight
skaughtx0r Jun 26, 2020
6e939a8
[v2.x] Updated changelog, updated version to 2.4.0
skaughtx0r Jun 26, 2020
8fbd643
[zoom-fix] mouseWheelListener argument applies to scrolling with curs…
Jul 14, 2020
3c16e2f
Merge pull request #6 from skaughtx0r/zoom-fix
skaughtx0r Jul 20, 2020
6262d9a
[v2.x] Updated version to 2.4.1
skaughtx0r Jul 20, 2020
73c1771
[bugfix-orderedset-add] Fixed insertion index bug when adding a value…
Jul 24, 2020
d441bc8
Merge pull request #7 from skaughtx0r/bugfix-orderedset-add
skaughtx0r Jul 27, 2020
c0033cf
[v2.x] Updated version to 2.4.2
skaughtx0r Jul 27, 2020
19c0162
Angular upgrade
Nov 13, 2020
f66f658
Angular CLI update for packages - @angular/core@9, @angular/cli@9
Nov 13, 2020
c4cea4a
Angular CLI update for packages - @angular/core@10, @angular/cli@10
Nov 13, 2020
df7d8a0
@angular/cli migration - tslint-version-6
Nov 13, 2020
e8ca434
[feature/add-text-annotation-background] Added background to annotati…
Nov 17, 2020
1fc4f9c
[feature/add-text-annotation-background] Added optional alphaOverride…
Nov 17, 2020
70bcffa
[add-text-annotation-background] Updated changelog and package files.
skaughtx0r Nov 17, 2020
166c96e
[add-text-annotation-background] Fixed bugs where curved background b…
Nov 18, 2020
391c203
Merge branch 'feature/add-text-annotation-background' of https://gith…
Nov 18, 2020
09f3b0b
[add-text-annotation-background] Fixed bug where right side of canvas…
Nov 18, 2020
1c2de1d
2.5.0-rc.2
Nov 18, 2020
e43bdcc
[add-text-annotation-background] Updated version to rc.2
skaughtx0r Nov 18, 2020
f40d901
[add-text-annotation-background] Code cleanup.
Nov 18, 2020
67922d1
Merge branch 'feature/add-text-annotation-background' of https://gith…
Nov 18, 2020
f141681
[add-text-annotation-background] Fixed changelog.
skaughtx0r Nov 19, 2020
eb20f9f
Merge pull request #8 from skaughtx0r/feature/add-text-annotation-bac…
skaughtx0r Nov 19, 2020
ab35a5f
[v2.x] Updated version to 2.5.0
skaughtx0r Nov 19, 2020
9985e0d
Added min/max limits to Axis1D and TimeAxis1D
kyle-sherman Nov 16, 2022
7328b86
Removed duplicate code in pan()
kyle-sherman Dec 6, 2022
7e38821
Merge pull request #9 from kyle-sherman/v2.x
skaughtx0r Dec 7, 2022
9dd9b7c
Updated changelog, version, fixed willReadFrequently warning.
skaughtx0r Dec 7, 2022
e908c92
Updated angular / ng-packagr versions.
skaughtx0r Dec 7, 2022
ddeee36
Fixed how moment was being imported.
skaughtx0r Dec 7, 2022
e937945
Add ng-packagr config to build in partial mode.
skaughtx0r Dec 7, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
83 changes: 80 additions & 3 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,80 @@
Webglimpse 2.6.0 (release 2022-12-7)
* Added ability to specify min/max limits on TimeAxis1D / Axis1D.
* Fix warnings about adding `willReadFrequently` option to canvas context that
calls `getImageData` a lot.

Webglimpse 2.5.0 (release 2020-11-18)
* Added annotation label backgrounds.

Webglimpse 2.4.2 (release 2020-7-27)
* Fixed a bug with the insertion index of an OrderedSet when moveIfExists is
set to true.

Webglimpse 2.4.1 (release 2020-7-20)

* Fixed a bug when scrolling the mouse wheel over the time selector when using
a custom mouse wheel listener.

Webglimpse 2.4.0 (release 2020-6-26)

* Added ability to highlight a row, similar to group highlight.
* By default selecting an event no longer changes the border color unless
the `selectedBorderColor` property is set on the `newEventBarsPainterFactory`
style.

Webglimpse 2.3.0 (release 2019-11-8)

* Added ability to disable picking of timeline annotations. Set `picking` to false.

Webglimpse 2.2.0 (release 2019-6-19)

* Added ability to specify custom mouse cursor for TimelineRow and TimelineGroup.
* Updated Typescript to ~3.4.5 and other dev dependencies.
* Replaced deprecated MouseWheelEvent listener with WheelEvent listener.

Webglimpse 2.1.1 (release 2019-4-16)

* Added support for truncating label text with ellipsis.
* Added support for changing row and group label fonts.

Webglimpse 2.0.7 (release 2019-2-8)

* Re-structure groups, so they are in a container pane.
* Make group highlight extend to the height of the group instead of just the label.
* Add ability to make group highlight dashed.
* Make group highlight properties configurable per group.

Webglimpse 2.0.6 (release 2018-7-12)

* Truncate event start/end times, so they are never sub-millisecond.

Webglimpse 2.0.5 (release 2018-4-12)

* Fixed a missing moment import.

Webglimpse 2.0.4 (release 2018-4-11)

* Fixed some issues with variables being re-declared in if block scopes
that was causing the code to not generate properly.
* Added tslint.json and fixed lots of tslint errors.

Webglimpse 2.0.3 (release 2018-3-29)

* Fixed incorrect scoped redefinition of variables.

Webglimpse 2.0.2 (release 2018-3-28)

* Replaced build system with ng-packagr.
* Updated typescript and other dependencies.
* Fixed tons of typescript errors.
* Removed Webglimpse namespace and ported code to use newer module based structure.

Webglimpse 1.9.2 (released 2018-3-22)

* Made release package installable from npm.
* Add ability to modify the formats of absolute time display with `timeAxisFormat`.
* Added ability to highlight a group with `highlighted` and `groupHighlightColor`.

Webglimpse 1.9.1 (released 2016-11-22)

* Allow truncation of event text (feature intended for 1.9.0 but inadvertently left out)
Expand Down Expand Up @@ -28,7 +105,7 @@ Webglimpse 1.7.2-pre8 (released 2016-7-15)
* Fix bug with maximized rows which broke y axis scrolling after unmaximizing.
* Add TimelinePaneOptions.axisLabelAlign to control how date labels are centered relative to the start/end of the day on timeline.
* Add TimelinePaneOptions.mouseWheelListener to provide an alternative listener to handle mouse wheel events on timeline.
* Add TimelinePaneOptions.centerSelectedIntervalOnDoubleClick to control whether timeline selection centers on double clicks.
* Add TimelinePaneOptions.centerSelectedIntervalOnDoubleClick to control whether timeline selection centers on double clicks.

Webglimpse 1.7.2-pre7 (released 2016-7-8)

Expand Down Expand Up @@ -76,9 +153,9 @@ Webglimpse 1.7.0 (released 2016-4-26)

Webglimpse 1.7.0-pre4 (released 2016-3-12)

* Lock row. Rows can be locked to the top or the bottom of the timeline so
* Lock row. Rows can be locked to the top or the bottom of the timeline so
that they are always visible.
* Maximize row. A set of rows can be temporarily set to maximized. In that
* Maximize row. A set of rows can be temporarily set to maximized. In that
mode they take up all available timeline space.
* Ability to customize individual row heights.
* Fix bug with 0 length events when event overlaps are allowed.
Expand Down
Loading