| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-11-20 | added 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-06 | fixed web pages to scroll and update scrollTop when in annotation mode. ↵ | bobzel | |
| fixed pointer events on custom text view headers. | |||
| 2020-10-22 | fixed 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-16 | updated 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-15 | fixed warnings | bobzel | |
| 2020-10-10 | fixed docFilters to use up one string field, not 3. makes adding/removing ↵ | bobzel | |
| to lists incrementally work with new server code. | |||
| 2020-10-09 | trying to get group updates to work automatically | bobzel | |
| 2020-10-01 | various fixes to new sharing / email normalization | bobzel | |
| 2020-09-29 | simplfiled ':' 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-29 | made 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-29 | fixed 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-28 | fixed docRangeFilters to be propagated everywhere and evaluated like ↵ | bobzel | |
| docFilters (if the field isn't there, it fails) | |||
| 2020-09-27 | trying 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-25 | changed unset to None and minor changes | usodhi | |
| 2020-09-24 | fixed acls for ink | bobzel | |
| 2020-09-23 | override and one-click stuff | usodhi | |
| 2020-09-21 | changed 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-18 | added 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-18 | changed ACL to acl. fixed title to read values from data doc ↵ | bobzel | |
| preferentially over layout doc. | |||
| 2020-09-17 | simplified novice colleciotn menu. fixed Carousel 3D | bobzel | |
| 2020-09-17 | changed text box headers from a template to a title bar. | bobzel | |
| 2020-09-16 | a 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-16 | added 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-14 | updated 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-14 | made custom header default to author/creationDate | bobzel | |
| 2020-09-14 | updated the custom text box to specify frontSize through document values. | bobzel | |
| 2020-09-14 | fixed userdoc tree view layout issues caused by outline mode. added ↵ | bobzel | |
| treeViewHideHeader to avoid hackiness of overlaoding treeVewHideTitle | |||
| 2020-09-12 | pull | Lionel Han | |
| 2020-09-12 | changd 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-11 | Merge branch 'master' into bug_fixes | bobzel | |
| 2020-09-10 | made basic progressivized slides using TreeView | bobzel | |
| 2020-09-09 | Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵ | Lionel Han | |
| bug_fixes | |||
| 2020-09-09 | fixed 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-08 | fixed images with different exif orientations and simplified ImageBox | bobzel | |
| 2020-09-04 | fixed autoScroll bug and fixed dragging in picture bug | Lionel Han | |
| 2020-09-03 | fixed filter comparison to handle 'not' filter correctly by anding them. | bobzel | |
| 2020-09-02 | changed docFilters to test for recursive matches. | bobzel | |
| 2020-09-02 | fixes to sidebar filter. still need some more work. | bobzel | |
| 2020-09-02 | fixed behavior of menuButtons to toggle contents. added start of a filter ↵ | bobzel | |
| panel. | |||
| 2020-09-01 | fixed facet filters operations and whitelisting of known fields | bobzel | |
| 2020-08-30 | fixed 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-29 | major restructure of how addDocTabs works. now you can add/replace with ↵ | bobzel | |
| options for left/right/top/bottom and specific panel names | |||
| 2020-08-29 | made isDisplayPanel a prop of the docking layout instead of a field on a Doc | bobzel | |
| 2020-08-29 | added some link follow options to link Editor. Big overhaul of dockingView ↵ | bobzel | |
| to make things undoable and cleaner | |||
| 2020-08-28 | fixed 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-25 | changed treeViewHideTopLevel back to treeViewHideTitle. cleaned up some stuff. | bobzel | |
| 2020-08-24 | removed treeViewOpen from sidebar panels since they don't need them now that ↵ | bobzel | |
| the top level is hidden. | |||
| 2020-08-24 | moved contexts from properties button to properties view section | bobzel | |
| 2020-08-24 | simplified sidebar document structure. changed treeViewHideTitle to ↵ | bobzel | |
| treeViewHideTopDoc along with semantics to match. fixed linkBox to work with updates. | |||
| 2020-08-24 | changed names of currentFrame, curPage, and currentTimecode to start with ↵ | bobzel | |
| "_'. moved actions out of the properties options buttons to colelction menu. | |||
