aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/PropertiesButtons.tsx
AgeCommit message (Collapse)Author
2021-03-19simplified chromeStatus to chromeHidden. fixed presBox item widths. fixed ↵bobzel
colorBox layout.
2021-03-19fixing up some baseProto initialization. fixing stacking view with hidden docs.bobzel
2021-03-17rearranged top bar buttons - moved some into PropertiesButtons. Cleaned up ↵bobzel
'editing' field for key frames to not write to the document.
2021-03-17added autoHeight proeprtyButton. cleaned up stackingViewFieldColumn a bitbobzel
2021-03-16from lastbobzel
2021-03-16more chromeStatus cleanup. Big stripdown of propertiesButtons.bobzel
2021-03-16cleaned up propertiesbuttons a bit. added lockTransform button. changed ↵bobzel
chromeStatus disabled to be undefined.
2021-03-15getting webBox's to work like PdfBox's - text selection & marquee.bobzel
2021-03-09changed field unchanged -> googleDocUnchanged. cleaned up some other code.bobzel
2021-03-02added a fitwidth toggle for lightbox. fixed _showCaption/setting _fields to ↵bobzel
undefined. updated documentView to use not having fitWidth set as a trigger for whether to treat a doc without nativeWidth/Height as if its width/height is that.
2021-02-26fixed serialization error handling to not kill Dash - bad list items ↵bobzel
prevented tabs from being created. cleaned up document fields a little more - switched layers to _layerTags, got rid of a couple unused fields.
2021-02-21fixed compile warnings.bobzel
2021-02-15cleaned up showTitle and showAudio stuff just a bit.bobzel
2021-01-21fixed fitWidth for WebBoxbobzel
2020-12-16simplified DocumentView a bit more. cleaned up other code.bobzel
2020-12-16fixed treeView layouts to pass good values for panelWidth/height to ↵bobzel
DocumentView. renamed Selectionmanager methods to be views not documents.
2020-12-14renamed ContentFittingDocumentView as DocumentView. Renamed DocmentView as ↵bobzel
DocumentViewInternal
2020-09-29changed sidebar functionality for textboxes to open outward and make handle ↵bobzel
blue when there are contents. added a fitToBox capability for contents of sidebar.
2020-09-23fixed link rendering to be less computationally inefficientbobzel
2020-09-22moved onClick script editing to developer mode.bobzel
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-04fixed typos + css + changing value on dropped documents in masonry view + ↵usodhi
ink x + added .mpeg as acceptable audio format
2020-09-01fixed facet filters operations and whitelisting of known fieldsbobzel
2020-08-30re-enabled google docs buttons in document decorations.bobzel
2020-08-29split out TabDocView from CollectionDockingView (where it had been called ↵bobzel
DockedFrameRenderer)
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-29reorganized source files into proper directories. split contents of ↵bobzel
ParendDocSelector into CollectionDockingViewMenu and PropetiesDocContextSelector
2020-08-26fixed (largely) properties buttons & view to work with multiple selections. ↵bobzel
fixed exceptions with clusters in freeformview
2020-08-24moved contexts from properties button to properties view sectionbobzel
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-24fixed use clusters icon in propertiesButtonsbobzel
2020-08-24cleaned up all library() calls to add icons. fixed import styles. fixed ↵bobzel
keyboard events for presentation views to trigger when no input box is the target.
2020-08-24Merge branch 'master' into presentation_updatesgeireann
2020-08-23added settings for default text titles. fixed image audio annotatoins. ↵bobzel
fixed captions to not set title. added properties buttons for layout options and removed template layout button. fixed warnings.
2020-08-23added sharing button to document button barbobzel
2020-08-20Merge branch 'master' into presentation_updatesgeireann
2020-08-19cleaning lint errorsbobzel
2020-08-19fixed dragging aliases from properties panel. fixed dropdown button on ↵bobzel
schema nexsted collection
2020-08-19Merge branch 'master' into presentation_updatesgeireann
2020-08-19updated PropertiesButtons to work with selected documents in schemaViewsbobzel
2020-08-17bug fixes + new ways of adding pres with viewGeireann Lindfield Roberts
2020-08-15many changes to acls, aliases, sharing sidebar etcusodhi
2020-08-13Merge pull request #602 from browngraphicslab/menu_restructurebobzel
Menu restructure
2020-08-13made stayInCollection a layout propertybobzel
2020-08-12all deletes to closeanika-ahluwalia
2020-08-12Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵anika-ahluwalia
menu_restructure
2020-08-12fixed infinite alias issueanika-ahluwalia
2020-08-12used datadoc for acl calculations in many places + some other changesusodhi
2020-08-10UI changesanika-ahluwalia
2020-08-10prevented infinite loop in distributeAcls + allowed change of alias x, y, ↵usodhi
width, height in owned collection + changes to removeDocument calls in many places + comments etc