| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-11-30 | changed color to backgroundColor in styleProvider. added a stuyle provider ↵ | bobzel | |
| for overlayDocs | |||
| 2020-11-22 | fixed backgroundHalo() computedFn to not invalidate and cause new text boxes ↵ | bobzel | |
| to lose focus. | |||
| 2020-11-22 | converted backgroundColor prop to a more general styleProvider. | bobzel | |
| 2020-11-22 | extended clusters to support user groups. made clusters select contents on ↵ | bobzel | |
| click. made send to back/ bring to front apply to entire selection. | |||
| 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-12 | only use arrow keys to pan freeform views that are at the top level | bobzel | |
| 2020-11-10 | fixed Slides to be Colllections (not text) and fixed dockingView to display ↵ | bobzel | |
| collections properly. | |||
| 2020-11-10 | fixed performance issues with background grid by avoiding making really big ↵ | bobzel | |
| canvases. | |||
| 2020-11-09 | fixed autoHeight for formattedTextSidebars when the text document has been ↵ | bobzel | |
| scaled. cleaned up link groups. fixed pushpins that don't focus on target (e.g., a si m ple pushpin on a PDF). | |||
| 2020-11-09 | added fullScreen alias option for opening documents so that opened document ↵ | bobzel | |
| can have different scale than original. fixed pushpins to not toggle target if something must be panned/zoomed to show the target. fixed drag drop to ignore the document being dragged properly when dropping (which prevented a document over a collection from being dropped on the colelction when move slightly). | |||
| 2020-11-08 | added an optional background grid for collections. | bobzel | |
| 2020-11-03 | added undo's for icon/deiconifying pile docs and icon docs. added a zoom ↵ | bobzel | |
| hack to focus on stacking documents. stopped autoscroll on nested collections. | |||
| 2020-11-02 | fixed up dropping documents into a collection that doesn't have an ↵ | bobzel | |
| activeFrame set so that they can be resized | |||
| 2020-10-20 | fixes for overlayDocs for undo/redo in presBox - undo/redo of minimize/show ↵ | bobzel | |
| sidebar. | |||
| 2020-10-17 | fixed rubberbadning ink shapes not to get cutoff. fixed animating ↵ | bobzel | |
| annotations. fixed ink masks. fixed warnings. | |||
| 2020-10-17 | major rewrite of native width/height/aspect. Fixed scaling of text note ↵ | bobzel | |
| sidebars. | |||
| 2020-10-16 | fixed RTF so that you can scroll smoothly in a presentation. | bobzel | |
| 2020-10-15 | got rid of isDragging in favor of a field on the PresElement. fixed moving ↵ | bobzel | |
| items in presBox by fixing websocket to maintain ordering on sequential operations on a list. fixed list splicing to not call addToSet unless splicing is at end of list. fixed setting return scale when following link into portal | |||
| 2020-10-14 | fixed focusDocument in freeform views to work with annotation ↵ | bobzel | |
| overlays(mostly) - still an issue when original image is in a frame that doen't match its dimensions | |||
| 2020-10-13 | prevent zooming out on annotation overlays beyond 1-1 | bobzel | |
| 2020-10-12 | capped zoom in at a factor of 20. fixed zoom in not to pan when it hits its ↵ | bobzel | |
| zoom in limit. | |||
| 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 | removed setting fields to undefined when Acl is Private in hopes of not ↵ | bobzel | |
| losing data when permissions are changed. prevented server writes on startup by making renderContentBounds setting a reaction, and making linearView not resize if documents are still promises and make text boxes not flip-flop their height all the time. | |||
| 2020-10-10 | fixed scrolling down to annotations that have no height (but really do -- eg ↵ | bobzel | |
| pdf selections) to at least show 50 pixels. | |||
| 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-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-18 | view path UI 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-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-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 | |
