Skip to content
Snippets Groups Projects
  1. Oct 14, 2024
  2. May 15, 2024
  3. May 14, 2024
  4. Apr 05, 2024
    • Morten Sorvig's avatar
      Port examples to Qt 6.7 · fccd9b2a
      Morten Sorvig authored
      The Emscripten entry function name is now unique based
      on the application name ("$APPNAME_entry"), and must be
      specified when creating the wasm instance.
      
      Also some drive-by fixes.
      fccd9b2a
    • Morten Sorvig's avatar
      Fix line endings · 8256fdb0
      Morten Sorvig authored
      8256fdb0
  5. Mar 20, 2024
  6. Sep 25, 2023
  7. Sep 07, 2023
  8. Sep 06, 2023
    • Morten Sorvig's avatar
      Add JavaScript <-> C++ interop example · ab1d8f59
      Morten Sorvig authored
      ab1d8f59
    • Morten Sorvig's avatar
      Add .wasm file symlinks · e1627658
      Morten Sorvig authored
      We want to re-use examples/testapp/testapp.wasm to avoid
      having to build the sample app several times.
      
      Emscripten loads the wasm file relative to the html
      file, and not relative to the app.js file.
      
      Create a symlink in each of the example directories
      which points to the (one) testapp.wasm.
      e1627658
  9. Jun 07, 2023
  10. Jun 06, 2023
  11. Apr 27, 2023
  12. Apr 26, 2023
  13. Apr 25, 2023
    • Morten Sorvig's avatar
      fix return value · 08e75e57
      Morten Sorvig authored
      08e75e57
    • Morten Sorvig's avatar
      Fix z ordering · f6191a33
      Morten Sorvig authored
      Some of the Qt elements now have a positive z-order,
      which means we have to fully specify the z-order for
      the window container and resize area in order to make
      sure the resize area appears on top.
      f6191a33
  14. Feb 02, 2023
  15. Nov 18, 2022
  16. Nov 02, 2022
  17. Oct 28, 2022
  18. Sep 17, 2022
Loading