| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-11-24 | merge | srichman333 | |
| 2023-10-21 | change to doc decorations to be more "lightweight". made linkBox render ↵ | bobzel | |
| links in a freeform view as a DocView. added an auto-reset view option for freeforms. fixed highlighting ink strokes. Made groups behave better for selecting things 'inside' the group bounding box that aren't in the group. Added vertically centered text option. | |||
| 2023-10-04 | several fixes for webclips, linking to pdf/web, fonticon dropdowns. removed ↵ | bobzel | |
| sliderbox. reduce uses of scriptContext fixed web clipping annotations to be in correct spot and not to crash because of using a url that it doesn't have. fixed pdf/web links to not use anchor from other end of link. because of sharing of GetAnchor global. added a backup when presbox overwrites a doc's data field. removed sliderBox. fixed fontIcon dropdowns to not call click script twice. removed scriptContext where it wasn't needed which is everywhere except TreeViews. | |||
| 2023-09-13 | added margin and grid gap ui for notetaking view. fixed notetakeing view ↵ | bobzel | |
| dividers to be active only when they should be. same for multirow/multicol dividers. | |||
| 2023-07-01 | turned off notetaking chrome in browse mode. fixed pointereventrs for text ↵ | bobzel | |
| in/out of browse mode. changed background to be gray by default | |||
| 2023-06-30 | fixed onBrowseClick for notetaking. fixed panning when in onBrowse explore ↵ | bobzel | |
| mode. fixed switching dashboards to not display an empty stack. | |||
| 2023-06-23 | cleaned up more issues with pointer events/contents active. fixed dragging ↵ | bobzel | |
| from piles. | |||
| 2023-06-22 | cleaned up dragging - abort presItem drags properly, fix naming for ↵ | bobzel | |
| drag/dropAction, small fix undo of drag removeproperties, dragging in/out of headerBar, fixed isContentActive to avoid SnappingManager.GetIsDragging. fixed resizing videos. | |||
| 2023-06-13 | fixed updating cached docs when opening a backlinks collection. added some ↵ | bobzel | |
| FieldInfo types and added 'enumeration' field display in schema view. fixed bug in schema view column sizing. updated a bunch of standard field names to be more consistent. | |||
| 2023-06-06 | updated Symbol naming. fixed various compile errors related to type checking. | bobzel | |
| 2023-05-14 | major overhaul of field naming conventions. | bobzel | |
| 2023-04-14 | got rid of CollectionView prop. fixed DocFocusOrOpen to toggle targets and ↵ | bobzel | |
| zoom correctly. | |||
| 2023-04-13 | lots of changes to get rid of ContainingCollectionDoc and ↵ | bobzel | |
| ContainingCollectionView props. | |||
| 2023-04-11 | removed arrangeItems context button for collections to make it a funciton on ↵ | bobzel | |
| drop instead of a reaction. Converted isLinkButton to be an onClick script. got rid of unused PARAMS field on templates. fixed PresElementBox rendering of embedded docs. | |||
| 2023-04-05 | adjusted general context menu items to always appear last. cleaned up ↵ | bobzel | |
| makeLink api, | |||
| 2023-03-25 | fixed notetakingview pointer/wheel events. | bobzel | |
| 2023-03-10 | fited notetaking view to create headers if they don't exist when switching ↵ | bobzel | |
| from another view. Also fixed fitWidth typo for collections | |||
| 2023-03-05 | replace jumpToDocument with showDocument. restructure code to get rid of ↵ | bobzel | |
| scrollFocus by adding getView() and fixing focus() and restoreTargetView | |||
| 2023-03-01 | fix to notetakingiview resizing when deleting a column to force an unset column | bobzel | |
| 2023-03-01 | fixed notetakingview - docs fitting in columns, resizing columns | bobzel | |
| 2022-12-16 | fixed problem with undo. regularized all linkfollowing anchor fields to ↵ | bobzel | |
| start with followLink<xxx>. added ease vs linear flag for scroll transitions in link and preselmeent navigations. added link follow to move target to specified offset from source. shifted from setting dropAction on items to setting childDropAction on collections | |||
| 2022-12-01 | refactored process of following links / jumping to docs and added following ↵ | bobzel | |
| options for zoomTime, etc instead of setting temporary fields on docs. | |||
| 2022-11-17 | mostly changing strings to enums | bobzel | |
| 2022-09-27 | fixed so that following link to video doesn't zoom the video (works the same ↵ | bobzel | |
| way as PDFs or web pages -- if the document is 'scrollable', then don't zoom in on it as well). | |||
| 2022-08-26 | trying to clean up transition times for presbox / jumptoDoc, etc. | bobzel | |
| 2022-08-25 | fixed issues with reloading notetaking view and having columns be exactly ↵ | bobzel | |
| the same. fixed adding columns so that changes are actually propagated to the DB. SchemaHeaderFields are bad news... | |||
| 2022-08-25 | fixed crashes in notetaking view and cleaned up code a bit. fixed undo of ↵ | bobzel | |
| column deletion. | |||
| 2022-08-24 | fixed exception in notetakingview | bobzel | |
| 2022-08-22 | fixed undo of add/remove column in notetaking view by reordering @action ↵ | bobzel | |
| @undoBatch to @undoBatch @action | |||
| 2022-08-22 | can't add column if name in use | ljungster | |
| 2022-08-22 | commented all NoteTakingView files | ljungster | |
| 2022-08-22 | commented CollectionNoteTakingView | ljungster | |
| 2022-08-19 | fixed undo bug in dragManager where batches weren't being closed. fixed ↵ | bobzel | |
| schemaheader copy method to copy all parameters. fixed notetaking columnresizer to create an UndoBatch. fixed notetakingview's columnHeaders to return the actual headers list, not a copy. fixed document decorations to not modify docsBeingDragged | |||
| 2022-08-19 | persistent resizing undo/redo issues | ljungster | |
| 2022-08-12 | sizing works but undo redo no longer does | ljungster | |
| 2022-08-11 | persistent header widths | ljungster | |
| 2022-08-09 | Merge branch 'parker' of https://github.com/brown-dash/Dash-Web into parker | ljungster | |
| 2022-08-05 | fix for adding groups to update schema headers properly | bobzel | |
| 2022-08-05 | fix for deleting columns to properly trigger reactions and avoid index of ↵ | bobzel | |
| out bounds | |||
| 2022-08-05 | fixed crash with dropping from filesystem onto notetaking view. | bobzel | |
| 2022-08-05 | from last | bobzel | |
| 2022-08-05 | fixed undo of adding column in notetaking view | bobzel | |
| 2022-08-05 | fixed dragging over bottom of notetaking columns. | bobzel | |
| 2022-08-05 | stashing to look at master | ljungster | |
| 2022-08-04 | fixed undo/redo for notetaking view. fixed list undo/redo for ↵ | bobzel | |
| schemaheaderfields -- not very elegant though. | |||
| 2022-08-04 | fixed notetaking view to have an 'unset' category for unassigned notes. ↵ | bobzel | |
| fixed pivot view to not fail when docs have no width. | |||
| 2022-08-03 | fixed dragging external documents onto notetaking view | bobzel | |
| 2022-08-03 | fixes for dragging notes so that they highlight properly and go to the right ↵ | bobzel | |
| place when embedded in freeform views. | |||
| 2022-08-03 | more cleanup of parker branch | bobzel | |
| 2022-06-30 | fixed errors merging with master | bobzel | |
