aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-08-24resolving conflict to mergemehekj
2022-08-24added schema row doctypemehekj
2022-08-18col widths update on add/removemehekj
2022-08-18Merge branch 'master' into schema-mehekmehekj
2022-08-18added external drop and column resizemehekj
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-17fixed dragging docs on web and pdf to work better by temporarily adding ↵bobzel
transparent docs to the opaque layer so they can get drop events. cleaned eraser and pen interaction code and made erasing strokes work faster and avoid hanging by not intersecting strokes that are already partially deleted.
2022-08-16add and remove columns (remove buggy for same named headers)mehekj
2022-08-16got formatter to workmehekj
2022-08-15add new doc as schema rowmehekj
2022-08-15from last - fix for setting dash field numbersbobzel
2022-08-12fixed inline text box resizingbobzel
2022-08-11Merge branch 'master' of https://github.com/brown-dash/Dash-Webbobzel
2022-08-11added better ui and backend support for mask ink strokes. added frame #'s ui ↵bobzel
for seeing current animation frame.
2022-08-11drag and drop rows works, needs cleaning upmehekj
2022-08-11Merge branch 'master' into schema-mehekmehekj
2022-08-11bad dragging code in progressmehekj
2022-08-10stacked timeline zoom overflow and hover timecode position fixedmehekj
2022-08-10basic selection completemehekj
2022-08-10cleaned up pinning documents with an activeFrame index (and special case of ↵bobzel
isInkMask). removed text-color from pres boxes which was breaking opacity when docs had an appearFrame > 0.
2022-08-10basic table in progressmehekj
2022-08-09fixed click on menu button for text box with hyperlink to not bring up ↵bobzel
buttonBar. fixed right click on hyperlink to just bring up button bar, but not native context menu. fixe stacking view child pointer events so that sidebar documents in lightbox are editable.
2022-08-09adjusted tootlip for showing pivot view of dashfieldview. removed ↵bobzel
scrollbars for autoheight textboxes - metadata views weren't resizing properly.
2022-08-09added an audio annotation button to the anchor menu bar.bobzel
2022-08-09added audio annotation play option for following linksbobzel
2022-08-09fixed presbox pinning from crashing/failing by making it a prefetchproxy. ↵bobzel
update user cache when switching active page.
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-08moved 5 sec anno recording button to documentButtonsBar. made recording ↵bobzel
button appear only when there is one & click to play recording.
2022-08-08fixed autolinking to not match partial word substrings. restored textbox ↵bobzel
dictation.
2022-08-08cleaning up link ui. linkPreviews (not from linkMenu) have an edit button. ↵bobzel
link lines work when in lightboxview.
2022-08-08made props.showTitle = '' override doc.showTitle. fixed de-autoLinking when ↵bobzel
text box is empty
2022-08-05fixed undoing aborted notetaking view drags.bobzel
2022-08-05fix for adding groups to update schema headers properlybobzel
2022-08-05fix for deleting columns to properly trigger reactions and avoid index of ↵bobzel
out bounds
2022-08-05fixed crash with dropping from filesystem onto notetaking view.bobzel
2022-08-05from lastbobzel
2022-08-05fixed undo of adding column in notetaking viewbobzel
2022-08-05fixed dragging over bottom of notetaking columns.bobzel
2022-08-04fixed undo/redo for notetaking view. fixed list undo/redo for ↵bobzel
schemaheaderfields -- not very elegant though.
2022-08-04fixed notetaking view to have an 'unset' category for unassigned notes. ↵bobzel
fixed pivot view to not fail when docs have no width.
2022-08-03fixed dragging external documents onto notetaking viewbobzel
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-03more cleanup of parker branchbobzel
2022-08-03from lastbobzel
2022-08-03from lastbobzel
2022-08-03fixing styles on parker branchbobzel
2022-08-03from lastbobzel
2022-08-03Merge branch 'master' into parkerbobzel
2022-08-03from lastbobzel
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.