13ea23186f
Fixed flippable scaling problem.
2024-02-12 15:05:12 +01:00
57d6e8b461
Merge branch 'main' of gitea.iwm-tuebingen.de:IWMBrowser/iwmlib into main
...
* 'main' of gitea.iwm-tuebingen.de:IWMBrowser/iwmlib:
Removed console.logs
Fixed timestamp name mismatch.
Updated iwmlib and removed log statement.
Added pluggable throw behavior.
Replaced requestAnimationFrame with setInterval
Moved throws to a single loop.
Added cancelAnimationFrame
update code block to reflect current state
Fixed html double code
Fixed problem with scrolling text in card drawers.
added fix for viewBox rotation bug
fixed rollup
documented/ solved svg rotation bug
# Conflicts:
# package.json
2024-02-12 14:15:58 +01:00
8d8090cdde
Added doctest for flippable images with different sizes.
2024-02-12 14:08:24 +01:00
a748d05c38
Fixed problem with scrolling text in card drawers.
2023-06-01 18:19:30 +02:00
dc40b4cffa
Fixed bug in nearestActive.
2023-04-28 09:17:03 +02:00
c5c2759ebd
Initial commit 2.0 beta 0
2022-10-04 10:51:35 +02:00
Sebastian Kupke
7f068c5d94
Fixed resize fullscreen bug.
2022-04-29 10:28:59 +02:00
266a770c8e
Merge branch 'master' into obersalzberg
...
# Conflicts:
# dist/iwmlib.js
# dist/iwmlib.pixi.js
2021-03-15 17:02:08 +01:00
a5f94e0a5f
Reverted changes from commit fa0256d782dd498c6d3e51321260ca375ca9f855 and moved addVelocity from _move back to old locations.
2021-03-15 15:39:07 +01:00
d0ae8893cc
Version 1.1.1.
2021-02-24 16:15:20 +01:00
ac779af339
Popup close buttons can take a URL.
2021-02-24 16:13:50 +01:00
be950ec8c1
Tried fix scatter.
2021-02-01 13:40:57 +01:00
114c217ffa
Improved logging and adjusted card's click handler
...
+ Logging now also works when ipcRenderer is appended to the window element.
+ Card's callback replacement method was changed from click to pointerdown.
2020-09-15 11:36:59 +02:00
4211548b8b
Removed console logs.
2020-08-04 18:13:24 +02:00
12b17fd7af
Fixed call of popup menu commands with parameters.s
2020-08-04 18:07:48 +02:00
47b178fbc1
Added event parameter to PopupMenu perform.
2020-08-04 17:35:15 +02:00
70031d3bfa
Removed comment since border case appeared in Edge.
2020-02-25 15:19:01 +01:00
9db5723746
Updated dist
2020-02-17 16:20:16 +01:00
f70968fe01
Changed scale
2020-02-07 20:08:44 +01:00
54b685ab42
Changed calling order
2020-02-03 10:06:27 +01:00
7bb3b696f7
Created new build.
2020-01-31 10:26:41 +01:00
f398fe4824
Fixed reference bug.
2020-01-09 15:14:27 +01:00
792892cb82
Removed PIXIUtils from geographics.
2019-12-09 14:27:32 +01:00
f3fed535d8
Modified scatter to get access to the Resize event.
2019-11-28 13:36:00 +01:00
88048f14ec
Removed overdoscaling from SubmapScatter.
2019-11-21 09:48:14 +01:00
4d6d2f1df0
Merge branch 'master' of gitea.iwm-tuebingen.de:IWMBrowser/iwmlib
2019-11-20 16:06:01 +01:00
6dcf6d38da
Added functionality and dark mode to doctests. And other changes in maps.
2019-11-20 15:59:10 +01:00
38e84ab9fe
Updated dependencies.
2019-11-13 14:36:48 +01:00
ff0606d0a7
Removing layer dependency from geolayers and refactoring maps.
2019-11-04 18:20:32 +01:00
938b3e2f3c
Merge branch 'master' of gitea.iwm-tuebingen.de:IWMBrowser/iwmlib
2019-11-04 11:00:55 +01:00
86b23f4e6f
Added the maps-module to the iwmlib.
...
Migrated a ot of the content from the tuesch to the iwmlib.
This is before the decoupeling of the layers.
2019-11-04 10:59:08 +01:00
06f8949159
Updated dependencies.
2019-11-04 09:45:10 +01:00
e2ea89cc0b
Added textAlpha and textActiveAlpha to Button and ButtonGroup.
2019-10-15 14:56:24 +02:00
125a418e79
Updated eslint.
2019-10-07 14:42:53 +02:00
680d0610b1
Removed console.log statements.
2019-10-02 15:05:18 +02:00
ce25b1dbae
Fixed flipeffect bug.
2019-10-02 15:00:08 +02:00
7dd7142455
Fixed flippable doctest.
2019-10-02 14:09:09 +02:00
b4bc200fbd
Styling.
2019-10-02 11:51:23 +02:00
cd140a73f6
Fixed taphandler problems.
2019-10-02 10:33:57 +02:00
0e1b49675a
Fixed loader bug.
2019-09-19 13:38:24 +02:00
ebe0b1253f
Updated to PixiJS v5.
2019-09-10 16:34:59 +02:00
28a7a0b6a2
Fixed closing issue with cards.
2019-08-14 17:46:12 +02:00
30c7113713
Updated cards from tuesch changes. Incorporated InteractionMapper memory leak fix.
2019-08-13 14:31:03 +02:00
6e9ec938fc
Implemented InteractionMapper.off
2019-08-13 12:46:24 +02:00
05c952fbe1
Added badge content example to button doctest.
2019-08-06 12:01:32 +02:00
03f927d1d5
Set window.app as default value for button group option "app".
2019-08-05 11:44:59 +02:00
e8a64fb014
Added getter and setter for maxWidth and maxHeight for button groups.
2019-08-02 10:15:49 +02:00
81e21736b7
Merge branch 'master' of gitea.iwm-tuebingen.de:IWMBrowser/iwmlib
2019-08-01 19:34:49 +02:00
488c1807d6
Improved card API.
2019-08-01 19:34:32 +02:00
0182e9663e
Merge branch 'master' of gitea.iwm-tuebingen.de:IWMBrowser/iwmlib
2019-08-01 19:31:22 +02:00