New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[[ Emscripten ]] Native HTML5 Button Widget #6307
[[ Emscripten ]] Native HTML5 Button Widget #6307
Commits on Jan 10, 2018
-
[[ Emscripten ]] Add object reference functions to LiveCodeUtils JS m…
…odule Update LiveCodeDC and LiveCodeLibURL to use object ref functions
livecodeian committedJan 10, 2018
Commits on Jan 22, 2018
-
[[ Emscripten ]] Factor out container element add/remove/reorder func…
…tions
livecodeian committedJan 22, 2018 -
[[ Emscripten ]] Add emscripten native layer implementation
livecodeian committedJan 22, 2018 -
[[ Emscripten ]] Fix placement of native layers within containers
livecodeian committedJan 22, 2018 -
[[ Emscripten ]] Fix handling of events sent by native layers
livecodeian committedJan 22, 2018
Commits on Jan 23, 2018
-
[[ Emscripten ]] Add engine interface module for emscripten system fu…
…nctions
livecodeian committedJan 23, 2018 -
[[ Emscripten ]] Add basic HTML5 native button widget for testing
livecodeian committedJan 23, 2018
Commits on Jan 30, 2018
-
[[ Emscripten ]] Improve bridging of values between JS <-> Engine
Added MCJSObjectRef value type. Implemented conversion between JS & MCValueRef types. Added argument passing to JS eval function, allowing easier scripting.
livecodeian committedJan 30, 2018 -
[[ Emscripten ]] Update html5button widget to use JSObject values
livecodeian committedJan 30, 2018 -
[[ Emscripten ]] Implement JavaScript wrapper for MCHandlerRef
Allows calling LCB handlers from JavaScript
livecodeian committedJan 30, 2018
Commits on Jan 31, 2018
-
[[ Emscripten ]] Retain the JSObject value used as native layer
livecodeian committedJan 31, 2018 -
[[ Emscripten ]] Fix examples in emscripten module
livecodeian committedJan 31, 2018 -
Commits on Feb 7, 2018
-
Merge branch 'feature-emscripten-native-layer' into feature-widget-ht…
…ml5button
livecodeian committedFeb 7, 2018 -
[[ Emscripten ]] Commit additional MCPoint functions in graphics_util.h
MCPointIsEqual - compare two points for equality MCPointOffset - return the given point shifted by the x, y offset