Mon, 27 May 2019 22:41:51 +0200 |
Alain Mazy |
made typescript more future-proof (not completed, I finally disabled a few warnings in my tsconfig.json)
am-dev
|
Wed, 17 Apr 2019 16:13:42 +0200 |
Benjamin Golinvaux |
Fixed wasm viewport Redraw() to use wasmModule.HEAPU8.buffer instead of the deprecated wasmModule.buffer
dev
|
Fri, 29 Mar 2019 15:21:33 +0100 |
Alain Mazy |
set events passive again
dev
|
Mon, 25 Mar 2019 15:23:45 +0100 |
Alain Mazy |
passive events
dev
|
Thu, 14 Mar 2019 19:04:35 +0100 |
Alain Mazy |
introduced a Logger class that displays timing and source (C++/JS)
dev
|
Tue, 26 Feb 2019 21:33:16 +0100 |
Benjamin Golinvaux |
Merge with am-touch-events
bgo-commands-codegen
|
Tue, 26 Feb 2019 21:15:20 +0100 |
Benjamin Golinvaux |
Merge
|
Mon, 11 Feb 2019 16:00:04 +0100 |
bgo-osimis |
- Added browserify to build. This allows using require calls for modules that
bgo-commands-codegen
|
Thu, 24 Jan 2019 16:42:27 +0100 |
Alain Mazy |
added support for 'touch' in mouse trackers. This is still a bit hacky and we need to refactor it to make it clean. Thanks to that, Pan and zoom are available together with 2 touches
am-touch-events
|
Fri, 18 Jan 2019 11:52:10 +0100 |
Alain Mazy |
TS: one touch drag is not equivalent to left mouse drag instead of middle mouse drag
|
Fri, 18 Jan 2019 10:16:33 +0100 |
Alain Mazy |
TS: stop propagating touch events to the whole html doc
|
Mon, 19 Nov 2018 12:45:37 +0100 |
am |
canvas size is now defined by the parent div size
|