| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-03-18 | extended Doc.setFilter to allow replacing/appending a filter. fixed anchor ↵ | bobzel | |
| unhighlighting in WebBox. reorged some properties on baseProtos (usLInkSmallAnchor etc) | |||
| 2021-03-18 | cleaned up link making. Documents don't add to the Undo stack when being ↵ | bobzel | |
| created and Initializing is set. Links to text regions automatically update their link line endpoints even if autoMove isn't set. regularized initialization fields to avoid special cases about setting delegate keys without a leading "_" | |||
| 2021-03-17 | fix Doc.MakeClone to deal wth links correctly again. fixed dashboard ↵ | bobzel | |
| snapshot to either alias top-level documents, or clone everything. | |||
| 2021-03-17 | rearranged top bar buttons - moved some into PropertiesButtons. Cleaned up ↵ | bobzel | |
| 'editing' field for key frames to not write to the document. | |||
| 2021-03-17 | removed stackedTimeline from view types user can switch to | bobzel | |
| 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 | fixed dropping into a group using title bar (embed key) | bobzel | |
| 2021-03-16 | more chromeStatus cleanup. Big stripdown of propertiesButtons. | bobzel | |
| 2021-03-16 | made ink stroke size preview match the size it will be on the selected document. | bobzel | |
| 2021-03-16 | fixed up leaving pushpins - leave pushpin when moving from one annotated doc ↵ | bobzel | |
| to another. | |||
| 2021-03-16 | cleaned up propertiesbuttons a bit. added lockTransform button. changed ↵ | bobzel | |
| chromeStatus disabled to be undefined. | |||
| 2021-03-15 | fixed warnings. made savedAnnotations an ObservableMap. turned off ↵ | bobzel | |
| annotationLayer when there are no annotations - text is blurry on windows Chrome with mix-blend-mode overlay | |||
| 2021-03-15 | final cleanups to get scrolling to work smoothly for webbox's - sadly, does ↵ | bobzel | |
| not work as well in Firefox, and even worse in Safari. | |||
| 2021-03-15 | fixed scrolling to annotations and pointerevents on webBox (when an ↵ | bobzel | |
| annotation was selected so you can drag out a marquee) | |||
| 2021-03-15 | getting webBox's to work like PdfBox's - text selection & marquee. | 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 | prevent anything but Docs from being written to offScreenTabs. fixed tabs ↵ | bobzel | |
| to activate an unrendered tab when it is uncovered for the first time. | |||
| 2021-03-12 | Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web | bobzel | |
| 2021-03-12 | fixed dropping documents onto file system view. fixed problem with ↵ | bobzel | |
| tabDocView not removing itself from TabMap causing problem trying to open the same doc twice from the file system. made shouldNotScale a computed value. | |||
| 2021-03-12 | dont add kvp docs to unused tabs | bobzel | |
| 2021-03-12 | trying to make treeViews more efficient by making fewer calls to Get ↵ | bobzel | |
| document fields getter. | |||
| 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 | Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web | bobzel | |
| 2021-03-09 | fixed following portal link to reset camera position. prevent warning errors ↵ | bobzel | |
| in loading screen. hide textsidebar until text is selected. fixed link titles to handle case when link anchor is the link document and not infinitely recurse. | |||
| 2021-03-09 | got rid of DocHolderBox. changed dontRegisterChildViews to ↵ | bobzel | |
| childDontRegisterViews for consistency. | |||
| 2021-03-08 | from last | bobzel | |
| 2021-03-08 | split gitlike stuff into its own file | bobzel | |
| 2021-03-08 | added doc data content synching to Git-like operations. | bobzel | |
| 2021-03-07 | added removal of docs to git-like actions. | bobzel | |
| 2021-03-07 | added start of Git functionality within Dash. | bobzel | |
| 2021-03-06 | updated a bunch of _backgroundColors to backgroundColors | bobzel | |
| 2021-03-05 | fixed autoHeight gesture to not set nativewidth/height for text. fixed typo | bobzel | |
| 2021-03-04 | more fitWidth fixes for PDF | bobzel | |
| 2021-03-04 | more adjustments to fitwidth behavior - want things to scroll vertically ↵ | bobzel | |
| when they are fit width (eg images) | |||
| 2021-03-03 | trying out a forked branch of equation editor. cleaned up warnings. | bobzel | |
| 2021-03-03 | more fixes for setting up user docs | bobzel | |
| 2021-03-03 | from last | bobzel | |
| 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-03-01 | final cleanups for simplified drag and drop of annotations. fixed some ↵ | bobzel | |
| issues rtf focus when creating notes in masonry view. fixed text sidebar. | |||
| 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-26 | fixes for getting documents into myFilesystem. fixes for setting layout ↵ | bobzel | |
| fields without using an _ | |||
