| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-16 | removed touch code that wasn't being used or maintained | bobzel | |
| 2023-11-07 | Changed how selection works to avoid invalidations. Fixed Cast problem with ↵ | bobzel | |
| ProxyFields that caused renameEmbedding to infinite loop.. Changed brushing for the same reason. Cleaned up a few things with filter code. | |||
| 2023-09-05 | change getAnchor to honor addAsAnnotation so that pinning docs doesn't add ↵ | bobzel | |
| to annotation list. fixed dragging anchor menu icons so that they appear. | |||
| 2023-08-29 | more cleanup | bobzel | |
| 2023-08-09 | updated file system to include recentlyClosed, Shared, and Dashboards and ↵ | bobzel | |
| fixed drag drop to make sense for the filesystem. Fixed loading documents to happen in one batch by fixing UPDATE_CACHED_DOCS to save only documents accessible from current dashboard. | |||
| 2023-07-27 | removed delete from treeview context menu. fixed close in treeView to not ↵ | bobzel | |
| readd when closing from recently Closed. | |||
| 2023-07-11 | more fixes to simplify sharing | bobzel | |
| 2023-07-10 | fixed sharing to a user to allow upgrading credentials. | geireann | |
| 2023-07-07 | fixed self-ownership of copied Docs created by someone else. prevent dash ↵ | bobzel | |
| from being pasted into itself. fixed inheritance of acls | |||
| 2023-07-07 | a bunch of fixes to simplify collaboration and make it work better. | bobzel | |
| 2023-07-05 | changed acl inheritance for docking views. | bobzel | |
| 2023-07-04 | Merge branch 'master' into collaboration-sarah | srichman333 | |
| 2023-07-02 | made multicolumn/row views fit contents to panel and center. changed ↵ | bobzel | |
| collection drop to propagate when embed is not enabled. fixed image box drop . made goldenlayout tabs selectable. turned off leaving pushpins on drag out. fixed long press to disable on drag. | |||
| 2023-06-30 | fixed inherit parent acls to update shared docs list | srichman333 | |
| 2023-06-23 | cleaned up more issues with pointer events/contents active. fixed dragging ↵ | bobzel | |
| from piles. | |||
| 2023-06-23 | acls in proto so that layout acls start cleared | srichman333 | |
| 2023-06-22 | cleaned up dragging - abort presItem drags properly, fix naming for ↵ | bobzel | |
| drag/dropAction, small fix undo of drag removeproperties, dragging in/out of headerBar, fixed isContentActive to avoid SnappingManager.GetIsDragging. fixed resizing videos. | |||
| 2023-06-21 | layout acls initially unset + bug fix with public acl when creating tabs and ↵ | srichman333 | |
| dashbaords | |||
| 2023-06-16 | cleaner w/ effectiveAcls | srichman333 | |
| 2023-06-15 | fixes post-merge | bobzel | |
| 2023-06-14 | Merge branch 'master' into collaboration-sarah | srichman333 | |
| 2023-06-13 | fixed updating cached docs when opening a backlinks collection. added some ↵ | bobzel | |
| FieldInfo types and added 'enumeration' field display in schema view. fixed bug in schema view column sizing. updated a bunch of standard field names to be more consistent. | |||
| 2023-06-06 | updated Symbol naming. fixed various compile errors related to type checking. | bobzel | |
| 2023-05-14 | major overhaul of field naming conventions. | bobzel | |
| 2023-05-10 | Merge branch 'master' into collaboration-sarah | bobzel | |
| 2023-05-04 | properties view + sharing manager are consistent, and all text updates properly | srichman333 | |
| 2023-05-03 | fixed pinning template text documents with content to save and restore the ↵ | bobzel | |
| actual text. | |||
| 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-04-13 | lots of changes to get rid of ContainingCollectionDoc and ↵ | bobzel | |
| ContainingCollectionView props. | |||
| 2023-03-28 | numerous changes to try to simplify event handling in DocumentView - got rid ↵ | bobzel | |
| of isContentActive in DocComponent since it's in DocumentView. Including adding 'enableDragWhenActive' , 'onClickScriptDisable', | |||
| 2023-03-20 | cleaned up pointer events so that nested documents can be selected directly ↵ | bobzel | |
| without selecting their container. fixed following link to video timeline marker. fixed focusing on groups. added didMove to DocFocusOptions to restore ability to do toggle on/off of target. fixed lockingPosition of ink strokes. fixed clicking on inkstrokes in groups to use visiblePainted instead of all for pointer events. | |||
| 2023-02-01 | fixed ungrouping documents on video/image/etc. fixed undoing deleting ↵ | bobzel | |
| collections to reset annotationOn field. fixed setting size in text box with richtext menu buttons and not losing focus and having stored marks get lost. | |||
| 2023-01-20 | removed tour map from lightbox. added option to create anchors without ↵ | bobzel | |
| adding thm as annotations. made zoom of text an option for pres and links | |||
| 2022-12-01 | refactored process of following links / jumping to docs and added following ↵ | bobzel | |
| options for zoomTime, etc instead of setting temporary fields on docs. | |||
| 2022-09-24 | Fixed: treeView now doesn't get pointer events if it's not active. fixed ↵ | bobzel | |
| layout of treeview for pres box. fixed horiz/vert scrolling for trees. fixed not adding Loading docs to recently closed. | |||
| 2022-09-19 | if same youtube video is uploaded, reuse the existing file without ↵ | bobzel | |
| downloading again. removed failed uploads from parsed_files. change pinWithView to highlight the pinned view region. Give pinWithView collections an option to just pan or zoom to % of screen size. | |||
| 2022-08-22 | added animation of background color, and streamlined/extended a variety of ↵ | bobzel | |
| props-related things. | |||
| 2022-07-08 | restructured currentUserUtils to avoid having import cycles. | 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-13 | fixed adding annotations when in augment mode to rtfsocsvvvvvvvvdssssdc. ↵ | bobzel | |
| cw22121q````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````` | |||
| 2022-06-08 | merge with master | bobzel | |
| 2022-06-07 | simplified interaction between PresElementBox and PresBox for sharing ↵ | bobzel | |
| presBox data. fixed problem with miniView getting the wrong slide count. | |||
| 2022-06-02 | merge with presentmode | Michael Foiani | |
| 2022-05-13 | removed layerProvider functionality. | bobzel | |
| 2022-05-04 | fix: removed clear previous button | Jenny Yu | |
| 2022-04-23 | more fixes for treeView to support hierarchical presentations. | bobzel | |
| 2022-03-30 | fixed drag document to another tab to keep the other tab active. changed ↵ | bobzel | |
| propertiesVew Backlinks to Links To. Made marker doc text selection names start with "#" | |||
| 2022-03-04 | removed pseudo Doc type system. playing with hot reloading. | bobzel | |
