| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-04-23 | lots of typechecking fixes. | bobzel | |
| 2025-03-30 | changed Doc.Layout calls to doc[DocLayout]. fixed flashcard ui placement on ↵ | bobzel | |
| card view. fixed css scaling for styleprovider icons and annotation resizer | |||
| 2025-03-13 | pivot doc datetime fix. | geireann | |
| 2025-03-06 | fixed resizing height to be > 10 pixels. split pivotView out of timeView. | bobzel | |
| 2025-01-29 | generlized some of cardDeck ui. showTags is under View for all collections. ↵ | bobzel | |
| chat popup is available for all docs, but only works for card views. added clear filters button for chat popup. | |||
| 2024-12-16 | fixed api for creating an image using another image as a structure reference. | bobzel | |
| 2024-07-22 | adding type fixes to avoid 'any's | bobzel | |
| 2024-05-20 | fixed pivotView to provide a white background to docs with no background so ↵ | bobzel | |
| that images will show up, and so text doesn't blend in to column. changed image labeling to show a pivot view and assigne metadata instead of creating collections. | |||
| 2024-04-24 | completing eslint pass | bobzel | |
| 2024-04-21 | more lint cleanup | bobzel | |
| 2024-04-17 | restoring eslint - updates not complete yet | bobzel | |
| 2024-03-28 | fixed following link to pdf text selection with highlights. fixed hide ↵ | bobzel | |
| key/value in dashfieldView. fixed selecting dashFieldView nodes. | |||
| 2024-03-26 | added empty image tool and click on empty image to select from filesystem. ↵ | bobzel | |
| fixed following links in lightbox and showing links to stackedTimelines. fixed embedding docs into text. fixed not resizing text boxes that also show up in pivot view. prevent context menu from going off top of screen. fixed freeform clustering colors and click to type. fixed links to stackedTimeline marks, and titles for marks. made title editing from doc deco and header use same syntax as keyValue. fixed marquee selection on webBoxes. turn off transitions in freeformdocview after timeout. enabled iconifying templates to propagate to "offspring". fixes images in templates. don't show headr on schema views. | |||
| 2023-12-03 | cleaned up warnings and errors, working with typescript 20.10 | 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-12 | cleaning up freeformview code. | bobzel | |
| 2023-11-10 | cleanup. fix color setting/interpolation for freeform animated views. | bobzel | |
| 2023-11-08 | fixed bug where tableBox's didn't render all of the rows they receive. lots ↵ | bobzel | |
| of code cleanup -- moving things from Doc.ts to better locations. Changed overlays and published docs to be local to their dashboard. changed treeview icons. | |||
| 2023-10-21 | change to doc decorations to be more "lightweight". made linkBox render ↵ | bobzel | |
| links in a freeform view as a DocView. added an auto-reset view option for freeforms. fixed highlighting ink strokes. Made groups behave better for selecting things 'inside' the group bounding box that aren't in the group. Added vertically centered text option. | |||
| 2023-10-16 | cleaned up css and cursor pointer for tableboxes. prevent links being drawn ↵ | bobzel | |
| to keyvaluebox. | |||
| 2023-09-19 | made goldenlayout tabs/buttons follow color scheme + added hover highlights. ↵ | bobzel | |
| got rid of old color scheme code. | |||
| 2023-06-06 | updated Symbol naming. fixed various compile errors related to type checking. | bobzel | |
| 2023-05-08 | fixed dragging inkMask strokes. fixed background color/fill for strokes. ↵ | bobzel | |
| fixed send to back. changed #tags to be a list | |||
| 2023-04-24 | fixed pile view to be resizable. | bobzel | |
| 2023-04-24 | fixed isContentActive=false to apply to stacking collections. fixed pile ↵ | bobzel | |
| view to be faster and to work in fit content panels. fixed issues with hidden docs and freeformviews that act as lightboxes - hidden docs can be shown as the lightbox doc without modifying the hidden flag to allow collection state to be restored. | |||
| 2023-03-24 | overhaul of selection api so that schema and other views behave like ↵ | bobzel | |
| freeform and use document views onClick for selection | |||
| 2023-02-27 | restructured getAnchor()/scrollFocus to be more consistent. added ↵ | bobzel | |
| setterscript for computedFields. restructed getFieldsImpl to avoid making multiple requests for the same document due to timing issues by 'locking' a document cache with a promise before sending the server request. added rotation and fill color as animatable fields. fixed image cropping for | |||
| 2022-11-17 | mostly changing strings to enums | bobzel | |
| 2022-11-10 | fixed inkMaskStrokes | bobzel | |
| 2022-08-23 | added color to animated properties. changed doc decorations to stop before ↵ | bobzel | |
| menu bar. changed color of tab bar so that doc decorations is visible when overlapping. | |||
| 2022-08-22 | added animation of background color, and streamlined/extended a variety of ↵ | bobzel | |
| props-related things. | |||
| 2022-08-22 | made inkMasks animate when they are turned on /off. fixed inkStrokes to ↵ | bobzel | |
| be interpolated when they have an activeFrame set. | |||
| 2022-08-11 | added better ui and backend support for mask ink strokes. added frame #'s ui ↵ | bobzel | |
| for seeing current animation frame. | |||
| 2022-08-04 | fixed notetaking view to have an 'unset' category for unassigned notes. ↵ | bobzel | |
| fixed pivot view to not fail when docs have no width. | |||
| 2022-07-08 | restructured currentUserUtils to avoid having import cycles. | bobzel | |
| 2022-05-13 | fixed crashing bug when quickly re-updating webbox (or other) icon. fixed ↵ | bobzel | |
| infinite loop in FilterBox. changed TimeView to scale WebBox's. fixed issues with timeView filters. fixed bugs with webBox scrolling on startup, following links, etc. | |||
| 2022-04-25 | changed freeformview's with engines to not allow children to be edited ↵ | bobzel | |
| using setHeight prop since engine layouts are temporary and shouldn't edit the doc. fixed tags to work with pivot view. cleaned up pile views to be less hacky.. | |||
| 2022-04-21 | fixed issues with pile view - dragging, burst size, rendering within ↵ | bobzel | |
| grid/non-freeform views, fixed timeView filtering to not keep making redundant filters, | |||
| 2022-04-12 | cleaned up pileView to feel somewhat usable by tweaking icon sizes, and ↵ | bobzel | |
| making icon<->doc toggleable by just clicking. | |||
| 2021-09-23 | fixed one crash when color string has capital letters. | bobzel | |
| 2021-09-21 | fixed up some darkScheme css, enabled comic mode for developers, enabled ↵ | bobzel | |
| opening up fields on dashboards in myDocuments | |||
| 2021-07-26 | cleaned up pile view a bit so that it doesn't scale up huge when there's one ↵ | bobzel | |
| document. made the pile be round and drop-shadowed. made the pile go away immediately if there are no documents. made it work with undo. | |||
| 2021-02-17 | changed pivotview tags a bit to keep list small | bobzel | |
| 2021-02-16 | updated pivot views to have a getAnchor() method to save the pivotField when ↵ | bobzel | |
| linking. added an engineProp to layoutEngiens so that you can preview a change in a LinkDocPreview without modifying the document. | |||
| 2021-02-15 | updated forward hypertext links using [[:]] notation. | bobzel | |
| 2020-10-17 | major rewrite of native width/height/aspect. Fixed scaling of text note ↵ | bobzel | |
| sidebars. | |||
| 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-21 | switched from "scenes" to "dashboards" | bobzel | |
| 2020-08-21 | trying scenes instead of workspaces | bobzel | |
| 2020-07-28 | cleaned up some font stuff. cleaned up DocumentView a bit | Bob Zeleznik | |
