| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-10-22 | added more caching for linkManager queries. | bobzel | |
| 2020-10-22 | added alert for uknown filetype uploads | bobzel | |
| 2020-10-20 | fixes for overlayDocs for undo/redo in presBox - undo/redo of minimize/show ↵ | bobzel | |
| sidebar. | |||
| 2020-10-16 | updated user initialization code to not generate server traffic when ↵ | bobzel | |
| creating a new account. set user accounts to update their cache 2.5s after login. | |||
| 2020-10-14 | fixed focusDocument in freeform views to work with annotation ↵ | bobzel | |
| overlays(mostly) - still an issue when original image is in a frame that doen't match its dimensions | |||
| 2020-10-10 | split LinkDatbase into its own field in the user's registry. fixed sharing ↵ | bobzel | |
| to set lastModified after modifying groups so that remote participants see the right data. fixed text boxes to show blue icon when there's an annotaitn entry | |||
| 2020-10-10 | fixes to issues with updating interactively whe groups change. fixes for ↵ | bobzel | |
| multiple rapid modifications to list field where values would be overwrriten when sever sendBack stale information. fixes to list.splice() where deleting nothing but adding something didn't result in an addToSet. | |||
| 2020-10-09 | fixed updating groups to take effect immediately | bobzel | |
| 2020-10-09 | less broken, but still not working | bobzel | |
| 2020-10-09 | trying to get group updates to work automatically | bobzel | |
| 2020-10-08 | load entire DB in one message. | bobzel | |
| 2020-10-06 | set default user color explicitly | bobzel | |
| 2020-10-06 | from last | bobzel | |
| 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 | |
