| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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. | |||
| 2020-12-12 | made conentScaling a DocumentView-only prop | bobzel | |
| 2020-12-11 | fixed stackingview autoHeight when headers are on that don't overlap. ↵ | bobzel | |
| improved styles a bit. added foreground color that contrasts with background by default. added an itemBackgroundColor(for <item>Box's) which is distinct from BackgroundColor (for docViews) | |||
| 2020-12-11 | got rid of ChromeHeight and replaced with HeaderMargin in style provider. ↵ | bobzel | |
| made text headers not overlap the tet itself. | |||
| 2020-12-11 | converted all style sheet properties to enums. | bobzel | |
| 2020-12-10 | fixed infinite loop in treeView. changed styleProvider signature back to ↵ | bobzel | |
| have an optional 'props' | |||
| 2020-12-10 | moved opacity and borderRounding into styleProviders. fixed contextMenu ↵ | bobzel | |
| clcik from button bar | |||
| 2020-12-10 | more cleanup/organization of 'props' . removed VisibleHeight props and ↵ | bobzel | |
| cleaned up PDF and other props | |||
| 2020-12-10 | removed annotationsKey prop in favor of reusing fieldKey. Fixed web pages ↵ | bobzel | |
| to allow dash annotations again. | |||
| 2020-12-10 | fixed filterBox/TreeView to support checkboxes again. Simplified ↵ | bobzel | |
| {DocumentView/CollectionView/FieldView}props | |||
| 2020-12-07 | got rid of LibraryPath. Fixed collectionFreeFormDocViews to use pres ↵ | bobzel | |
| Effects whenever doc is selected | |||
| 2020-11-22 | converted backgroundColor prop to a more general styleProvider. | bobzel | |
| 2020-11-14 | fixed mobx strict run-time exception when opening the presentation trail, ↵ | bobzel | |
| then dragging a collection menu item into it. | |||
| 2020-11-14 | fixed height of autoHeight masonry (tools panel was messed up showing ↵ | bobzel | |
| nothing). fixed drag to hide the dragged feedback before hit testing which prevented dragging buttons from working. removed 'dropAction' from removeDropProperties on buttons | |||
| 2020-11-11 | fixes to centering of documents in ContentFittingDocumentView. fixed ↵ | bobzel | |
| display of document title in tree view when it was alrady rendered in the tree view. | |||
| 2020-11-09 | fixed autoHeight for formattedTextSidebars when the text document has been ↵ | bobzel | |
| scaled. cleaned up link groups. fixed pushpins that don't focus on target (e.g., a si m ple pushpin on a PDF). | |||
| 2020-11-09 | added fullScreen alias option for opening documents so that opened document ↵ | bobzel | |
| can have different scale than original. fixed pushpins to not toggle target if something must be panned/zoomed to show the target. fixed drag drop to ignore the document being dragged properly when dropping (which prevented a document over a collection from being dropped on the colelction when move slightly). | |||
| 2020-11-06 | fixed web pages to scroll and update scrollTop when in annotation mode. ↵ | bobzel | |
| fixed pointer events on custom text view headers. | |||
| 2020-11-03 | added undo's for icon/deiconifying pile docs and icon docs. added a zoom ↵ | bobzel | |
| hack to focus on stacking documents. stopped autoscroll on nested collections. | |||
| 2020-10-21 | fixed dragging documents to bottom of presentation list. fixed adding to ↵ | bobzel | |
| preentation list without creatinga a duplicate. | |||
| 2020-10-20 | cleaned up moving documents in stacking view. | bobzel | |
| 2020-10-21 | fixed dragging multiple elements | Geireann Lindfield Roberts | |
| (sometimes still deletes slides from trail) | |||
