| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-05-14 | fixed webpage link following by adding a presData for the current URL to all ↵ | bobzel | |
| embedded docs. fixed getView() in showDocuments to not get called with the proper anchors. changed unrendered MARKERs to CONFIGs. changed anchors to Configs or Markers as appropriate. | |||
| 2023-05-14 | major overhaul of field naming conventions. | bobzel | |
| 2023-04-17 | used stats to detect unnecessary server message when changing css style for ↵ | bobzel | |
| text notes | |||
| 2023-04-14 | got rid of CollectionView prop. fixed DocFocusOrOpen to toggle targets and ↵ | bobzel | |
| zoom correctly. | |||
| 2023-04-13 | lots of changes to get rid of ContainingCollectionDoc and ↵ | bobzel | |
| ContainingCollectionView props. | |||
| 2023-04-11 | removed arrangeItems context button for collections to make it a funciton on ↵ | bobzel | |
| drop instead of a reaction. Converted isLinkButton to be an onClick script. got rid of unused PARAMS field on templates. fixed PresElementBox rendering of embedded docs. | |||
| 2023-02-22 | capture viewType as part of pinning a document/making an anchor to simplify ↵ | bobzel | |
| VIewSpec restoration | |||
| 2023-02-22 | fixes for restoring layouts in presentations and link following. | bobzel | |
| 2023-02-22 | fixed pres hide before/after, select w/o nav, and updating contents.. made ↵ | bobzel | |
| collections fitWidth by default so that they resize like a normal window. Made freeform pan/zoom animate when changing keyframes. allow nesting of keyframe collections.. made presEffects work even if there's no transition movement. made nested collection timelines follow parent by default, but with ability to change ordering. fixed treeView incremental render. treat doc anchors are preselements instead of delegating. don't highlight ink when dragging ctrl pts. | |||
| 2022-12-05 | cleaning up following links and pres item following so that view transitions ↵ | bobzel | |
| don't interfere when clicking quickly (eg through animation frames). changed animations to animate multi-level zooming parallel. | |||
| 2022-10-20 | added double-tap to keep ink primitive mode. cleaned up circle drawing and ↵ | bobzel | |
| some other gesture code. | |||
| 2022-09-12 | made annotation pen available in lightbox. | bobzel | |
| 2022-08-26 | extending pres trails to allow ink animation without using keyframes. | bobzel | |
| 2022-08-24 | cleaned up some of the pin with view code. added a pin button to menu bar ↵ | bobzel | |
| when tab is selected to avoid needing to use context menu | |||
| 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-10 | cleaned up pinning documents with an activeFrame index (and special case of ↵ | bobzel | |
| isInkMask). removed text-color from pres boxes which was breaking opacity when docs had an appearFrame > 0. | |||
| 2022-08-03 | fixing styles on parker branch | bobzel | |
| 2022-08-03 | Merge branch 'master' into parker | bobzel | |
| 2022-07-08 | restructured currentUserUtils to avoid having import cycles. | bobzel | |
| 2022-06-30 | Merge branch 'master' into parker | bobzel | |
| 2022-06-20 | more cleanup to get rid of unecessary references to Doc.UserDoc(). | bobzel | |
| 2022-06-20 | a bunch of changes to make some userDoc() field accesses more typesafe by ↵ | bobzel | |
| going through CurrentUserUtils. Some normalization of naming/functionality in CurrentUserUtils | |||
| 2022-06-20 | lots of changes to try to cleanup CurrentUserUtils so changes can be made ↵ | bobzel | |
| without rebuilding the DB. | |||
| 2022-06-09 | renamed fitToBox to fitContentsToBox. fixed pinning multiple documents at ↵ | bobzel | |
| same time to not bring up presBox multiple times. | |||
| 2022-06-06 | fixed updateView for audio/video presbox elements. | bobzel | |
| 2022-06-05 | merged with master and added transcription icon view for recognized ink | bobzel | |
| 2022-05-23 | added headerBar for closed tabs and other docs. extended multirow/col to ↵ | bobzel | |
| support hiding chile doc decorations and for making child content/document active work better. changed background style to work better for sub collections. | |||
| 2022-05-23 | more code cleanup in currentuserutils. some fixes to dragFactory-count titles. | bobzel | |
| 2022-05-13 | removed layerProvider functionality. | bobzel | |
| 2022-03-17 | Merge remote-tracking branch 'origin/speedups2' into parker | ljungster | |
| 2022-03-17 | Merge branch 'naafi-linking' of https://github.com/brown-dash/Dash-Web into ↵ | Naafiyan Ahmed | |
| naafi-linking | |||
| 2022-03-17 | feat: working on implementing writing mode | Naafiyan Ahmed | |
| 2022-03-12 | attempting to add note-taking | ljungster | |
| I think this has something to do with the view not being rendered in novice mode. Assuming this is an issue in CollectionMenu.tsx. Essentially what I did was add a note-taking view wherever I found a stacking view (via global search) | |||
| 2022-03-07 | got rid of include cycles for Scripting globals to make hot updates work better. | bobzel | |
| 2021-09-15 | merge master into trails-aubrey | Aubrey Li | |
| 2021-09-15 | fixed documentdecoration resizers. fixed grouping and added button to ↵ | bobzel | |
| switch between freeform / group | |||
| 2021-09-14 | refactored a bunch of names in MainView. Fixed scrolling in left menu ↵ | bobzel | |
| flyout treeview panels. | |||
| 2021-09-14 | merged with master | bobzel | |
| 2021-09-09 | added SelectionManager.Docs() to avoid having to dereference props to get at ↵ | bobzel | |
| the seelcted Doc. this was causing a cycle in menu items when selected. fixed sizing of filterBox. enabled showing titles for VID,COL,and IMG in addition to RTF. | |||
| 2021-09-09 | fixed infinite loop for context menus when right-clicking on them. | bobzel | |
| 2021-09-05 | changed direcotry from CollectionLinearView to collectionLinear | bobzel | |
| 2021-08-30 | fixed linear menu views to always have active content | bobzel | |
| 2021-08-30 | merged with master - fixed warnings and errors. | bobzel | |
| 2021-08-20 | more updates | geireann | |
| 2021-08-19 | menu nearing final updates | geireann | |
| 2021-08-18 | updates towards a menu | geireann | |
| 2021-08-18 | highlighter tool added & working | vkalev | |
| 2021-08-05 | Merge branch 'master' into trails-aubrey | Aubrey-Li | |
| 2021-08-04 | fixed setting of ink pen mode. | bobzel | |
| 2021-07-31 | Merge branch 'master' into trails-aubrey | Aubrey-Li | |
