aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2022-06-05updated and refactored pinWithViewgeireann
Changed MarqueeView pinWithView so that it just calls TabDocView.PinDoc
2022-06-05fixed up drawing link lines to be less jittery and smoother looking. ↵bobzel
changed documentView to use a margin: auto when fitting width for something that can't grow to the size of the panel so that it will be centered in the panel and not docked at the top.
2022-06-05fixed pdf search and page inputs to not iconify with Enter. fixed lightbox ↵bobzel
to change icons when fitwidth is clicked.
2022-06-05decreased size of video box ui bar. fixed autoHeight on native scaled text.bobzel
2022-06-04restored lightbox option for pres elements.bobzel
2022-06-04fixed mini pres to work on startup when last mode was tree by not clearing ↵bobzel
out linearized documents.
2022-06-04fixed mini-pres view css, fixed interaction with mini-pres by fixing ↵bobzel
overlayView panelWidth/height, fixed tabMap to get updated properly to allow CloseSplit to work, etc.
2022-06-04ugh ... added code from TabDocView pinDoc to pindMarqueeView and pinWithView ↵bobzel
to stop extar presBox views from being added to the right and to enable treeView to work with pinned views.
2022-06-04fixed searching to highlight in text notes and to unhighlight when search ↵bobzel
string changes. fixed links to update when text boxes scroll (hackily)
2022-06-03fixed opening closed tabs from Files sidebar to re-use best Alias before ↵bobzel
making a new alias.
2022-06-03no longer changes drag color on other viewsljungster
2022-06-03fixed not showing columns unless doc already addedljungster
2022-06-03ffmpeg testingMichael
2022-06-03ink api keys removedmehekj
2022-06-03fixed tree view crashbobzel
2022-06-03fixed presentation as list index displaybobzel
2022-06-03Merge branch 'master' into presentation_upgradebobzel
2022-06-03fixed 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-02fixed 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-02merge with presentmodeMichael Foiani
2022-06-02switch to fluent ffmpegMichael Foiani
2022-06-02inking bug updated parametersmehekj
2022-06-02Merge branch 'inking-naafi-mehek' into master-cleanupmehekj
2022-06-02removed equationbox experimenting with iinkjsmehekj
2022-06-02fixed highlighting of ink to not show bounding box. stopped shift Tab from ↵bobzel
blocking bulleting. moved presEffects to slide.
2022-06-02ffmpeg code added, but there is an error with sharedArrayBufferMichael Foiani
2022-06-01small playview fixMichael Foiani
2022-06-01small refactoringMichael Foiani
2022-06-01now tracks and replays scaling accuratelyMichael Foiani
2022-06-01Merge with jenny trackScreenMichael Foiani
2022-05-31added 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-26removed 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-26removed 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-25variety 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-24fixed 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-24hide resize handles on headerBar items.bobzel
2022-05-23fixed warnings.bobzel
2022-05-23tweaked 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-23simplified 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-23added 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-23cleaning up singleLine text box api and TreeView typesbobzel
2022-05-23more code cleanup in currentuserutils. some fixes to dragFactory-count titles.bobzel
2022-05-20some cleanup of currentUserUtils. css fixes for fonticon boxes with labelsbobzel
2022-05-20adjusted placement of fonticonbox labelsbobzel
2022-05-20removed 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-20moved 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-20fixed script repl to show doc id for tabdocs. fixed hitting 'enter' in ↵bobzel
several dialogs to stop propagation to prevent iconifying
2022-05-18fixed 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-17from last againbobzel
2022-05-17from lastbobzel