| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-10-08 | fixed dragging bottom of some pdfs not to grow wildly. stopped writing ↵ | bobzel | |
| renderContentBounds to annotation views. fixed texts sidebar notes to not add extra chars on creation. | |||
| 2020-10-08 | fixes for getting pdfs and previews to scroll properly | bobzel | |
| 2020-10-07 | fixed following links to set the scollTop of PDFs corretion. Fixed ↵ | bobzel | |
| following links to rich text anchors to scroll and highlight properly. fixed pushpin behavior to only toggle off when the target is in sight. | |||
| 2020-10-07 | fixed following links to not center outer document if originating anchor is ↵ | bobzel | |
| in that document. fixed scroling to happen instantly if it's already scrolled there. fixed clicking on pdf text anchor to select the pdf. | |||
| 2020-10-06 | fixes for undo with multi-users | bobzel | |
| 2020-10-06 | restored ability to open document that has been moved from another ↵ | bobzel | |
| document's annotation overlay | |||
| 2020-10-02 | from last | bobzel | |
| 2020-10-02 | cleaned up CollectionLinkView and fixed an issue with link lines flopping around | bobzel | |
| 2020-09-30 | fixed linking to text hyperlinks from PDFs | bobzel | |
| 2020-09-30 | added restriction of link lines to stay mostly in their container intstead ↵ | bobzel | |
| of dangling in space. | |||
| 2020-09-30 | fixed following summary to open new tab in place. merged link follow code | bobzel | |
| 2020-09-29 | simplfiled ':' menu and fixed creating items to not assume a template. add ↵ | bobzel | |
| emptyNote. fixed scrolling in stacking views broken in previous commit. changed formattedTextBox to support stacking sidebar. | |||
| 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-29 | changed sidebar functionality for textboxes to open outward and make handle ↵ | bobzel | |
| blue when there are contents. added a fitToBox capability for contents of sidebar. | |||
| 2020-09-28 | fixed docRangeFilters to be propagated everywhere and evaluated like ↵ | bobzel | |
| docFilters (if the field isn't there, it fails) | |||
| 2020-09-23 | fixed link rendering to be less computationally inefficient | bobzel | |
| 2020-09-23 | fixed marquee summarize. moved higlighint text to expoert mode. moved ↵ | bobzel | |
| create timestamp on enter to expert mode. | |||
| 2020-09-18 | fixed pinWithView icon | bobzel | |
| 2020-09-18 | view path UI updates | Geireann Lindfield Roberts | |
| 2020-09-18 | view paths UI from pres_updates | Geireann Lindfield Roberts | |
| 2020-09-18 | Fixed merge from presentation_updates | Geireann Lindfield Roberts | |
| 2020-09-17 | simplified novice colleciotn menu. fixed Carousel 3D | bobzel | |
| 2020-09-17 | changed text box headers from a template to a title bar. | bobzel | |
| 2020-09-16 | added a global option to determine whether documents are brought to front ↵ | bobzel | |
| when dragged. fixed document override of this option to use the same variable _raiseWhenDragged. | |||
| 2020-09-16 | cleaned up TabDocView a bit | bobzel | |
| 2020-09-15 | rearranged menu items, made a bunch developer mode. fixed setting color via ↵ | bobzel | |
| ColorBox of colelctions. | |||
| 2020-09-15 | simplifying menus for annotations. added target toggle option to PDFmenu | bobzel | |
| 2020-09-14 | updated header text view. fixed dragging tree view items to unregister ↵ | bobzel | |
| listeners. fixed contextMenu icon selection to ignore dashFieldViews. fixed selectOnLoadChar to not apply when a childlayoutstring is specified. fixed dropping text box on item view to only use json parseable text. | |||
| 2020-09-14 | fixed userdoc tree view layout issues caused by outline mode. added ↵ | bobzel | |
| treeViewHideHeader to avoid hackiness of overlaoding treeVewHideTitle | |||
| 2020-09-12 | fixed sidebar views in text boxes to work in treeview outlines. fixed ↵ | bobzel | |
| context menus to select docs again. fixed linkAnchors to show up when isLinkButton is true but doc is selcted. changed nudging to be ignore in annotation overlays | |||
| 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-11 | fixed creating text boxes with pre-set text to select that text -- used in ↵ | bobzel | |
| treeView outlines | |||
| 2020-09-10 | made basic progressivized slides using TreeView | bobzel | |
| 2020-09-10 | added"_isBackground-canClick for background collections that are still ↵ | bobzel | |
| clickable. fixed colors for treeView. fixed events on flyout to be processed after React processses them for everything else - problem was that clicking on the color picker deselected the item being colorized. | |||
| 2020-09-10 | fixed following links on text hyperlink to use same code as linkMenu. fixed ↵ | bobzel | |
| hyperlink delete button | |||
| 2020-09-09 | fixed linkEditor menu to show up in the right place. fixed linklines to ↵ | bobzel | |
| attach properly. | |||
| 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 | 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 | updated the way NativeWidth/Height props work so that, when specified, they ↵ | bobzel | |
| override locally specified values | |||
| 2020-09-07 | fixed childLayoutString templates whch broke somewhere along the way. | bobzel | |
| 2020-09-03 | added no autoscroll for collections | bobzel | |
| 2020-09-01 | fixed facet filters operations and whitelisting of known fields | bobzel | |
| 2020-08-30 | fixed importBox upload to give feedback, share code. fixed stacking ↵ | bobzel | |
| autoHeight to happen immediately. fixed images to not need to request image information. changed doc decorations to change image native width. changed alert() when dropping on impermissibale doc. fixed allow dropping over images,etc. changed default image nativeSize to 900 | |||
| 2020-08-29 | from last | bobzel | |
| 2020-08-29 | fixed maximize docdecoration to toggle target w/o making an alias. use ↵ | bobzel | |
| ctrlKey to make an alias. removed dashboardBrush stuff. cleaned up DocDecoartions css slightly | |||
| 2020-08-29 | major restructure of how addDocTabs works. now you can add/replace with ↵ | bobzel | |
| options for left/right/top/bottom and specific panel names | |||
| 2020-08-29 | reorganized source files into proper directories. split contents of ↵ | bobzel | |
| ParendDocSelector into CollectionDockingViewMenu and PropetiesDocContextSelector | |||
| 2020-08-28 | added explicit annotation mode for videos. fixed annotation mode for webpages | bobzel | |
| 2020-08-28 | fixed undo for collection tabs. fixed treeview to support freezeChildren to ↵ | bobzel | |
| prevent children from being removed from the tree. Made _isBackground a layoutfield. fixed formattedTextBox exceptions on undo from a tab. | |||
| 2020-08-28 | added willChange:transform to workaround the visual artifiact of zooming out ↵ | bobzel | |
| from a very scaled collection in a presenation trail | |||
