| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-11-08 | clean up of LightboxView | bobzel | |
| 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-09-19 | made goldenlayout tabs/buttons follow color scheme + added hover highlights. ↵ | bobzel | |
| got rid of old color scheme code. | |||
| 2023-09-13 | fixed region highlight when dragging minimap | bobzel | |
| 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-08 | fixed tab title flickering when hovering over a sidebar hyperlink when tab ↵ | bobzel | |
| isn't selected. | |||
| 2023-09-07 | another popup fix | bobzel | |
| 2023-09-07 | removed unused reaction in tabdoc | bobzel | |
| 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-05 | added ui for specifying wehther to play a/v when following links, and ↵ | bobzel | |
| cleaned up ui/etc for pres trails. fixed a bunch of colors in pres properties. fixed a/v anchors to be configs when not adding them to the doc, otherwise labels. | |||
| 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-17 | Merge branch 'master' into sophie-ai-images | Sophie Zhang | |
| 2023-08-17 | fixed brushing of pinned viewports for chrome to not flash. converted ↵ | bobzel | |
| pres<Property> to config_<property> and treeView<Property> to treeView_Property. fixed text toolbar to show/set text properties based on insertion point. | |||
| 2023-08-13 | Merge branch 'master' into sophie-ai-images | Sophie Zhang | |
| 2023-08-09 | updated file system to include recentlyClosed, Shared, and Dashboards and ↵ | bobzel | |
| fixed drag drop to make sense for the filesystem. Fixed loading documents to happen in one batch by fixing UPDATE_CACHED_DOCS to save only documents accessible from current dashboard. | |||
| 2023-07-27 | changes | Sophie Zhang | |
| 2023-07-19 | got rid of Ctrl-O to open a new tab maximised. added style prop for header ↵ | geireann | |
| bar when tab is maximised. | |||
| 2023-07-17 | Merge branch 'master' into geireann_dash_components | Geireann Lindfield Roberts | |
| 2023-07-17 | so many updates | Geireann Lindfield Roberts | |
| 2023-07-05 | changed acl inheritance for docking views. | bobzel | |
| 2023-07-03 | fixed dragging onto non active tab from outside dash | bobzel | |
| 2023-07-03 | better fix for activating tabs on hover | bobzel | |
| 2023-07-03 | fixed making one tab always active. | bobzel | |
| 2023-07-02 | improved highlighting of tabs to show focus/active. added. menu item to open ↵ | bobzel | |
| a tab in lightbox | |||
| 2023-07-02 | made multicolumn/row views fit contents to panel and center. changed ↵ | bobzel | |
| collection drop to propagate when embed is not enabled. fixed image box drop . made goldenlayout tabs selectable. turned off leaving pushpins on drag out. fixed long press to disable on drag. | |||
| 2023-06-29 | fixed minimap panning. fixed initial zooming on images. | bobzel | |
| 2023-06-22 | cleaned up dragging - abort presItem drags properly, fix naming for ↵ | bobzel | |
| drag/dropAction, small fix undo of drag removeproperties, dragging in/out of headerBar, fixed isContentActive to avoid SnappingManager.GetIsDragging. fixed resizing videos. | |||
| 2023-06-19 | cleanup of unused fields. fix to allow key value pane for collectionDocking ↵ | bobzel | |
| view. | |||
| 2023-06-13 | fixed updating cached docs when opening a backlinks collection. added some ↵ | bobzel | |
| FieldInfo types and added 'enumeration' field display in schema view. fixed bug in schema view column sizing. updated a bunch of standard field names to be more consistent. | |||
| 2023-06-06 | updated Symbol naming. fixed various compile errors related to type checking. | bobzel | |
| 2023-05-17 | fixed scrolling/panning on fitWidth images. fixed drag/zoom conflicts for ↵ | bobzel | |
| overlayDocs that are pannable. | |||
| 2023-05-16 | fixed bugs with goldenlayout dragging and undoing. fixed searching for ↵ | bobzel | |
| filter values in sidebars. Stopped creating empty list for collections when datafield() is accessed because it messes up undo of a collection. fixed tab title editing. from marquee. Added UndoStack UI and additional naming support in code. | |||
| 2023-05-14 | fixed webpage link following by adding a presData for the current URL to all ↵ | bobzel | |
| embedded docs. fixed getView() in showDocuments to not get called with the proper anchors. changed unrendered MARKERs to CONFIGs. changed anchors to Configs or Markers as appropriate. | |||
| 2023-05-14 | major overhaul of field naming conventions. | bobzel | |
| 2023-04-27 | added proper scaling of multi-selections and groups. fixed pinViewport to ↵ | bobzel | |
| work again. | |||
| 2023-04-14 | got rid of CollectionView prop. fixed DocFocusOrOpen to toggle targets and ↵ | bobzel | |
| zoom correctly. | |||
| 2023-04-13 | lots of changes to get rid of ContainingCollectionDoc and ↵ | bobzel | |
| ContainingCollectionView props. | |||
| 2023-04-11 | fixed explore mode to not wait for double clicks | bobzel | |
| 2023-03-28 | mostly code cleaning. small bugs | bobzel | |
| 2023-03-28 | numerous changes to try to simplify event handling in DocumentView - got rid ↵ | bobzel | |
| of isContentActive in DocComponent since it's in DocumentView. Including adding 'enableDragWhenActive' , 'onClickScriptDisable', | |||
| 2023-03-27 | changed longPress to always select and to show decorations. fixed ↵ | bobzel | |
| single/double-click code and cleaned up behavior timeouts. fixed pointer events for tree view editing titles and using as powerpoint. | |||
| 2023-03-23 | changed showing keyvalue panes to not create a document, but to use the ↵ | bobzel | |
| LayoutTemplateString. | |||
| 2023-03-17 | cleaned up highlighting styles a bit. fixed stackedTimeline screen to local xf. | bobzel | |
| 2023-03-08 | some cleanup of presBox properties panels. fixes for undoing some slider ↵ | bobzel | |
| actions. | |||
| 2023-03-05 | replace jumpToDocument with showDocument. restructure code to get rid of ↵ | bobzel | |
| scrollFocus by adding getView() and fixing focus() and restoreTargetView | |||
| 2023-03-01 | changed inPlace link following to be lightbox. allowed collections to be ↵ | bobzel | |
| labeled as lightboxes. lightbox collections display link targets in an overlay that hides the rest of their content | |||
| 2023-02-28 | cleaning up of following inPlace links to overlay current inplaceContainer ↵ | bobzel | |
| contents instead of deleting them. | |||
| 2023-02-27 | restructured getAnchor()/scrollFocus to be more consistent. added ↵ | bobzel | |
| setterscript for computedFields. restructed getFieldsImpl to avoid making multiple requests for the same document due to timing issues by 'locking' a document cache with a promise before sending the server request. added rotation and fill color as animatable fields. fixed image cropping for | |||
| 2023-02-23 | fixed display of link lines | bobzel | |
