aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/webcam
AgeCommit message (Collapse)Author
2024-09-02more merge reversal cleanupbobzel
2024-08-30clean up comparison boxalyssaf16
2024-04-23fixes for rich text menu updates and setting parameters on text doc vs ↵bobzel
within in RTF. Lots of lint cleanup.
2024-01-23reorganization of DocumentView, DocumentViewInternal and FieldView methods ↵bobzel
and props. fix for selection bug after following a link. migrating to use [DocData] instad of GetProto()
2023-12-29cleaned up imports, mobx observable initialization and some compile errors.bobzel
2023-12-29fixed dropping images from web. fixed exif data on images and autorotating ↵bobzel
exif rotated images. fixed selecting on web pages, and resizing web pages upward so that pointer events aren't grabbed.
2023-12-11fixed includes of scss globals into typescript files.bobzel
2023-12-03cleaned up warnings and errors, working with typescript 20.10bobzel
2023-08-27lots of cleanup to streamline import orderings (ie packages should not ↵bobzel
mutually import each other directly or via a chain). change raiseWhenDragged to be keepZWhenDragged and got rid of system wide default.
2022-07-08restructured currentUserUtils to avoid having import cycles.bobzel
2022-06-20a bunch of changes to make some userDoc() field accesses more typesafe by ↵bobzel
going through CurrentUserUtils. Some normalization of naming/functionality in CurrentUserUtils
2022-03-01updated to webpack 5bobzel
2021-07-10Standardizing Colors, changing global CSS variablesAshley Cai
2021-03-12trying to make treeViews more efficient by making fewer calls to Get ↵bobzel
document fields getter.
2020-08-24cleaned up all library() calls to add icons. fixed import styles. fixed ↵bobzel
keyboard events for presentation views to trigger when no input box is the target.
2020-06-09fixed lots of errors/warnings. added 'a' to be able embed documents on ↵Bob Zeleznik
drop. added 'l' toggle to perist lasso/marquee mode.
2020-06-08Merge branch 'ink_menu'Bob Zeleznik
2020-06-08final cleanup of ink related stuff so that things are more structured and we ↵Bob Zeleznik
avoid input cycles
2020-06-08a bunch of cleanup to fix import order and to organize/restructure ink ↵Bob Zeleznik
things in the right places.
2020-06-06preventative measure for circular dependency for mobile folks eventual ↵Sam Wilkins
merging into master
2020-05-22fixed port issuesSam Wilkins
2020-05-22port extensibility fixesSam Wilkins
2020-05-17release server integration with sslbobzel
2020-04-23fixed performance of panning with something selected by making TemplateMenu ↵Bob Zeleznik
ot render unless it has explicitly been activated.
2020-04-01fixed warnings and some compile errors. Made a key value layout and extened ↵Bob Zeleznik
DocumentBox to have a childLayoutKey field
2020-02-12Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵Mohammad Amoush
webcam_mohammad
2020-02-11HangUp and refresh and ui updateMohammad Amoush
2020-02-11Merge branch 'master' of https://github.com/browngraphicslab/Dash-WebSam Wilkins
2020-02-11cors proxy for webcam testSam Wilkins
2020-02-11muted local video audioMohammad Amoush
2020-02-11turnServer call Location fixedMohammad Amoush
2020-02-09CleanUpMohammad Amoush
2020-02-09audio adddedMohammad Amoush
2020-02-08finished for demoMohammad Amoush
2020-02-08Ui Update and stream track stoppage addedMohammad Amoush
2020-02-07Another refactor with modulesMohammad Amoush
2020-02-07More ui work doneMohammad Amoush
2020-02-07Some cssMohammad Amoush
2020-02-07added audioMohammad Amoush
2020-02-06HangUp bug fixedMohammad Amoush
2020-01-21Moved everything into componentMohammad Amoush
Need help with server side
2020-01-19Class refactorMohammad Amoush
2019-12-08Local Stream tracks stopped when component gets closedMohammad Amoush
2019-12-07Adding hang-up functionalityMohammad Amoush
2019-11-10messages changed to only room instead of server broadcast!andrewdkim
2019-11-062 person call doneMohammad Amoush
2019-11-05add a prompt and figure out message why not sendingandrewdkim
2019-11-03Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵kimdahey
webcam_mohammad
2019-11-03Moved code into initMohammad Amoush
2019-10-29couple fixesMohammad Amoush