Commit Graph

185 Commits

Author SHA1 Message Date
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
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
7f1a3aae8e Removed compressed textures Pixi.js plugin from 3rdpartylib 2023-02-15 15:05:11 +01:00
2987b820a9 Moved polyfill from utils to own file 2022-11-09 14:11:34 +01:00
68e46e81c1 Fixed hyphenate bug 2022-11-08 11:11:39 +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
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 fa0256d782 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
d4ab5c7e9c Merge branch 'master' of https://gitea.iwm-tuebingen.de/IWMBrowser/iwmlib
* 'master' of https://gitea.iwm-tuebingen.de/IWMBrowser/iwmlib:
  Changed scale
  Updated to PixiJS 5.2.1.
2020-02-17 16:19:33 +01:00
b068fd176f Added lineWidth support. 2020-02-17 16:18:55 +01:00
f70968fe01 Changed scale 2020-02-07 20:08:44 +01:00
1c70433b86 Updated to PixiJS 5.2.1. 2020-02-04 16:48:36 +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
6cdf5310ba Added graphics alpha workaround. 2020-01-30 15:41:31 +01:00
1967b791e0 Updated dependencies. 2020-01-22 13:50:40 +01:00
ebb4b9154e Updated pixi-compressed-textures. 2020-01-20 11:33:53 +01:00
Sebastian Kupke
b32132c71f Removed stopEvents from RigidContainer. 2020-01-10 14:18:28 +01:00
f398fe4824 Fixed reference bug. 2020-01-09 15:14:27 +01:00
d5b87f23cf Updated generated content (Docs & dist). 2019-12-12 19:04:11 +01:00
1e80845aa6 Fixed cover bug. Renamed mapdata to mapprojection. 2019-12-11 16:45:26 +01:00
65fac2f406 Renamed 'MapView' to 'MapViewport'. Added documentation to the maps module. 2019-12-09 18:15:28 +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
5305561619 Ongoing cleanup and refactoring of maps. 2019-11-25 18:04:11 +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
0a30712e31 Fixed overlay example to work with restructured GeoLayers. 2019-11-05 11:23:18 +01:00
87727d28b9 Geographics placements working again. 2019-11-05 11:07:36 +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