| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-11-10 | partial fix for previewing multiple links to different sidebar notes. fixed ↵ | bobzel | |
| opening sidebar to create an annotation the first time. fixed honoring dashFieldView's non-editable flag. moved isLinkButton setter to expert and make isLinkButton default for Buttons. fixed following Links with Zoom to reset view. fixed view for editing onClick for documents | |||
| 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-31 | cleaned up collection linear view a bit. | bobzel | |
| 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-20 | added double-tap to keep ink primitive mode. cleaned up circle drawing and ↵ | bobzel | |
| some other gesture code. | |||
| 2022-10-18 | cleaned up gestureutils a bit. added recognize gestures option, but it ↵ | bobzel | |
| probably shouldn't be used until the geometry gesture recognition descriptions are improved. | |||
| 2022-10-13 | some basic error checking. avoid querying background for non-toggle buttons | bobzel | |
| 2022-10-07 | Merge branch 'master' into pres-pin-fixes | bobzel | |
| 2022-10-05 | from last | bobzel | |
| 2022-10-04 | Merge branch 'master' into pres-pin-fixes | bobzel | |
| 2022-10-04 | removed gitlike options from collection context menu. removed ↵ | bobzel | |
| createDashboard from context menus since it has a UI button | |||
| 2022-10-03 | added a reset menu item for docking views in their context menu. fixed ↵ | bobzel | |
| being able to edit dockingConfig in keyValue by quoting with ' instead of ". If there's no dockingConfig, make one. | |||
| 2022-09-29 | a bunch of changes to trails: link to trail to initiate trail when following ↵ | bobzel | |
| link. cleanly separate pin layout data vs. content data. | |||
| 2022-09-26 | added onClick capability to linearView subMenu buttons so that inkTools ↵ | bobzel | |
| could turn pen off when opening/closing. | |||
| 2022-09-21 | open trail on right and capitalize header buttons | Geireann Lindfield Roberts | |
| 2022-09-14 | from last | bobzel | |
| 2022-09-14 | made dashboard button hidden since we have dashboard view now. put viewType ↵ | bobzel | |
| 'docking' on proto so that all aliases will get it when nesting docking views. | |||
| 2022-09-14 | fixed auto sizing of text documents that are topLevel. restored scroll bars ↵ | bobzel | |
| to autoHeight text that is in a container (eg lightbox or tab) | |||
| 2022-09-14 | fixed presbox mini player to allow mini player and full size player at the ↵ | bobzel | |
| same time and to be a playground field for sharing. distringuished preselementbox feedback for selected vs. activeItem using border. | |||
| 2022-09-13 | made things consistent by renaming emptyPresentation to emptyTrail and then ↵ | bobzel | |
| always making copies of emptyTrail instead of calling the Docs.create constructor | |||
| 2022-09-13 | fixed activePresentation to work properly with multiple dashboards. fixed ↵ | bobzel | |
| undoing PinDoc. | |||
| 2022-09-13 | Merge branch 'sharing-jenny' of https://github.com/brown-dash/Dash-Web into ↵ | bobzel | |
| sharing-jenny | |||
| 2022-09-13 | fixed problem with sharing presentations where preselementbox template ↵ | bobzel | |
| couldn't be expanded. | |||
| 2022-09-12 | removed original setup trails function | Jenny Yu | |
| 2022-09-12 | Merge branch 'master' into sharing-jenny (break) | Jenny Yu | |
| 2022-09-12 | open trails from trails menu on left hand side now. | bobzel | |
| 2022-09-12 | fixed crash opening myTrails | bobzel | |
| 2022-09-12 | breaking: made trails belong to dashboard instead of userdoc | Jenny Yu | |
| 2022-09-08 | fixed font menu settings to be accurate of current selection. | bobzel | |
| 2022-09-01 | changed default note templates to be fitWidth/autoHeight | bobzel | |
| 2022-08-29 | Merge remote-tracking branch 'origin/naafi-document-loading-placeholder' | bobzel | |
| 2022-08-25 | fixed crashes in notetaking view and cleaned up code a bit. fixed undo of ↵ | bobzel | |
| column deletion. | |||
| 2022-08-24 | cleaned up some of the pin with view code. added a pin button to menu bar ↵ | bobzel | |
| when tab is selected to avoid needing to use context menu | |||
| 2022-08-22 | added animation of background color, and streamlined/extended a variety of ↵ | bobzel | |
| props-related things. | |||
| 2022-08-22 | made inkMasks animate when they are turned on /off. fixed inkStrokes to ↵ | bobzel | |
| be interpolated when they have an activeFrame set. | |||
| 2022-08-19 | Merge branch 'master' into naafi-document-loading-placeholder | Naafiyan Ahmed | |
| Merging loading doc into master | |||
| 2022-08-18 | fixed up presboxelement to not reference presbox.instance. fixing layout of ↵ | bobzel | |
| presboxelement in treeview. fixing "removing" an inkMask without removing it from the collection so that it can be turned on and off. | |||
| 2022-08-16 | updated placeholder | Naafiyan Ahmed | |
| 2022-08-11 | added better ui and backend support for mask ink strokes. added frame #'s ui ↵ | bobzel | |
| for seeing current animation frame. | |||
| 2022-08-08 | moved 5 sec anno recording button to documentButtonsBar. made recording ↵ | bobzel | |
| button appear only when there is one & click to play recording. | |||
| 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 | Merge branch 'master' into parker | bobzel | |
| 2022-08-02 | Adjusted ScriptFields to have a rawScript, and updated ScrptingBoxes to ↵ | bobzel | |
| create a scriptField even for scripts that don't compile. Updated CurrentUserUtils setup functions for clicks. Fixed TemplateMenu to work again. | |||
| 2022-07-27 | fixed document leak related to capturedVariables in scripts. changed ↵ | bobzel | |
| capturedVariables to be a string encoding the captured variables instead of a Doc. | |||
| 2022-07-26 | fixed color fill box to show fill of current selection. | bobzel | |
| 2022-07-25 | fixed poroperties panel from overlapping lightboxView. added batches to ↵ | bobzel | |
| loading of ids on startup to prevent hang from sending too much data | |||
| 2022-07-20 | added a 'guest' login mode. added ability for mainView to be any doc, not ↵ | bobzel | |
| just a docking collection. | |||
| 2022-07-08 | fixes for drawing ink on pdf/image/etc. fixes for showing contextMenu. ↵ | bobzel | |
| moved gestureOverlay into main dashboard area to avoid drawing on UI widgets. more code cleanup to put things in reasonable places and avoid importing too much stuff. | |||
| 2022-07-08 | restructured currentUserUtils to avoid having import cycles. | bobzel | |
| 2022-07-07 | trying to fix errors in compiles | bobzel | |
