aboutsummaryrefslogtreecommitdiff
path: root/src/client/util/UndoManager.ts
AgeCommit message (Collapse)Author
2024-10-07lint fixesbobzel
2024-08-21more lint fixes after updatebobzel
2024-08-08many changes to add typing in place of 'any's etcbobzel
2024-05-08lots of api cleanup and cycle removalbobzel
2024-04-21more lint cleanupbobzel
2024-04-17restoring eslint - updates not complete yetbobzel
2024-03-27changed dashFieldViews to support Tab'ing between other dashFieldviews, ↵bobzel
changed deleting links to clear out the anchors so that linkBoxes will go away more easiliy. changed funcitonPlot to plot the equations that are linked to it. changed equations to link to functions. changed undo and other console logging to only happen when undo docked buttons are expanded (visible)
2024-01-27made dataViz nodes linked to schema nodes update automatically as cahnges ↵bobzel
are made. fixed user created templates from disappearing from menu, and made them work. added toJavascriptString and made DashField views convert to text. added support for turning text into javascript rendering (paint) code.
2023-07-13getting shared links to show up when they are made remotely. fixing text to ↵bobzel
not generate network events when it's not selected
2023-06-23cleaned up more issues with pointer events/contents active. fixed dragging ↵bobzel
from piles.
2023-06-22cleaned 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-05-16fixed bugs with goldenlayout dragging and undoing. fixed searching for ↵bobzel
filter values in sidebars. Stopped creating empty list for collections when datafield() is accessed because it messes up undo of a collection. fixed tab title editing. from marquee. Added UndoStack UI and additional naming support in code.
2022-08-05fixed undoing aborted notetaking view drags.bobzel
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