-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Overview of important changes: - Renamed `ShowDemoWindow()` to `ShowJuliaDemoWindow()` to avoid confusion with the official demo, and use it by default in `examples/demo.jl`. - Use `unsafe_load()` where appropriate. - `ImDrawCornerFlags_*` -> `ImDrawFlags_RoundCorners*`: https://github.com/ocornut/imgui/blob/docking/imgui.h#L3515 - `AddBezierCurve()` -> `AddBezierCubic()`: https://github.com/ocornut/imgui/blob/docking/imgui.h#L2927 - Use explicit key ranges in `demo_misc.jl`: - https://github.com/ocornut/imgui/blob/docking/imgui.h#L949 - https://github.com/ocornut/imgui/blob/docking/imgui.h#L2122
- Loading branch information
1 parent
42dc1ae
commit 7641c37
Showing
8 changed files
with
65 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters