History for imgui / examples / imgui_impl_allegro5.cpp
2019-05-11
@omar
IO: changed AddInputCharacter(unsigned short c) signature to AddInputCharacter(unsigned int c). ...
omar committed on 11 May 2019
2019-04-30
@omar
Examples: Added missing per-renderer local changelogs. (#2037, #1639, #2452)
omar committed on 30 Apr 2019
@omar
ImDrawCallback_ResetRenderState, Examples: Added support for reset render state callback. (#2037, #1639, #2452)
omar committed on 30 Apr 2019
2019-04-15
@omar
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
@omar
Examples: OpenGL3: Minor tweaks, clarifications + not calling glBindBuffer more than necessary in the render loop.
omar committed on 29 Mar 2019
2019-02-27
@omar
Merge branch 'allegro-touch' of https://github.com/dos1/imgui into dos1-allegro-touch ...
omar committed on 27 Feb 2019
2019-02-11
@omar
ImDrawData: Added FramebufferScale field (currently a copy of the value from io.DisplayFramebufferScale). ...
omar committed on 11 Feb 2019
2019-01-04
@DomRe
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
@omar
About, IO: Added io.BackendPlatformName, io.BackendRendererName for informational/QA purpose.
omar committed on 30 Nov 2018
@Sebastian Krzyszkowiak
Examples: Allegro5: Add touchscreen support
Sebastian Krzyszkowiak committed on 30 Nov 2018
2018-09-20
@omar
Examples: Referring to missing gamepad support in back-end that are missing it.
omar committed on 20 Sep 2018
2018-09-13
@omar
Examples: Using "dear imgui" terminology in all examples headers/comments + fix minor typo.
omar committed on 13 Sep 2018
2018-07-04
@omar
Examples: Comments, bits of documentation
omar committed on 4 Jul 2018
2018-06-13
@omar
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
@omar
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
@omar
Big example binding refactor (manually imported from Viewport branch, stripped out of Viewport code). (#1870) ...
omar committed on 8 Jun 2018