| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-03-04 | removed pseudo Doc type system. playing with hot reloading. | bobzel | |
| 2021-12-08 | Added auto scroll to bottom of map info view stack when note is added. hide ↵ | bobzel | |
| resize handles for map view info window stack documents. | |||
| 2021-12-07 | restored keeping properties pane open when selection changes. added Doc ↵ | bobzel | |
| paraemter to fitWidth() prop function. split MapBoxInfoWindow out of MapBox and added an Add Note button. | |||
| 2021-11-13 | change isContentActive to a tri-state to allow turning on/off and default - ↵ | bobzel | |
| fixes issues with videobox and others so that content can be turned off reliably. added annotation overlay for treeViews for ppt like slides. lots of fixes to tree view to get layout to be more robust. | |||
| 2021-09-14 | fixed create new folder in file system | bobzel | |
| 2021-09-08 | added showTitle prop to allow sidebarAnnos to have a custom title | bobzel | |
| 2021-09-02 | Placing collection menu in Lightbox (commented out) and others | geireann | |
| - Set toggle properties off - added link that goes directly to the dash documentation | |||
| 2021-09-02 | Many updates | geireann | |
| - Fixed image uploads so it clones rather than makes an alias - Updated context menu - Removed tools panel from novice mode in favour of ":" menu - Added explainers to menus in novice mode - Re-added the trails button - Changed UI for text, PDF & websites so that it is more consistent | |||
| 2021-08-26 | fixed resizing bug for web and pdf documents when doing autoheight gesture, ↵ | bobzel | |
| and after opening the sidebar and then resizing | |||
| 2021-08-04 | restructured filters again so that filter icons show whether a document has ↵ | bobzel | |
| a filter or inherits one. following a link with a view spec overrides only locally set filters (not inherited ones). | |||
| 2021-07-15 | Starting Color consistency | Ashley Cai | |
| 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-09 | fix for removing documents from pdfs/web boxes. fixes for making objects ↵ | bobzel | |
| draggable again in PDFs. fixes for lightboxview to allow stepping into collecitons. fix for stacking view to skip hidden documents | |||
| 2021-04-05 | added autoHeight for tree views. | bobzel | |
| 2021-03-30 | Merge branch 'master' into fixingPointerEvents | bobzel | |
| 2021-03-30 | fixed alignment of doc decorations for stacking views. | bobzel | |
| 2021-03-29 | more progress in fixing & simplifying active/selected stuff | bobzel | |
| 2021-03-29 | still cleaning up all the active/selection code. | bobzel | |
| 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. | |||
| 2021-03-17 | from last - ignore viewScale in stacking view. | bobzel | |
| 2021-03-17 | fixed autoHeight for stackingViews with multiple columns | bobzel | |
| 2021-03-17 | added autoHeight proeprtyButton. cleaned up stackingViewFieldColumn a bit | bobzel | |
| 2021-03-16 | more chromeStatus cleanup. Big stripdown of propertiesButtons. | bobzel | |
| 2021-03-14 | added sidebar annotations to webBox. Fixed PdfBox to allow marqueeing when ↵ | bobzel | |
| sidebar annotation is selected. | |||
| 2021-03-13 | cleaned up dropping link button on collections / alternate annotation views ↵ | bobzel | |
| (eg pdf sidebar) - new docs are created only for internal drops within, say, a PDF. Otherwise links are made. | |||
| 2021-03-13 | fixed marquee annotations on pdfs from crashing - still need to fix offset ↵ | bobzel | |
| problem. | |||
| 2021-03-12 | changed setDocFilter to not take undefined as a modfied & added toggle ↵ | bobzel | |
| param. added single click on marquee annotator to create an annotation. extended PDF sidebar to have filter buttons. | |||
| 2021-03-11 | fixed display of aliases in filesys tree view. fixed dropping of "proto" ↵ | bobzel | |
| dropAction to move, not copy them in file sys. fixed stacking view to allow for a stacking sidebar in PDFs and then properly support fitWidth (and not) for items in the sidebar. | |||
| 2021-03-11 | added optional stacking sidebar for PDFs. fixed pdfannos to not show ↵ | bobzel | |
| linkbutton when selected. fixed stacking views to handle fitwidth text better (make height fit correctly when fitWidth) | |||
| 2021-03-11 | made text boxes span stackingview's when fitWidth or autoColumn is set. ↵ | bobzel | |
| made doc decs fit stacking view docs properly when stack is viewScaled. increased default size of images when > 800 pixels. | |||
| 2021-03-10 | made initial load of filterbox much more efficient by preventing incremental ↵ | bobzel | |
| invalidations. fixed display of sliderBox filters. | |||
| 2021-03-09 | got rid of DocHolderBox. changed dontRegisterChildViews to ↵ | bobzel | |
| childDontRegisterViews for consistency. | |||
| 2021-03-03 | added functionPlot. trying to make fitWidth make sense everywhere ↵ | bobzel | |
| (lightbox, stacking panels with autosize columns, etc). | |||
| 2021-03-02 | added a fitwidth toggle for lightbox. fixed _showCaption/setting _fields to ↵ | bobzel | |
| undefined. updated documentView to use not having fitWidth set as a trigger for whether to treat a doc without nativeWidth/Height as if its width/height is that. | |||
| 2021-02-28 | a bunch of changes to simplify how autoHeight works. extended to work for ↵ | bobzel | |
| pdfs and stacking views. still some bugs. | |||
| 2021-02-16 | updated pivot views to have a getAnchor() method to save the pivotField when ↵ | bobzel | |
| linking. added an engineProp to layoutEngiens so that you can preview a change in a LinkDocPreview without modifying the document. | |||
| 2021-02-14 | fixed freeformview focus to not pan annotation documents or layoutEngine ↵ | bobzel | |
| freeform views. fixed some exceptions. cleaned up focus() return value. | |||
| 2021-02-14 | fixes to focus()'s api and extension to allow focusing on a Tab's contents. | bobzel | |
| 2021-02-13 | fixed bug introduced where stacked documents couldn't be reordered. changed ↵ | bobzel | |
| lightbox future a bit. | |||
| 2021-02-12 | fixed subtle bug with lightbox inadvertently clearing out childDoc list of a ↵ | bobzel | |
| collection. added shift-double-cllick to open collection in lightbox. | |||
| 2021-02-11 | now pdf/web/text scroll to the target and then pan the document to be in view. | bobzel | |
| 2021-02-11 | fixes for focus'ing to enable resetting of all navigations if desired(eg. ↵ | bobzel | |
| zooming into portal) | |||
| 2021-02-11 | from last | bobzel | |
| 2021-02-10 | fixes for stacking views to allow new text to be entered properly without ↵ | bobzel | |
| losing focus. fixed document decorations for stacking views. fixed lightboxView criteria for going to an existing view in a lightbox instad of creating a new one. | |||
| 2021-02-04 | fixed scrolling animations in view bounds for webbox and pdfBox's ↵ | bobzel | |
| particualrly for lightbox views. added a docViewPath prop for docuentViews. | |||
| 2020-12-14 | renamed ContentFittingDocumentView as DocumentView. Renamed DocmentView as ↵ | bobzel | |
| DocumentViewInternal | |||
| 2020-12-14 | got rid of fitDocToPanel. made collectionFreeFormDocView always use a ↵ | bobzel | |
| ContentFittingDocView. fixed up web box selections. | |||
| 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. | |||
