Changes
#14 (20/08/2019, 11:11:27 am)
- Add support for central line cutting and clipping. (commit: ad66b62) — alan.wu / githubweb
- Add two new dialog methods: hideCloseButton and hideTitlebar. (commit: eca62df) — alan.wu / githubweb
- Improve cutting with path and its shaders. (commit: 5a78025) — alan.wu / githubweb
- Increment version to 0.3.4alpha and resolve a vulnerability. (commit: ca9fde7) — alan.wu / githubweb
- Make codes for dialog to be more reuseable. (commit: 7d73632) — alan.wu / githubweb
- Fix a bug causing ScaffoldDialog to not function/display properly. (commit: 2ae1272) — alan.wu / githubweb
- Fix a bug causing the cutting plane on the scaffoldmaker from expanding (commit: e6d1536) — alan.wu / githubweb
- Add BaseModule to the export modules list. (commit: cd25f71) — alan.wu / githubweb
- Add a method in the ModuleManager allowing user to add customised module (commit: 8423063) — alan.wu / githubweb
- Fix a bug causing dialog cannot be closed if it is managed by maanger. (commit: 7496e06) — alan.wu / githubweb
- Updae zincjs dependency. (commit: cc0f385) — alan.wu / githubweb
- Increment version to 0.3.5alpha (commit: 62cdf91) — alan.wu / githubweb
- Now build with babel and increment version to 0.3.6aplha. (commit: f8c08b2) — alan.wu / githubweb
- Update to ZincJS0.29.10 which supports geoemtry cutting to be performed (commit: ef1e1ca) — alan.wu / githubweb
- Update jquery version. (commit: 1807e99) — alan.wu / githubweb
- Add a button at the bottom of the sidebar for users to give feedback, (commit: 80007bd) — alan.wu / githubweb
- Disable collision detection when setting the position of the dialog. (commit: ceeac3e) — alan.wu / githubweb
- Implement snackbar for displaying messages. (commit: f30d1d2) — alan.wu / githubweb
- Message function is now part of the basemodule. (commit: e7a4f6b) — alan.wu / githubweb
- Improve destroy calls on scaffold viewer and organs renderer. (commit: e733ca7) — alan.wu / githubweb
- Improve sidebar animation. (commit: 54e229c) — alan.wu / githubweb
- Add a profile chooser. (commit: 3dc3d11) — alan.wu / githubweb
- Tidy up. (commit: 97e56cf) — alan.wu / githubweb
- Fix a bug on OrgansViewer. (commit: 73aa8bd) — alan.wu / githubweb
- Set a default width of 12% for sidebar. (commit: 3a2ae2e) — alan.wu / githubweb
- Add an API for reading URL provided by the caller. (commit: 769091c) — alan.wu / githubweb
- Make tooltip non selectable. (commit: 0979174) — alan.wu / githubweb
- Add a new renderer module method - getIntersectedObject. This method can (commit: e38371d) — alan.wu / githubweb
- Change css class tooltip to mptooltip to avoid name clashes with other (commit: f51cdbb) — alan.wu / githubweb
- Add a new argument for loadViewURL method. (commit: 913f5ec) — alan.wu / githubweb
- Increment version to 0.3.7-aplha. (commit: 278c28b) — alan.wu / githubweb
- Remove modal panel as it is repalced by flatmaps. (commit: b6e1834) — alan.wu / githubweb
- Change sidebar style to absolute. (commit: 8c71697) — alan.wu / githubweb
- Fix some bugs that can only be found on IE11. (commit: 0ea062f) — alan.wu / githubweb
- Provide initial support for docked/containment dialog. (commit: df99536) — alan.wu / githubweb
- Add a grid view mode. (commit: 9a135a7) — alan.wu / githubweb
- Add a full screen dialog button on the titlebar. (commit: 7d10680) — alan.wu / githubweb
- rename Snackbar.css to snackbar.css. (commit: 404f2de) — alan.wu / githubweb
- Add support to some serialisations and deserialisations. (commit: 8ed08d3) — alan.wu / githubweb
- Fix a number of bugs. (commit: 91ce6ca) — alan.wu / githubweb
- Remove debug messages. (commit: 5bf5181) — alan.wu / githubweb
- Add support for auto resize. (commit: 199b008) — alan.wu / githubweb
- Increment version to 0.3.8alpha. (commit: e0882e9) — alan.wu / githubweb
- Make sure resize events are called when dialog's autoreize flag is on. (commit: 129886c) — alan.wu / githubweb
- Update package-lock.json (commit: 25950a2) — alan.wu / githubweb
- Fix bugs that causes highlight and selection to fail. (commit: a88b98b) — alan.wu / githubweb
- A littel workaround to get manager to work witout the need of meta file. (commit: 77a1de2) — alan.wu / githubweb
- Fix multiple sizing problems. (commit: f196435) — alan.wu / githubweb
- Update version to 0.3.10alpha. (commit: 618bae3) — alan.wu / githubweb
- Remove many of the default behaviour when an object is selected on the (commit: ed8ddb2) — alan.wu / githubweb
- Inrement to 0.3.11-alpha. (commit: a9954aa) — alan.wu / githubweb
- Improve gui styles. Improve tooltip. Improve FragmentParser. (commit: da9e310) — alan.wu / githubweb
- Remove unneeded package. (commit: 8c2649e) — alan.wu / githubweb
- Bugs fix. (commit: 03299ee) — alan.wu / githubweb
- Increment version to 0.3.12alpha. (commit: f066b8b) — alan.wu / githubweb
- Fix error and increment to 0.3.13alpha. (commit: cec017d) — alan.wu / githubweb
- Fix error and increment to 0.3.13alpha. (commit: c0b69f3) — alan.wu / githubweb
- Improve messages. (commit: ce441d7) — alan.wu / githubweb
- Change the style of the tooltip box. (commit: 809e447) — alan.wu / githubweb
- Hamburger button always visible rather the menu is on or off. (commit: 793945f) — alan.wu / githubweb
- Minor changes. (commit: 7d8bc06) — alan.wu / githubweb
- Udpate package.json. Increment version to 0.4.0. (commit: 9c7a351) — alan.wu / githubweb
- Minor changes and increment verison to 0.4.1. (commit: 0edc348) — alan.wu / githubweb
- Increment version to 0.4.2. (commit: 788e471) — alan.wu / githubweb
- Add missing file. (commit: d4fb280) — alan.wu / githubweb
- Remove node modules bundle for backend build. (commit: a312e9a) — alan.wu / githubweb
- Update README.md (commit: 601760e) — noreply / githubweb
#13 (20/08/2019, 10:53:10 am)
- Add support for central line cutting and clipping. (commit: ad66b62) — alan.wu / githubweb
- Add two new dialog methods: hideCloseButton and hideTitlebar. (commit: eca62df) — alan.wu / githubweb
- Improve cutting with path and its shaders. (commit: 5a78025) — alan.wu / githubweb
- Increment version to 0.3.4alpha and resolve a vulnerability. (commit: ca9fde7) — alan.wu / githubweb
- Make codes for dialog to be more reuseable. (commit: 7d73632) — alan.wu / githubweb
- Fix a bug causing ScaffoldDialog to not function/display properly. (commit: 2ae1272) — alan.wu / githubweb
- Fix a bug causing the cutting plane on the scaffoldmaker from expanding (commit: e6d1536) — alan.wu / githubweb
- Add BaseModule to the export modules list. (commit: cd25f71) — alan.wu / githubweb
- Add a method in the ModuleManager allowing user to add customised module (commit: 8423063) — alan.wu / githubweb
- Fix a bug causing dialog cannot be closed if it is managed by maanger. (commit: 7496e06) — alan.wu / githubweb
- Updae zincjs dependency. (commit: cc0f385) — alan.wu / githubweb
- Increment version to 0.3.5alpha (commit: 62cdf91) — alan.wu / githubweb
- Now build with babel and increment version to 0.3.6aplha. (commit: f8c08b2) — alan.wu / githubweb
- Update to ZincJS0.29.10 which supports geoemtry cutting to be performed (commit: ef1e1ca) — alan.wu / githubweb
- Update jquery version. (commit: 1807e99) — alan.wu / githubweb
- Add a button at the bottom of the sidebar for users to give feedback, (commit: 80007bd) — alan.wu / githubweb
- Disable collision detection when setting the position of the dialog. (commit: ceeac3e) — alan.wu / githubweb
- Implement snackbar for displaying messages. (commit: f30d1d2) — alan.wu / githubweb
- Message function is now part of the basemodule. (commit: e7a4f6b) — alan.wu / githubweb
- Improve destroy calls on scaffold viewer and organs renderer. (commit: e733ca7) — alan.wu / githubweb
- Improve sidebar animation. (commit: 54e229c) — alan.wu / githubweb
- Add a profile chooser. (commit: 3dc3d11) — alan.wu / githubweb
- Tidy up. (commit: 97e56cf) — alan.wu / githubweb
- Fix a bug on OrgansViewer. (commit: 73aa8bd) — alan.wu / githubweb
- Set a default width of 12% for sidebar. (commit: 3a2ae2e) — alan.wu / githubweb
- Add an API for reading URL provided by the caller. (commit: 769091c) — alan.wu / githubweb
- Make tooltip non selectable. (commit: 0979174) — alan.wu / githubweb
- Add a new renderer module method - getIntersectedObject. This method can (commit: e38371d) — alan.wu / githubweb
- Change css class tooltip to mptooltip to avoid name clashes with other (commit: f51cdbb) — alan.wu / githubweb
- Add a new argument for loadViewURL method. (commit: 913f5ec) — alan.wu / githubweb
- Increment version to 0.3.7-aplha. (commit: 278c28b) — alan.wu / githubweb
- Remove modal panel as it is repalced by flatmaps. (commit: b6e1834) — alan.wu / githubweb
- Change sidebar style to absolute. (commit: 8c71697) — alan.wu / githubweb
- Fix some bugs that can only be found on IE11. (commit: 0ea062f) — alan.wu / githubweb
- Provide initial support for docked/containment dialog. (commit: df99536) — alan.wu / githubweb
- Add a grid view mode. (commit: 9a135a7) — alan.wu / githubweb
- Add a full screen dialog button on the titlebar. (commit: 7d10680) — alan.wu / githubweb
- rename Snackbar.css to snackbar.css. (commit: 404f2de) — alan.wu / githubweb
- Add support to some serialisations and deserialisations. (commit: 8ed08d3) — alan.wu / githubweb
- Fix a number of bugs. (commit: 91ce6ca) — alan.wu / githubweb
- Remove debug messages. (commit: 5bf5181) — alan.wu / githubweb
- Add support for auto resize. (commit: 199b008) — alan.wu / githubweb
- Increment version to 0.3.8alpha. (commit: e0882e9) — alan.wu / githubweb
- Make sure resize events are called when dialog's autoreize flag is on. (commit: 129886c) — alan.wu / githubweb
- Update package-lock.json (commit: 25950a2) — alan.wu / githubweb
- Fix bugs that causes highlight and selection to fail. (commit: a88b98b) — alan.wu / githubweb
- A littel workaround to get manager to work witout the need of meta file. (commit: 77a1de2) — alan.wu / githubweb
- Fix multiple sizing problems. (commit: f196435) — alan.wu / githubweb
- Update version to 0.3.10alpha. (commit: 618bae3) — alan.wu / githubweb
- Remove many of the default behaviour when an object is selected on the (commit: ed8ddb2) — alan.wu / githubweb
- Inrement to 0.3.11-alpha. (commit: a9954aa) — alan.wu / githubweb
- Improve gui styles. Improve tooltip. Improve FragmentParser. (commit: da9e310) — alan.wu / githubweb
- Remove unneeded package. (commit: 8c2649e) — alan.wu / githubweb
- Bugs fix. (commit: 03299ee) — alan.wu / githubweb
- Increment version to 0.3.12alpha. (commit: f066b8b) — alan.wu / githubweb
- Fix error and increment to 0.3.13alpha. (commit: cec017d) — alan.wu / githubweb
- Fix error and increment to 0.3.13alpha. (commit: c0b69f3) — alan.wu / githubweb
- Improve messages. (commit: ce441d7) — alan.wu / githubweb
- Change the style of the tooltip box. (commit: 809e447) — alan.wu / githubweb
- Hamburger button always visible rather the menu is on or off. (commit: 793945f) — alan.wu / githubweb
- Minor changes. (commit: 7d8bc06) — alan.wu / githubweb
- Udpate package.json. Increment version to 0.4.0. (commit: 9c7a351) — alan.wu / githubweb
- Minor changes and increment verison to 0.4.1. (commit: 0edc348) — alan.wu / githubweb
- Increment version to 0.4.2. (commit: 788e471) — alan.wu / githubweb
- Add missing file. (commit: d4fb280) — alan.wu / githubweb
- Remove node modules bundle for backend build. (commit: a312e9a) — alan.wu / githubweb
- Update README.md (commit: 601760e) — noreply / githubweb
#10 (15/03/2019, 11:19:11 am)
- Remove a couple of datgui options that are not needed on the (commit: 6995ca1) — alan.wu / githubweb
- Add support to glyphsetCSG which allows each glyphs on glyphset to be (commit: f113184) — alan.wu / githubweb
- Get ready for npm release of physiome portal. (commit: 786fde3) — alan.wu / githubweb
- Allow setting a default meshType when a scaffoldviewer module is (commit: 1f1fdee) — alan.wu / githubweb
- Increment version to 0.3.1alpha. (commit: 981c8ed) — alan.wu / githubweb
- Allow a parent to be specified for the sidebar and dialogs. Dragging and (commit: a3b09e5) — alan.wu / githubweb
- Increment version of the portal. (commit: ed70721) — alan.wu / githubweb
- Add a new setPosition method for dialog objects. (commit: 49313d5) — alan.wu / githubweb
- Increment version number to 0.3.3alpha. (commit: c398f23) — alan.wu / githubweb
#9 (23/01/2019, 4:21:50 pm)
- Correct spelling mistake in the APIs. (commit: 13c8a4e) — alan.wu / githubweb
- Update comments and documentation. (commit: 18bd077) — alan.wu / githubweb
#2 (15/01/2019, 3:13:40 pm)
- Correct the message when WebGL is not available. (commit: 30d9cf8) — alan.wu / githubweb
- Add missing jquery dependency. (commit: 8867143) — alan.wu / githubweb