-
Notifications
You must be signed in to change notification settings - Fork 66
Comparing changes
Open a pull request
base repository: bfanger/pixi-inspector
base: 2.2.0
head repository: bfanger/pixi-inspector
compare: main
Commits on Mar 12, 2023
-
fix: Invalid event.movementX values in Firefox
Bob Fanger committedMar 12, 2023 Configuration menu - View commit details
-
Copy full SHA for d056641 - Browse repository at this point
Copy the full SHA d056641View commit details -
fix: Arrow buttons are now clickable
Bob Fanger committedMar 12, 2023 Configuration menu - View commit details
-
Copy full SHA for 9ed417a - Browse repository at this point
Copy the full SHA 9ed417aView commit details
Commits on Mar 17, 2023
-
feat: Added SearchInput component
Bob Fanger committedMar 17, 2023 Configuration menu - View commit details
-
Copy full SHA for 167ece6 - Browse repository at this point
Copy the full SHA 167ece6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2836f01 - Browse repository at this point
Copy the full SHA 2836f01View commit details -
feat: Added button to copy the code snippet
Bob Fanger committedMar 17, 2023 Configuration menu - View commit details
-
Copy full SHA for 73146e6 - Browse repository at this point
Copy the full SHA 73146e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0d73c3 - Browse repository at this point
Copy the full SHA a0d73c3View commit details
Commits on Mar 18, 2023
-
Bob Fanger committed
Mar 18, 2023 Configuration menu - View commit details
-
Copy full SHA for 788d40e - Browse repository at this point
Copy the full SHA 788d40eView commit details -
feat: Check for global PIXI object
Adds a "Patch render engine" button. Which makes playing with the examples easier. #98
Bob Fanger committedMar 18, 2023 Configuration menu - View commit details
-
Copy full SHA for ad874a6 - Browse repository at this point
Copy the full SHA ad874a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8cfbea1 - Browse repository at this point
Copy the full SHA 8cfbea1View commit details
Commits on Mar 24, 2023
-
Bob Fanger committed
Mar 24, 2023 Configuration menu - View commit details
-
Copy full SHA for e5477b0 - Browse repository at this point
Copy the full SHA e5477b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc74921 - Browse repository at this point
Copy the full SHA dc74921View commit details
Commits on Mar 25, 2023
-
feat: Uniform highlight outline (unaffected by scale)
Bob Fanger committedMar 25, 2023 Configuration menu - View commit details
-
Copy full SHA for ab97817 - Browse repository at this point
Copy the full SHA ab97817View commit details -
Bob Fanger committed
Mar 25, 2023 Configuration menu - View commit details
-
Copy full SHA for 02f1831 - Browse repository at this point
Copy the full SHA 02f1831View commit details -
feat: Improved click to select
- Skip invisible items #113 - Cycle through items at the same position when clicking again without moving
Bob Fanger committedMar 25, 2023 Configuration menu - View commit details
-
Copy full SHA for 82b9d0e - Browse repository at this point
Copy the full SHA 82b9d0eView commit details
Commits on Mar 26, 2023
-
refactor: Shuffled some files around
Bob Fanger committedMar 26, 2023 Configuration menu - View commit details
-
Copy full SHA for 85b5dd3 - Browse repository at this point
Copy the full SHA 85b5dd3View commit details -
feat: Added Checkbox component
Bob Fanger committedMar 26, 2023 Configuration menu - View commit details
-
Copy full SHA for 263b268 - Browse repository at this point
Copy the full SHA 263b268View commit details -
Configuration menu - View commit details
-
Copy full SHA for c8d06e2 - Browse repository at this point
Copy the full SHA c8d06e2View commit details
Commits on Apr 8, 2023
-
Bob Fanger committed
Apr 8, 2023 Configuration menu - View commit details
-
Copy full SHA for 384f392 - Browse repository at this point
Copy the full SHA 384f392View commit details -
Configuration menu - View commit details
-
Copy full SHA for c50a269 - Browse repository at this point
Copy the full SHA c50a269View commit details -
fix: Remember collapsed panels
Bob Fanger committedApr 8, 2023 Configuration menu - View commit details
-
Copy full SHA for 441576f - Browse repository at this point
Copy the full SHA 441576fView commit details
Commits on Apr 9, 2023
-
Bob Fanger committed
Apr 9, 2023 Configuration menu - View commit details
-
Copy full SHA for c4a827d - Browse repository at this point
Copy the full SHA c4a827dView commit details
Commits on Apr 10, 2023
-
refactor: Removed <Properties> component
Bob Fanger committedApr 10, 2023 Configuration menu - View commit details
-
Copy full SHA for 198087e - Browse repository at this point
Copy the full SHA 198087eView commit details
Commits on Apr 11, 2023
-
feat: Added toggles for fontStyle & fontVariant
Bob Fanger committedApr 11, 2023 Configuration menu - View commit details
-
Copy full SHA for b4a5b89 - Browse repository at this point
Copy the full SHA b4a5b89View commit details
Commits on Apr 15, 2023
-
feat: Multiline TextInput (shift-enter)
Bob Fanger committedApr 15, 2023 Configuration menu - View commit details
-
Copy full SHA for 3e4cb92 - Browse repository at this point
Copy the full SHA 3e4cb92View commit details -
refactor: Renamed Input to Field to match naming in the Blender docs
Bob Fanger committedApr 15, 2023 Configuration menu - View commit details
-
Copy full SHA for 01d84de - Browse repository at this point
Copy the full SHA 01d84deView commit details
Commits on Apr 16, 2023
-
Bob Fanger committed
Apr 16, 2023 Configuration menu - View commit details
-
Copy full SHA for e108d0a - Browse repository at this point
Copy the full SHA e108d0aView commit details
Commits on Apr 18, 2023
-
fix: Properties when not using __PIXI_APP__
`let mode` was declared outside the injected code. Fixes #117 Also added _lastObjectRendered as scene fallback, making the `globalThis.__PIXI_STAGE__ = yourContainer;` also optional in Pixi v5.x
Bob Fanger committedApr 18, 2023 Configuration menu - View commit details
-
Copy full SHA for 7f1afcf - Browse repository at this point
Copy the full SHA 7f1afcfView commit details
Commits on Apr 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e917f03 - Browse repository at this point
Copy the full SHA e917f03View commit details
Commits on Aug 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9c88418 - Browse repository at this point
Copy the full SHA 9c88418View commit details
Commits on Sep 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6da4ed1 - Browse repository at this point
Copy the full SHA 6da4ed1View commit details
Commits on Sep 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6a6f9bb - Browse repository at this point
Copy the full SHA 6a6f9bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ac4032 - Browse repository at this point
Copy the full SHA 4ac4032View commit details
Commits on Oct 22, 2023
-
Bob Fanger committed
Oct 22, 2023 Configuration menu - View commit details
-
Copy full SHA for 931b24a - Browse repository at this point
Copy the full SHA 931b24aView commit details
Commits on Nov 12, 2023
-
Bob Fanger committed
Nov 12, 2023 Configuration menu - View commit details
-
Copy full SHA for 58b17a3 - Browse repository at this point
Copy the full SHA 58b17a3View commit details
Commits on Jan 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7cc1efe - Browse repository at this point
Copy the full SHA 7cc1efeView commit details
Commits on Jan 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1ef6a2a - Browse repository at this point
Copy the full SHA 1ef6a2aView commit details
Commits on Feb 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6203fa8 - Browse repository at this point
Copy the full SHA 6203fa8View commit details
Commits on Mar 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6e4cf59 - Browse repository at this point
Copy the full SHA 6e4cf59View commit details
Commits on Mar 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bc453ea - Browse repository at this point
Copy the full SHA bc453eaView commit details
Commits on Apr 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6f88acd - Browse repository at this point
Copy the full SHA 6f88acdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ff6b31 - Browse repository at this point
Copy the full SHA 2ff6b31View commit details
Commits on Apr 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 54440b5 - Browse repository at this point
Copy the full SHA 54440b5View commit details
Commits on Apr 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 891ffc6 - Browse repository at this point
Copy the full SHA 891ffc6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 68432b6 - Browse repository at this point
Copy the full SHA 68432b6View commit details
Commits on Jun 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 427ef8e - Browse repository at this point
Copy the full SHA 427ef8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 94fd464 - Browse repository at this point
Copy the full SHA 94fd464View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1321ff - Browse repository at this point
Copy the full SHA f1321ffView commit details
Commits on Aug 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7e16417 - Browse repository at this point
Copy the full SHA 7e16417View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f219ee - Browse repository at this point
Copy the full SHA 3f219eeView commit details
Commits on Oct 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 296c595 - Browse repository at this point
Copy the full SHA 296c595View commit details
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.