| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2020-07-28 | chaned # text syntax to create a field startin with #. chaned pivot views to ↵ | Bob Zeleznik | |
| aggreate #keys as if the value were the key after the # | |||
| 2020-05-15 | moving toward a proper slide transition system | Bob Zeleznik | |
| 2020-05-15 | renamed new_fields to fields | Sam Wilkins | |
| 2020-04-25 | several fixes for performance and for working with isBackground objects. | Bob Zeleznik | |
| 2020-04-25 | hopefully final cleanup of pile up collection view. added doubleTap ↵ | Bob Zeleznik | |
| support in setupMoveUpEvents | |||
| 2020-04-24 | changed pivot view to support lists of values for keys (docs can appear ↵ | Bob Zeleznik | |
| mulltiple times as replicas) | |||
| 2020-04-24 | fixed problems with PivotView -- docs that show up when they shouldn't and ↵ | Bob Zeleznik | |
| not being able to click the pivot background sometimes. | |||
| 2020-04-24 | more starburst fixes | Bob Zeleznik | |
| 2020-04-24 | more starburst tweaks. | Bob Zeleznik | |
| 2020-04-24 | moved iconify code into Doc from DocumentView. fixed up starburst a bit. | Bob Zeleznik | |
| 2020-04-23 | fixed loading of notes with template types. changed noteTypes to ↵ | Bob Zeleznik | |
| ["template-notes"]. Added pass through free form layout engine. | |||
| 2020-04-23 | fixed color box interactions. added starburst layout engine. | Bob Zeleznik | |
| 2020-03-25 | set max size for tab titles. fixed collection sizing when filter is ↵ | Bob Zeleznik | |
| expanded. fixed pivot view text height when small collection. | |||
