★ wanayoo — archive 1999 https://github.com/livecode/livecode/pull/6307/commitsNouvelle recherche | Portail wanayoo
Skip to content
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

Merged
merged 19 commits into from Feb 28, 2018

Commits on Jan 10, 2018

  1. [[ Emscripten ]] Add object reference functions to LiveCodeUtils JS m…

    …odule
    
    Update LiveCodeDC and LiveCodeLibURL to use object ref functions
    livecodeian committed Jan 10, 2018

Commits on Jan 30, 2018

  1. [[ 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 committed Jan 30, 2018
  2. [[ Emscripten ]] Implement JavaScript wrapper for MCHandlerRef

    Allows calling LCB handlers from JavaScript
    livecodeian committed Jan 30, 2018
  3. [[ Emscripten ]] Use LCB handlers as JS event listeners in html5butto…

    …n widget
    livecodeian committed Jan 30, 2018

Commits on Feb 7, 2018

  1. [[ Emscripten ]] Fix mouseloc being incorrectly offset by window loca…

    …tion.
    livecodeian committed Feb 7, 2018
  2. [[ 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
    livecodeian committed Feb 7, 2018
  3. Merge branch 'feature-emscripten-native-layer' into feature-widget-ht…

    …ml5button
    livecodeian committed Feb 7, 2018
You can’t perform that action at this time.