Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-12-02 | jimp cleanup | bobzel | |
2023-12-02 | replaced sharp with jimp | bobzel | |
2023-12-01 | made collections fitwidth in tree view previews. centered keys in keyvalue. | bobzel | |
2023-12-01 | cleaning up documentview props. got rid of special cases for keyValueBox. ↵ | bobzel | |
made fitToContents work cleanly for native scaled docs. | |||
2023-12-01 | converted props.DataDoc to props.TemplateDataDocument and fixed so that it's ↵ | bobzel | |
always undefined unless it's a template. converted references from rootDocument to props.TemplateDataDocument. | |||
2023-11-30 | from last | bobzel | |
2023-11-30 | final rootDoc refactoring | bobzel | |
2023-11-30 | completed transition from rootDoc => Document, dataDoc, layoutDoc | bobzel | |
2023-11-30 | from last | geireann | |
2023-11-30 | fixed rootSelected prop to be optional. fixed fonticont toggle to pass ↵ | geireann | |
'self' even though it's deprecated. | |||
2023-11-30 | fixed not fitting width for carousel views. | geireann | |
2023-11-30 | drag onto canvas | srichman333 | |
2023-11-29 | schema to dataviz through popup | srichman333 | |
2023-11-29 | exposed menu option to pin Trails and other tree view docs and added open ↵ | bobzel | |
button. Allowed trails to be pinned to or embedded within other trails. | |||
2023-11-29 | fixed menu functions that referenced 'self' instead of 'this' | bobzel | |
2023-11-29 | fixes for following links to parts of templates. turned off | bobzel | |
2023-11-29 | cleaned up presElementBox and did more this.rootDoc => this.Document/layoutDoc | bobzel | |
2023-11-29 | fixed breaking change to presentation trail elements. | bobzel | |
2023-11-29 | numerous changes to fix bugs and to fix/remove old or hacky code. fixed doc ↵ | bobzel | |
dec resizing. moving this.rootDoc => this.Document . fixing template artifacts. | |||
2023-11-27 | clicking on tables bug fix | srichman333 | |
2023-11-27 | fixed dataView to not lose focus when typing 'enter' by fixing ↵ | bobzel | |
freeformdocumentview panelwidth() to | |||
2023-11-27 | schema to dataviz | srichman333 | |
2023-11-25 | changed Slide template to write to 'hero' not 'data' to avoid conflict with ↵ | bobzel | |
'data' being used already for the template parts. fixed freeform view to read _width/_height to get template values when present for panning beyond edge. Made CollectionSubView read datafield from dataDoc which is where template writes go. fixed docview dragging to use its own view unless multi-dragging. turnded off user-select in overlay view which made repl viewer title selectable. fixed crash on rebuilding db cause by myOverlay and myPublished not yet existing. | |||
2023-11-25 | cleanup of rootSelected to default to false. remove unused mobile classes. | bobzel | |
2023-11-25 | fix for zooming collections that have native dims | bobzel | |
2023-11-24 | merge | srichman333 | |
2023-11-22 | fixed more issues with rotation. restrutured how MarqueeAnnotator works to ↵ | bobzel | |
be simpler and more correct. | |||
2023-11-20 | made nudging operate on screen space pixels | bobzel | |
2023-11-20 | cleaned up rotation references to use screentolocaltransform | bobzel | |
2023-11-20 | added rotation to transforms (partially done) | bobzel | |
2023-11-20 | fixes for selecting/moving docs that are rotated. | bobzel | |
2023-11-19 | stop rendering web pages when zoomed out > 25x | bobzel | |
2023-11-19 | restored shallow observable to prevent pivot views from crashing. | bobzel | |
2023-11-19 | from last | bobzel | |
2023-11-19 | from last | bobzel | |
2023-11-19 | fixed animations of text html overlays and turned off overflow hidden so ↵ | bobzel | |
that rotation doesn't get clipped. cleaned up docView querying for Selection | |||
2023-11-19 | fixed creating anchors when pinning pdf/web/text doc with selection. fixed ↵ | bobzel | |
showing selected text overlay for text docs. | |||
2023-11-18 | fixed ctrl-drag for expressions, maps, fform doc selections. fixed using ↵ | bobzel | |
shift to add Doc to a selection and also when bounding box already covers the doc to add. fixed dragging maximize button to start goldenlayout drag properly. fixed typing character to group,etc a multiselection when a text doc has input focus. fixed using clusters. add Shift-U to ungroup alternate group style. multi-select blurs() all active inputs. shift-selecting a multi-selected Doc, deselects it. | |||
2023-11-18 | fixed scaling of dataviz boxes when native dims are set. | bobzel | |
2023-11-17 | from last | bobzel | |
2023-11-17 | major overhaul of resizing code. updated doc fields for enabling native ↵ | bobzel | |
with modification to be cleaner. added Vcenter option for text in menu bar. fixed doc rotation. enabled scaling of DataViz views. fixed text sidebar opening size and sidebar issues with native dims for PDF/Web | |||
2023-11-17 | from last | bobzel | |
2023-11-17 | cleaned up captions/title code | bobzel | |
2023-11-16 | from last | bobzel | |
2023-11-16 | added padding slider for groups in properties view. | bobzel | |
2023-11-16 | fixed autoresetview to trigger when document is closed. fixed keyvalueboxes ↵ | bobzel | |
of groups to be interactive. made portals a square aspect ratio. | |||
2023-11-16 | removed touch code that wasn't being used or maintained | bobzel | |
2023-11-16 | from last | bobzel | |
2023-11-16 | from last | bobzel | |
2023-11-16 | fixed alt-drag to toggle scroll mode. fixed replaceTab to work properly ↵ | bobzel | |
with panelNames. made slides pointing to trails open the target trails in situ. cleaned up code when starting drag to call freeformview more nicel. fixed brush/highlight of tabs. made collectionFreeformView/FreeformDocs use a more robust and simpler approach to caching freeform values. |