| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-02-23 | fixed backspace to delete text items in treeViews. simplified ↵ | bobzel | |
| UndoRunInTempBatch. fixed clicking on sort line for treeView to only recognize actual clicks. fixed stayInCollection with DocDecorations to not create a giant gray square. prevent server crash when db has bad data somehow. | |||
| 2021-02-22 | switched folders so that they're not marked as system anymore. made close ↵ | bobzel | |
| menu appear unless something is a system doc. | |||
| 2021-02-18 | added preliminary cookie mechanism for making documents appear after ↵ | bobzel | |
| focusing on a document which sets a cookie. converted catalog to new "file system" tree view. | |||
| 2021-02-18 | better version of forward/backward view management in lightBoxview. | bobzel | |
| 2021-02-17 | improved fileSysMode for treeView. added dontUndo flag | bobzel | |
| 2021-02-16 | added a file system mode for tree View. ctrl-f to create file system. | bobzel | |
| 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-15 | from last fixes to detail template | bobzel | |
| 2021-02-14 | mae RichTextField parseable from keyvalue. got rid of pause to insert text ↵ | bobzel | |
| timestamps for simplicity. fixed transition typo. | |||
| 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 previewing/scrollingto targets in web boxes and PDFs. fixed following ↵ | bobzel | |
| link to textanchor when rtf doc is not displayed. | |||
| 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-12 | changed lightbox to navigate within frame if next target is alreay there, ↵ | bobzel | |
| otherwise create it. changed focus default to call afterFocus(). fixed bug of zooming on target doc to compute scale correctly. | |||
| 2021-02-11 | fixes for focus'ing to enable resetting of all navigations if desired(eg. ↵ | bobzel | |
| zooming into portal) | |||
| 2021-02-11 | more tweaking to simplify link following mechanisms. | bobzel | |
| 2021-02-11 | playing with trying to improve chaining of nested focus() method calls. | bobzel | |
| 2021-02-10 | simplified focus'ing on documents. refactored scrollFocus code. changed ↵ | bobzel | |
| focus in 2D to move doc into view but not center. | |||
| 2021-02-10 | fixed following link to document in another context to work in LightboxView | bobzel | |
| 2021-02-10 | fixed creating videoBox anchor to reference the whole doc when the timecode ↵ | bobzel | |
| is 0. fixed following links to a document that has a colleciton context to open the context properly. | |||
| 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-09 | overhaul of linkdocpreview. delegated linkpreviewing from ↵ | bobzel | |
| formattedTextBoxComments to LinkDocPreview | |||
| 2021-02-09 | started to cleanup LinkDocPreview, LinkMenu. | bobzel | |
| 2021-02-09 | fixed drawing link lines between everything except textanchor - to - textanchor. | bobzel | |
| 2021-02-08 | overhaul of link anchors on text boxes to use actual Documents to represent ↵ | bobzel | |
| selected text. Also got rid of _scrollY and _scrollPreviewY so that all document regions can be focused on using focus() and the new scrollFocus() mechanisim | |||
| 2021-02-05 | cleaned up lightbox. replaced old npm lightbox. | bobzel | |
| 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. | |||
| 2021-02-03 | made link following in lightbox stay in lightbox. | bobzel | |
| 2021-01-26 | preparing to unify VideoBox timeline with AudioBox timeline. changed names ↵ | bobzel | |
| from videoStart/audioStart,End to anchorStart,EndTime and _displayTimecode to _timecodeToShow etc | |||
| 2021-01-25 | fixed linking to video to create an anchor if the timecode is not zero. | bobzel | |
| 2021-01-21 | fixed fitWidth for WebBox | bobzel | |
| 2021-01-20 | moved PDFMenu to AnchorMenu. added AnchorMenu to formattedTextBox. Fixed ↵ | bobzel | |
| following links from text box huyperlinks when there are multiple different huypertext links on the document. | |||
| 2021-01-14 | simplified links to audio to always have a target Doc anchor. updated auto ↵ | bobzel | |
| links to audio when recording. fixed making text selection links. | |||
| 2021-01-04 | Fixed filterbox to use scriptContext to determine where to apply/clear ↵ | bobzel | |
| filters .fixed setting width/height of freeform images independent of nativeWidth/height so that % css measurements work. | |||
| 2020-12-16 | fixed errors with linkmenu props | bobzel | |
| 2020-12-16 | cleaned up removing frame animation fields | bobzel | |
| 2020-12-16 | cleaned up some link following code. fixed problem following links from ↵ | bobzel | |
| LinkAnchorBox's | |||
| 2020-12-16 | fixed treeView layouts to pass good values for panelWidth/height to ↵ | bobzel | |
| DocumentView. renamed Selectionmanager methods to be views not documents. | |||
| 2020-12-15 | added real grouping | bobzel | |
| 2020-12-15 | fixed previous problems -- weird that you can't call componentWillUnmount. ↵ | bobzel | |
| also fixed dragging to show original unless hideSource is set | |||
| 2020-12-15 | simplifying dragging to make links by moving linkDocument to event, instead ↵ | bobzel | |
| of dragData. moved link anchor and caption styling to default style provider. CURRENTLY, typing text, brushing doc highlights along with a bunch of other things ARE BROKEN .. | |||
| 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-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 | fixed pointerevents set through styleProvider. fixed crash when color ↵ | bobzel | |
| strings use uppercase. fixed empty text boxes to set default font size/family | |||
| 2020-12-10 | more cleanup/organization of 'props' . removed VisibleHeight props and ↵ | bobzel | |
| cleaned up PDF and other props | |||
| 2020-12-01 | Merge branch 'master' into presentation_v1 | geireann | |
| 2020-11-30 | fixed react warning | bobzel | |
| 2020-11-30 | Merge branch 'master' into sally-changes | bobzel | |
