Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-03 | Merge branch 'master' into presentation_upgrade | bobzel | |
2022-06-03 | fixed pushpin link toggling when zoom is not set. fixed adding annotations ↵ | bobzel | |
to webBox's without opening sidebar. Made linkDoc preview always open | |||
2022-06-02 | fixed previously introduced bug where pin doc added pres to first tab ↵ | bobzel | |
collection. Highlight pres targets when following. fixed videoBox to play regions properly. adjusted labelBox for stackedTimeline views. fixed stacked timelines to not stop keyboard events which was preventing text notes from being created on video boxes. | |||
2022-06-02 | merge with presentmode | Michael Foiani | |
2022-06-02 | switch to fluent ffmpeg | Michael Foiani | |
2022-06-02 | inking bug updated parameters | mehekj | |
2022-06-02 | Merge branch 'inking-naafi-mehek' into master-cleanup | mehekj | |
2022-06-02 | removed equationbox experimenting with iinkjs | mehekj | |
2022-06-02 | fixed highlighting of ink to not show bounding box. stopped shift Tab from ↵ | bobzel | |
blocking bulleting. moved presEffects to slide. | |||
2022-06-02 | ffmpeg code added, but there is an error with sharedArrayBuffer | Michael Foiani | |
2022-06-01 | small playview fix | Michael Foiani | |
2022-06-01 | small refactoring | Michael Foiani | |
2022-06-01 | now tracks and replays scaling accurately | Michael Foiani | |
2022-06-01 | Merge with jenny trackScreen | Michael Foiani | |
2022-05-31 | added a pop up menu for viewing dashField view collection. added a menu ↵ | bobzel | |
button for turning off autoLinking to text selection. added ability to add button to top contextMenu buttons without blowing away db. | |||
2022-05-26 | removed more code relating to old version of dashboards with on and off ↵ | bobzel | |
screen tab lists. fixed schema headers to not iconify when typing Enter in header field name. | |||
2022-05-26 | removed setting 'data' field of docking views on aliases. assigned acl's ↵ | bobzel | |
to delegates to match prototype. changed how documents are created to make sure acl's are set first so that, when sharing, remote clients will get the ACLs first and not render documents transiently when they don't have permissions. turned off inheriting ACL's from outer collection | |||
2022-05-25 | variety of small fixes for text / sharing. made typed text default to 35 ↵ | bobzel | |
height so that when shared it doesn't start big and jump to small. changed permissions to be private until an Acl is set - this prevents private docs from flicking on momentarily when shared since fields are not distributed atomically. added Shift/Alt/Ctrl Enter for freeform and stacking views to create neighboring docs. fixed first typed char of text to have a user_mark. made shared text doc header overlap to prevent scrolling. | |||
2022-05-24 | fixed TabDocView's screenToLocal xf when headerBar opens/closes. changed ↵ | bobzel | |
webBox to update thumbnails when native dims change. cleaned up content dragging/activation for multiRow/col for headerBar | |||
2022-05-24 | hide resize handles on headerBar items. | bobzel | |
2022-05-23 | fixed warnings. | bobzel | |
2022-05-23 | tweaked pointerEvents for headerBar to stay on if there are no documents in ↵ | bobzel | |
the header so that you can still drag and drop onto it. | |||
2022-05-23 | simplified dashboards by getting rid of confusing on-screen/off-screen tabs. ↵ | bobzel | |
Now off screen tabs appear in the header bar which is not currently specific to a dashboard. | |||
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 | cleaning up singleLine text box api and TreeView types | bobzel | |
2022-05-23 | more code cleanup in currentuserutils. some fixes to dragFactory-count titles. | bobzel | |
2022-05-20 | some cleanup of currentUserUtils. css fixes for fonticon boxes with labels | bobzel | |
2022-05-20 | adjusted placement of fonticonbox labels | bobzel | |
2022-05-20 | removed enumerables field stuff which was hacky and never used. cleaned up ↵ | bobzel | |
some of currentUserUtils initialiazation. fixed treeView sorting for 'none" which fixes problem with slide template. | |||
2022-05-20 | moved explore mode to topBar. fixed highlighting of overlay toggle. fixed ↵ | bobzel | |
pointerEvents on lockedPosition collectoins that are not children of a free form view. | |||
2022-05-20 | fixed script repl to show doc id for tabdocs. fixed hitting 'enter' in ↵ | bobzel | |
several dialogs to stop propagation to prevent iconifying | |||
2022-05-18 | fixed linking bug so that both start and end link can be regions. added ↵ | bobzel | |
zoom to target checkbox for link editing. extracted out a new field pointerEvents so that lockPosition is not automatically conflratd with no pointer events. updated freeformview focus to work with zooming on region selections. | |||
2022-05-17 | from last again | bobzel | |
2022-05-17 | from last | bobzel | |
2022-05-17 | improved browse mode by not needing to click on background to zoom out. ↵ | bobzel | |
cleaned up api to use a browseClick prop. | |||
2022-05-17 | fixed pointerevents on treview open icon. added browse mode for ↵ | bobzel | |
freeformcollections | |||
2022-05-16 | fixed snapshot to set 'context' of new aliases. | bobzel | |
2022-05-16 | made text box body take up entire docview when suppressHeight is set (and ↵ | bobzel | |
set suppressSetHeight in muliticolumn view) - this fixes issues with topBar. made tree view rightbuttons clickable again. fixed drag offset when dragging docs that are fitting their container width when the container is wider than the actual document width. | |||
2022-05-16 | re-added fwd/back animation buttons | bobzel | |
2022-05-15 | fixed enterting titles in tab's to not trigger inconify. added drop ↵ | bobzel | |
placement for mulitirow/col. added time delay for switching to tab dragging. all this helps support a worktop-style topBar. | |||
2022-05-13 | fixed erasing overtop of closed curves. fixed outlining of non-closed strokes. | bobzel | |
2022-05-13 | dragging docs already within a locked document can now still be dropped onto ↵ | bobzel | |
the locked document. | |||
2022-05-13 | removed layerProvider functionality. | bobzel | |
2022-05-13 | fixed bug with following links in lightbox. | bobzel | |
2022-05-13 | simplified how web pages are served and I think fixed some bugs with pages ↵ | bobzel | |
that didn't always render | |||
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-05-12 | fix: gives recording box unique id to allow multiple streams at the same time' | Jenny Yu | |
2022-05-12 | from last | bobzel | |
2022-05-12 | fixed perfromance (flickering, speed) issues with having pointerEvents prop ↵ | bobzel | |
invalidate documents - switched to using a function to avoid flickering on PDFs of annotations in particular. | |||
2022-05-12 | feat: added checkbox for optional screen tracking | Jenny Yu | |