1a0b9d55c1
update code block to reflect current state
2023-06-06 17:31:58 +02:00
4b80702b10
Merge branch 'main' of https://gitea.iwm-tuebingen.de/IWMBrowser/iwmlib
2023-06-06 14:26:17 +02:00
1e6bee007e
Fixed html double code
2023-06-06 14:24:58 +02:00
98085006bb
Merge branch 'main' of https://gitea.iwm-tuebingen.de/IWMBrowser/iwmlib
2023-06-02 14:24:51 +02:00
a748d05c38
Fixed problem with scrolling text in card drawers.
2023-06-01 18:19:30 +02:00
43e69365e0
Merge branch 'main' of gitea.iwm-tuebingen.de:IWMBrowser/iwmlib
2023-05-12 12:33:56 +02:00
12eb712fce
added fix for viewBox rotation bug
2023-05-12 12:30:17 +02:00
03fda7e79e
Merge branch 'main' of https://gitea.iwm-tuebingen.de/IWMBrowser/iwmlib
2023-05-10 15:25:13 +02:00
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
d818ef9737
Merge branch 'main' of https://gitea.iwm-tuebingen.de/IWMBrowser/iwmlib
2023-05-04 13:33:02 +02:00
7a5bc222fd
documented/ solved svg rotation bug
2023-05-04 13:28:58 +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
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
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