omar
|
f0348ddffc
Amend 0f86116, renamed to ImGuiKey_KeyPadEnter Changelog.. (#2677, #2005)
|
6 years ago |
Aaron Cooper
|
0f86116a69
Adding an ImGuiKey 'ImGuiKey_EnterSecondary' to support platforms that differentiate the enter (return key) and the numpad enter key.
|
6 years ago |
omar
|
ef13d95466
IO: changed AddInputCharacter(unsigned short c) signature to AddInputCharacter(unsigned int c).
|
6 years ago |
omar
|
ae405b83a4
Examples: Added missing per-renderer local changelogs. (#2037, #1639, #2452)
|
6 years ago |
omar
|
5c1cd5c8c7
ImDrawCallback_ResetRenderState, Examples: Added support for reset render state callback. (#2037, #1639, #2452)
|
6 years ago |
omar
|
8130fd9816
Examples: DirectX10/11/12, Allegro, Marmalade: Render functions early out when display size is zero (minimized). (#2496)
|
6 years ago |
omar
|
512d39d031
Examples: OpenGL3: Minor tweaks, clarifications + not calling glBindBuffer more than necessary in the render loop.
|
6 years ago |
omar
|
75641926e1
Merge branch 'allegro-touch' of https://github.com/dos1/imgui into dos1-allegro-touch
|
6 years ago |
omar
|
a79785c0b9
ImDrawData: Added FramebufferScale field (currently a copy of the value from io.DisplayFramebufferScale).
|
6 years ago |
DomRe
|
4483320f0a
Examples: Allegro 5: Properly destroy all globals on shutdown. (#2262)
|
6 years ago |
omar
|
7658035e5a
About, IO: Added io.BackendPlatformName, io.BackendRendererName for informational/QA purpose.
|
6 years ago |
Sebastian Krzyszkowiak
|
b2e7a3806a
Examples: Allegro5: Add touchscreen support
|
6 years ago |
omar
|
7c3b9172ad
Examples: Referring to missing gamepad support in back-end that are missing it.
|
7 years ago |
omar
|
1afd29d382
Examples: Using "dear imgui" terminology in all examples headers/comments + fix minor typo.
|
7 years ago |
omar
|
7b2662d245
Examples: Comments, bits of documentation
|
7 years ago |
omar
|
185b4dde87
Examples: Allegro5: Added support for ImGuiConfigFlags_NoMouseCursorChange flag. Added clipboard support. Unindexing buffers ourselves as Allegro indexed drawing primitives are buggy in the DirectX9 back-end.
|
7 years ago |
omar
|
7acb46bec5
Examples: Comments to make ImGuiConfigFlags_NoMouseCursorChange more visible (#1027). + Allegro5: Added support for ImGuiConfigFlags_NoMouseCursorChange flag.
|
7 years ago |
omar
|
85f9694bd4
Big example binding refactor (manually imported from Viewport branch, stripped out of Viewport code). (#1870)
|
7 years ago |