| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-09-07 | added deleted links to myRecentlyClosed. added drag out of comparison box ↵ | bobzel | |
| doc. added all links to Doc.UserDoc().links | |||
| 2023-08-22 | fixed some errors | bobzel | |
| 2023-07-05 | changed acl inheritance for docking views. | bobzel | |
| 2023-06-23 | cleaned up more issues with pointer events/contents active. fixed dragging ↵ | bobzel | |
| from piles. | |||
| 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 | renamed all config doc creators to just ConfigDocument() | bobzel | |
| 2023-05-21 | fixed comparisonBox to create embeddings of documents by fixing ↵ | bobzel | |
| targetDropAction to work for non-collections. fixed carouse3D view to have correct screentolocal XFs, | |||
| 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-04 | fixed using freeformview in sidebar of pdfs. fixed issues with dragging ↵ | bobzel | |
| items out of schema and with selecting the schema view by clicking on headers. Fixed a lot of errors caused by using OmitKeys which masks type checking. fixed some pointerevent problems with treeview and freeformview | |||
| 2023-03-05 | replace jumpToDocument with showDocument. restructure code to get rid of ↵ | bobzel | |
| scrollFocus by adding getView() and fixing focus() and restoreTargetView | |||
| 2022-11-16 | big changes to make link following use the same code as pinning docs for trails. | bobzel | |
| 2022-10-07 | fixes for equations : :eq as option to ctrl-m inside a text box. added ↵ | bobzel | |
| background for equations. fixed cursor focus issues. | |||
| 2022-05-20 | removed enumerables field stuff which was hacky and never used. cleaned up ↵ | bobzel | |
| some of currentUserUtils initialiazation. fixed treeView sorting for 'none" which fixes problem with slide template. | |||
| 2022-05-13 | fixed crashing bug when quickly re-updating webbox (or other) icon. fixed ↵ | bobzel | |
| infinite loop in FilterBox. changed TimeView to scale WebBox's. fixed issues with timeView filters. fixed bugs with webBox scrolling on startup, following links, etc. | |||
| 2022-05-12 | fixed perfromance (flickering, speed) issues with having pointerEvents prop ↵ | bobzel | |
| invalidate documents - switched to using a function to avoid flickering on PDFs of annotations in particular. | |||
| 2022-04-04 | cleaned up warnings. fixed ink to work better with it's label boxes by not ↵ | bobzel | |
| letting textbox ComponentView override inkinstroke. made ink text boxes go away unless they have text or are selected. fixed up brushing code and made it work for ink and ink w/ text labels | |||
| 2022-03-22 | fixed temporal media merge that had reverted a lot of things. | bobzel | |
| 2022-03-20 | Revert "Merge remote-tracking branch 'origin/speedups2' into ↵ | mehekj | |
| temporalmedia-mehek" This reverts commit 1f7cf7babc76ecff5aef5fe663c48e067e85dd26, reversing changes made to 1e3ad4de06f83eab54628de660529fefb9a0dc63. | |||
| 2022-03-17 | Merge remote-tracking branch 'origin/speedups2' into temporalmedia-mehek | mehekj | |
| 2022-03-04 | removed pseudo Doc type system. playing with hot reloading. | bobzel | |
| 2021-10-23 | audiobox UI update | mehekj | |
| 2021-10-16 | fixed warnings/errors & redirection to /home | bobzel | |
| 2021-10-14 | fixed comparison box error. | bobzel | |
| 2021-10-07 | merge conflict fixes | mehekj | |
| 2021-10-06 | fixed lightbox view to shrinkwrap collections when opened, but not force fit ↵ | bobzel | |
| contents to allow users to navigate. fixed comparison box to show context of maker'/annotation documents. fixed ink pointer events to honor pointerEvents prop (eg when embedded in a comparisonBox that turns them off). | |||
| 2021-10-04 | fixed dropping onto comparison box. added caption of link description to ↵ | bobzel | |
| link comparison view. added promise wait for protos of link anchors to avoid potential crash. made dragging a link off of a linkmenuitem to create an alias with the hidden flag removed. | |||
| 2021-10-01 | fixed crash / errors with comparison box | bobzel | |
| 2021-09-17 | added 'unset' docFilters. changed link doc views to use comparison box with ↵ | bobzel | |
| title/caption. fixed linkEditor to write to data doc. generalized comparisonBox rendering to use parameterized fields. fixed pdf/web to honor pointerEvents none prop and fixed textAnnotations to get rendered once as an Annotation. moved filterIcon stuff into DocumentView | |||
| 2021-08-26 | a lot of changes to move isContentActive into DocumentView | bobzel | |
| 2021-03-30 | more cleanup | bobzel | |
| 2021-03-29 | still cleaning up all the active/selection code. | bobzel | |
| 2021-03-29 | initial changes to cleanup pointer events. | bobzel | |
| 2020-12-14 | renamed ContentFittingDocumentView as DocumentView. Renamed DocmentView as ↵ | bobzel | |
| DocumentViewInternal | |||
| 2020-12-13 | fixed comparisonBox's | bobzel | |
| 2020-12-13 | removed ContentScaling={returnOne} from a lot of places | bobzel | |
| 2020-12-13 | more props cleanup. Got rid of ItemBackgroundColor in favor of having ↵ | bobzel | |
| StyleProvider choose style based on whether it's givena DocViewProp or a FieldViewProp. | |||
| 2020-10-26 | fixed comparisonBox animation synchronization and fixed cursors over drag slider | bobzel | |
| 2020-09-14 | updated header text view. fixed dragging tree view items to unregister ↵ | bobzel | |
| listeners. fixed contextMenu icon selection to ignore dashFieldViews. fixed selectOnLoadChar to not apply when a childlayoutstring is specified. fixed dropping text box on item view to only use json parseable text. | |||
| 2020-07-28 | cleaned up some font stuff. cleaned up DocumentView a bit | Bob Zeleznik | |
| 2020-06-17 | fixed linking to a comparisonBox | Bob Zeleznik | |
| 2020-06-15 | added a linkView and changed display of docFieldView to inline to allow text ↵ | Bob Zeleznik | |
| wrapping on the same line as the fieldLabel | |||
| 2020-05-23 | add sliding/click listener to slider-bar div | Melissa Zhang | |
| 2020-05-23 | add comments & clean up imports | Melissa Zhang | |
| 2020-05-22 | fixed screenshots to add to overlay if they can't add to parent. added ↵ | Bob Zeleznik | |
| meta-drag to drop from overlay layer into freeform. added auto hyperlink note from dragging link button to freeform. | |||
| 2020-05-21 | changed _clipWidth to a layoutField | Bob Zeleznik | |
| 2020-05-21 | more fixes to progressivizing. tweaks to comparison box's clear button. | Bob Zeleznik | |
| 2020-05-21 | fixed backgroundcolor of comparisonbox | Bob Zeleznik | |
| 2020-05-21 | comparison box code simplifications. | Bob Zeleznik | |
| 2020-05-21 | fixed comparisonBox to use percents | Bob Zeleznik | |
