Commit Graph

137 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
dc40b4cffa Fixed bug in nearestActive. 2023-04-28 09:17:03 +02: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
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
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
54b685ab42 Changed calling order 2020-02-03 10:06:27 +01:00
6cdf5310ba Added graphics alpha workaround. 2020-01-30 15:41:31 +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
e2ea89cc0b Added textAlpha and textActiveAlpha to Button and ButtonGroup. 2019-10-15 14:56:24 +02:00
6af487e5fd Updated dependencies. 2019-10-11 09:19:48 +02:00
901621da95 Added PixiJS UI Text class. 2019-10-09 15:41:16 +02:00
125a418e79 Updated eslint. 2019-10-07 14:42:53 +02:00
680d0610b1 Removed console.log statements. 2019-10-02 15:05:18 +02:00
ce25b1dbae Fixed flipeffect bug. 2019-10-02 15:00:08 +02:00
7dd7142455 Fixed flippable doctest. 2019-10-02 14:09:09 +02:00
8960923514 Merge branch 'master' of gitea.iwm-tuebingen.de:IWMBrowser/iwmlib 2019-10-02 10:34:01 +02:00
cd140a73f6 Fixed taphandler problems. 2019-10-02 10:33:57 +02:00
980adbe595 Fixed clipping issue for PixiJS v5. 2019-10-02 09:27:12 +02:00
9dac52c0e4 Fixed DropShadowFilter. 2019-09-20 09:54:32 +02:00