|
1e17184194
|
Fixed wording
|
2019-07-08 09:58:27 +02:00 |
|
|
808106262e
|
Removed setup from constructor to simplify specializations
|
2019-07-08 09:07:26 +02:00 |
|
|
b36d75af46
|
Removed setup from constructor to simplify specializations
|
2019-07-08 09:05:54 +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 |
|
|
14f2c2fbe6
|
Improved tab behavior of scatter
|
2019-07-05 14:40:15 +02:00 |
|
|
a77226e42b
|
Working on scatter doctest
|
2019-07-05 14:12:49 +02:00 |
|
|
8b4c6c2014
|
Fixed doctest problems.
|
2019-07-05 14:11:43 +02:00 |
|
|
4009ddd422
|
Merge branch 'master' of gitea.iwm-tuebingen.de:IWMBrowser/iwmlib
# Conflicts:
# dist/iwmlib.js
|
2019-07-05 13:58:20 +02:00 |
|
|
6794c5eedd
|
Fixed conflict.
|
2019-07-05 13:57:52 +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 |
|
|
a3f7eb0b3c
|
Merge branch 'master' of gitea.iwm-tuebingen.de:IWMBrowser/iwmlib
|
2019-07-05 09:18:13 +02:00 |
|
|
4f35bfd51f
|
Fixed eslint problems and cleaned DOMScatter.onTap code
|
2019-07-05 09:17:52 +02:00 |
|
|
fc6b30f03c
|
Fixed some linter problems.
|
2019-07-05 08:43:23 +02:00 |
|
|
22b0ceaff7
|
Improved gitignore.
|
2019-07-05 08:36:40 +02:00 |
|
|
357153b978
|
Added lint files.
|
2019-07-05 08:35:32 +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 |
|
|
dda6262601
|
Added maxRotation parameter.
|
2019-07-04 16:00:56 +02:00 |
|
|
6e4e847be1
|
Merge branch 'master' of gitea.iwm-tuebingen.de:IWMBrowser/iwmlib
|
2019-07-04 11:02:33 +02:00 |
|
|
03d8eef5ae
|
Merge branch 'master' of gitea.iwm-tuebingen.de:IWMBrowser/iwmlib
|
2019-07-04 09:19:13 +02:00 |
|
|
4e9dd2fa02
|
Fixed worker path problems.
|
2019-07-04 09:17:43 +02:00 |
|
|
dcf40822e3
|
Added links
|
2019-07-04 09:16:50 +02:00 |
|
|
b6fc04a411
|
Uups, forgot to remove files.
|
2019-07-04 09:09:58 +02:00 |
|
|
af932a9911
|
Removed the stylus folder and added stylus.js with doctest to lib/pixi
|
2019-07-04 09:09:19 +02:00 |
|
|
da212ac188
|
Changed README.
|
2019-07-03 13:49:59 +02:00 |
|
Sebastian Kupke
|
3436b9edbf
|
Fixed version number.
|
2019-07-03 13:46:52 +02:00 |
|
|
8a4f64f545
|
Fixed eslint problems
|
2019-07-02 10:06:23 +02:00 |
|
|
1480ad8145
|
Logging handlers can now be adapted to special needs
|
2019-07-02 09:38:19 +02:00 |
|
|
9042579518
|
Removed unused import
|
2019-06-24 10:50:51 +02:00 |
|
|
11bc20fad5
|
Improved ticks.
|
2019-06-21 12:28:52 +02:00 |
|
|
8b9ed733dd
|
Added missing variables.
|
2019-06-18 16:07:07 +02:00 |
|
|
5c95128dfc
|
Bump version number.
|
2019-06-18 16:02:24 +02:00 |
|
|
beca78d7a7
|
Improved handling of textures that arrive too late.
|
2019-06-18 16:01:20 +02:00 |
|
|
54a1e74e27
|
Added message cache to prevent error overflows.
|
2019-06-18 09:00:05 +02:00 |
|
|
909ef9d242
|
Added persistent logging methods
|
2019-06-17 17:21:47 +02:00 |
|
|
6ec0e9631a
|
Merge branch 'master' of gitea.iwm-tuebingen.de:IWMBrowser/iwmlib
|
2019-06-06 16:18:05 +02:00 |
|
|
6f7a18d6b8
|
Fixed line endings
|
2019-06-06 16:17:58 +02:00 |
|
mhalfmann
|
322fdf8deb
|
Revert "highlightColor for popup now being set correctly"
This reverts commit 012fe4bc4a .
|
2019-06-06 15:14:24 +02:00 |
|
mhalfmann
|
012fe4bc4a
|
highlightColor for popup now being set correctly
|
2019-06-06 15:13:55 +02:00 |
|
mhalfmann
|
502bdf47a3
|
Revert "highlightColor now set correctly"
This reverts commit 437320b4ad .
|
2019-06-06 15:09:56 +02:00 |
|
mhalfmann
|
437320b4ad
|
highlightColor now set correctly
|
2019-06-06 14:47:41 +02:00 |
|
|
3b6402a682
|
Removed pending state since it seems no longer necessary.
|
2019-06-04 13:09:38 +02:00 |
|
|
fa25d13469
|
Merge branch 'master' of gitea.iwm-tuebingen.de:IWMBrowser/iwmlib
|
2019-06-04 09:35:00 +02:00 |
|