aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents
AgeCommit message (Collapse)Author
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-06fixed web pages to scroll and update scrollTop when in annotation mode. ↵bobzel
fixed pointer events on custom text view headers.
2020-10-22fixed webBoxes to switch URLS when hyperlink is clicked (and page is not ↵bobzel
cross-origin). fixed some undo navigation web stuff. fixed drag/drop to create anchor that bounds the original selection. fixed html clippings to not have a nativewith/height so that they reflow
2020-10-16updated user initialization code to not generate server traffic when ↵bobzel
creating a new account. set user accounts to update their cache 2.5s after login.
2020-10-15fixed warningsbobzel
2020-10-10fixed docFilters to use up one string field, not 3. makes adding/removing ↵bobzel
to lists incrementally work with new server code.
2020-10-09trying to get group updates to work automaticallybobzel
2020-10-01various fixes to new sharing / email normalizationbobzel
2020-09-29simplfiled ':' menu and fixed creating items to not assume a template. add ↵bobzel
emptyNote. fixed scrolling in stacking views broken in previous commit. changed formattedTextBox to support stacking sidebar.
2020-09-29made pdf/web anchors pushpins by default. can now remove docs you own from ↵bobzel
sidebars you don't. made formatted text boxes alway show sidebar handle when there's content. sidebar text has no padding by default. sidebar collection doesn't scroll when text overflows. added more playground fields
2020-09-29fixed highlighting of link hypertext anchors (was offset very wrongly ↵bobzel
before). fixed setting link mark correctly when linking two hypertext anchors. fixed allowing link to parent collection when parent collection is specified by clicking its link button
2020-09-28fixed docRangeFilters to be propagated everywhere and evaluated like ↵bobzel
docFilters (if the field isn't there, it fails)
2020-09-27trying a different solr schema that better supports regexp's by not doing ↵bobzel
stemming. fixed issues with schema and tree views where children need to be registered for tryUpdateHeight to work but not when they're in a sidebar that specifies dontRegisterView. Changed stacking/freeform/tree/masonry to NOT be dontRegisterChildView -- this should be set by the context (ie, sidebar)
2020-09-25changed unset to None and minor changesusodhi
2020-09-24fixed acls for inkbobzel
2020-09-23override and one-click stuffusodhi
2020-09-21changed acls so that only an admin owner distributes them when a doc is ↵bobzel
added. changed default acls to be Add by default when not in private mode. restored filtering from search bar for developer mode.
2020-09-18added maximum height to stacking items in sidebar using childLimitHeight. ↵bobzel
made stacking items non-interactive using contentsPointerEvents. made all links pubilc for now.
2020-09-18changed ACL to acl. fixed title to read values from data doc ↵bobzel
preferentially over layout doc.
2020-09-17simplified novice colleciotn menu. fixed Carousel 3Dbobzel
2020-09-17changed text box headers from a template to a title bar.bobzel
2020-09-16a bunch of changes to dragging/selection of ui buttons to turn off context ↵bobzel
menus, remove close buttons on doc decoartions, fix the title region fo tabs,
2020-09-16added a global option to determine whether documents are brought to front ↵bobzel
when dragged. fixed document override of this option to use the same variable _raiseWhenDragged.
2020-09-14updated header text view. fixed dragging tree view items to unregister ↵bobzel
listeners. fixed contextMenu icon selection to ignore dashFieldViews. fixed selectOnLoadChar to not apply when a childlayoutstring is specified. fixed dropping text box on item view to only use json parseable text.
2020-09-14made custom header default to author/creationDatebobzel
2020-09-14updated the custom text box to specify frontSize through document values.bobzel
2020-09-14fixed userdoc tree view layout issues caused by outline mode. added ↵bobzel
treeViewHideHeader to avoid hackiness of overlaoding treeVewHideTitle
2020-09-12pullLionel Han
2020-09-12changd web pages to be fitWidth and added a data-contentWidth field so that ↵bobzel
you can extend them vertically, or add a margin horizontally.
2020-09-11Merge branch 'master' into bug_fixesbobzel
2020-09-10made basic progressivized slides using TreeViewbobzel
2020-09-09Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵Lionel Han
bug_fixes
2020-09-09fixed doc decorations on selected treeview items to not overlap as much. ↵bobzel
fixed contentFitting's screentToLocalXf which wasn't wroking for nested tempaltes with native dimensions
2020-09-08fixed images with different exif orientations and simplified ImageBoxbobzel
2020-09-04fixed autoScroll bug and fixed dragging in picture bugLionel Han
2020-09-03fixed filter comparison to handle 'not' filter correctly by anding them.bobzel
2020-09-02changed docFilters to test for recursive matches.bobzel
2020-09-02fixes to sidebar filter. still need some more work.bobzel
2020-09-02fixed behavior of menuButtons to toggle contents. added start of a filter ↵bobzel
panel.
2020-09-01fixed facet filters operations and whitelisting of known fieldsbobzel
2020-08-30fixed importBox upload to give feedback, share code. fixed stacking ↵bobzel
autoHeight to happen immediately. fixed images to not need to request image information. changed doc decorations to change image native width. changed alert() when dropping on impermissibale doc. fixed allow dropping over images,etc. changed default image nativeSize to 900
2020-08-29major restructure of how addDocTabs works. now you can add/replace with ↵bobzel
options for left/right/top/bottom and specific panel names
2020-08-29made isDisplayPanel a prop of the docking layout instead of a field on a Docbobzel
2020-08-29added some link follow options to link Editor. Big overhaul of dockingView ↵bobzel
to make things undoable and cleaner
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-24removed treeViewOpen from sidebar panels since they don't need them now that ↵bobzel
the top level is hidden.
2020-08-24moved contexts from properties button to properties view sectionbobzel
2020-08-24simplified sidebar document structure. changed treeViewHideTitle to ↵bobzel
treeViewHideTopDoc along with semantics to match. fixed linkBox to work with updates.
2020-08-24changed names of currentFrame, curPage, and currentTimecode to start with ↵bobzel
"_'. moved actions out of the properties options buttons to colelction menu.