| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-04-04 | stopped system docs from being filtered | usodhi | |
| 2021-04-04 | merging | usodhi | |
| 2021-03-30 | more cleanup | bobzel | |
| 2021-03-30 | merging | usodhi | |
| 2021-03-25 | filters is going to kill me the files I should look at on return to this ↵ | usodhi | |
| branch are documents.ts, propertiesview, colsubview, colview, filterbox | |||
| 2021-03-19 | fixing up some baseProto initialization. fixing stacking view with hidden docs. | bobzel | |
| 2021-03-16 | merging | usodhi | |
| 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-13 | minor changes | usodhi | |
| 2021-03-13 | fixed marquee annotations on pdfs from crashing - still need to fix offset ↵ | bobzel | |
| problem. | |||
| 2021-03-12 | Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵ | usodhi | |
| filters | |||
| 2021-03-11 | adding and/or to filtering, added editableview, changed a bunch of things | usodhi | |
| 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-06 | updated a bunch of _backgroundColors to backgroundColors | bobzel | |
| 2021-03-03 | trying out a forked branch of equation editor. cleaned up warnings. | bobzel | |
| 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-25 | prevent annotation notes on PDFS from showing up in file system view. | bobzel | |
| 2021-02-25 | added 'proto' drag option for dropping proto of document. auto add of non ↵ | bobzel | |
| annotations to file system. auto added delegates & aliases to a docuemnt's 'alias' field. | |||
| 2021-02-21 | fixed compile warnings. | bobzel | |
| 2021-02-21 | fixed warning | bobzel | |
| 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-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-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. | |||
| 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-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-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-11-04 | reset old width | Geireann Lindfield Roberts | |
| because default width for doc is 400 so max does not work | |||
| 2020-10-22 | added more caching for linkManager queries. | bobzel | |
| 2020-10-22 | added alert for uknown filetype uploads | bobzel | |
| 2020-10-22 | fixed webBoxes to switch URLS when hyperlink is clicked (and page is not ↵ | bobzel | |
| cross-origin). fixed some undo navigation web stuff. fixed drag/drop to create anchor that bounds the original selection. fixed html clippings to not have a nativewith/height so that they reflow | |||
| 2020-10-18 | resets scrollTop when navigating to a new webpage in WebBox. set url on ↵ | bobzel | |
| proto's data field when creating a webPage, not delegate. | |||
| 2020-10-12 | updated getEffectiveAcl to be a computedFn. got rid of OverrideAcl in favor ↵ | bobzel | |
| of just using UpdatingFromServer | |||
| 2020-10-12 | switched fonticonbox and colelctionsubview to test GetEffectiveAcl to ↵ | bobzel | |
| determine if document is available (instead of hack of testing 'author'). made GetEffectiveAcl a computedFn. No longer create a pushpin when an annotation that's linked to text is dragged off a PDF. fixed undo of pushpin navigation (used to call finish() twice). fixed pushpin navigation to conistenly pan & sensibly toggle target | |||
| 2020-10-11 | prevented documents that are unshared (ie private to soeone else) from ↵ | bobzel | |
| showing up as an empty key value in stacking and other views. tried to fix an exception when showing links (that wasn't repeatable, so dion't know if fix works). | |||
| 2020-10-02 | fixed email (de)normalization. fixed sharing to hide objects whose ↵ | bobzel | |
| permissions have been revoked | |||
| 2020-09-29 | made pdf/web anchors pushpins by default. can now remove docs you own from ↵ | bobzel | |
| sidebars you don't. made formatted text boxes alway show sidebar handle when there's content. sidebar text has no padding by default. sidebar collection doesn't scroll when text overflows. added more playground fields | |||
| 2020-09-28 | from last | bobzel | |
| 2020-09-28 | fixed docRangeFilters to be propagated everywhere and evaluated like ↵ | bobzel | |
| docFilters (if the field isn't there, it fails) | |||
| 2020-09-24 | changed dragging pdf link note to not create a note when dropped on ↵ | bobzel | |
| annotatable item (image, video, pdf) | |||
| 2020-09-17 | changed text box headers from a template to a title bar. | bobzel | |
| 2020-09-16 | a bunch of changes to dragging/selection of ui buttons to turn off context ↵ | bobzel | |
| menus, remove close buttons on doc decoartions, fix the title region fo tabs, | |||
| 2020-09-12 | changd web pages to be fitWidth and added a data-contentWidth field so that ↵ | bobzel | |
| you can extend them vertically, or add a margin horizontally. | |||
| 2020-09-09 | several pdf fixes - clipping link anchors to bounds of container. pdf box ↵ | bobzel | |
| titles don't change based on zoom anymore. can't zoom a pdf if not selected. fixed scrolling of previews without scrolling targets. | |||
| 2020-09-09 | cleanup | bobzel | |
| 2020-09-09 | fixed doc decorations on selected treeview items to not overlap as much. ↵ | bobzel | |
| fixed contentFitting's screentToLocalXf which wasn't wroking for nested tempaltes with native dimensions | |||
| 2020-09-08 | fixed presbox, videobox and some others to set NativeWidth/Height properly. | 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 | |||
