Commit Graph

60 Commits

Author SHA1 Message Date
45d081c225 Fixed timestamp name mismatch. 2023-07-21 12:44:03 +02:00
07f50974f9 Updated iwmlib and removed log statement. 2023-07-21 09:48:00 +02:00
8b33bc0536 Added pluggable throw behavior. 2023-07-21 08:36:14 +02:00
47992755e2 Replaced requestAnimationFrame with setInterval 2023-07-20 14:50:48 +02:00
97fb30d741 Moved throws to a single loop. 2023-07-20 14:38:23 +02:00
52ccb49fa8 Added cancelAnimationFrame 2023-07-20 11:44:13 +02:00
a748d05c38 Fixed problem with scrolling text in card drawers. 2023-06-01 18:19:30 +02:00
c5c2759ebd Initial commit 2.0 beta 0 2022-10-04 10:51:35 +02:00
eff934e8b5 Moved the addVelocity method after the transform to allow a modification of the delta within the transform method. To make this destructive side effect more explicit transform could return a modified value. But that could effect several projects. 2021-04-28 17:02:54 +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 fa0256d782 and moved addVelocity from _move back to old locations. 2021-03-15 15:39:07 +01:00
1316a727f3 Fixed offset error. 2021-02-01 13:54:40 +01:00
be950ec8c1 Tried fix scatter. 2021-02-01 13:40:57 +01:00
fa0256d782 Moved addVelocity to _move. 2021-01-05 16:25:55 +01:00
f3fed535d8 Modified scatter to get access to the Resize event. 2019-11-28 13:36:00 +01:00
125a418e79 Updated eslint. 2019-10-07 14:42:53 +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
42afa3e7ab Added the option "capturePointerEvents" to InteractionDelegate. 2019-09-17 10:39:30 +02:00
1d94455c1a Cleanup transform listeners properly now. 2019-08-12 16:35:10 +02:00
98b3b44ed5 Merge branch 'master' of gitea.iwm-tuebingen.de:IWMBrowser/iwmlib 2019-08-12 15:57:14 +02:00
4f4215ced5 Close callbacks on Scatter are now removed on close. 2019-08-12 10:04:03 +02:00
73342a0506 Merged conflicts. 2019-07-30 17:12:17 +02:00
5f46b4feae Working on stacked buttons. 2019-07-30 16:56:29 +02:00
ca2ce289aa Improved scatter closing. Added module to eslint. 2019-07-30 13:21:17 +02:00
0bcf931465 Added remove capability to scatter.(Merged local branch 'scatter') 2019-07-29 16:18:20 +02:00
5e98640ded Added a remove function for the DOMScatterContainer. Is automatically called onClose. 2019-07-29 14:36:00 +02:00
e32ee93e7a Improved zoom behavior. 2019-07-19 15:30:13 +02:00
51dd0ef4ba Disable zoom correction. 2019-07-19 15:25:47 +02:00
dcd5acb4d1 Generalized the min rotation to min interaction distance. 2019-07-19 15:21:47 +02:00
bb0dcf2d9d Improved handling of min rotation distance. 2019-07-19 15:19:03 +02:00
68c98d1293 Added check for rotation by narrow distance between touch points. 2019-07-19 15:05:46 +02:00
2d400a18ec Prettified all files. 2019-07-18 12:26:39 +02:00
e1b5c45b52 Added support for DOM cards. 2019-07-12 14:33:15 +02:00
d04f92ee7f Added smoothing parameter to DOMScatter 2019-07-11 16:08:49 +02:00
cd76ae22a4 Added LowPassFilter and support for smooth scatter rotation and zoom. 2019-07-11 15:41:03 +02:00
1e17184194 Fixed wording 2019-07-08 09:58:27 +02:00
d0c89a78c2 Added flag to enable tap clicks for SVG in tested circumstances. 2019-07-05 16:29:50 +02:00
f68d8b53a3 Using original click events for SVG elements. Must be checked for taps on touch devices. 2019-07-05 16:11:23 +02:00
84ea33f029 Added click handler to avoid double calls of click event handler. 2019-07-05 15:03:22 +02:00
6392e4b13a Improved click behavior 2019-07-05 14:40:35 +02:00
8b4c6c2014 Fixed doctest problems. 2019-07-05 14:11:43 +02:00
20ac5c387e Working on tap behavior of scatter and flippables. 2019-07-05 13:43:39 +02:00
30e998e386 Merge branch 'master' of gitea.iwm-tuebingen.de:IWMBrowser/iwmlib 2019-07-05 09:39:17 +02:00
e87c8c9e1e Renamed simulateClick to clickOnTap 2019-07-05 09:39:01 +02:00
92d3c0c861 Merge branch 'master' of gitea.iwm-tuebingen.de:IWMBrowser/iwmlib
# Conflicts:
#	dist/iwmlib.js
2019-07-05 09:36:57 +02:00
0c190f1f76 Fixed flippable doctest. 2019-07-05 09:34:22 +02:00
4f35bfd51f Fixed eslint problems and cleaned DOMScatter.onTap code 2019-07-05 09:17:52 +02:00
5d1408ad9a Fixed minor bug. 2019-07-04 16:15:12 +02:00
9b9988569f Added limit to scatter rotation to avoid flicker. 2019-07-04 16:08:23 +02:00