| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-11-09 | fixed treeViews again to make room for hover buttons properly. fixed ↵ | bobzel | |
| copying text from pdf to highlight copied regions without always displaying anchor. | |||
| 2022-10-27 | cleaned up treeViews to work across PresBox/ppt slides/collections/ - ↵ | bobzel | |
| modified DocumentView rendering to remove pres box refs. fixed mainView width. | |||
| 2022-10-25 | various tweaks: show border highlights in tree views, uniform treatment of ↵ | bobzel | |
| embedding using title bar, even for free form views, choose bestAlias when dragging from files menu, text boxes honor document moves, show title for timeline annotations, fix dragoffset for stacks with buttons/description headers, | |||
| 2022-09-24 | Fixed: treeView now doesn't get pointer events if it's not active. fixed ↵ | bobzel | |
| layout of treeview for pres box. fixed horiz/vert scrolling for trees. fixed not adding Loading docs to recently closed. | |||
| 2022-07-22 | adjusted native dim scaling slightly combining props.scaling and ↵ | bobzel | |
| props.ContentScaling into props.NativeDimScaling and fixing some resizing behaviors for fitWidth freeformviews and native-sized text boxes. Also fixed clicking on presboxe elements to not drag. | |||
| 2022-07-08 | restructured currentUserUtils to avoid having import cycles. | bobzel | |
| 2022-07-07 | trying to fix errors in compiles | bobzel | |
| 2022-06-20 | a bunch of changes to make some userDoc() field accesses more typesafe by ↵ | bobzel | |
| going through CurrentUserUtils. Some normalization of naming/functionality in CurrentUserUtils | |||
| 2022-06-03 | Merge branch 'master' into presentation_upgrade | bobzel | |
| 2022-05-23 | fixed warnings. | bobzel | |
| 2022-05-23 | cleaning up singleLine text box api and TreeView types | bobzel | |
| 2022-05-13 | removed layerProvider functionality. | bobzel | |
| 2022-05-02 | PresBox indexing rework | Aubrey-Li | |
| 2022-04-25 | changed freeformview's with engines to not allow children to be edited ↵ | bobzel | |
| using setHeight prop since engine layouts are temporary and shouldn't edit the doc. fixed tags to work with pivot view. cleaned up pile views to be less hacky.. | |||
| 2022-04-24 | fixed treeViews to vertically span their containers. fixed foreground ↵ | bobzel | |
| coloring of nodes with transparent backgrounds to consider parent collection background color | |||
| 2022-03-04 | removed pseudo Doc type system. playing with hot reloading. | bobzel | |
| 2021-11-13 | treeview title fixes - made it aformatted text box so clicking on it will ↵ | bobzel | |
| select the document. fixed margins. fixed dragging over tree view to not highlight drop bullets in outline mode unless its a bullet point being moved. | |||
| 2021-11-13 | change isContentActive to a tri-state to allow turning on/off and default - ↵ | bobzel | |
| fixes issues with videobox and others so that content can be turned off reliably. added annotation overlay for treeViews for ppt like slides. lots of fixes to tree view to get layout to be more robust. | |||
| 2021-09-15 | fixed dragging document in filesystem to not create duplicates in some cases | bobzel | |
| 2021-09-14 | refactored a bunch of names in MainView. Fixed scrolling in left menu ↵ | bobzel | |
| flyout treeview panels. | |||
| 2021-09-02 | Many updates | geireann | |
| - Fixed image uploads so it clones rather than makes an alias - Updated context menu - Removed tools panel from novice mode in favour of ":" menu - Added explainers to menus in novice mode - Re-added the trails button - Changed UI for text, PDF & websites so that it is more consistent | |||
| 2021-08-26 | another tree view fix for lightbox view and having tree view items not go ↵ | bobzel | |
| off screen width-wise | |||
| 2021-08-26 | allowed tree views to be scaled which makes slides work in lightbox. | bobzel | |
| 2021-08-26 | fixed slide doc to allow for dynamic title height | bobzel | |
| 2021-08-26 | fixed slides doc | bobzel | |
| 2021-08-19 | changed how treeview cycles between options for expanded views to show ↵ | bobzel | |
| 'data' and some more adjustments. | |||
| 2021-08-17 | made dashboard context menu items context sensitive to whether they're ↵ | bobzel | |
| called from MyDashboards, MySharedDocs or elsewhere. Made treeViewOpen a playground field so that users don't interfere with each other. Made Docking views not generate alias of their tabs when shared. | |||
| 2021-07-14 | fixed dropping onto filesystem view to drop document into specific ↵ | bobzel | |
| location/folder instead of hanging. | |||
| 2021-04-06 | another fix for texts filters and for not recomputing when a docfilter ↵ | bobzel | |
| change doesn't actually affect the colletion children list. | |||
| 2021-04-06 | fix to get text filtering to work. | bobzel | |
| 2021-04-06 | Merge branch 'master' into filters | bobzel | |
| 2021-04-06 | fixed interactions with treeView by making treeView contents active when a ↵ | bobzel | |
| tree view item is selected. | |||
| 2021-04-06 | added ability to remove filters using inline context menu | bobzel | |
| 2021-04-06 | minor cleanup + style across files | usodhi | |
| 2021-04-05 | fixes for docfilter autoheight | bobzel | |
| 2021-04-05 | added autoHeight for tree views. | bobzel | |
| 2021-04-02 | added snap lines button to freeform properties. renamed & simplified ↵ | bobzel | |
| treeViewPreventOpen stuff | |||
| 2021-03-30 | some code cleanup. Fixes for webbox and pdfbox to allow draggin out of ↵ | bobzel | |
| annotation sidebar. | |||
| 2021-03-30 | more treeView cleanup. Fixes to linkBox to allow selection properly. fixes ↵ | bobzel | |
| to linkAnchorBox. | |||
| 2021-03-30 | more cleanup | bobzel | |
| 2021-03-30 | fixed a bunch of compile errors. activated Clear button for recently closed ↵ | bobzel | |
| tree views. | |||
| 2021-03-30 | from last | bobzel | |
| 2021-03-29 | from last | bobzel | |
| 2021-03-29 | more progress in fixing & simplifying active/selected stuff | bobzel | |
| 2021-03-29 | still cleaning up all the active/selection code. | bobzel | |
| 2021-03-29 | initial changes to cleanup pointer events. | bobzel | |
| 2021-03-12 | trying to make treeViews more efficient by making fewer calls to Get ↵ | bobzel | |
| document fields getter. | |||
| 2021-03-09 | got rid of DocHolderBox. changed dontRegisterChildViews to ↵ | bobzel | |
| childDontRegisterViews for consistency. | |||
| 2021-03-03 | trying out a forked branch of equation editor. cleaned up warnings. | bobzel | |
| 2021-03-03 | more fixes for setting up user docs | bobzel | |
