| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-01-28 | from last | bobzel | |
| 2021-01-26 | preparing to unify VideoBox timeline with AudioBox timeline. changed names ↵ | bobzel | |
| from videoStart/audioStart,End to anchorStart,EndTime and _displayTimecode to _timecodeToShow etc | |||
| 2021-01-22 | fixed up videoBox timeline. changed video annotations to use ↵ | bobzel | |
| displayTimecode and undisplayTimecode | |||
| 2021-01-21 | from last | bobzel | |
| 2021-01-21 | fixed fitWidth for WebBox | bobzel | |
| 2021-01-14 | simplified links to audio to always have a target Doc anchor. updated auto ↵ | bobzel | |
| links to audio when recording. fixed making text selection links. | |||
| 2020-12-31 | fixes for sliderBox to work in FilterBox. suppressed brush highlighting in ↵ | bobzel | |
| filterBox. | |||
| 2020-12-15 | simplifying dragging to make links by moving linkDocument to event, instead ↵ | bobzel | |
| of dragData. moved link anchor and caption styling to default style provider. CURRENTLY, typing text, brushing doc highlights along with a bunch of other things ARE BROKEN .. | |||
| 2020-12-11 | more documentViewProps cleanup. fixed embedding documents into treeView / ↵ | bobzel | |
| slide bullet items. | |||
| 2020-12-11 | fixed pointerevents set through styleProvider. fixed crash when color ↵ | bobzel | |
| strings use uppercase. fixed empty text boxes to set default font size/family | |||
| 2020-12-10 | fixed filterBox/TreeView to support checkboxes again. Simplified ↵ | bobzel | |
| {DocumentView/CollectionView/FieldView}props | |||
| 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. | |||
