aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionTreeView.tsx
AgeCommit message (Expand)Author
2022-07-22adjusted native dim scaling slightly combining props.scaling and props.Conten...bobzel
2022-07-08restructured currentUserUtils to avoid having import cycles.bobzel
2022-07-07trying to fix errors in compilesbobzel
2022-06-20a bunch of changes to make some userDoc() field accesses more typesafe by goi...bobzel
2022-06-03Merge branch 'master' into presentation_upgradebobzel
2022-05-23fixed warnings.bobzel
2022-05-23cleaning up singleLine text box api and TreeView typesbobzel
2022-05-13removed layerProvider functionality.bobzel
2022-05-02PresBox indexing reworkAubrey-Li
2022-04-25 changed freeformview's with engines to not allow children to be edited using...bobzel
2022-04-24fixed treeViews to vertically span their containers. fixed foreground colori...bobzel
2022-03-04removed pseudo Doc type system. playing with hot reloading.bobzel
2021-11-13treeview title fixes - made it aformatted text box so clicking on it will sel...bobzel
2021-11-13change isContentActive to a tri-state to allow turning on/off and default - f...bobzel
2021-09-15fixed dragging document in filesystem to not create duplicates in some casesbobzel
2021-09-14refactored a bunch of names in MainView. Fixed scrolling in left menu flyout...bobzel
2021-09-02Many updatesgeireann
2021-08-26another tree view fix for lightbox view and having tree view items not go off...bobzel
2021-08-26allowed tree views to be scaled which makes slides work in lightbox.bobzel
2021-08-26fixed slide doc to allow for dynamic title heightbobzel
2021-08-26fixed slides docbobzel
2021-08-19changed how treeview cycles between options for expanded views to show 'data'...bobzel
2021-08-17made dashboard context menu items context sensitive to whether they're called...bobzel
2021-07-14fixed dropping onto filesystem view to drop document into specific location/f...bobzel
2021-04-06another fix for texts filters and for not recomputing when a docfilter change...bobzel
2021-04-06fix to get text filtering to work.bobzel
2021-04-06Merge branch 'master' into filtersbobzel
2021-04-06fixed interactions with treeView by making treeView contents active when a t...bobzel
2021-04-06added ability to remove filters using inline context menubobzel
2021-04-06minor cleanup + style across filesusodhi
2021-04-05fixes for docfilter autoheightbobzel
2021-04-05added autoHeight for tree views.bobzel
2021-04-02added snap lines button to freeform properties. renamed & simplified treeVi...bobzel
2021-03-30some code cleanup. Fixes for webbox and pdfbox to allow draggin out of annot...bobzel
2021-03-30more treeView cleanup. Fixes to linkBox to allow selection properly. fixes ...bobzel
2021-03-30more cleanupbobzel
2021-03-30fixed a bunch of compile errors. activated Clear button for recently closed ...bobzel
2021-03-30from lastbobzel
2021-03-29from lastbobzel
2021-03-29more progress in fixing & simplifying active/selected stuffbobzel
2021-03-29still cleaning up all the active/selection code.bobzel
2021-03-29initial changes to cleanup pointer events.bobzel
2021-03-12trying to make treeViews more efficient by making fewer calls to Get document...bobzel
2021-03-09got rid of DocHolderBox. changed dontRegisterChildViews to childDontRegister...bobzel
2021-03-03trying out a forked branch of equation editor. cleaned up warnings.bobzel
2021-03-03more fixes for setting up user docsbobzel
2021-02-24fixed layerProviders for treeViews to return true. fixed sidebar annotations...bobzel
2021-02-22cleaned up indent/outdent in treeview to work with aliases.bobzel
2021-02-18added preliminary cookie mechanism for making documents appear after focusing...bobzel
2021-02-16added a file system mode for tree View. ctrl-f to create file system.bobzel