2019-07-21 |
Amend 0f86116, renamed to ImGuiKey_KeyPadEnter Changelog.. (#2677, #2005)
omar
committed
on 21 Jul 2019
|
---|---|
Adding an ImGuiKey 'ImGuiKey_EnterSecondary' to support platforms that differentiate the enter (return key) and the numpad enter key.
Aaron Cooper
authored
on 18 Jul 2019
omar
committed
on 21 Jul 2019
|
|
2019-05-11 |
IO: changed AddInputCharacter(unsigned short c) signature to AddInputCharacter(unsigned int c).
...
omar
committed
on 11 May 2019
|
2019-04-30 |
Examples: Added missing per-renderer local changelogs. (#2037, #1639, #2452)
omar
committed
on 30 Apr 2019
|
ImDrawCallback_ResetRenderState, Examples: Added support for reset render state callback. (#2037, #1639, #2452)
omar
committed
on 30 Apr 2019
|
|
2019-04-15 |
Examples: DirectX10/11/12, Allegro, Marmalade: Render functions early out when display size is zero (minimized). (#2496)
omar
committed
on 15 Apr 2019
|
2019-03-29 |
Examples: OpenGL3: Minor tweaks, clarifications + not calling glBindBuffer more than necessary in the render loop.
omar
committed
on 29 Mar 2019
|
2019-02-27 |
Merge branch 'allegro-touch' of https://github.com/dos1/imgui into dos1-allegro-touch
...
omar
committed
on 27 Feb 2019
|
2019-02-11 |
ImDrawData: Added FramebufferScale field (currently a copy of the value from io.DisplayFramebufferScale).
...
omar
committed
on 11 Feb 2019
|
2019-01-04 |
Examples: Allegro 5: Properly destroy all globals on shutdown. (#2262)
DomRe
authored
on 4 Jan 2019
omar
committed
on 4 Jan 2019
|
2018-11-30 |
About, IO: Added io.BackendPlatformName, io.BackendRendererName for informational/QA purpose.
omar
committed
on 30 Nov 2018
|
Examples: Allegro5: Add touchscreen support
Sebastian Krzyszkowiak
committed
on 30 Nov 2018
|
|
2018-09-20 |
Examples: Referring to missing gamepad support in back-end that are missing it.
omar
committed
on 20 Sep 2018
|
2018-09-13 |
Examples: Using "dear imgui" terminology in all examples headers/comments + fix minor typo.
omar
committed
on 13 Sep 2018
|
2018-07-04 |
Examples: Comments, bits of documentation
omar
committed
on 4 Jul 2018
|
2018-06-13 |
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.
omar
committed
on 13 Jun 2018
|
2018-06-11 |
Examples: Comments to make ImGuiConfigFlags_NoMouseCursorChange more visible (#1027). + Allegro5: Added support for ImGuiConfigFlags_NoMouseCursorChange flag.
omar
committed
on 11 Jun 2018
|
2018-06-08 |
Big example binding refactor (manually imported from Viewport branch, stripped out of Viewport code). (#1870)
...
omar
committed
on 8 Jun 2018
|