Commit graph

  • fc9df7c346
    Support multiple sheet instances (#153) Andrew Prifer 2022-05-16 12:43:45 +0200
  • 10b4954ee2
    Support fog editing in r3f second try (#163) Andrew Prifer 2022-05-15 22:04:00 +0200
  • ef96fa1974
    Revert "Merge pull request #161" (#162) Andrew Prifer 2022-05-15 22:00:54 +0200
  • 5bd224ae86
    Merge pull request #161 Andrew Prifer 2022-05-15 21:54:02 +0200
  • 3eba08ff32
    Merge pull request #159 Andrew Prifer 2022-05-13 19:43:09 +0200
  • bd110ed01a
    Add input selection on curve change (#158) Elliot 2022-05-13 13:18:00 -0400
  • cd9d03076b
    Fix curveEditorPopover overwriting existing curve (#151) Elliot 2022-05-10 13:14:32 -0400
  • 417233a7c6 Fix the color inconsistency that shows up when dragging the focus range Aria Minaei 2022-05-10 18:56:43 +0200
  • 7ce3111e07 Fix the cursor for the middle-button drag gesture Aria Minaei 2022-05-10 18:29:03 +0200
  • 202b61c48c Simplify useDrag()'s API and implement middle-button dragging in SequenceEditor Aria Minaei 2022-05-10 15:30:10 +0200
  • e12d495f29 Fix the bug where small wheel events would leak to cause unwanted scroll Aria Minaei 2022-05-10 15:27:43 +0200
  • ab8361d24a Document VerticalScrollContainer Aria Minaei 2022-05-10 15:26:28 +0200
  • 8c271d187d marker: Optimize MarkerVisualDot svg Cole Lawrence 2022-05-09 09:21:25 -0400
  • 4281092ffc Fix MarkerDot non-visible when out of rightDims vezwork 2022-05-06 14:24:20 -0400
  • d4060730d7 Refactor data-pos common code vezwork 2022-05-06 14:06:53 -0400
  • 030b6d2804 Initial marker features - Add comments about cursor lock, framestamp lock - Add PointableSet, Mark Ids, dataverse usage fix - Add marker dragging, fix PointerCapturing vezwork 2022-05-03 07:29:05 -0400
  • a3b1938d43
    Remove debouncedScrub() from r3f (#147) Andrew Prifer 2022-05-06 14:07:29 +0200
  • a38201a835 Fix the visual glitches with FocusRangeCurtains Aria Minaei 2022-05-05 15:17:35 +0200
  • c6a7c40339 Fix the type errors from the rebase Aria Minaei 2022-05-05 14:21:46 +0200
  • abd79b197f doc + optimize: prism.ts (use Maps) Cole Lawrence 2022-04-30 09:19:47 -0400
  • 1387ce62d2 refactor: Add working Nominal types, clarify identifiers Cole Lawrence 2022-04-29 13:00:14 -0400
  • 9d9fc1680e refactor: add pointer types for prop editors Cole Lawrence 2022-04-27 15:41:25 -0400
  • 91794f550d refactor/docs: Minor identifier tweaks for RightClick/ContextMenu Cole Lawrence 2022-04-27 14:38:13 -0400
  • f04bc3e31a dev(tsconfig): ensure imports use import type ... Cole Lawrence 2022-04-27 13:47:21 -0400
  • c1e515a13f
    Merge pull request #145 Andrew Prifer 2022-05-04 17:10:42 +0200
  • fceb1eb60a
    feature/single curve editor (#122) Elliot 2022-05-04 11:08:30 -0400
  • dceb3965d6
    Make editable schema-based and add default schemas (#139) Andrew Prifer 2022-05-04 16:43:44 +0200
  • 6caf8267c5 Bugfix: Ensure the focus range doesn't invert upon snapping Aria Minaei 2022-05-03 12:42:53 +0200
  • 3ecc3dd012
    QOL improvements to the FocusRange and SequenceEdito (#125) Aria 2022-05-03 12:38:08 +0200
  • d85e3053af
    Fix r3f example not actually making the editable camera defined in the scene the defaul (#78) Andrew Prifer 2022-05-01 14:59:52 +0200
  • 4b5f7adf21
    Add hotness details to dataverse docs (#138) Elliot 2022-04-29 13:04:21 -0400
  • b6e0a217cd
    Fix typo? (#137) Elliot 2022-04-28 15:11:20 -0400
  • 909ffccafb
    refactor: Improve identifiers in pointer.ts + use Map over object (#134) Cole Lawrence 2022-04-27 16:21:51 -0400
  • d6353aeb0b
    Test vercel deployments (#133) Fülöp 2022-04-27 15:34:30 +0200
  • f7b7678114
    Make sure that vercel deployments work with react-router (#132) Fülöp 2022-04-27 12:25:39 +0200
  • 8b0baa2e66 Use prettier on all files Aria Minaei 2022-04-23 22:56:18 +0200
  • a4c9b8d75a
    isIdentityChangeProvider --> isIdentityDerivationProvider (#128) PaleHazy 2022-04-23 14:32:12 -0500
  • b10ae71b92
    Fix example code in doc Cole Lawrence 2022-04-22 14:08:11 -0400
  • dfd88c6b1e
    Bump 'react-shadow' to v19.0.3 (#123) Don McCurdy 2022-04-22 09:05:21 -0700
  • 39da042edc
    Fix various issues with the build system (#129) Andrew Prifer 2022-04-21 22:03:51 +0200
  • f2089302d5 Fix the horizontal misalignment bug in Firefox Aria Minaei 2022-04-21 07:52:41 +0200
  • 9f46a0b78f
    Merge pull request #127 from theatre-js/dev/cl-2022-04/refactors-docs Cole Lawrence 2022-04-20 12:18:42 -0400
  • 7c098c4655 Fix typo to permanentlySetValue Cole Lawrence 2022-04-20 11:32:22 -0400
  • 0ccb9b2386 doc: Internals IShorthandProp Cole Lawrence 2022-04-20 11:21:27 -0400
  • ec287b9069 Rename useCursorLock useCssCursorLock + add docs Cole Lawrence 2022-04-20 11:20:56 -0400
  • 9c3179b4b7 questions, cleaning, fix _sanitizeRgba undefined Cole Lawrence 2022-04-19 15:27:03 -0400
  • 8554c7b78c docs: Add some questions surrounding playhead snapping Cole Lawrence 2022-04-18 12:20:08 -0400
  • 48d0d18e10 Fix playground html dom tags Cole Lawrence 2022-04-18 12:19:39 -0400
  • 567c83f957 Style tweaks to the color picker Aria Minaei 2022-04-20 12:52:54 +0200
  • a2cee85ee8 @theatre/r3f 0.4.0-dev.23 Aria Minaei 2022-04-15 16:54:16 +0200
  • 5ab47c2ad2 0.4.8-dev.3 Aria Minaei 2022-04-15 13:28:14 +0200
  • c1cd25b906 Rename NonCompound to Simple Aria Minaei 2022-04-10 20:51:45 +0200
  • a5cf72cd57 Add comments to cloneDeepSerializable() Aria Minaei 2022-04-10 20:36:10 +0200
  • 679629def8 Clarify a line Aria Minaei 2022-04-10 20:16:32 +0200
  • b2714ca876 Change all typeof x === 'undefined' to x === undefined` Aria Minaei 2022-04-10 20:13:53 +0200
  • f3dfb7cedb Add comments to Interpolator<T> Aria Minaei 2022-04-10 20:03:49 +0200
  • 86cdbdb48c Rename stringLiteral.opts to valuesAndLabels Aria Minaei 2022-04-10 19:57:13 +0200
  • 65f9f1c850 Rename deserialize() to deserializeAndSanitize() Aria Minaei 2022-04-10 19:47:59 +0200
  • 8aff8ba86d Small refactor Aria Minaei 2022-04-10 19:39:28 +0200
  • 225efe1329 More comments for prop configs Aria Minaei 2022-04-10 19:34:56 +0200
  • df188da2aa Small refactor Aria Minaei 2022-04-10 19:17:28 +0200
  • dd7c789ad8
    Small tweaks to the top of README.md Aria 2022-04-10 19:09:56 +0200
  • 2c7591b589 Added remark about handling class instances ... Aria Minaei 2022-04-09 17:32:36 +0200
  • 64874d644b Add comments to validateCommonOpts() Aria Minaei 2022-04-09 17:12:52 +0200
  • 72ada325be Clarify the remark about the Pointer<O> type Aria Minaei 2022-04-09 17:09:51 +0200
  • bd8999f0f2 Deprecate OpaqueToPointers for now Aria Minaei 2022-04-09 17:08:08 +0200
  • c9959b9541 More lint fixes Aria Minaei 2022-04-09 15:30:20 +0200
  • 2c238f40fd Couple of lint fixes Aria Minaei 2022-04-09 15:20:12 +0200
  • ccb52d4882 Disallow lint warnings in GH action Aria Minaei 2022-04-09 15:23:03 +0200
  • 16c070b6e9
    Standardize handling of non-compound types (#118) Aria 2022-04-09 15:02:39 +0200
  • 77c7fc969f
    Update GET_STARTED.md (#119) Cole Lawrence 2022-04-06 13:45:49 -0400
  • 949fe935cb
    Improve the documentation of dataverse (#116) Fulop 2022-04-06 17:28:08 +0200
  • 978de3b735 fix readme header link theatrejs.com image vezwork 2022-04-05 14:17:44 -0400
  • 1beeb27d9d try a fix for readme logo for dark mode 2 vezwork 2022-04-05 14:15:01 -0400
  • c6b6a17db8 try a fix for readme logo for dark mode vezwork 2022-04-05 14:09:44 -0400
  • 0cc4f795a1
    README: add theatre logo. Add/fix social links (#113) Elliot 2022-04-05 13:29:40 -0400
  • f1a1f48c0f
    OutlinePanel: Display object list in A-Z order (#115) Don McCurdy 2022-03-31 08:30:31 -0700
  • 2bf081478f
    Fix keyframe pasting to respect interpolation graph (#107) Elliot 2022-03-25 13:06:20 -0400
  • ffdebebfff
    Add focus range (#94) Fulop 2022-03-25 16:44:18 +0100
  • 8a9b26eb41
    Add keyframe copy and paste draft (#105) Elliot 2022-03-24 12:28:17 -0400
  • 89133c5e6f
    Update CONTRIBUTING.md branch naming conventions (#106) Elliot 2022-03-23 08:05:03 -0400
  • 139c3ed556
    Set up netlify builds (#100) Aria 2022-03-18 15:58:26 +0100
  • 3c1799dcfd Document mousePositionD Aria Minaei 2022-03-15 14:55:19 +0100
  • e2c98669f9 Document more of prism Aria Minaei 2022-03-15 14:55:06 +0100
  • d522c84aac
    Create a proper infinite grid helper (#95) Andrew Prifer 2022-03-04 15:06:48 +0100
  • 0ea9271d7a Add docs to SequenceEditorPanel's spaces Aria Minaei 2022-03-03 14:50:54 +0100
  • 9dfe912f65 Get rid of the scrollbars in SnapshotEditor Aria Minaei 2022-03-03 12:35:38 +0100
  • 3f2a9032f1
    Make it possible to move the playhead to an exact position (#92) Fulop 2022-03-03 09:54:54 +0100
  • fb7467862b
    Update the playground README.md (#93) Fulop 2022-03-03 09:46:01 +0100
  • 5f01ef0821 Fix the structure of the r3f playground Aria Minaei 2022-03-02 23:13:31 +0100
  • 53c3302cab Separate theatre's root from playground's Aria Minaei 2022-03-02 23:12:33 +0100
  • c919aa2f22
    Add Discord badge to Readme.md Aria 2022-03-01 00:59:37 +0100
  • b091b755ab Save CI time by merging e2e and percy tasks Aria Minaei 2022-02-28 14:58:50 +0100
  • cc9a65fbd8 Don't allow the length of a sequence to go below zero Aria Minaei 2022-02-28 14:33:41 +0100
  • d0965d17e4
    Set up end-to-end tests (#85) Aria 2022-02-28 13:15:27 +0100
  • 3c369b435e
    Use vite for playground (#84) Aria 2022-02-27 21:25:15 +0100
  • fdd7963bb2 Add a tsconfig to /devEnv Aria Minaei 2022-02-24 17:04:56 +0100
  • 0d4d0c446e Fix the rest of the eslint warnings Aria Minaei 2022-02-23 23:07:05 +0100
  • aec6b2a251 Fix a bunch of eslint warnings Aria Minaei 2022-02-23 22:53:39 +0100
  • 078fa7a849 Remove lint plugin for react hooks Aria Minaei 2022-02-23 22:42:09 +0100