aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/DocumentDecorations.tsx
AgeCommit message (Collapse)Author
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-12-13removed ContentScaling={returnOne} from a lot of placesbobzel
2020-12-12fixed screenToLocal for documents within ContentFittingDoc collections. ↵bobzel
fixed embedding documents in texst docs.
2020-12-12set minimum width to render title for documentdecorationsbobzel
2020-12-11fixe documentdecoration selection of menu items in left sidebarbobzel
2020-12-11more documentViewProps cleanup. fixed embedding documents into treeView / ↵bobzel
slide bullet items.
2020-12-11cleaning up more doumentViewProps. reduced use of treeViewDoc prop. added ↵bobzel
hideTitle. fixed background shadow on isButton documents.
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-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-17major rewrite of native width/height/aspect. Fixed scaling of text note ↵bobzel
sidebars.
2020-10-08fixed dragging bottom of some pdfs not to grow wildly. stopped writing ↵bobzel
renderContentBounds to annotation views. fixed texts sidebar notes to not add extra chars on creation.
2020-10-01fixed resize/rotateyunahi
2020-09-30made shift-clicking work through the currenlty selected document decoration ↵bobzel
background
2020-09-30fixed dragging aliases using alias button. made dragging title of doc ↵bobzel
decorations or alias button allow doc to be embedded
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-21fixed honoring dropAction for documents dragged by their title.bobzel
2020-09-19changed Add-Only so that if you have Admin rights to a document you can ↵bobzel
remove it from a read-only or add-only collection
2020-09-18change imageBox to choose img size based on PanelWidth, not document width. ↵bobzel
fixed textboxcommetn date display
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-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-11moved settings menu to the the documentButtonsBarbobzel
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-08updated the way NativeWidth/Height props work so that, when specified, they ↵bobzel
override locally specified values
2020-09-03doc decorations removes menu and iconify icon when too small now.bobzel
2020-09-02fixed behavior of menuButtons to toggle contents. added start of a filter ↵bobzel
panel.
2020-08-31moved the non-rendering contents of FormatShapePane into InkStrokeProperties.bobzel
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-29fixed maximize docdecoration to toggle target w/o making an alias. use ↵bobzel
ctrlKey to make an alias. removed dashboardBrush stuff. cleaned up DocDecoartions css slightly
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-27fixed open on right from Doc Decorations to remove context field. fixed ↵bobzel
presBox to find best target instead of assuming targetDoc is always displayed
2020-08-25fixed ink warnings. double-click turns on control point editing - esc ↵bobzel
reverts. made aliasing ink strokes possible & working.
2020-08-24added alternate doc button bar to settings. changed context menu icon to ↵bobzel
bars from cog.
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-22changed customTitle to title-custombobzel
2020-08-21switched from "scenes" to "dashboards"bobzel
2020-08-21trying scenes instead of workspacesbobzel
2020-08-18fixed snapping to work when dragging an alias to allow snapping to originalbobzel
2020-08-18added pinning of multiple documents at a time to prensetation viewbobzel
2020-08-18fixed selecting horizontal/vertical linesbobzel
2020-08-14fixed default documents that were missing the 'system' tag. fixed catalog ↵bobzel
to have default worksapce documents in it.
2020-08-14cleaned up invocation of RichTextMenubobzel
2020-08-14fixed icons for minimize & rotation on DocumentDecorationsbobzel
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-12used datadoc for acl calculations in many places + some other changesusodhi
2020-08-11mergeanika-ahluwalia
2020-08-11Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵usodhi
acls_uv