aboutsummaryrefslogtreecommitdiff
path: root/src/client/util/UndoManager.ts
AgeCommit message (Collapse)Author
2022-03-01updated to webpack 5bobzel
2021-09-29made IsClosed a static function. fixed warnings and errors.bobzel
2021-09-29a number of undo/redo fixes for ink (snapping to tangent, add points, ↵bobzel
dragging tangents). also tried to make storage of undo events more efficient when dragging ink controls (avoid saving hundreds of copies of the InkField)
2021-02-23fixed backspace to delete text items in treeViews. simplified ↵bobzel
UndoRunInTempBatch. fixed clicking on sort line for treeView to only recognize actual clicks. fixed stayInCollection with DocDecorations to not create a giant gray square. prevent server crash when db has bad data somehow.
2020-10-25changed title to be gray when an undo batch has not completed. useful for ↵bobzel
debugging mostly.
2020-09-11changes to switch from 'pt' units to 'px' for fonts. fixxes to ↵bobzel
presentations for treeview outlines.
2020-06-17fixed move document to undo correctly when ACLs of target don't allow a drop.Bob Zeleznik
2019-12-03const linter rule and restored google docs push, fixed routingSam Wilkins
2019-10-13minor cleanupsBob Zeleznik
2019-09-17fixed undo???bob
2019-07-01Couple of undo thingsTyler Schicke
2019-05-09merge with master, but haven't reconciled internal and external linkingSam Wilkins
2019-04-08Enabled semi-colon and braces linter ruleTyler Schicke
2019-04-08Merge branch 'master' of github-tsch-brown:browngraphicslab/Dash-Web into ↵Tyler Schicke
propsRefactor
2019-04-07ab committed thisab
2019-04-06drop fraught but technically undoableab
2019-04-06Merge branch 'master' of github-tsch-brown:browngraphicslab/Dash-Web into ↵Tyler Schicke
propsRefactor
2019-04-06Added undo trace functionTyler Schicke
2019-04-04Started adding lintingTyler Schicke
2019-03-20Small tweak to UndoManagerTyler Schicke
2019-03-19Refactored undo stuffTyler Schicke
2019-02-21clean upbob
2019-02-21everything works.bob
2019-02-20Kind of fixed undo decorator, more workTyler Schicke
needed to get it to work with arrow functions
2019-02-20Added undo/redoTyler Schicke