index
:
Dash-Web.git
master
A copy of AVD's Dash-Web software, hosted on my own hardware for local use.
browndash
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
client
/
views
/
nodes
/
PDFBox.tsx
Age
Commit message (
Expand
)
Author
2025-04-14
fixed how templates are expanded to avoid template sub-component conflicts by...
bobzel
2025-03-30
changed Doc.Layout calls to doc[DocLayout]. fixed flashcard ui placement on ...
bobzel
2025-03-23
more _props.Document to .Document refactoring. type updates to prosemirrort...
bobzel
2025-03-23
from last
bobzel
2025-03-23
updated more [DocData] to .$ things
bobzel
2025-01-07
fixed pdfs/marqueeAnnotator so that you can add rectangle annotations.
bobzel
2025-01-06
more pdf tweaks
bobzel
2025-01-06
pdf fixes for latest version of PDFjs.
bobzel
2024-10-17
changed layout_isFlashcard to layout_flashcardType with value of 'flashcard' ...
bobzel
2024-10-06
Merge branch 'alyssa-starter' of https://github.com/brown-dash/Dash-Web into ...
alyssaf16
2024-10-06
comments
alyssaf16
2024-10-01
more lint fixes
bobzel
2024-09-11
merged with master
bobzel
2024-09-02
cleaned up updateIcon to use promises to avoid a bunch of setTimeouts
bobzel
2024-09-01
consolidated image resampling. fixed importing zipped workspace.
bobzel
2024-08-28
final changes, ready for pull request
eleanor-park
2024-08-27
Merge branch 'master' into eleanor-gptdraw
eleanor-park
2024-08-09
a bunch more typing fixes.
bobzel
2024-08-08
many changes to add typing in place of 'any's etc
bobzel
2024-07-26
Revert "Merge branch 'master' into eleanor-gptdraw"
eleanor-park
2024-06-03
updated pdfViewer worker. fixed PDFbox action to set pdfcache. cleaned up ...
bobzel
2024-05-06
eslint cleanup
bobzel
2024-05-03
fixed pdf rendering. fixed cropping images. fixed zooming out of an image ...
bobzel
2024-05-02
another push to remove cycles by pushing things onto Doc and DocumentView
bobzel
2024-05-02
lots more dependency cycle unwinding.
bobzel
2024-04-30
unwinding more import loops by splitting up Documents.ts into DocUtils.ts and...
bobzel
2024-04-30
unwinding some import cycles. added PinFuncs and .from(dv:DocumentView) for ...
bobzel
2024-04-30
broke out clusters code from freeformview to its own file. cleaned up a bit.
bobzel
2024-04-25
added toList() for Doc|Doc[]
bobzel
2024-04-25
changed marqueeAnnotator to save inline annotations as text strings instead o...
bobzel
2024-04-24
fixed search on pdfs to display results when pDF is not selected. fixed pres...
bobzel
2024-04-21
more lint cleanup
bobzel
2024-04-17
restoring eslint - updates not complete yet
bobzel
2024-01-24
several fixes to drag/drop so that dropAction's set on target work for tree v...
bobzel
2024-01-23
reorganization of DocumentView, DocumentViewInternal and FieldView methods an...
bobzel
2024-01-22
fixed schema rows to render, fix for resizing docs from left side. all lockin...
bobzel
2024-01-18
lots of changes to try to simplify API for viewPaths and related
bobzel
2024-01-04
fixed ffmpeg for uploading videos. fixed getView() to take focus options so t...
bobzel
2024-01-03
cleaned up screenToLocalTransform in several places by making it additional m...
bobzel
2023-12-29
cleaned up imports, mobx observable initialization and some compile errors.
bobzel
2023-12-14
a bunch more fixes to making things observable. fixed calling super.componen...
bobzel
2023-12-13
cleaned up props/_props handling by inherting from ObservableReactComponent
bobzel
2023-12-11
more updates to mobx 6. updated typescript to v5. updated pdf-dist
bobzel
2023-12-10
massive changes to use mobx 6 which means not accessing props directly in @co...
bobzel
2023-12-03
cleaned up warnings and errors, working with typescript 20.10
bobzel
2023-11-30
completed transition from rootDoc => Document, dataDoc, layoutDoc
bobzel
2023-11-29
numerous changes to fix bugs and to fix/remove old or hacky code. fixed doc ...
bobzel
2023-11-18
fixed ctrl-drag for expressions, maps, fform doc selections. fixed using shif...
bobzel
2023-11-17
major overhaul of resizing code. updated doc fields for enabling native with...
bobzel
2023-11-08
fixed bug where tableBox's didn't render all of the rows they receive. lots o...
bobzel
[next]