aboutsummaryrefslogtreecommitdiff
path: root/src/fields/documentSchemas.ts
AgeCommit message (Collapse)Author
2020-12-10more cleanup/organization of 'props' . removed VisibleHeight props and ↵bobzel
cleaned up PDF and other props
2020-11-20added a preliminary Layer mechanism. changed documentDecrations to not go ↵bobzel
out of the mainDocument area. changed parentActive to work "recursively" through stacks of background documents.
2020-11-10fixed performance issues with background grid by avoiding making really big ↵bobzel
canvases.
2020-11-09added fullScreen alias option for opening documents so that opened document ↵bobzel
can have different scale than original. fixed pushpins to not toggle target if something must be panned/zoomed to show the target. fixed drag drop to ignore the document being dragged properly when dropping (which prevented a document over a collection from being dropped on the colelction when move slightly).
2020-10-20fixes for overlayDocs for undo/redo in presBox - undo/redo of minimize/show ↵bobzel
sidebar.
2020-09-03fixed linking pdf selections to rtf selections.bobzel
2020-08-28fixed undo for collection tabs. fixed treeview to support freezeChildren to ↵bobzel
prevent children from being removed from the tree. Made _isBackground a layoutfield. fixed formattedTextBox exceptions on undo from a tab.
2020-08-25changed treeViewHideTopLevel back to treeViewHideTitle. cleaned up some stuff.bobzel
2020-08-24changed names of currentFrame, curPage, and currentTimecode to start with ↵bobzel
"_'. moved actions out of the properties options buttons to colelction menu.
2020-08-21added a locking option for treeViewExpandedView field.bobzel
2020-08-13made stayInCollection a layout propertybobzel
2020-08-06Merge branch 'master' into new_audiobobzel
2020-07-27removed pdf menu pin button. tried to improve performance by computin links ↵Bob Zeleznik
in document view.
2020-07-22turn markers into documents and kind of got linking to workLionel Han
2020-07-14fixed onClickHandler stuff to use functions properly. fixed several linking ↵Bob Zeleznik
to annotations/pushpins problems.
2020-07-14fixed issues with creating & using scripting boxes by making scriptFields be ↵Bob Zeleznik
a function, not value, prop
2020-07-12fixed updating RichTextMenu with proper values for fontFamily, size, bullet, ↵Bob Zeleznik
and alignment
2020-07-12fixed stroke alignment with docked menus. fixed initializing InkingStrokesBob Zeleznik
2020-06-29changed a lot of collection keys to start with "_" -- particularly for ↵Bob Zeleznik
Stacking and Schema views. Also added filtering to facet filters. enabled facet filter for sidebar library.
2020-06-10Merge branch 'ink_menu'Bob Zeleznik
2020-06-09fixed keyFrame animation positioning issues when adding a doc at t != 0. ↵Bob Zeleznik
added isInkMask field and inkStroke menu option to create an ink mask. added cantLeaveCollection flag.
2020-06-08Merge branch 'ink_menu'Bob Zeleznik
2020-06-08added ink options menuyunahi
2020-06-05changed all scroll behaviors to be _scrollTop to go to a scroll and _scrollY ↵Bob Zeleznik
to animate to it.
2020-05-26upate activeFrame from currentTimecodeBob Zeleznik
2020-05-23renamed lastTimecode to lastFrameBob Zeleznik
2020-05-23switched frame animations to use currentFrame and activeFrame to fix ↵Bob Zeleznik
aliasing issue of progressive slides at different frame codes
2020-05-20fixed up interaction with web pages to allow horizontal scrolling.Bob Zeleznik
2020-05-15renamed new_fields to fieldsSam Wilkins