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
/
collections
/
CollectionDockingView.tsx
Age
Commit message (
Expand
)
Author
2019-02-25
drag and drop of main buttons.
bob
2019-02-25
fixed so that docs are centered in middle of window.
bob
2019-02-25
more css cleanup
Bob Zeleznik
2019-02-22
fixed re-render issue for collection free form documents.
bob
2019-02-22
changed PanelSize to PanelWidth/Height
bob
2019-02-22
moved common code into CollectionViewBase.
bob
2019-02-22
fixed some exceptions. fixed spurious context menu. fixed excessive rendering.
bob
2019-02-22
Added CollectionView
Tyler Schicke
2019-02-21
clean up
bob
2019-02-21
everything works.
bob
2019-02-21
working version of docking view for synchronous users
bob
2019-02-21
cleaned up a bit, but async editing is a problem.
Bob Zeleznik
2019-02-20
cleaning up docking
Bob Zeleznik
2019-02-20
more fixes for selection.
bob
2019-02-20
working, but oh so confusing transforms for selections.
bob
2019-02-19
fixed transforms and shift dragging docs to make a frame
Bob Zeleznik
2019-02-19
not much
bob
2019-02-19
clean up and aspect resizing w/ doc dec.
bob
2019-02-19
fixed Dock View to avoid locking state
bob
2019-02-19
clean up a bit.
bob
2019-02-19
better, but not finished
bob
2019-02-19
fixed circular reference for json docking views
bob
2019-02-19
converting main to use a DockingView
bob
2019-02-19
fixed selection problem
bob
2019-02-19
added layout saving/loading to collectiondockingview & cleaned up to use reac...
bob
2019-02-19
converted docking collection to use a GoldenLayout layout string for its data
bob
2019-02-19
Merge branch 'master' of github-tsch-brown:browngraphicslab/Dash-Web into ser...
Tyler Schicke
2019-02-19
Changed some names, added some comments, and got rid of some unused stuff
Tyler Schicke
2019-02-18
Fixed up a bunch of tranform stuff
Tyler Schicke
2019-02-17
Trying to fix drop with transforms
Tyler Schicke
2019-02-16
Merge branch 'master' of github-tsch-brown:browngraphicslab/Dash-Web into tra...
Tyler Schicke
2019-02-16
Fixed issues with Document updates and changed how FieldView layout string works
Tyler Schicke
2019-02-16
Fixed server and added a field debug viewer
Tyler Schicke
2019-02-13
cool, something worked. panes resize properly now.
bob
2019-02-13
A lot of stuff working, a lot of other stuff not working
Tyler Schicke
2019-02-13
last cleanup
bobzel
2019-02-12
converted collectiondocview document renderer to a react component
bobzel
2019-02-12
fixed up nested selections and scaling
bobzel
2019-02-12
more updates to resizing, etc.
bobzel
2019-02-12
still struggling with sizing issues.
bobzel
2019-02-12
fixed document resizing from docking view
Bob Zeleznik
2019-02-12
Merge branch 'master' of github-tsch-brown:browngraphicslab/Dash-Web
Tyler Schicke
2019-02-12
Added transforms to everything, not being used yet
Tyler Schicke
2019-02-11
added framework for annotation overlays -- see ImageBox
bob
2019-02-09
Moved client code to client folder
Tyler Schicke