Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-07 | got rid of include cycles for Scripting globals to make hot updates work better. | bobzel | |
2022-03-04 | removed pseudo Doc type system. playing with hot reloading. | bobzel | |
2022-03-02 | upgraded to typescript 4.6.2 | bobzel | |
2022-02-15 | fixed some syntax errors | Geireann | |
2022-02-14 | added an incremental load for freeform collections. fixed updating of web ↵ | bobzel | |
page thumbs on deselection after the first thumb is generated. | |||
2022-02-10 | switched scripts to use a cache to avoid recompiling. simplified some things ↵ | bobzel | |
with documentView and zooming to avoid invalidations. | |||
2022-02-09 | speeding up rendering using bitmaps for webpages and other heavyweight docs. | bobzel | |
2022-02-03 | Merge branch 'master' into temporalmedia-mehek | mehekj | |
2022-01-18 | fixed warnings. display last user to edit db. fixed /activity to show ↵ | bobzel | |
only users with a connected socket. fixed toggle "Overlay" button to toggle its background based on overlay state. | |||
2021-12-02 | Merge pull request #49 from brown-dash/lauren-linking | Geireann Lindfield Roberts | |
Directed selectable links with editing ability in properties panel | |||
2021-12-02 | Merge branch 'master' into trails-aubrey | Geireann Lindfield Roberts | |
2021-12-02 | added shift erase stroke to delete full strokes. added shift drag end of ↵ | bobzel | |
stroke to scale uniformly. added ctrl+p,ctrl+e to switch between eraser/pen. added delete to menu options for tree view items. cleaned up a lot of ink code. | |||
2021-11-24 | segmentation of ink strokes prior to deletion | vkalev | |
2021-11-21 | splitting/deletion occurs but too many t-values are stored | vkalev | |
2021-11-18 | added arrow toggling functionality | Lauren Choi | |
2021-10-26 | Merge branch 'master' into trails-aubrey | Aubrey Li | |
2021-10-21 | Merge branch 'master' into temporalmedia-mehek | mehekj | |
2021-10-14 | Merge branch 'master' into schema-view-En-Hua | geireann | |
2021-10-07 | Merge branch 'master' into temporalmedia-mehek | mehekj | |
2021-10-07 | Revert "Revert "Merge pull request #34 from brown-dash/linking-anh"" | bobzel | |
This reverts commit 4e6a1d7a37c8c28014a9f7cd0d92f17c8f29454d. | |||
2021-10-04 | fixed how filters work in Schema View. made filtering the default for ↵ | bobzel | |
clicking in title area. | |||
2021-09-29 | made IsClosed a static function. fixed warnings and errors. | bobzel | |
2021-09-29 | a number of undo/redo fixes for ink (snapping to tangent, add points, ↵ | bobzel | |
dragging tangents). also tried to make storage of undo events more efficient when dragging ink controls (avoid saving hundreds of copies of the InkField) | |||
2021-09-27 | Merge branch 'master' into temporalmedia-mehek | bobzel | |
2021-09-27 | made docs with no author Admin for everyone. fixed run-time warnings: not ↵ | bobzel | |
memoized accesses when panning, NaNs drawing some labelBoxes, filter box filter boolean options, | |||
2021-09-26 | fixed bug with SetInPlace for fields starting with "_" | bobzel | |
2021-09-24 | wrapped Color() calls in DashColor() to catch exceptions for color strings ↵ | bobzel | |
no found | |||
2021-09-23 | Revert "Merge pull request #34 from brown-dash/linking-anh" | geireann | |
This reverts commit 70d80e30de9963c353636d9780ffb83f3285aac7, reversing changes made to d5f9533d153e11e24d2ab7c03b4561170f0768fe. | |||
2021-09-23 | Merge branch 'master' into linking-anh | Geireann Lindfield Roberts | |
2021-09-17 | more conservative fix for previous. | bobzel | |
2021-09-17 | reverting last change. | bobzel | |
2021-09-17 | fixed following links to documents in sidebars that haven't been opened to ↵ | bobzel | |
still open the sidebar and show the document. required a change to how ProxyFields set field promises and use field caches. | |||
2021-09-17 | added 'unset' docFilters. changed link doc views to use comparison box with ↵ | bobzel | |
title/caption. fixed linkEditor to write to data doc. generalized comparisonBox rendering to use parameterized fields. fixed pdf/web to honor pointerEvents none prop and fixed textAnnotations to get rendered once as an Annotation. moved filterIcon stuff into DocumentView | |||
2021-09-15 | merge master into trails-aubrey | Aubrey Li | |
2021-09-10 | fixed sidebar annos to filter on metdata as well as hashtags. | bobzel | |
2021-09-01 | changed ctrl-click to open alias to reuse existing alias. changed ↵ | bobzel | |
documentview to not clearout docView field when invalidated to allow webBox componentView to be persistent which allows proper settting of scrollHeight and allows webBox to grow to vertical space available in tab or lightbox. | |||
2021-08-30 | Merge branch 'master' into linking-anh | dinhanhtruong | |
2021-08-30 | merged with master - fixed warnings and errors. | bobzel | |
2021-08-28 | added variable link weights based on relationship importance | dinhanhtruong | |
Link lines are thicker for links belonging to more important relationships. Thickness varies linearly from 3px to 12px. Removed dashed linked lines. | |||
2021-08-27 | Merge branch 'master' into schema-view-En-Hua | geireann | |
2021-08-26 | a lot of changes to move isContentActive into DocumentView | bobzel | |
2021-08-25 | Merge branch 'master' into menu_updates_geireann | geireann | |
2021-08-25 | cleaned up and fixed tests for nonrecursive doc filters as used in PDF/Web ↵ | bobzel | |
to separate transparent from non-transparent docs into layers. | |||
2021-08-25 | many updates | geireann | |
2021-08-24 | fixed undo for dragging docs. made separate layers for transparent and ↵ | bobzel | |
other annotations on pdfs/webs so that transparency will work better. | |||
2021-08-21 | Merge branch 'master' into trails-aubrey | Aubrey-Li | |
2021-08-19 | fixed errors and warnings | bobzel | |
2021-08-10 | fixes for git-like to work with sidebar. added 'lastModified' field for ↵ | bobzel | |
changes to x/y/width/height | |||
2021-08-09 | fixed bug where shared list field items weren't being received as Documents ↵ | bobzel | |
so they didn't update -- eg add a private item to a list, then try to make it public | |||
2021-08-09 | fixed augment only text to resize correctly with autoheight. fixed acls to ↵ | bobzel | |
cache correctly for new documents. fixed links to be shared across users. fixed links to always default to public. |