Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-10 | stacked timeline zoom overflow and hover timecode position fixed | mehekj | |
2022-08-10 | cleaned 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-09 | fixed 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-09 | adjusted tootlip for showing pivot view of dashfieldview. removed ↵ | bobzel | |
scrollbars for autoheight textboxes - metadata views weren't resizing properly. | |||
2022-08-09 | added an audio annotation button to the anchor menu bar. | bobzel | |
2022-08-09 | added audio annotation play option for following links | bobzel | |
2022-08-09 | fixed presbox pinning from crashing/failing by making it a prefetchproxy. ↵ | bobzel | |
update user cache when switching active page. | |||
2022-08-08 | fixed 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-08 | moved 5 sec anno recording button to documentButtonsBar. made recording ↵ | bobzel | |
button appear only when there is one & click to play recording. | |||
2022-08-08 | fixed autolinking to not match partial word substrings. restored textbox ↵ | bobzel | |
dictation. | |||
2022-08-08 | cleaning up link ui. linkPreviews (not from linkMenu) have an edit button. ↵ | bobzel | |
link lines work when in lightboxview. | |||
2022-08-08 | made props.showTitle = '' override doc.showTitle. fixed de-autoLinking when ↵ | bobzel | |
text box is empty | |||
2022-08-05 | fixed undoing aborted notetaking view drags. | bobzel | |
2022-08-05 | fix for adding groups to update schema headers properly | bobzel | |
2022-08-05 | fix for deleting columns to properly trigger reactions and avoid index of ↵ | bobzel | |
out bounds | |||
2022-08-05 | fixed crash with dropping from filesystem onto notetaking view. | bobzel | |
2022-08-05 | from last | bobzel | |
2022-08-05 | fixed undo of adding column in notetaking view | bobzel | |
2022-08-05 | fixed dragging over bottom of notetaking columns. | bobzel | |
2022-08-04 | fixed undo/redo for notetaking view. fixed list undo/redo for ↵ | bobzel | |
schemaheaderfields -- not very elegant though. | |||
2022-08-04 | fixed notetaking view to have an 'unset' category for unassigned notes. ↵ | bobzel | |
fixed pivot view to not fail when docs have no width. | |||
2022-08-03 | fixed dragging external documents onto notetaking view | bobzel | |
2022-08-03 | fixes for dragging notes so that they highlight properly and go to the right ↵ | bobzel | |
place when embedded in freeform views. | |||
2022-08-03 | more cleanup of parker branch | bobzel | |
2022-08-03 | from last | bobzel | |
2022-08-03 | from last | bobzel | |
2022-08-03 | fixing styles on parker branch | bobzel | |
2022-08-03 | from last | bobzel | |
2022-08-03 | Merge branch 'master' into parker | bobzel | |
2022-08-03 | from last | bobzel | |
2022-08-02 | Adjusted 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. | |||
2022-07-29 | fixed autoHeight for texdtviews embedded in text views. fixed doc ↵ | bobzel | |
decorations for sidebar items in lightbox view. added 'tree' as sidebar type for text. fixed text sidebar to show same annotations whether in stacking or tree view. fixed linkDescription pop to go away on click outside of it. | |||
2022-07-28 | from last | bobzel | |
2022-07-28 | fixed video thumbnail generation to have a lock that prevents multiple ↵ | bobzel | |
attempts to create the thumbnails at the same time. fixed ImageUpload to catch resize errors and not crash the server. | |||
2022-07-28 | fixed an issue with tab closing not being serialized correctly causing ↵ | bobzel | |
incorrect state on reload | |||
2022-07-27 | fixed document leak related to capturedVariables in scripts. changed ↵ | bobzel | |
capturedVariables to be a string encoding the captured variables instead of a Doc. | |||
2022-07-26 | fixed clicking linkDocPreview to follow links. switched target drag ↵ | bobzel | |
behavior from title to preview | |||
2022-07-26 | fixed color fill box to show fill of current selection. | bobzel | |
2022-07-26 | fixed error selecting svg elements. | bobzel | |
2022-07-26 | fixed dragging webBoxes within a gridView to not marquee select. | bobzel | |
2022-07-26 | avoid crashes when urlfield is undefined. prevent multiple views from ↵ | bobzel | |
setting thumbnail for same doc at same time. prevent unregistered views from creating thumbnails. | |||
2022-07-26 | fixed stray ; getting rendered on dashboard view. | bobzel | |
2022-07-26 | made width a playground field so shared views can open annotation pane. ↵ | bobzel | |
made title shrink for annotation button only when title doesn't add a margin. Fixed closing annotation view in lightbox not to make docuent shrink to minimum size by using percents, not pixels. | |||
2022-07-26 | turned off resetriting text box resizing to max of scroll height. fixed ↵ | bobzel | |
placement/behavior of sidebar anno button for text. | |||
2022-07-25 | fixed maxHeight for resizing text boxes, collections etc. | bobzel | |
2022-07-25 | fixed poroperties panel from overlapping lightboxView. added batches to ↵ | bobzel | |
loading of ids on startup to prevent hang from sending too much data | |||
2022-07-25 | made formatttedtextbox annotation handle work the same as pdf/web. prevent ↵ | bobzel | |
header from hiding annotation button handle. fixed resizing text boxes. | |||
2022-07-25 | fixed equationBox width sizing | bobzel | |
2022-07-22 | adjusted 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-22 | changed ink width to be scaled by document scale to make it look like ink ↵ | bobzel | |
stroke is the same regardless of the native width of the document being drawn on. |