Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | avoid crashes when urlfield is undefined. prevent multiple views from ↵ | bobzel | |
setting thumbnail for same doc at same time. prevent unregistered views from creating thumbnails. | |||
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-02 | fixing many eslint errors | bobzel | |
2022-06-30 | merged master | Naafiyan Ahmed | |
2022-06-29 | got basic file upload to work | Naafiyan Ahmed | |
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-20 | fixed contextmenu when hitting enter to not iconify. fixed : menu to add ↵ | bobzel | |
equations properly. | |||
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 | |||
2022-06-09 | Merge branch 'master' into master-cleanup | bobzel | |
2022-06-09 | renamed fitToBox to fitContentsToBox. fixed pinning multiple documents at ↵ | bobzel | |
same time to not bring up presBox multiple times. | |||
2022-06-08 | merge with master | bobzel | |
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-06-02 | fixed previously introduced bug where pin doc added pres to first tab ↵ | bobzel | |
collection. Highlight pres targets when following. fixed videoBox to play regions properly. adjusted labelBox for stackedTimeline views. fixed stacked timelines to not stop keyboard events which was preventing text notes from being created on video boxes. | |||
2022-06-02 | merge with presentmode | Michael Foiani | |
2022-06-02 | Merge branch 'inking-naafi-mehek' into master-cleanup | mehekj | |
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-25 | variety of small fixes for text / sharing. made typed text default to 35 ↵ | bobzel | |
height so that when shared it doesn't start big and jump to small. changed permissions to be private until an Acl is set - this prevents private docs from flicking on momentarily when shared since fields are not distributed atomically. added Shift/Alt/Ctrl Enter for freeform and stacking views to create neighboring docs. fixed first typed char of text to have a user_mark. made shared text doc header overlap to prevent scrolling. | |||
2022-05-13 | removed layerProvider functionality. | bobzel | |
2022-05-13 | fixed crashing bug when quickly re-updating webbox (or other) icon. fixed ↵ | bobzel | |
infinite loop in FilterBox. changed TimeView to scale WebBox's. fixed issues with timeView filters. fixed bugs with webBox scrolling on startup, following links, etc. | |||
2022-05-12 | fix: gives recording box unique id to allow multiple streams at the same time' | Jenny Yu | |
2022-05-11 | fixed crop of pdfs when zoomed. removed some unused pdf code. removed unused ↵ | bobzel | |
LOD code. | |||
2022-04-28 | fixed timestamps and added some scaling | mehekj | |
2022-04-28 | Merge branch 'master' into recording-jenny | Jenny Yu | |
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-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-12 | Merge branch 'inkocr-mehek' into inking-naafi-mehek | mehekj | |
2022-04-12 | ink to text for groupings | mehekj | |
2022-04-11 | making layout icons work better. | bobzel | |
2022-04-07 | added RecordingView | geireann | |
2022-04-07 | added grouping and write mode vs pen mode | Naafiyan Ahmed | |
2022-04-05 | merge master | Aubrey Li | |
2022-04-04 | fixed autolink. fixed the pileup view to animate properly and activate ↵ | bobzel | |
without selection. added a 'dataTransition" prop to DocumentView to allow collections to animate changes in the size of documents. | |||
2022-04-04 | cleaned up warnings. fixed ink to work better with it's label boxes by not ↵ | bobzel | |
letting textbox ComponentView override inkinstroke. made ink text boxes go away unless they have text or are selected. fixed up brushing code and made it work for ink and ink w/ text labels | |||
2022-03-23 | adjsuted pdfBox and WebBox to resize better without glitches when using the ↵ | bobzel | |
annotation sidebar. changed so that when fitWidth is set anything can be resized vertically - causes artifacts for videoBoxes. | |||
2022-03-22 | fixed temporal media merge that had reverted a lot of things. | bobzel | |
2022-03-20 | Revert "Merge remote-tracking branch 'origin/speedups2' into ↵ | mehekj | |
temporalmedia-mehek" This reverts commit 1f7cf7babc76ecff5aef5fe663c48e067e85dd26, reversing changes made to 1e3ad4de06f83eab54628de660529fefb9a0dc63. | |||
2022-03-17 | Merge remote-tracking branch 'origin/speedups2' into temporalmedia-mehek | mehekj | |
2022-03-17 | Merge branch 'master' into temporalmedia-mehek | mehekj | |
2022-03-17 | Merge remote-tracking branch 'origin/speedups2' into presentation_upgrade | Aubrey Li | |
2022-03-15 | marquee create slide | Aubrey Li | |