aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/DocumentDecorations.tsx
AgeCommit message (Collapse)Author
2022-10-04fix to show close and open icons of hideResizers documents. fixes for native ↵bobzel
size control of text and freeform collections. fixes for lightbox view of native size collections. fix for 'false' script.
2022-09-29a bunch of changes to trails: link to trail to initiate trail when following ↵bobzel
link. cleanly separate pin layout data vs. content data.
2022-09-22fixed presenting backward in presBox. fixed context menu to appear above ↵bobzel
other widgets
2022-09-21added resize back inGeireann Lindfield Roberts
2022-09-21restyled document decorationsGeireann Lindfield Roberts
and changed novice mode to exclude `data` in treeView
2022-09-14changed docking view thumbnails to be imagefields, not docs. allowed ↵bobzel
docking view to be nested to avoid crashes before when they became nested. fixed dropping docs with dropAction of 'alias' to never remove them. fixed clearing startLink to not deselect when link is already started
2022-09-12fixed rotating UI for video boxes. fixed generating error response for ↵bobzel
unsupported video/audio formats.
2022-09-07fixed dragging stackedTimeline entries so that they appear during drag. ↵bobzel
fixed cursors for video/pdf/stackedTimeline to be a little more clear. fixed initial corner resize of pdfs. fixed videobox marquee drag when viewScale is undefined.
2022-08-23Merge branch 'master' into parkerbobzel
2022-08-22made inkMasks animate when they are turned on /off. fixed inkStrokes to ↵bobzel
be interpolated when they have an activeFrame set.
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-18fixed up presboxelement to not reference presbox.instance. fixing layout of ↵bobzel
presboxelement in treeview. fixing "removing" an inkMask without removing it from the collection so that it can be turned on and off.
2022-08-08fixed recent bug where dragging actions wasn't undoable. changed closing an ↵bobzel
icon to deiconify it first so that following a link to it won't show the icon.
2022-08-08fixed autolinking to not match partial word substrings. restored textbox ↵bobzel
dictation.
2022-08-03fixes for dragging notes so that they highlight properly and go to the right ↵bobzel
place when embedded in freeform views.
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-26turned off resetriting text box resizing to max of scroll height. fixed ↵bobzel
placement/behavior of sidebar anno button for text.
2022-07-25fixed maxHeight for resizing text boxes, collections etc.bobzel
2022-07-25made formatttedtextbox annotation handle work the same as pdf/web. prevent ↵bobzel
header from hiding annotation button handle. fixed resizing text boxes.
2022-07-22adjusted native dim scaling slightly combining props.scaling and ↵bobzel
props.ContentScaling into props.NativeDimScaling and fixing some resizing behaviors for fitWidth freeformviews and native-sized text boxes. Also fixed clicking on presboxe elements to not drag.
2022-07-21fixed undo for opening/closing sidebar for pdf/web/text. fixed ↵bobzel
lightboxview for pdf's with smaller heights.
2022-07-08restructured currentUserUtils to avoid having import cycles.bobzel
2022-07-06edting -> editingGeireann Lindfield Roberts
2022-07-05Merge branch 'master' into geireann-rotation-borderRadiusGeireann Lindfield Roberts
2022-07-05fixed sidebar annos to be editable (with i-beam cursor) when selected and to ↵bobzel
be active when parent document is active. fixed previewing a sidebar annotation to not open up sidebar
2022-07-02made document decorations hidden when making document editsGeireann Lindfield Roberts
2022-07-02Update DocumentDecorations.tsxGeireann Lindfield Roberts
2022-07-01added resize handlers and linted document decorationsGeireann Lindfield Roberts
2022-07-01added resize handlers and linted document decorationsGeireann Lindfield Roberts
2022-06-23fixes for getBounds (& docDecorations) for docs with scroll heights & native ↵bobzel
Heights/
2022-06-23fixes for resizing native sized documents with fitwidth on/off and ↵bobzel
nativeHeightUnfrozen on/off
2022-06-20more cleanup to get rid of unecessary references to Doc.UserDoc().bobzel
2022-06-20removed breaking debugging code.bobzel
2022-06-20fixed contextmenu when hitting enter to not iconify. fixed : menu to add ↵bobzel
equations properly.
2022-06-08styling: pres element boxJenny Yu
2022-06-07fix: recording box appear on bottom right corner, removed document decorationsJenny Yu
2022-06-07removing decorations on recording boxJenny Yu
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-20fixed script repl to show doc id for tabdocs. fixed hitting 'enter' in ↵bobzel
several dialogs to stop propagation to prevent iconifying
2022-05-10fixed shift-clicking to add to doc decorations selectionbobzel
2022-05-06changed following links to open up icons all the way down to the target ↵bobzel
document. allow StartLink to work with webBox w/ text selection. fixed web clippings to have a cursor and grab keyDown events.
2022-05-05fixed videobox ui sizing. added rotation for imageBoxsbobzel
2022-04-29added 'enter' to toggle iconify. fixed webBox deiconify to render webpage. ↵bobzel
updated colors in minimap to match icon colors.
2022-04-26changed close/iconify to leave icons selected. fixed some edge cases when ↵bobzel
clicking icon and typing backspace at same time.
2022-04-26again from lastbobzel
2022-04-26from lastbobzel
2022-04-26fixed undoing closing of documents with DocumentDecorations close buttonbobzel
2022-04-14tweaks. fixed groups to be resizable when iconified.bobzel
2022-04-14fixed following links to documents in iconified collections/text to ↵bobzel
deiconify. fixed ctrl-x to cut (not iconify). changed lightboxview to add to future docs when stepping into. added placeholder for indicating how many documents are left in lightbox future
2022-04-13added images to treeView bullets for docs with icons. fixed following ↵bobzel
pushpin links to prototypes to toggle delegates when shown. gave groups a default padding. fixed creating icons to not create unnecessary template docs. fixed toggling isPushpin. made summaries simple links instead of templates.