aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/formattedText/RichTextMenu.tsx
AgeCommit message (Collapse)Author
2022-07-29fixed autoHeight for texdtviews embedded in text views. fixed doc ↵bobzel
decorations for sidebar items in lightbox view. added 'tree' as sidebar type for text. fixed text sidebar to show same annotations whether in stacking or tree view. fixed linkDescription pop to go away on click outside of it.
2022-07-02fixing many eslint errorsbobzel
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-02fixed highlighting of ink to not show bounding box. stopped shift Tab from ↵bobzel
blocking bulleting. moved presEffects to slide.
2022-05-31added a pop up menu for viewing dashField view collection. added a menu ↵bobzel
button for turning off autoLinking to text selection. added ability to add button to top contextMenu buttons without blowing away db.
2022-05-02fixed scaling ink label in lightbox,etc views. changed ink strokes so that ↵bobzel
clicking on label of closed stroke is lower preceden than clicking on line. fixed fontsize UI for setting ink label sizes. can no longer slide ink pts that are cusps along curve.
2021-12-03cleaned up text alignment buttons & initialization in formatted text boxbobzel
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-09-22fixes for fontcolor dropdown to be continuous as pointer moves.bobzel
2021-09-22fromlastbobzel
2021-09-22fixed runtime bug inside toggleBold(). removed print statements.bobzel
2021-09-15fixed documentdecoration resizers. fixed grouping and added button to ↵bobzel
switch between freeform / group
2021-09-12updates pres so it workskimdahey
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-26hopefully ready!geireann
2021-08-26added toggleBoldgeireann
2021-08-26really closegeireann
2021-08-25many updatesgeireann
2021-08-01Merge branch 'master' of https://github.com/brown-dash/Dash-Webbobzel
2021-08-01made url server references relative.bobzel
2021-07-31Merge branch 'master' into tab_updatesgeireann
2021-07-30major UI / updates + refactoringgeireann
2021-07-24Merge branch 'master' into linking-anhdinhanhtruong
2021-07-24In-progress link popupdinhanhtruong
2021-06-30fixed drawing on images/videos/photosbobzel
2021-04-06updatesGeireann
2021-02-09started to cleanup LinkDocPreview, LinkMenu.bobzel
2021-02-08overhaul of link anchors on text boxes to use actual Documents to represent ↵bobzel
selected text. Also got rid of _scrollY and _scrollPreviewY so that all document regions can be focused on using focus() and the new scrollFocus() mechanisim
2021-01-22fixed up videoBox timeline. changed video annotations to use ↵bobzel
displayTimecode and undisplayTimecode
2021-01-21fixed dropdown behavior of menu buttons -- specifically styleBrushbobzel
2021-01-20fixed text styleBrushbobzel
2020-12-16fixed treeView layouts to pass good values for panelWidth/height to ↵bobzel
DocumentView. renamed Selectionmanager methods to be views not documents.
2020-10-30fixed setting links from link dialogue in text boxesbobzel
2020-10-08fixed adding/removing schema columns. fixed showing text/ink tools in menu ↵bobzel
at right time. cleaned up schema view a bit and fixed drag bar from disappearing when shown in full tab.
2020-10-07fixed undoing changes to a textbox's fontsize/family. changed auto-page ref ↵bobzel
syntax to start with ':'. fixed making text menu appear when clicking on caption & other text boxes.
2020-09-14small fix to colorBox to set text color for currently active text boxes text ↵bobzel
field
2020-09-11changes to switch from 'pt' units to 'px' for fonts. fixxes to ↵bobzel
presentations for treeview outlines.
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-27fixed open on right from Doc Decorations to remove context field. fixed ↵bobzel
presBox to find best target instead of assuming targetDoc is always displayed
2020-08-27added undo for deleting presentation view items. fixed scroll height of ↵bobzel
mainView sidebar.
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-18Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵Lionel Han
bug_fixes
2020-08-18fix pdf highlight change bugLionel Han
2020-08-17fixed text menu updatingbobzel
2020-08-14fixed some edge cses with richTextMenu synchronization. added author field ↵bobzel
to delegates
2020-08-14cleaned up invocation of RichTextMenubobzel
2020-08-14fixed upating of Rich Text Menu toolbar --- still hacky though.bobzel
2020-08-05Merge branch 'master' into menu_restructurebobzel
2020-08-05fixed display of fontsizes in richtexts dropdownmenubobzel
2020-08-05 lintAndy Rickert