aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/formattedText/FormattedTextBox.tsx
AgeCommit message (Collapse)Author
2020-09-03fixed linking pdf selections to rtf selections.bobzel
2020-09-02fixed search in text boxes to ignore case. fixed creating new tabs when ↵bobzel
only a stack exists. fixed SearchBox to only create one time.
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-28fixed undo for collection tabs. fixed treeview to support freezeChildren to ↵bobzel
prevent children from being removed from the tree. Made _isBackground a layoutfield. fixed formattedTextBox exceptions on undo from a tab.
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 dockingview tab highlighting. fixed text hyperlink link following to ↵bobzel
show target correctly (not clipped) and avoid exceptions.
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-22changed customTitle to title-custombobzel
2020-08-22more search cleanup. searches over dashboards, not collections now. fixed ↵bobzel
drag-off filters to still work with collections.
2020-08-22switched search from writiing searchMatch to matched docs to instead store ↵bobzel
in a run-time observableMap. This allows simultaneous searches by different users.
2020-08-19cleaning lint errorsbobzel
2020-08-19more cleanup of SearchBox. made searchMatch be a tri-state for ↵bobzel
forward/backward/nomatch
2020-08-18fixed undoing typed text boxes to happen in one step (not undo to first ↵bobzel
character, then undo again fo whole box)
2020-08-18changed catalog to pop up search over db for author. turned off ↵bobzel
double-clicking on any fonticon.
2020-08-17fixed text menu updatingbobzel
2020-08-16changed sidebar buttons to not 'stayincollection' but to 'alias' on drop to ↵bobzel
allow them to be copied easily to other button panels.
2020-08-14Merge pull request #610 from browngraphicslab/new_audiobobzel
New audio
2020-08-14cleaned up invocation of RichTextMenubobzel
2020-08-14Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵Lionel Han
new_audio
2020-08-13changed solr schema so that text and date fields are sortable. fixed one ↵bobzel
line text not to show scrollbars. fixed scriptingRepl to allow document ids to be entered.
2020-08-12fix timestamp bug and size bugLionel Han
2020-08-11fixed preview views of presBox's. fixed title location on PresBox's (but ↵bobzel
they're still hidden since the PresBox has a Z-index).
2020-08-11fixed error with highlighting search terms in formatted text. fixed tree ↵bobzel
view to show correct bullet icon
2020-08-10reverting back to earlier algorithmAndy Rickert
2020-08-09added '*' prefix for matching related families of fields in SchemaView & Search.bobzel
2020-08-07Merge branch 'schema_search'Andy Rickert
2020-08-06fixed lint warningsbobzel
2020-08-06Merge branch 'master' into new_audiobobzel
2020-08-06cleaned up code and fixed bugsLionel Han
2020-08-07presentaiton options slightly reformatted :pear:Geireann Lindfield Roberts
2020-08-06reverting:Andy Rickert
2020-08-05Merge branch 'master' into presentation_updatesbobzel
2020-08-05cleanup of presentation code pre-merge.bobzel
2020-08-05ffAndy Rickert
2020-08-06automatic text progressivize, ui changes, bug fixesGeireann Lindfield Roberts
2020-08-05final changes for bobAndy Rickert
2020-08-05fixes for bobAndy Rickert
2020-08-05zAndy Rickert
2020-08-05 lintAndy Rickert
2020-08-05lintAndy Rickert
2020-08-04changesAndy Rickert
2020-08-04fixed joe k;lmbobzel
2020-08-03merge with new uiAndy Rickert
2020-08-03added timestamps and added delete for markers and changed the way markers ↵Lionel Han
are rendered
2020-08-03Merge remote-tracking branch 'origin/menu_restructure' into presentation_updatesGeireann Lindfield Roberts
2020-08-01changed formattedTextBox not to scale when a caption of zoomed freeformview.bobzel
2020-07-31mergeAndy Rickert
2020-07-31bugfixAndy Rickert
2020-07-28mergeanika-ahluwalia
2020-07-28fix recursion bug and make link turn blueLionel Han