aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss
AgeCommit message (Collapse)Author
2025-06-13updated css and project to HTML5 standards. fixed border rounding for images.bobzel
2025-04-05 fixed multitoggle behavior to only toggle submenu closed. switched to ↵bobzel
hard-light for masking ink. fixed to make menu toggle take effect immediately.
2025-02-25added a hideUI option to hide buttons. fixed a mess of runtime warnings ↵bobzel
mostly related to how scss files can be included in each other
2025-01-19css fixes for ai editor views.bobzel
2025-01-16fixed style references for generating ai images. fixed some error cases.bobzel
2025-01-13changing ai for images and collections to work mostly the same way. fixes ↵bobzel
for document view/collection/images to keep things working when the ai editor view reduces the rendered document size. fixed so that freeform views overlaid on images/vieos/etc have the ui menu items of collections.
2025-01-09added ai editor to collectionseleanor-park
2024-03-13css and other cleanup for info UIbobzel
2024-01-27made dataViz nodes linked to schema nodes update automatically as cahnges ↵bobzel
are made. fixed user created templates from disappearing from menu, and made them work. added toJavascriptString and made DashField views convert to text. added support for turning text into javascript rendering (paint) code.
2023-12-21added standard 3d gl view for maps. added close button for infoUI.bobzel
2023-12-19added formatted gif to info uialinayejin
2023-12-18moved assets to deploy/assetsalinayejin
2023-12-11fixed includes of scss globals into typescript files.bobzel
2023-12-05new collection freeform info uialinayejin
2023-11-01cleaned up presentaton path linesbobzel
2023-09-29fixed autoHeight text scrolling in its own tab and elsewhere. update ↵bobzel
ChildDrag to GroupChildDrag and simplified documentView code. fixed MapAnchorMenu to allow linking by dragging text icon.
2023-08-17fixed brushing of pinned viewports for chrome to not flash. converted ↵bobzel
pres<Property> to config_<property> and treeView<Property> to treeView_Property. fixed text toolbar to show/set text properties based on insertion point.
2023-02-10changed ink masks to have a blur and to allow masks of different colors by ↵bobzel
adjusting the color value to have no blackness.
2022-11-14fixed following link 'inPlace' from within lightbox to do same thing as if ↵bobzel
out of lightbox. fixed contentActive behavior for multicolumn view. removed progressivize from presbox.
2022-08-22made inkMasks animate when they are turned on /off. fixed inkStrokes to ↵bobzel
be interpolated when they have an activeFrame set.
2022-08-11added better ui and backend support for mask ink strokes. added frame #'s ui ↵bobzel
for seeing current animation frame.
2021-07-10Standardizing Colors, changing global CSS variablesAshley Cai
2021-02-24cleaned up DocumentView's contentView api to be more general. fixed ↵bobzel
screenToLocal for freeformView's whenb _fitToBox is set. moved webBox menu items out of CollectionMenu and into WebBox using the contentView API.
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-08added an optional background grid for collections.bobzel
2020-11-01pinWithView works with view pathsGeireann Lindfield Roberts
+ removed Pan options and Scroll options
2020-09-18view paths UI from pres_updatesGeireann Lindfield Roberts
2020-07-24internal navgeireann
2020-07-20ui updates + progressivize featuresgeireann
2020-07-15added progressivize featuresgeireann
2020-06-28renamed some fields scale=>_viewScale, transtion=>dataTransition, ↵Bob Zeleznik
panTransformType=>_viewTransform. fixed animation frames to not break acls (sort of).
2020-05-29moved frame animation into freeform chrome. fixed marquees of docs at ↵Bob Zeleznik
non-zero frame. fixed pile view to use its own _pileLayoutEngine key to avoid leaving colleciton in an animated state. added toggle for snap linew views. cached transforms in CollectionFreeformView for performance.
2020-05-23several fixes to progressivization and added UI for editing by suspending ↵Bob Zeleznik
transparency
2020-05-15cleaned up frame animation buttons. Added server code for https? removed ↵Bob Zeleznik
unused devserver from webpack.config
2020-04-24fixed problems with PivotView -- docs that show up when they shouldn't and ↵Bob Zeleznik
not being able to click the pivot background sometimes.
2020-04-23fixed loading of notes with template types. changed noteTypes to ↵Bob Zeleznik
["template-notes"]. Added pass through free form layout engine.
2020-04-20fixed deiconify & clipping LOD collections & PathsBob Zeleznik
2020-04-12added arrowkey nudging of freeform view. fixed background overflow.Bob Zeleznik
2020-02-29Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into penyipstanley
2020-02-11did the maths :')kimdahey
2020-02-10finishedkimdahey
2020-01-31improved labeling for pivot viewerbob
2019-12-16from lastbob
2019-12-16from lastbob
2019-12-16fixed styling of freeformview placeholderbob
2019-12-15added LOD detail switching for collection free form viewsBob Zeleznik
2019-11-21more fixes to layout stuffbob
2019-11-19minor cleanup. fix for collections being a backgroundbob
2019-10-13Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵Stanley Yip
interaction_stanley
2019-10-13improved marquee menu interactions, fixed issue with panning on cffvStanley Yip