aboutsummaryrefslogtreecommitdiff
path: root/src/client/util
AgeCommit message (Collapse)Author
2022-08-19fixed undo bug in dragManager where batches weren't being closed. fixed ↵bobzel
schemaheader copy method to copy all parameters. fixed notetaking columnresizer to create an UndoBatch. fixed notetakingview's columnHeaders to return the actual headers list, not a copy. fixed document decorations to not modify docsBeingDragged
2022-08-05fixed undoing aborted notetaking view drags.bobzel
2022-08-03fixes for dragging notes so that they highlight properly and go to the right ↵bobzel
place when embedded in freeform views.
2022-08-03Merge branch 'master' into parkerbobzel
2022-08-02Adjusted ScriptFields to have a rawScript, and updated ScrptingBoxes to ↵bobzel
create a scriptField even for scripts that don't compile. Updated CurrentUserUtils setup functions for clicks. Fixed TemplateMenu to work again.
2022-07-27fixed document leak related to capturedVariables in scripts. changed ↵bobzel
capturedVariables to be a string encoding the captured variables instead of a Doc.
2022-07-26fixed color fill box to show fill of current selection.bobzel
2022-07-25fixed poroperties panel from overlapping lightboxView. added batches to ↵bobzel
loading of ids on startup to prevent hang from sending too much data
2022-07-21fixed dragging preselements by updating dragManger pointerupbobzel
2022-07-20fix replay bug with presentationMichael Foiani
2022-07-20added a 'guest' login mode. added ability for mainView to be any doc, not ↵bobzel
just a docking collection.
2022-07-08fixes for drawing ink on pdf/image/etc. fixes for showing contextMenu. ↵bobzel
moved gestureOverlay into main dashboard area to avoid drawing on UI widgets. more code cleanup to put things in reasonable places and avoid importing too much stuff.
2022-07-08restructured currentUserUtils to avoid having import cycles.bobzel
2022-07-07trying to fix errors in compilesbobzel
2022-07-06Merge branch 'master' into geireann-eslint-prettierGeireann Lindfield Roberts
2022-07-06fixed pushpin behavior to work with notes in annotation sidebar. fixed ↵bobzel
right-clicking on text anchors to bring up anchor menu
2022-07-05Merge branch 'master' into parkerbobzel
2022-07-02fixing many eslint errorsbobzel
2022-07-01readded removed docsGeireann Lindfield Roberts
2022-06-30merge with masterMichael Foiani
2022-06-30merged masterNaafiyan Ahmed
2022-06-30fixed errors merging with masterbobzel
2022-06-30Merge branch 'master' into parkerbobzel
2022-06-30fixed up some more initializationbobzel
2022-06-29got basic file upload to workNaafiyan Ahmed
2022-06-28cleaned up some more currentUserUtils - fixed some issues with prev/next ↵bobzel
key frame appearing.
2022-06-27from lastbobzel
2022-06-27restored removeDashboardbobzel
2022-06-27fixed initialization issues with creating user documents unnecessarily. ↵bobzel
fixed updating doc icon templates to apply to documents already created.
2022-06-26Merge branch 'master' into mainview-jennybobzel
2022-06-24fixed myImports pane to show imports. fixed saving/loading zip files of a ↵bobzel
collection. fixed errors related to NumT casting to number
2022-06-24fixed highlighting readonly mode. simplified away some async stuff on load.bobzel
2022-06-23merge with mehek videoMichael Foiani
2022-06-23small bug fixes and debuggingMichael Foiani
2022-06-23fixed : contextMenu . fixed some fitWidth issues for text where heights ↵bobzel
weren't working right
2022-06-22fixing up Field Infos to work with new initialization.bobzel
2022-06-22yet more currentuserutils cleanupbobzel
2022-06-22fixed overlay view dragging & opening up audio/video recordings in overlay.bobzel
2022-06-22more cleanup in currentuserutils. fixed so that removing items from a list ↵bobzel
in code will remove them from the UI
2022-06-21Merge branch 'master' into data-visualization-view-naafibobzel
2022-06-21running into jsx parsing errorNaafiyan Ahmed
2022-06-21trying to get basic data viz view to workNaafiyan Ahmed
2022-06-21restored experimental templates. fixed (enabled) pointer events on nested ↵bobzel
column/row views when container is active. got rid of freezeDimensions which wasn't needed and introduced artifacts for views that set it (timeView, GridView)
2022-06-20more cleanup to get rid of unecessary references to Doc.UserDoc().bobzel
2022-06-20Merge branch 'master' into mainview-jennybobzel
2022-06-20fixed contextmenu when hitting enter to not iconify. fixed : menu to add ↵bobzel
equations properly.
2022-06-20Merge branch 'master' into mainview-jennybobzel
2022-06-20a 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-20lots of changes to try to cleanup CurrentUserUtils so changes can be made ↵bobzel
without rebuilding the DB.
2022-06-17merged with masetrbobzel