aboutsummaryrefslogtreecommitdiff
path: root/src/client/util/SettingsManager.tsx
AgeCommit message (Collapse)Author
2023-02-09fixed childLayoutString to work. made images capable of fitWidth. fixed ↵bobzel
animating data field pres changes. fixed lightbox to ignore annotations on collections. fixed double-click on icon to open in lightbox. added options for turning off ink labels, and opening ink in lightbox. fixed closing ink strokes by dragging. fixed drawing ink to use coord sys of starting point and to render ink the correct width and to honor GestureOverlay mode properly. .
2023-02-04image background color determines opacity of image (independently of ↵bobzel
annotations over image). enabled scrolling of images when in fitWidth mode. added disabling of text labels in ink shapes.
2022-12-23fixed scroll pan vs. zoom option and uibobzel
2022-10-24added first draft version of scrolling up and scrolling sidewaysgeireann
2022-10-18cleaned 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-09-20updated homepage viewGeireann Lindfield Roberts
2022-07-20added a 'guest' login mode. added ability for mainView to be any doc, not ↵bobzel
just a docking collection.
2022-07-08restructured currentUserUtils to avoid having import cycles.bobzel
2022-06-24fixed highlighting readonly mode. simplified away some async stuff on load.bobzel
2022-06-20more cleanup to get rid of unecessary references to Doc.UserDoc().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
2021-09-21fixed up some darkScheme css, enabled comic mode for developers, enabled ↵bobzel
opening up fields on dashboards in myDocuments
2021-08-09fixed augment only text to resize correctly with autoheight. fixed acls to ↵bobzel
cache correctly for new documents. fixed links to be shared across users. fixed links to always default to public.
2021-07-29lots of updates!geireann
2021-05-25fixed userColors to be set on mySharingDocs data document. fixed so that ↵bobzel
field is userColor everywhere (not color).
2020-11-30fixed react warningbobzel
2020-11-29redesigned settings popupSally Chen
2020-10-01major performance fix by adding a SharingDocument to the user's DB account ↵bobzel
so that inquiring the users' UserDoc (and everything it referecens) is no longer necessary.
2020-09-28fixed display of info about pdf annotations. made userColor change ↵bobzel
background color of settings dialogue.
2020-09-17restored template button option for customizing layout but added a Full ↵bobzel
Toolbar mode to enable it.
2020-09-17changed text box headers from a template to a title bar.bobzel
2020-09-16added a global option to determine whether documents are brought to front ↵bobzel
when dragged. fixed document override of this option to use the same variable _raiseWhenDragged.
2020-09-14added a default user color and used it within custom note templatebobzel
2020-09-11changes to switch from 'pt' units to 'px' for fonts. fixxes to ↵bobzel
presentations for treeview outlines.
2020-09-04Merge remote-tracking branch 'origin/anika_bug_fixes'bobzel
2020-09-02added an autoscroll option to settings to turn it off.bobzel
2020-09-02minor UI cleaninganika-ahluwalia
2020-08-24added alternate doc button bar to settings. changed context menu icon to ↵bobzel
bars from cog.
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-08-23added settings for default text titles. fixed image audio annotatoins. ↵bobzel
fixed captions to not set title. added properties buttons for layout options and removed template layout button. fixed warnings.
2020-08-21switched from "scenes" to "dashboards"bobzel
2020-08-21trying scenes instead of workspacesbobzel
2020-08-14fixed marque offsetanika-ahluwalia
2020-08-12select fixesanika-ahluwalia
2020-08-11from lastbobzel
2020-08-11updated how background colors workbobzel
2020-08-10fixed issues with presentationBox grabbing all keyboard events and ↵bobzel
preventing title edits among others. fixed runtime errors. fixed groupManager to open again.
2020-08-10default acl private setting created + bugfixusodhi
2020-08-08merge with masterMelissa Zhang
2020-08-07Merge branch 'master' of https://github.com/browngraphicslab/Dash-Webbobzel
2020-08-07code cleanupbobzel
2020-08-07merge with masterMelissa Zhang
2020-08-06trying novice toolsanika-ahluwalia
2020-08-06ink fixanika-ahluwalia
2020-08-05finishing touches on settingsanika-ahluwalia
2020-08-05fixed display of fontsizes in richtexts dropdownmenubobzel
2020-08-05UI changes and bug fixes found with UVanika-ahluwalia
2020-08-04finishing touches on settingsanika-ahluwalia
2020-08-04structure for new settingsanika-ahluwalia
2020-08-03merge with masterMelissa Zhang