index
:
Dash-Web.git
master
A copy of AVD's Dash-Web software, hosted on my own hardware for local use.
browndash
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
client
/
util
/
SnappingManager.ts
Age
Commit message (
Expand
)
Author
2025-03-25
fixes to components so that things highlight reasonably in different skins. ...
bobzel
2025-02-25
added a hideUI option to hide buttons. fixed a mess of runtime warnings most...
bobzel
2025-02-18
css fixes for gptPopup + close button
bobzel
2024-10-30
reworked how context menu buttons for ink and text work. added disableMixBlen...
bobzel
2024-10-08
yet another fix to cardView to make animations smooth - need to specifically ...
bobzel
2024-08-08
many changes to add typing in place of 'any's etc
bobzel
2024-07-10
fixed undoing bringToFront selections - made longPress observable work. made...
bobzel
2024-05-08
lots of api cleanup and cycle removal
bobzel
2024-05-02
lots more dependency cycle unwinding.
bobzel
2024-04-30
unwinding some import cycles. added PinFuncs and .from(dv:DocumentView) for ...
bobzel
2024-04-21
more lint cleanup
bobzel
2024-04-17
restoring eslint - updates not complete yet
bobzel
2024-03-17
use metakey to edit computedfield result instead of expression in schema cell...
bobzel
2024-01-04
fixed text references to docs or fields to create docs that don't exist. fi...
bobzel
2023-12-29
fixed sidebar button highoighting. fixed explore mode.
bobzel
2023-12-14
restored golden layout dragging.
bobzel
2023-12-12
cleaned up SelectionManager. fixed schema view
bobzel
2023-12-12
fixed and cleaned up snapping lines
bobzel
2023-12-10
massive changes to use mobx 6 which means not accessing props directly in @co...
bobzel
2023-11-18
fixed ctrl-drag for expressions, maps, fform doc selections. fixed using shif...
bobzel
2023-11-02
performance fixes - don't invalidate as much by using reactions in place of c...
bobzel
2023-11-01
fixes to snapping lines when dragging/resizing (lines are created for doc not...
bobzel
2023-05-14
major overhaul of field naming conventions.
bobzel
2022-07-08
fixes for drawing ink on pdf/image/etc. fixes for showing contextMenu. move...
bobzel
2022-06-20
more cleanup to get rid of unecessary references to Doc.UserDoc().
bobzel
2020-10-12
fixed computedFn()'s to be used correctly in several places. fixed major memo...
bobzel
2020-10-10
cached groups user is in for efficiency which avoids th whole screen redrawin...
bobzel
2020-10-10
fixes to issues with updating interactively whe groups change. fixes for mul...
bobzel
2020-05-04
fixed links and snap lines broken by moving things into DragManager.
Bob Zeleznik