| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-08-03 | from last | 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-28 | from last | bobzel | |
| 2022-07-28 | fixed video thumbnail generation to have a lock that prevents multiple ↵ | bobzel | |
| attempts to create the thumbnails at the same time. fixed ImageUpload to catch resize errors and not crash the server. | |||
| 2022-07-28 | fixed an issue with tab closing not being serialized correctly causing ↵ | bobzel | |
| incorrect state on reload | |||
| 2022-07-26 | fixed dragging webBoxes within a gridView to not marquee select. | bobzel | |
| 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-22 | changed ink width to be scaled by document scale to make it look like ink ↵ | bobzel | |
| stroke is the same regardless of the native width of the document being drawn on. | |||
| 2022-07-21 | fixed hiding marquee options menu when clicking on background. | bobzel | |
| 2022-07-20 | fix replay bug with presentation | Michael Foiani | |
| 2022-07-20 | fixed hiding display of timeline for videoBox | bobzel | |
| 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-07-07 | made columnRenderef for react-table be a simple reactNote instead of ↵ | bobzel | |
| posisbly a function to avoid type errors. | |||
| 2022-07-07 | updated movable column imports | bobzel | |
| 2022-07-07 | got rid of typings for ReactTextareaAutocomplete to avoid react warnings. | bobzel | |
| 2022-07-07 | trying to fix errors in compiles | bobzel | |
| 2022-07-06 | Merge branch 'master' into geireann-eslint-prettier | Geireann Lindfield Roberts | |
| 2022-07-06 | fixed pushpin behavior to work with notes in annotation sidebar. fixed ↵ | bobzel | |
| right-clicking on text anchors to bring up anchor menu | |||
| 2022-07-06 | Merge branch 'master' into geireann-eslint-prettier | Geireann Lindfield Roberts | |
| 2022-07-05 | fixed sidebar annos to be editable (with i-beam cursor) when selected and to ↵ | bobzel | |
| be active when parent document is active. fixed previewing a sidebar annotation to not open up sidebar | |||
| 2022-07-04 | Merge branch 'master' into geireann-eslint-prettier | Geireann Lindfield Roberts | |
| 2022-07-03 | from last | bobzel | |
| 2022-07-03 | fixed contextMenu to not trigger on a collection when the contextMenu event ↵ | bobzel | |
| has already been handled. | |||
| 2022-07-02 | fixing many eslint errors | bobzel | |
| 2022-07-01 | Merge branch 'master' into geireann-eslint-prettier | Geireann Lindfield Roberts | |
| 2022-07-01 | allow longer lines - people can always break them up explicitly if they ↵ | bobzel | |
| don't look right. | |||
| 2022-06-30 | merge with master | Michael Foiani | |
| 2022-06-30 | stacked timeline timecode fix | mehekj | |
| 2022-06-28 | cleaned up some more currentUserUtils - fixed some issues with prev/next ↵ | bobzel | |
| key frame appearing. | |||
| 2022-06-27 | fixed initialization issues with creating user documents unnecessarily. ↵ | bobzel | |
| fixed updating doc icon templates to apply to documents already created. | |||
| 2022-06-24 | fixed myImports pane to show imports. fixed saving/loading zip files of a ↵ | bobzel | |
| collection. fixed errors related to NumT casting to number | |||
| 2022-06-23 | merge with mehek video | Michael Foiani | |
| 2022-06-22 | Merge branch 'data-visualization-view-naafi' | bobzel | |
| 2022-06-22 | more cleanup in currentuserutils. fixed so that removing items from a list ↵ | bobzel | |
| in code will remove them from the UI | |||
| 2022-06-22 | fixed timeline label bug removed "NaN" | mehekj | |
| 2022-06-21 | Merge branch 'master' into temporalmedia-mehek | bobzel | |
| 2022-06-21 | from last and keep keyvalue tabs out of topbar | bobzel | |
| 2022-06-21 | restored experimental templates. fixed (enabled) pointer events on nested ↵ | bobzel | |
| column/row views when container is active. got rid of freezeDimensions which wasn't needed and introduced artifacts for views that set it (timeView, GridView) | |||
| 2022-06-21 | same fix as previous | mehekj | |
| 2022-06-20 | more cleanup to get rid of unecessary references to Doc.UserDoc(). | bobzel | |
| 2022-06-20 | Merge branch 'master' into temporalmedia-mehek | mehekj | |
| 2022-06-20 | Revert "Revert "Merge branch 'master' into temporalmedia-mehek"" | mehekj | |
| This reverts commit 3415f672292bb349c7d9ec66564933a746ee3b25. | |||
| 2022-06-20 | Revert "Merge branch 'master' into temporalmedia-mehek" | mehekj | |
| This reverts commit 145117365b2708ef6b365c6f0f10c38b85a87307, reversing changes made to 7eedde332010c8896be636f0b5c6a7b2c8043e48. | |||
| 2022-06-20 | Merge branch 'master' into temporalmedia-mehek | mehekj | |
| 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-17 | updated fontIconBadge to use 'viewed' list to decrement value when items are ↵ | bobzel | |
| viewed. cleaned up how sharedDoc is setup in currentUserUtils to allow updates to not require rebuilding DB | |||
