| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-12-17 | starting calendar collection view | zaultavangar | |
| 2023-12-14 | cleaning up collectionTime, still a bug when switching into it. replacing ↵ | bobzel | |
| hig flyout. | |||
| 2023-12-05 | mostly working version with latest libraries | bobzel | |
| 2023-12-01 | made collections fitwidth in tree view previews. centered keys in keyvalue. | bobzel | |
| 2023-11-30 | final rootDoc refactoring | bobzel | |
| 2023-11-30 | fixed rootSelected prop to be optional. fixed fonticont toggle to pass ↵ | geireann | |
| 'self' even though it's deprecated. | |||
| 2023-11-29 | fixed menu functions that referenced 'self' instead of 'this' | bobzel | |
| 2023-11-29 | cleaned up presElementBox and did more this.rootDoc => this.Document/layoutDoc | bobzel | |
| 2023-11-29 | numerous changes to fix bugs and to fix/remove old or hacky code. fixed doc ↵ | bobzel | |
| dec resizing. moving this.rootDoc => this.Document . fixing template artifacts. | |||
| 2023-11-25 | changed Slide template to write to 'hero' not 'data' to avoid conflict with ↵ | bobzel | |
| 'data' being used already for the template parts. fixed freeform view to read _width/_height to get template values when present for panning beyond edge. Made CollectionSubView read datafield from dataDoc which is where template writes go. fixed docview dragging to use its own view unless multi-dragging. turnded off user-select in overlay view which made repl viewer title selectable. fixed crash on rebuilding db cause by myOverlay and myPublished not yet existing. | |||
| 2023-11-17 | major overhaul of resizing code. updated doc fields for enabling native ↵ | bobzel | |
| with modification to be cleaner. added Vcenter option for text in menu bar. fixed doc rotation. enabled scaling of DataViz views. fixed text sidebar opening size and sidebar issues with native dims for PDF/Web | |||
| 2023-11-08 | fixed bug where tableBox's didn't render all of the rows they receive. lots ↵ | bobzel | |
| of code cleanup -- moving things from Doc.ts to better locations. Changed overlays and published docs to be local to their dashboard. changed treeview icons. | |||
| 2023-11-07 | Changed how selection works to avoid invalidations. Fixed Cast problem with ↵ | bobzel | |
| ProxyFields that caused renameEmbedding to infinite loop.. Changed brushing for the same reason. Cleaned up a few things with filter code. | |||
| 2023-11-01 | fixed so that ink properties can be set before drawing a stroke. fixed ↵ | bobzel | |
| turning off ink when menu is collapsed. added meta-click to fit all for collections, or zoom in on a document. | |||
| 2023-10-26 | enabled different title colors per doc, not just per user. added support for ↵ | bobzel | |
| screen space doc titles, and for proper title clipping when borderRadius is set. added dropdown for setting title field to display and tweaked editableView to enable ellipsis for overfow | |||
| 2023-10-24 | fixed hide before/after in trails. move ink mask to developer. fixed ↵ | bobzel | |
| tangent dragging on some curves that have no initial tangent. fixed tree view highlights when dragging. | |||
| 2023-10-21 | change to doc decorations to be more "lightweight". made linkBox render ↵ | bobzel | |
| links in a freeform view as a DocView. added an auto-reset view option for freeforms. fixed highlighting ink strokes. Made groups behave better for selecting things 'inside' the group bounding box that aren't in the group. Added vertically centered text option. | |||
| 2023-10-04 | several fixes for webclips, linking to pdf/web, fonticon dropdowns. removed ↵ | bobzel | |
| sliderbox. reduce uses of scriptContext fixed web clipping annotations to be in correct spot and not to crash because of using a url that it doesn't have. fixed pdf/web links to not use anchor from other end of link. because of sharing of GetAnchor global. added a backup when presbox overwrites a doc's data field. removed sliderBox. fixed fontIcon dropdowns to not call click script twice. removed scriptContext where it wasn't needed which is everywhere except TreeViews. | |||
| 2023-09-20 | added carousel3D to novice and fixed it's button positions and its focus so ↵ | bobzel | |
| that it works with trails. added dragging documents within single collection for rearranging order of docs in a tab collection. fixed freeform views set to fitWidth to show decorations properly. turned off scaling of tree views. updated lightbox buttons. fixed tooltips on properties toggles. | |||
| 2023-09-20 | shifted carousel fwd/back buttons away from edges of screen. made caption ↵ | bobzel | |
| width of carousel inset by 30. made 3d carousel images bigger vertically. made properties dragger handle smaller when minimized. | |||
| 2023-09-19 | turned off ink and dragging in explore mode. | bobzel | |
| 2023-09-19 | made goldenlayout tabs/buttons follow color scheme + added hover highlights. ↵ | bobzel | |
| got rid of old color scheme code. | |||
| 2023-09-13 | removed eraser from novice mode because it breaks with circles and rectangles | bobzel | |
| 2023-09-12 | dropping link button on same collection makes a pushpin. fixed broken undo ↵ | bobzel | |
| typing to crate doc in sidebar. fixed min/max scaling for cropped images and made annotationOverlays start to use it. Fixed nested text boxes to stopPropagation on pointer down to enable editing of translations in sidebar. moved sidebar filters onto doc's filters. Added metadata filters back to sidebar. Added an -any- option to filtersPanel. fixed schema view preview window, added buttons and sliders. | |||
| 2023-09-08 | don't remove current recording from overlay, added closeOnSelect option for ↵ | bobzel | |
| dropdown. place recording box on screen. fixe overlayView to keep views on screen. fixed schema view checkboxes. don't cause tab to rerender when colelctoin type changes. add dropdown to filter indicator to find filters. | |||
| 2023-09-06 | disabled expand button for header context linear menu. moved input for ↵ | bobzel | |
| stacking view to right-hand side to avoid overlap with undo/redo | |||
| 2023-09-06 | added undo for removing dashboards and add to recently closed. fixed link ↵ | bobzel | |
| menu to open up link editor more direclty | |||
| 2023-09-02 | switched web default to wikipedia from bing since bing search requires ↵ | bobzel | |
| scripts. change link doc preview to use showDocument instead of addDocTab so that existing docs can be found. | |||
| 2023-08-31 | from last | bobzel | |
| 2023-08-31 | added dragging off of recordings and option for webcam vs screen | bobzel | |
| 2023-08-31 | from last | bobzel | |
| 2023-08-31 | reworked recording workspace UI and switched to recording window, not webcam | bobzel | |
| 2023-08-29 | more cleanup | bobzel | |
| 2023-08-29 | cleanup | bobzel | |
| 2023-08-28 | Dropdown renders only if workspaceRecordings isn't empty | monoguitari | |
| 2023-08-28 | Merge branch 'master' into advanced-trails-2-jesus | monoguitari | |
| 2023-08-28 | Fixed reload bug | monoguitari | |
| 2023-08-27 | lots of cleanup to streamline import orderings (ie packages should not ↵ | bobzel | |
| mutually import each other directly or via a chain). change raiseWhenDragged to be keepZWhenDragged and got rid of system wide default. | |||
| 2023-08-27 | more cleanup | bobzel | |
| 2023-08-26 | Merge branch 'master' into UI_Update_Eric_Ma | Eric | |
| 2023-08-24 | Merge branch 'master' into advanced-trails-2-jesus | monoguitari | |
| 2023-08-24 | before meeting with Andy | monoguitari | |
| 2023-08-24 | removed iconClickButton and reverted fit All menu item | geireann | |
| 2023-08-24 | overlay ui changes | monoguitari | |
| 2023-08-24 | Current Implementation topbar video | monoguitari | |
| 2023-08-23 | Merge branch 'master' into UI_Update_Eric_Ma | bobzel | |
| 2023-08-23 | Basic implementation of micahels branching trail on master | monoguitari | |
| 2023-08-22 | topbar Audio progress | monoguitari | |
| Logically works, need to consider how to add to doc | |||
| 2023-08-22 | Everything working, except for offset of placing pins and mapanchormenu when ↵ | Eric | |
| sidebar is open | |||
| 2023-08-22 | Merge remote-tracking branch 'origin/menu-shortcuts-4-jesus' into ↵ | monoguitari | |
| advanced-trails-2-jesus | |||
