omar
|
14539b3ed2
|
Update Emscripten readme about emrun (#3412)
|
4 years ago |
omar
|
d3fcc37e9e
|
Update Emscripten readme about local XHR requests (#3412)
|
4 years ago |
ocornut
|
40b799023b
|
Docs: Update fonts.md (#2861) + update all references to FONTS.txt
|
5 years ago |
omar
|
05a49f0413
|
Examples: Emscripten: Demonstrating embedding fonts in Makefile and code. (#2953) [@Oipo]
|
5 years ago |
omar
|
26d177bc03
|
Docs: Moved misc/fonts/README.txt to docs/FONTS.txt. + tweaks
|
5 years ago |
omar
|
4e90906b04
|
Added IMGUI_DISABLE_DEFAULT_FILE_FUNCTIONS / IMGUI_DISABLE_FILE_FUNCTIONS #2734)
Using in Emscripten example.
|
5 years ago |
omar
|
3929255b77
|
Examples: Emscripten: Removed BINARYEN_TRAP_MODE=clamp from Makefile which was removed in Emscripten 1.39.0 but required prior to 1.39.0, making life easier for absolutely no-one. (#2877, #2878) [@podsvirov]
|
5 years ago |
Konstantin Podsvirov
|
916487a653
|
example_emscripten: skip outdated compiler option
For more info see: https://github.com/ocornut/imgui/issues/2877
|
5 years ago |
Funto
|
75d540d336
|
Example: Emscripten: Fix for compilation (filesystem module is required) (#2734)
|
5 years ago |
omar
|
431aa4e456
|
Synced/merged minor cruft from docking branch to minimize drift. AFAIK the only meaningful no-op change is that the call UpdateHoveredWindowAndCaptureFlags() was moved above UpdateMouseMovingNewFrame() to match what docking branch has been doing for a while.
|
6 years ago |
omar
|
6789ea3482
|
Examples: SDL: Gamepad support minor amend. Fixes ImGuiBackendFlags_HasGamepad not being set. Enable in Emscripten demo. Tweaks. (#2509, #2484).
|
6 years ago |
Andre Weissflog
|
74a3878be4
|
emscripten: replace shell_minimal.html with 'soft fullscreen' version
|
6 years ago |
omar
|
1fe6533192
|
Examples: Emscripten: Tweaks for size. (#2494)
|
6 years ago |
omar
|
eeea7da3d0
|
Examples: Emscripten: Fixed error in shell template. (#2494)
|
6 years ago |
omar
|
c1848b185c
|
Examples: Emscripten: Switched to WebGL1/ES2, Added Changelog, Updated links, Added ignore list, Fixed warning with older versions. Removed reliance on C++11 (would warn on some compiler). Improved html template, removed undesirable options, reduced log size. Tweaked main.cpp. (#2494)
|
6 years ago |
Nicolas "Pixel" Noble
|
a936d0669c
|
Adding standalone Emscripten example.
|
6 years ago |