aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/GlobalKeyHandler.ts
AgeCommit message (Collapse)Author
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-06-20lots of changes to try to cleanup CurrentUserUtils so changes can be made ↵bobzel
without rebuilding the DB.
2022-05-10fixed shift-clicking to add to doc decorations selectionbobzel
2022-04-29added 'enter' to toggle iconify. fixed webBox deiconify to render webpage. ↵bobzel
updated colors in minimap to match icon colors.
2022-04-26fixed undoing closing of documents with DocumentDecorations close buttonbobzel
2022-04-14fixed following links to documents in iconified collections/text to ↵bobzel
deiconify. fixed ctrl-x to cut (not iconify). changed lightboxview to add to future docs when stepping into. added placeholder for indicating how many documents are left in lightbox future
2022-04-11changed backspace to iconify then deletebobzel
2022-04-05fixes to allow dragging golden layout windows to be aborted with 'esc'. ↵bobzel
some code cleanup as well to avoid rebuilding golden layout when tabs are closed. Fixes for undo and goldenlayout
2021-12-02added shift erase stroke to delete full strokes. added shift drag end of ↵bobzel
stroke to scale uniformly. added ctrl+p,ctrl+e to switch between eraser/pen. added delete to menu options for tree view items. cleaned up a lot of ink code.
2021-11-30fixed warnings/errors. added inkingStroke comments. need to double-click ↵bobzel
now to add a point to an ink stroke.
2021-09-27videoBox fitsWidth properly in lightbox. documentdecorations less hacky for ↵bobzel
deciding when to allow nativewidth/height changes by adding props to document type templates. fixed height of properties pane & updated CSS for leftflyout & properties pane. marquees no longer oveflow image/video boxes.
2021-09-26don't delete tab if it's selected and backspace is typed.bobzel
2021-09-16added search() component method. changed search menu to call search on ↵bobzel
documents that match search string. added seach bar for web pages.
2021-09-09added SelectionManager.Docs() to avoid having to dereference props to get at ↵bobzel
the seelcted Doc. this was causing a cycle in menu items when selected. fixed sizing of filterBox. enabled showing titles for VID,COL,and IMG in addition to RTF.
2021-08-05Merge branch 'master' into search-davidgeireann
2021-08-04search panel updatesdg314
2021-07-15Merge branch 'master' of https://github.com/brown-dash/Dash-Web into ↵vkalev
ink-gfx-victor Merging master changes into ink branch
2021-07-14fixed dragging marquees on nested images. fixed images to allow marquees on ↵bobzel
nested images. changed drag titlebar message.
2021-07-06refactoringvkalev
2021-06-28db updatedg314
2021-03-30mergingusodhi
2021-03-24fixes for audiotags so that they can be navigated to when focusing. fixes ↵bobzel
to dictation to start/stop properly. added "RecodingEvents" to trigger dictation waypoints.
2021-03-13minor changesusodhi
2021-03-12trying to make treeViews more efficient by making fewer calls to Get ↵bobzel
document fields getter.
2021-03-06Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵usodhi
filters
2021-03-06cleaned up a little bit in doc decorations.bobzel
2021-02-25mergingusodhi
2021-02-23fixed backspace to delete text items in treeViews. simplified ↵bobzel
UndoRunInTempBatch. fixed clicking on sort line for treeView to only recognize actual clicks. fixed stayInCollection with DocDecorations to not create a giant gray square. prevent server crash when db has bad data somehow.
2021-02-18mergingusodhi
2021-02-12changed lightbox to navigate within frame if next target is alreay there, ↵bobzel
otherwise create it. changed focus default to call afterFocus(). fixed bug of zooming on target doc to compute scale correctly.
2021-02-11mergingusodhi
2021-02-10fixed escaping menu to not close lightbox. fixed formattedTextBox dragging ↵bobzel
of sidebar to not scroll. fixed css width of formattedTextBox text area
2021-02-05cleaned up lightbox. replaced old npm lightbox.bobzel
2021-02-03fixed webBox forward/backward and in lightbox.bobzel
2021-02-02playing with a general lightbox for Dash documents.bobzel
2021-01-27mergedusodhi
2021-01-26made StackedTimeline a collectionview and renamed CollectionStackedTimeline. ↵bobzel
Now timeline anchors will observe filters.
2021-01-26refactored out timeline code from video and audio into StackedTimeline ↵bobzel
component.
2021-01-25tweaks to double-tap interactions on videoBox. added Esc to cancel drag on ↵bobzel
video timeline.
2021-01-20Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵usodhi
filters
2021-01-20moved PDFMenu to AnchorMenu. added AnchorMenu to formattedTextBox. Fixed ↵bobzel
following links from text box huyperlinks when there are multiple different huypertext links on the document.
2021-01-18mergedusodhi
2021-01-15fixed more issues with audio Box - simplified decorations when selected. ↵bobzel
fixed dragging when not selected. added esc to stop dragging.
2020-12-20added settings manager to esc key handlerusodhi
2020-12-16moved float() to collectionfreeformdocviewbobzel
2020-12-16fixed treeView layouts to pass good values for panelWidth/height to ↵bobzel
DocumentView. renamed Selectionmanager methods to be views not documents.
2020-12-14minor cleanupbobzel
2020-12-14renamed ContentFittingDocumentView as DocumentView. Renamed DocmentView as ↵bobzel
DocumentViewInternal
2020-12-14more changes to ContentScaling to get web/video/image boxes to work with ↵bobzel
annotation/DocDecorations in contentfitting and freeform views.
2020-12-11more documentViewProps cleanup. fixed embedding documents into treeView / ↵bobzel
slide bullet items.