c8f7e39235
Added electron browser to allow snapshots of doctests that are stored in lib thumbnail subfolders.
2023-05-09 15:40:18 +02:00
9501264f08
Added minimal navigation breadcrumbs to doctests.
2023-05-09 13:25:39 +02:00
13e0473328
Added support for static doctest files generated by the iwmsite static site generator.
2023-05-09 09:52:39 +02:00
0cff31e65b
Added pixi-compressed-textures plugin again. In Pixi v6 the plugin ist included, but cannot be activated if the browser don't use JavaScript Modules
2023-05-02 15:09:38 +02:00
dc40b4cffa
Fixed bug in nearestActive.
2023-04-28 09:17:03 +02:00
4da99ef04b
Added new configuration flag and default behavior that prevents pointer click events which might lead to conflicts in touch applications.
2023-02-15 15:11:12 +01:00
7f1a3aae8e
Removed compressed textures Pixi.js plugin from 3rdpartylib
2023-02-15 15:05:11 +01:00
20d209cbe1
Changed order of tap handler and simulated clicks.
2023-02-09 16:02:09 +01:00
Sebastian Kupke
5af350182d
Fixed touch event bug
2022-11-09 16:09:22 +01:00
2987b820a9
Moved polyfill from utils to own file
2022-11-09 14:11:34 +01:00
34792f20d6
Fixed popup bug
2022-11-08 15:44:20 +01:00
8275dad36c
Removed alerts
2022-11-08 13:58:10 +01:00
7965c8459b
Added more logging
2022-11-08 13:42:50 +01:00
89de46b0e6
Added more logging
2022-11-08 12:31:21 +01:00
d8dc158be0
Added more logging
2022-11-08 12:07:37 +01:00
68e46e81c1
Fixed hyphenate bug
2022-11-08 11:11:39 +01:00
3856e59093
Removed hyphenation
2022-11-03 16:06:14 +01:00
bbae811b50
Removed hyphenate
2022-11-03 15:28:01 +01:00
6767064ea7
Moved convertPointFromPageToNode polyfill to utils
2022-11-03 15:27:47 +01:00
3b1ab1f392
Removed pixelDeviceRatio
2022-10-04 15:26:17 +02:00
c5c2759ebd
Initial commit 2.0 beta 0
2022-10-04 10:51:35 +02:00
f87b19140b
Removed header from test images.
2022-05-05 12:31:58 +02:00
63ebbba42b
Added second resolution test.
2022-05-05 12:29:27 +02:00
72c6abf031
Resolution tests.
2022-05-04 15:18:11 +02:00
9db52a004a
Added scatter resolution test.
2022-05-04 13:27:31 +02:00
527fcb993c
Removed videos from resolution test.
2022-05-04 09:53:55 +02:00
c41209d0fc
Added description to resolution.
2022-05-04 09:10:01 +02:00
7e9f0159e8
Added resolution test.
2022-05-03 16:50:19 +02:00
074fb67906
Fixed problem with outdated loader and error handler.s
2022-05-02 16:41:22 +02:00
51b0ef4b1b
Added VSCode workspace file.
2022-05-02 11:13:03 +02:00
Sebastian Kupke
1efe94ef97
Bump version number.
2022-04-29 10:30:05 +02:00
Sebastian Kupke
7f068c5d94
Fixed resize fullscreen bug.
2022-04-29 10:28:59 +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
fff7a4f685
Fixed import order.
2021-03-01 08:58:44 +01:00
d0ae8893cc
Version 1.1.1.
2021-02-24 16:15:20 +01:00
1b4eee6498
Merge branch 'master' of gitea.iwm-tuebingen.de:IWMBrowser/iwmlib
2021-02-24 16:14:26 +01:00
ac779af339
Popup close buttons can take a URL.
2021-02-24 16:13:50 +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
ca5a39d661
Changed wrapper and events to allow other EventListeners.
2021-01-26 08:01:51 +01:00
fa0256d782
Moved addVelocity to _move.
2021-01-05 16:25:55 +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
28cfdc180c
Fixt highlight order on creation.
2020-09-01 13:38:22 +02:00
116058ba77
Fixed a problem with clicking transformed rects in card wrappers.
2020-08-27 07:38:35 +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
6ab63eb32c
Now calling 'this' to allow overloading of methods.
2020-04-21 12:43:55 +02:00