aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/PreviewCursor.tsx
AgeCommit message (Collapse)Author
2021-09-22fixed problem with fontsize corruption. fixed showing correct font size ↵bobzel
when creating a new empty document with storedMarks. fixed color of previewcursor in dark mode.
2021-08-24fixed following link from ink stroke. made interacting with annotatable ↵bobzel
documents consistent when selections are cleared by clicking. fixed undo for webboxes. fixed limiting size of links button.
2021-02-27more cleanup of unused fields and minor fixes to things like the color ↵bobzel
picker's display of the selcted documents background color. also a fix for textbox autoresizing when dragged small
2021-01-21fixed fitWidth for WebBoxbobzel
2020-12-10fixed filterBox/TreeView to support checkboxes again. Simplified ↵bobzel
{DocumentView/CollectionView/FieldView}props
2020-11-12only use arrow keys to pan freeform views that are at the top levelbobzel
2020-09-17changed text box headers from a template to a title bar.bobzel
2020-09-14updated header text view. fixed dragging tree view items to unregister ↵bobzel
listeners. fixed contextMenu icon selection to ignore dashFieldViews. fixed selectOnLoadChar to not apply when a childlayoutstring is specified. fixed dropping text box on item view to only use json parseable text.
2020-09-12fixed sidebar views in text boxes to work in treeview outlines. fixed ↵bobzel
context menus to select docs again. fixed linkAnchors to show up when isLinkButton is true but doc is selcted. changed nudging to be ignore in annotation overlays
2020-09-12changd web pages to be fitWidth and added a data-contentWidth field so that ↵bobzel
you can extend them vertically, or add a margin horizontally.
2020-09-01fixed facet filters operations and whitelisting of known fieldsbobzel
2020-08-27fixed up undo for copy/cloning documents and for opening mainMenu sidebarbobzel
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-20volume etc key issues fixedusodhi
2020-08-03Merge remote-tracking branch 'origin/menu_restructure' into presentation_updatesGeireann Lindfield Roberts
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-01added pasting of snipped images (mac at least)Bob Zeleznik
2020-06-26fixed highlighting text anchors in text notes. fixed pasting fragements of ↵Bob Zeleznik
PDFs to create back links inside blockquotes.
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-05-15renamed new_fields to fieldsSam Wilkins
2020-05-13fixed paste locationBob Zeleznik
2020-05-12fixed copy paste of documents in freeform collections.Bob Zeleznik
2020-05-11changed Cors behavior for WebBox(On for everything except GoogldDocs). ↵Bob Zeleznik
Update Freeze to work for ctrl-resizing text, and showing full screen. reorged context menus.
2020-05-09added document clone and paste for all collectionsBob Zeleznik
2020-05-09fixed missing gear in golden layout. fixed double dragging events. changed ↵Bob Zeleznik
dragging to give prefernce to modifier keys over dropactions. changed names of Documents to Catalog. added document copy past with ctrl c/ctrl v
2020-05-08added " " for switching between pan/zoom & marquee.Bob Zeleznik
2020-04-13more mapview adjustmentsBob Zeleznik
2020-04-13cleaned up rootSelected() to work with templates. adjusted nudge to favor ↵Bob Zeleznik
moving documents over panning collection
2020-04-12fixed nudging stoppropagation stuff. fixed inPlace addDocTab for non ↵Bob Zeleznik
freeform views
2020-04-12added arrowkey nudging of freeform view. fixed background overflow.Bob Zeleznik
2020-01-25added text templates for FormattedText, added field views in formatted text ↵Bob Zeleznik
box, got rid of documentText @@@ initing of FormattedText
2020-01-24warning fixes.bob
2020-01-24made dataDoc be a data doc, not a layout doc & stopped expanding templates ↵bob
in DocumentContentsView. changed autoHeight to be _autoHeight layout property.
2020-01-23got rid of extension docs. changed layout-specific keys to start with "_" ↵bob
which flags them to be written to the current layout document
2019-12-16fixes to focus() from tree view. removed scrollbars from collectionview ↵bob
(when floating doc is out of view).
2019-12-12from lastBob Zeleznik
2019-12-12fixed warnings. Limited the size of pasted text boxesBob Zeleznik
2019-12-03const linter rule and restored google docs push, fixed routingSam Wilkins
2019-11-22cleaned up previewcursor warningsBob Zeleznik
2019-10-10removed CollectionVideoViewbob
2019-09-11added default note type collectionbob
2019-09-06cleanup of prosemirror stuff.bob
2019-08-23pulled from mastermonikahedman
2019-08-21moved links to own foldermonikahedman
2019-08-20send halpmonikahedman
2019-08-19switch to text needs help lolmonikahedman
2019-08-16paste is working for text, images from web, and youtube linksmonikahedman
2019-08-16images workmonikahedman
2019-08-15text paste working!monikahedman