| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-12-05 | cleaning up following links and pres item following so that view transitions ↵ | bobzel | |
| don't interfere when clicking quickly (eg through animation frames). changed animations to animate multi-level zooming parallel. | |||
| 2022-11-17 | mostly changing strings to enums | bobzel | |
| 2022-11-16 | added presEffects to link anchors | bobzel | |
| 2022-11-01 | fixes for goldenlayout to initialize more cleanly. updated all old ↵ | bobzel | |
| ReactDOM.render() to ReactDom.createRoot(). fixes for PDF/Web sidebar sizing. added text from pdf selection anchors to sidebar notes. fixed PDF text selection to align properly. | |||
| 2022-10-06 | fixed warnings with scriptingbox keys | bobzel | |
| 2022-10-06 | don't allow golden layout to be created if there's no dockingConfig. | bobzel | |
| 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-21 | fixed issues with deleting last stack, or deleting stacks and leaving only ↵ | bobzel | |
| row/cols in goldenLayout | |||
| 2022-09-21 | fixed snapshots of dashbaords to have trails setup | bobzel | |
| 2022-09-14 | from last. | bobzel | |
| 2022-09-14 | changed docking view thumbnails to be imagefields, not docs. allowed ↵ | bobzel | |
| docking view to be nested to avoid crashes before when they became nested. fixed dropping docs with dropAction of 'alias' to never remove them. fixed clearing startLink to not deselect when link is already started | |||
| 2022-09-13 | don't add presbox's to header bar closed items. | bobzel | |
| 2022-08-09 | fixed presbox pinning from crashing/failing by making it a prefetchproxy. ↵ | bobzel | |
| update user cache when switching active page. | |||
| 2022-07-28 | fixed an issue with tab closing not being serialized correctly causing ↵ | bobzel | |
| incorrect state on reload | |||
| 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 | fixed more errors. | bobzel | |
| 2022-06-28 | cleaned up some more currentUserUtils - fixed some issues with prev/next ↵ | bobzel | |
| key frame appearing. | |||
| 2022-06-21 | from last and keep keyvalue tabs out of topbar | bobzel | |
| 2022-06-20 | more cleanup to get rid of unecessary references to Doc.UserDoc(). | 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-20 | lots of changes to try to cleanup CurrentUserUtils so changes can be made ↵ | bobzel | |
| without rebuilding the DB. | |||
| 2022-06-10 | fixed some initialization problems with tabs | bobzel | |
| 2022-06-10 | Merge branch 'master' into mainview-jenny | bobzel | |
| 2022-06-10 | fixed closing tabs to move to headerBar | bobzel | |
| 2022-06-09 | changed tab numbering to be relative to dashboard. | bobzel | |
| 2022-06-08 | fixed bug with adding to pres when in miniview mode. | bobzel | |
| 2022-06-08 | added context menu back to tab's via the doc icon. made docicon draggable ↵ | bobzel | |
| and clickable. removed collectiondockingviewmenu. | |||
| 2022-06-08 | undo/redo fixes for docking views (maximizing, closing stacks). making ↵ | bobzel | |
| maximised tabs persist across refreshes. | |||
| 2022-06-08 | added ability to make thumbnails of dashboards. started to cleanup ↵ | bobzel | |
| dockingView/goldenlayout undo event handling. cleaned up tab doc list in docking view. made titles editable again in treeview. fixed overlay view to work with image docs etc by setting top/left in css | |||
| 2022-06-06 | fixed up overlayDocs a bit so that they can be removed. made audioBox's ↵ | bobzel | |
| appear in overlay when clicked from toolbar. add links to audio when navigating to doc in lightbox. | |||
| 2022-06-05 | merged with master and added transcription icon view for recognized ink | bobzel | |
| 2022-06-03 | Merge branch 'master' into presentation_upgrade | bobzel | |
| 2022-05-26 | removed more code relating to old version of dashboards with on and off ↵ | bobzel | |
| screen tab lists. fixed schema headers to not iconify when typing Enter in header field name. | |||
| 2022-05-26 | removed setting 'data' field of docking views on aliases. assigned acl's ↵ | bobzel | |
| to delegates to match prototype. changed how documents are created to make sure acl's are set first so that, when sharing, remote clients will get the ACLs first and not render documents transiently when they don't have permissions. turned off inheriting ACL's from outer collection | |||
| 2022-05-23 | simplified dashboards by getting rid of confusing on-screen/off-screen tabs. ↵ | bobzel | |
| Now off screen tabs appear in the header bar which is not currently specific to a dashboard. | |||
| 2022-05-16 | fixed snapshot to set 'context' of new aliases. | bobzel | |
| 2022-04-26 | Merge branch master into presentation_upgrade | Aubrey-Li | |
| 2022-04-25 | put snapshot dash in novice mode. fixed undo for snapshot/new dashboard. ↵ | bobzel | |
| changed titling of snapshots to use {#}. no current UI for cloning dashboards. | |||
| 2022-04-12 | cleaned up errors/warnings. fixed dragging to turn off pointer events on ↵ | bobzel | |
| whatever's being dragged. | |||
| 2022-04-07 | added grouping and write mode vs pen mode | Naafiyan Ahmed | |
| 2022-04-05 | merge master | Aubrey Li | |
| 2022-04-05 | fixes to allow dragging golden layout windows to be aborted with 'esc'. ↵ | bobzel | |
| some code cleanup as well to avoid rebuilding golden layout when tabs are closed. Fixes for undo and goldenlayout | |||
| 2022-03-17 | Merge remote-tracking branch 'origin/speedups2' into presentation_upgrade | Aubrey Li | |
| 2022-03-07 | got rid of include cycles for Scripting globals to make hot updates work better. | bobzel | |
| 2022-03-04 | removed pseudo Doc type system. playing with hot reloading. | bobzel | |
| 2022-03-03 | edit: lightbox opens tab in the same stack | Aubrey Li | |
| 2021-10-27 | fixed resizing window in lightbox view without messing up the docking view | bobzel | |
| 2021-08-30 | GitHubs are default view | geireann | |
