| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-12-13 | cleaned up props/_props handling by inherting from ObservableReactComponent | bobzel | |
| 2023-12-01 | cleaning up documentview props. got rid of special cases for keyValueBox. ↵ | bobzel | |
| made fitToContents work cleanly for native scaled docs. | |||
| 2023-12-01 | converted props.DataDoc to props.TemplateDataDocument and fixed so that it's ↵ | bobzel | |
| always undefined unless it's a template. converted references from rootDocument to props.TemplateDataDocument. | |||
| 2023-11-30 | fixed not fitting width for carousel views. | geireann | |
| 2023-09-29 | fixed autoHeight text scrolling in its own tab and elsewhere. update ↵ | bobzel | |
| ChildDrag to GroupChildDrag and simplified documentView code. fixed MapAnchorMenu to allow linking by dragging text icon. | |||
| 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-13 | fixed carouselView to not pass setContentView to child layouts which prevent ↵ | bobzel | |
| linkFollowing from never terminating. fixed clipped videos to have the right start/end bounds on the timeline. | |||
| 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-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-05-13 | fixed caption scrolling in carousel view. fixed display of audio tags in ↵ | bobzel | |
| textboxes. fixed screengrab video upload and made dictation view possible (but needs reworking) | |||
| 2023-04-13 | lots of changes to get rid of ContainingCollectionDoc and ↵ | bobzel | |
| ContainingCollectionView props. | |||
| 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-02-01 | fixed ungrouping documents on video/image/etc. fixed undoing deleting ↵ | bobzel | |
| collections to reset annotationOn field. fixed setting size in text box with richtext menu buttons and not losing focus and having stored marks get lost. | |||
| 2022-04-11 | making layout icons work better. | bobzel | |
| 2022-03-04 | removed pseudo Doc type system. playing with hot reloading. | bobzel | |
| 2022-02-22 | improve efficiency for scenes with lots of documents by using computed ↵ | bobzel | |
| functions to avoid invalidations. moved grid renderer to its own component to avoid invalidations when panning/zooming. | |||
| 2021-04-29 | fixed up some caption things with carousel and other views. made caption ↵ | bobzel | |
| fontsizes increase with zoom level. | |||
| 2021-04-15 | cleaned up CollectionCarousel and styleprovider to handle sub-component ↵ | bobzel | |
| properties better. updated resizers in multicol/row to be visible. | |||
| 2021-04-15 | simplified carousel DocumentView calls. | bobzel | |
| 2021-04-15 | fixed up carousels to work with templated documents | bobzel | |
| 2021-04-14 | fixed image templates to set/use the appropriate nativewidth/height. fixed ↵ | bobzel | |
| carousel views and style provider to better support properties for components of a document view. fixed menus to show text options when captions and other sub text components are focused. | |||
| 2021-03-29 | initial changes to cleanup pointer events. | bobzel | |
| 2021-03-19 | simplified chromeStatus to chromeHidden. fixed presBox item widths. fixed ↵ | bobzel | |
| colorBox layout. | |||
| 2020-12-14 | renamed ContentFittingDocumentView as DocumentView. Renamed DocmentView as ↵ | bobzel | |
| DocumentViewInternal | |||
| 2020-12-11 | converted all style sheet properties to enums. | bobzel | |
| 2020-12-10 | fixed filterBox/TreeView to support checkboxes again. Simplified ↵ | bobzel | |
| {DocumentView/CollectionView/FieldView}props | |||
| 2020-12-08 | simplified styleProvider arguments. fixed useClusters | bobzel | |
| 2020-12-03 | changed parameters for style provider to use documentViewProps instead of ↵ | bobzel | |
| renderDepth | |||
| 2020-11-30 | changed color to backgroundColor in styleProvider. added a stuyle provider ↵ | bobzel | |
| for overlayDocs | |||
| 2020-11-22 | converted backgroundColor prop to a more general styleProvider. | bobzel | |
| 2020-11-20 | added a preliminary Layer mechanism. changed documentDecrations to not go ↵ | bobzel | |
| out of the mainDocument area. changed parentActive to work "recursively" through stacks of background documents. | |||
| 2020-09-08 | from last | bobzel | |
| 2020-09-08 | fixes to make nativesize work for all collections and templates. | bobzel | |
| 2020-09-08 | incremental improvements to template layouts of images-- still struggling ↵ | bobzel | |
| with nativeWidth/width/etc | |||
| 2020-09-08 | updated the way NativeWidth/Height props work so that, when specified, they ↵ | bobzel | |
| override locally specified values | |||
| 2020-09-08 | resurrecting templates with childLayout | bobzel | |
| 2020-08-11 | updated how background colors work | bobzel | |
| 2020-07-23 | got rid of lots of console.logs(). fixed fonticon box to show a 'label' if ↵ | Bob Zeleznik | |
| defined otherwise 'title'. if neither, then it shows no tooltip. | |||
| 2020-07-14 | fixed issues with creating & using scripting boxes by making scriptFields be ↵ | Bob Zeleznik | |
| a function, not value, prop | |||
| 2020-07-13 | switched context menus to be less hierarchical. | Bob Zeleznik | |
| 2020-06-15 | added ? to a lot of things | Lionel Han | |
| 2020-05-15 | moving toward a proper slide transition system | Bob Zeleznik | |
| 2020-05-15 | renamed new_fields to fields | Sam Wilkins | |
| 2020-05-02 | turn off targetDropAction when dropping in same colleciton. cleaned up ↵ | Bob Zeleznik | |
| PresBox stuff to use single template to render all contents (which are otherwise unmodified). | |||
| 2020-05-02 | cleaned up a lot of layoutTemplate/String props. fixed link drawing. | Bob Zeleznik | |
| 2020-05-01 | added doubleClick open on right to detailView template for Buxton | Bob Zeleznik | |
| 2020-05-01 | buxton template tweaks | Bob Zeleznik | |
| 2020-05-01 | fixed presentations to allow drag and drop. fixed pres box to use ↵ | Bob Zeleznik | |
| RenderData instead of modifying presentation elements with unnecessary info like their containing PresBox and their presentation index position. COnverted COntentFIttingDocumentView to use DocumentView's props | |||
| 2020-04-28 | rearranged text files | Bob Zeleznik | |
