| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-09-21 | fixed text box llnk preview to go away when docs are closed. fixed tree ↵ | bobzel | |
| view to be more efficient by not re-rendering when items are selected. made slide view text items forceActive | |||
| 2020-09-21 | closed text box comment box when text box is unmounted. preveted lozenge ↵ | bobzel | |
| of which user had edited the box from lingering. | |||
| 2020-09-21 | made curPage a playground field so that scroll positions aren't mirrored. | bobzel | |
| 2020-09-20 | fixed undo for bullet points to not take multiple steps and to work ↵ | bobzel | |
| properly. no longer adds cursorfiels to the undo stack. fixed sharing manager to no create unnecesary documents.. | |||
| 2020-09-18 | change imageBox to choose img size based on PanelWidth, not document width. ↵ | bobzel | |
| fixed textboxcommetn date display | |||
| 2020-09-18 | added maximum height to stacking items in sidebar using childLimitHeight. ↵ | bobzel | |
| made stacking items non-interactive using contentsPointerEvents. made all links pubilc for now. | |||
| 2020-09-18 | changed ACL to acl. fixed title to read values from data doc ↵ | bobzel | |
| preferentially over layout doc. | |||
| 2020-09-17 | from last again | bobzel | |
| 2020-09-17 | from last | bobzel | |
| 2020-09-17 | restored page referencing textually with [[:docid]] | bobzel | |
| 2020-09-17 | simplified novice colleciotn menu. fixed Carousel 3D | bobzel | |
| 2020-09-17 | restored template button option for customizing layout but added a Full ↵ | bobzel | |
| Toolbar mode to enable it. | |||
| 2020-09-17 | tweaked external url tooltip for text box links | bobzel | |
| 2020-09-17 | fixed deleting text links to work when there are multiple links in the same ↵ | bobzel | |
| linkAnchor mark. addressed problem with text getting a negative height when its resized to fit content in a preview window when its also displayed in freeform. | |||
| 2020-09-17 | from last | bobzel | |
| 2020-09-17 | changed text box headers from a template to a title bar. | bobzel | |
| 2020-09-15 | fixed error on carriage return in empty text note | bobzel | |
| 2020-09-15 | rearranged menu items, made a bunch developer mode. fixed setting color via ↵ | bobzel | |
| ColorBox of colelctions. | |||
| 2020-09-15 | fixed upating of tags when #keywords are added | bobzel | |
| 2020-09-15 | updated formattedTextBox to update title when editing a template | 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 | small fix to colorBox to set text color for currently active text boxes text ↵ | bobzel | |
| field | |||
| 2020-09-14 | updated the custom text box to specify frontSize through document values. | bobzel | |
| 2020-09-14 | fixed userdoc tree view layout issues caused by outline mode. added ↵ | bobzel | |
| treeViewHideHeader to avoid hackiness of overlaoding treeVewHideTitle | |||
| 2020-09-13 | got rid of textTemplates which were superfluous. fixed problems with stored ↵ | bobzel | |
| Marks on templates when creating one by typing and the template is the default layout. | |||
| 2020-09-13 | added back in menu option for hiding link button. fixed resetting text back ↵ | bobzel | |
| to template | |||
| 2020-09-13 | fixed making delegates of custom headerViews. fixed non-responsive carriage ↵ | bobzel | |
| returns in textBoxes occasionally at the end of the text stream. fixed upating titles on templated text boxes. fixed setting layoutfield values in DashFieldViews to update the template and layout doc. | |||
| 2020-09-12 | fixed stacking view selections to have the right bounding box. fixed text ↵ | bobzel | |
| boxes to work with headerVIew template which has multiple text boxes in it. | |||
| 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 | caught exception in formatted text when nagivating to a Slide in ↵ | bobzel | |
| presentationv iew. | |||
| 2020-09-11 | fixed warnings and fixed focus on slide | bobzel | |
| 2020-09-11 | fixed creating text boxes with pre-set text to select that text -- used in ↵ | bobzel | |
| treeView outlines | |||
| 2020-09-11 | changes to switch from 'pt' units to 'px' for fonts. fixxes to ↵ | bobzel | |
| presentations for treeview outlines. | |||
| 2020-09-10 | fixed following links on text hyperlink to use same code as linkMenu. fixed ↵ | bobzel | |
| hyperlink delete button | |||
| 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 link lines to go to text anchors directly | bobzel | |
| 2020-09-08 | Merge branch 'master' into workingTemplates | bobzel | |
| 2020-09-08 | fixed event handling on embedded textboxes - dash field views need to ↵ | bobzel | |
| stopPropagation() on pointerdown events, and textBoxes need to handle scroll events when they are rootSelected() (ie, in a template) | |||
| 2020-09-08 | fixed presbox, videobox and some others to set NativeWidth/Height properly. | bobzel | |
| 2020-09-08 | updated the way NativeWidth/Height props work so that, when specified, they ↵ | bobzel | |
| override locally specified values | |||
| 2020-09-08 | resurrecting templates with childLayout | bobzel | |
| 2020-09-03 | fixed linking pdf selections to rtf selections. | bobzel | |
| 2020-09-02 | made highlight colors more obvious. fixed tags to update when #key is set ↵ | bobzel | |
| in textdoc. | |||
| 2020-09-02 | fixed search in text boxes to ignore case. fixed creating new tabs when ↵ | bobzel | |
| only a stack exists. fixed SearchBox to only create one time. | |||
| 2020-09-01 | fixed facet filters operations and whitelisting of known fields | bobzel | |
| 2020-08-31 | fixed addDocTab to not re-create the golden layout. fixed clicking tabs to ↵ | bobzel | |
| register as an undo event. fixed color of links made in PDFs to be lightBlue. fixed default link behavior to be 'default' | |||
| 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-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. | |||
