aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/GlobalKeyHandler.ts
AgeCommit message (Collapse)Author
2020-10-16updated user initialization code to not generate server traffic when ↵bobzel
creating a new account. set user accounts to update their cache 2.5s after login.
2020-10-05handled concurrent list additions as a special case (need to handle all ↵bobzel
concurrent edits still).
2020-10-05stopped ctrl-a from selecting doucment.body. prevented pdfviewer's texxt ↵bobzel
layer from scrolling horizontally when text annotations go out of bounds horizontally. fixed text boxes to not grab selectonOnLoad focus unless they're in an active tab.
2020-10-02fixed creating groupsbobzel
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-30fixed linking to text hyperlinks from PDFsbobzel
2020-09-30made shift-clicking work through the currenlty selected document decoration ↵bobzel
background
2020-09-20fixed undo for bullet points to not take multiple steps and to work ↵bobzel
properly. no longer adds cursorfiels to the undo stack. fixed sharing manager to no create unnecesary documents..
2020-09-17changed text box headers from a template to a title bar.bobzel
2020-09-16a bunch of changes to dragging/selection of ui buttons to turn off context ↵bobzel
menus, remove close buttons on doc decoartions, fix the title region fo tabs,
2020-09-01fixed facet filters operations and whitelisting of known fieldsbobzel
2020-09-01fixed following link to a doc that is in a hidden tab to show that tab. ↵bobzel
fixed linear view to hit content bounds accurately. fixed editing of text in tabs somewhat. fixed place ment of link anchor boxes for topMost views.
2020-08-31moved the non-rendering contents of FormatShapePane into InkStrokeProperties.bobzel
2020-08-31major overhaul of mainViewbobzel
2020-08-30cleaned up MainView a bit.bobzel
2020-08-29major restructure of how addDocTabs works. now you can add/replace with ↵bobzel
options for left/right/top/bottom and specific panel names
2020-08-29reorganized source files into proper directories. split contents of ↵bobzel
ParendDocSelector into CollectionDockingViewMenu and PropetiesDocContextSelector
2020-08-29added some link follow options to link Editor. Big overhaul of dockingView ↵bobzel
to make things undoable and cleaner
2020-08-25fixed ink warnings. double-click turns on control point editing - esc ↵bobzel
reverts. made aliasing ink strokes possible & working.
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-23fixed start/end link for text selections on start link. fixed display of ↵bobzel
link target from link text hyperlink
2020-08-12used datadoc for acl calculations in many places + some other changesusodhi
2020-08-12Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵usodhi
acls_uv
2020-08-10reverting back to earlier algorithmAndy Rickert
2020-08-11Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵usodhi
acls_uv
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-10prevented infinite loop in distributeAcls + allowed change of alias x, y, ↵usodhi
width, height in owned collection + changes to removeDocument calls in many places + comments etc
2020-08-08tidying up assorted features, disabling editing doc keys in search, etcAndy Rickert
2020-08-07merge with masterMelissa Zhang
2020-08-06fixed bug where items deleted with backspace key or MarqueeView don't show ↵Melissa Zhang
up in recently closed
2020-07-30merge with masterMelissa Zhang
2020-07-30remove unnecessary authentication/database stuffMelissa Zhang
2020-07-30made 'floatin' document API cleaner. fixed interactions with draggin blue ↵Bob Zeleznik
dots off and link lines to link documents. removed Recommndations UI stuff. changed treeView to avoid "No, no, no" error warnin when tryin to render promises
2020-07-22fixed document download/import to capture links as well.Bob Zeleznik
2020-07-22restored download document. fixed clone() to clone to be async and handles ↵Bob Zeleznik
lists properly.
2020-07-20merge conflictsusodhi
2020-07-17got rid of InkOptionsMenu. Merged into CollectionFreeFormViewChrome.Bob Zeleznik
2020-07-09acls now work I think + some cleanupusodhi
2020-07-07made docFilters apply to links. added hypothesis api token inputBob Zeleznik
2020-07-03Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵anika-ahluwalia
anika_linking
2020-07-02Merge pull request #426 from browngraphicslab/mobile_revision_directbobzel
Dash Mobile
2020-07-02started link created popup, tried hihglighting sourceanika-ahluwalia
2020-07-01added isPushpin. added 'hidden' for DocumentViews to stop displaying them. ↵Bob Zeleznik
made pushpin's FontIconBox's. made Esc close context menu.
2020-06-30Merge branch 'master' into mobile_revision_directgeireann
2020-06-25fixed copying/ pasting of PDF quotes to generate blockquotes.Bob Zeleznik
2020-06-26Merge branch 'master' into mobile_revision_directgeireann
And changes to UI of record and image upload
2020-06-24added ability to start a link & finish a link with double clickBob Zeleznik
2020-06-22cleaned up errors. added ctrl-a to select documents within a freeform ↵Bob Zeleznik
collection. fixed ctrl-x to remove documents properly. fixed paste documents to clone only if copied.
2020-06-19fixed a bunch of minor bugs with pdf ui, text box selection, menus, etc.Bob Zeleznik
2020-06-17made docFilters a prop on everythingBob Zeleznik