Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-05 | got rid of link group stuff. fixed sidebar popping out when properties pops ↵ | bobzel | |
out. got rid of Layout from properties because it caused PDFs to scroll. | |||
2020-10-01 | various fixes to new sharing / email normalization | bobzel | |
2020-10-01 | fixed warnings | bobzel | |
2020-10-01 | from last | bobzel | |
2020-10-01 | major performance fix by adding a SharingDocument to the user's DB account ↵ | bobzel | |
so that inquiring the users' UserDoc (and everything it referecens) is no longer necessary. | |||
2020-10-01 | fixed closed library flyout view to not render a DocumentView. fixed ↵ | bobzel | |
sidebar panels to not be selectable. fixed changing view of sidebar panel to only affect that panel | |||
2020-09-29 | simplfiled ':' menu and fixed creating items to not assume a template. add ↵ | bobzel | |
emptyNote. fixed scrolling in stacking views broken in previous commit. changed formattedTextBox to support stacking sidebar. | |||
2020-09-29 | made pdf/web anchors pushpins by default. can now remove docs you own from ↵ | bobzel | |
sidebars you don't. made formatted text boxes alway show sidebar handle when there's content. sidebar text has no padding by default. sidebar collection doesn't scroll when text overflows. added more playground fields | |||
2020-09-23 | moved buttons to developer mode. | bobzel | |
2020-09-18 | added maximum height to stacking items in sidebar using childLimitHeight. ↵ | bobzel | |
made stacking items non-interactive using contentsPointerEvents. made all links pubilc for now. | |||
2020-09-17 | changed text box headers from a template to a title bar. | bobzel | |
2020-09-16 | a bunch of changes to dragging/selection of ui buttons to turn off context ↵ | bobzel | |
menus, remove close buttons on doc decoartions, fix the title region fo tabs, | |||
2020-09-16 | added a global option to determine whether documents are brought to front ↵ | bobzel | |
when dragged. fixed document override of this option to use the same variable _raiseWhenDragged. | |||
2020-09-15 | changed tools to not be removable from colelctoin | bobzel | |
2020-09-15 | rearranged menu items, made a bunch developer mode. fixed setting color via ↵ | bobzel | |
ColorBox of colelctions. | |||
2020-09-15 | fixed header view template to place blue link dot correctly | bobzel | |
2020-09-14 | updated header text view. fixed dragging tree view items to unregister ↵ | bobzel | |
listeners. fixed contextMenu icon selection to ignore dashFieldViews. fixed selectOnLoadChar to not apply when a childlayoutstring is specified. fixed dropping text box on item view to only use json parseable text. | |||
2020-09-14 | made custom header default to author/creationDate | bobzel | |
2020-09-14 | updated the custom text box to specify frontSize through document values. | bobzel | |
2020-09-14 | added a default user color and used it within custom note template | bobzel | |
2020-09-14 | fixes to sidebar menus to simplify them for novices. fixed clearAll menu items | bobzel | |
2020-09-13 | fixed making delegates of custom headerViews. fixed non-responsive carriage ↵ | bobzel | |
returns in textBoxes occasionally at the end of the text stream. fixed upating titles on templated text boxes. fixed setting layoutfield values in DashFieldViews to update the template and layout doc. | |||
2020-09-13 | fixed headerView so that it makes delegates on drag instead of copies. this ↵ | bobzel | |
fixes bugs when dragging out a header view, customizing, dragging ti back in as a new template, then dragigng out instances -- they used to all have synchronized heights. | |||
2020-09-12 | fixed stacking view selections to have the right bounding box. fixed text ↵ | bobzel | |
boxes to work with headerVIew template which has multiple text boxes in it. | |||
2020-09-12 | changd web pages to be fitWidth and added a data-contentWidth field so that ↵ | bobzel | |
you can extend them vertically, or add a margin horizontally. | |||
2020-09-11 | marked emptyWebpage as a template | bobzel | |
2020-09-11 | changes to switch from 'pt' units to 'px' for fonts. fixxes to ↵ | bobzel | |
presentations for treeview outlines. | |||
2020-09-10 | made images in treeView outlines show up without a title | bobzel | |
2020-09-10 | made basic progressivized slides using TreeView | bobzel | |
2020-09-09 | Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web | bobzel | |
2020-09-09 | removed some advanced tool options. | bobzel | |
2020-09-09 | fixed doc decorations on selected treeview items to not overlap as much. ↵ | bobzel | |
fixed contentFitting's screentToLocalXf which wasn't wroking for nested tempaltes with native dimensions | |||
2020-09-03 | import documents at top of import list | bobzel | |
2020-09-03 | made import stack non-selectable | bobzel | |
2020-09-03 | changed grid gaps for import/share document stack so that doc decorations is ↵ | bobzel | |
more visible | |||
2020-09-03 | fixed doc height caclulation in stacking views when autoHeight is on. | bobzel | |
2020-09-02 | fixes to sidebar filter. still need some more work. | bobzel | |
2020-09-02 | fixed behavior of menuButtons to toggle contents. added start of a filter ↵ | bobzel | |
panel. | |||
2020-09-01 | fixed facet filters operations and whitelisting of known fields | bobzel | |
2020-08-30 | cleaned up MainView a bit. | bobzel | |
2020-08-30 | fixed importBox upload to give feedback, share code. fixed stacking ↵ | bobzel | |
autoHeight to happen immediately. fixed images to not need to request image information. changed doc decorations to change image native width. changed alert() when dropping on impermissibale doc. fixed allow dropping over images,etc. changed default image nativeSize to 900 | |||
2020-08-29 | split out TabDocView from CollectionDockingView (where it had been called ↵ | bobzel | |
DockedFrameRenderer) | |||
2020-08-29 | fixed maximize docdecoration to toggle target w/o making an alias. use ↵ | bobzel | |
ctrlKey to make an alias. removed dashboardBrush stuff. cleaned up DocDecoartions css slightly | |||
2020-08-29 | major restructure of how addDocTabs works. now you can add/replace with ↵ | bobzel | |
options for left/right/top/bottom and specific panel names | |||
2020-08-29 | added some link follow options to link Editor. Big overhaul of dockingView ↵ | bobzel | |
to make things undoable and cleaner | |||
2020-08-28 | fixed 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-27 | from last | bobzel | |
2020-08-27 | switched back to recentlyClosed from inactive. fixed adding tag to multiple ↵ | bobzel | |
document seleciton. | |||
2020-08-26 | added dropdown dashboards input at top left + new & snapshot | bobzel | |
2020-08-25 | changed treeViewHideTopLevel back to treeViewHideTitle. cleaned up some stuff. | bobzel | |