aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/pdf
AgeCommit message (Collapse)Author
2023-08-27fixed filters to filter by linkedTo instead of lat/lng. made links to ↵bobzel
pushpins when anything is added to sidebar and pushpin is selected
2023-08-24fixed gpt anno to not create an anchor unless actually requeted.geireann
2023-08-18cleanupSophie Zhang
2023-08-18added gen_fill_children fieldSophie Zhang
2023-08-17Merge branch 'master' into sophie-ai-imagesSophie Zhang
2023-08-17broken versionSophie Zhang
2023-08-17fixed compile errorbobzel
2023-08-17fixed brushing of pinned viewports for chrome to not flash. converted ↵bobzel
pres<Property> to config_<property> and treeView<Property> to treeView_Property. fixed text toolbar to show/set text properties based on insertion point.
2023-08-13Merge branch 'master' into sophie-ai-imagesSophie Zhang
2023-08-13updateSophie Zhang
2023-08-09updated file system to include recentlyClosed, Shared, and Dashboards and ↵bobzel
fixed drag drop to make sense for the filesystem. Fixed loading documents to happen in one batch by fixing UPDATE_CACHED_DOCS to save only documents accessible from current dashboard.
2023-07-28minor formatting. url field doesn't need to test for https -- covered by ↵bobzel
testing for http
2023-07-28minor cleanupbobzel
2023-07-27Merge branch 'master' into sophie-ai-imagesSophie Zhang
2023-07-27Merge branch 'master' into sophie-report-managerSophie Zhang
2023-07-27changesSophie Zhang
2023-07-26fixed drawing on pdfs. fixed corsproxy issues on webpages (eg, bing ↵bobzel
search), fixed contextmenu color and dockedbtn color,
2023-07-20refactoring gpt functionalitiesSophie Zhang
2023-07-18themingSophie Zhang
2023-07-18added number inputs to right hand sideGeireann Lindfield Roberts
2023-07-17so many updatesGeireann Lindfield Roberts
2023-07-03from lastbobzel
2023-07-03tring to fix mix-blend-mode on windows...bobzel
2023-06-22cleaned up dragging - abort presItem drags properly, fix naming for ↵bobzel
drag/dropAction, small fix undo of drag removeproperties, dragging in/out of headerBar, fixed isContentActive to avoid SnappingManager.GetIsDragging. fixed resizing videos.
2023-06-13fixed updating cached docs when opening a backlinks collection. added some ↵bobzel
FieldInfo types and added 'enumeration' field display in schema view. fixed bug in schema view column sizing. updated a bunch of standard field names to be more consistent.
2023-06-06updated Symbol naming. fixed various compile errors related to type checking.bobzel
2023-05-17changed creationDate to author_date. fixed undo bug with webboxes. fixed ↵bobzel
menu problems with Open New Embedding and moved some collection menu items to buttons/
2023-05-16fixed bugs with goldenlayout dragging and undoing. fixed searching for ↵bobzel
filter values in sidebars. Stopped creating empty list for collections when datafield() is accessed because it messes up undo of a collection. fixed tab title editing. from marquee. Added UndoStack UI and additional naming support in code.
2023-05-14fixed webpage link following by adding a presData for the current URL to all ↵bobzel
embedded docs. fixed getView() in showDocuments to not get called with the proper anchors. changed unrendered MARKERs to CONFIGs. changed anchors to Configs or Markers as appropriate.
2023-05-14major overhaul of field naming conventions.bobzel
2023-05-13changed EditableViews to support oneline and multiline. Also added ↵bobzel
transformer UI to allow documents to be entered. changed transformer to write doc id's, not variables.. made schema view support oneline and fixed bug with docdecoration hader occluding things invisibly. updated web pages to be zoomable and for its anchors to update web page and scroll location properly. made autolinkanchor directly go to target on click.
2023-04-27removing unused code - viewspecscript and x,y in slowloaddocumntsbobzel
2023-04-26fixed filters - checkboxes generated when options are less than 20, added ↵bobzel
-undefined- as distinct value option. fixed pointer evcents for docs on pdfs
2023-04-17minor cleanupbobzel
2023-04-17Merge branch 'master' into pres-trail-sophiebobzel
2023-04-17fixed text selection on pdfsbobzel
2023-04-17Merge branch 'master' into pres-trail-sophiebobzel
2023-04-14got rid of CollectionView prop. fixed DocFocusOrOpen to toggle targets and ↵bobzel
zoom correctly.
2023-04-13cleaningSophie Zhang
2023-04-13Merge branch 'master' into pres-trail-sophieSophie Zhang
2023-04-13added text editsSophie Zhang
2023-04-04fixed using freeformview in sidebar of pdfs. fixed issues with dragging ↵bobzel
items out of schema and with selecting the schema view by clicking on headers. Fixed a lot of errors caused by using OmitKeys which masks type checking. fixed some pointerevent problems with treeview and freeformview
2023-03-28numerous changes to try to simplify event handling in DocumentView - got rid ↵bobzel
of isContentActive in DocComponent since it's in DocumentView. Including adding 'enableDragWhenActive' , 'onClickScriptDisable',
2023-03-27fixed selections on PDFsbobzel
2023-03-27changed longPress to always select and to show decorations. fixed ↵bobzel
single/double-click code and cleaned up behavior timeouts. fixed pointer events for tree view editing titles and using as powerpoint.
2023-03-20cleaned up pointer events so that nested documents can be selected directly ↵bobzel
without selecting their container. fixed following link to video timeline marker. fixed focusing on groups. added didMove to DocFocusOptions to restore ability to do toggle on/off of target. fixed lockingPosition of ink strokes. fixed clicking on inkstrokes in groups to use visiblePainted instead of all for pointer events.
2023-03-17fixed clicking and dragging stackedTimeline anchors. updated followLink ↵bobzel
parameters
2023-03-06Merge branch 'master' into pres-trail-sophieSophie Zhang
2023-03-05replace jumpToDocument with showDocument. restructure code to get rid of ↵bobzel
scrollFocus by adding getView() and fixing focus() and restoreTargetView
2023-03-01Added text completionSophie Zhang