2018-02-05 |
Examples: Organized header files to make available features more visible.
omar
committed
on 5 Feb 2018
|
---|---|
2018-01-29 |
Examples: Using #include "imgui.h" instead of <imgui.h> appear correct-er as per standard? xcode+clang are very nitpicky there.
omar
committed
on 29 Jan 2018
|
2018-01-20 |
Examples: Allegro, Apple, DirectX9/10/11, Glfw+Vulkan :Added support for horizontal mouse wheel. (#1463)
omar
committed
on 20 Jan 2018
|
2018-01-08 |
Added ImGuiKey_Insert for future use. Setup in all example bindings. (#1541)
omar
committed
on 8 Jan 2018
|
2018-01-05 |
Examples: Using IM_OFFSETOF macro. + Comments
omar
committed
on 5 Jan 2018
|
2017-11-01 |
Examples: Added a bunch of comments/referencs related to io.WantCaptureMouse, io.WantCaptureKeyboard (#1262, #1237, #1219, #635, #1058, #1051, #912, #533, #703, #446, #459, #364, #213, #52, and more)
omar
committed
on 1 Nov 2017
|
2017-08-25 |
IO: io.MousePos needs to be set to ImVec2(-FLT_MAX,-FLT_MAX) when mouse is unavailable/missing. Previously ImVec2(-1,-1) was enough but we'll now accept negative mouse coordinates.
omar
committed
on 25 Aug 2017
|
2016-10-15 |
Added a void* user_data parameter to Clipboard function handlers. (#875)
ocornut
committed
on 15 Oct 2016
|
2016-09-03 |
Examples: Accessing ImVector fields directly, feel less stl-ey and fix renderer side assert when render list only contains a callback (#810)
ocornut
committed
on 3 Sep 2016
|
2016-04-02 |
IO: Added "Super" keyboard modifiers (corresponding to Cmd on Mac and Windows key in theory although the later is hard to read) (#473)
...
ocornut
committed
on 2 Apr 2016
|
2016-03-26 |
Trim trailing spaces
ocornut
committed
on 26 Mar 2016
|
2016-03-24 |
FAQ and comments about the use of ImTextureID (#562, #561, #521, #510, #497, #475 ...)
ocornut
committed
on 24 Mar 2016
|
2015-11-29 |
Examples: Not clearing input data/tex data in atlas (will be required for dynamic atlas anyway). Effectively fix resizing in DX examples.
...
ocornut
committed
on 29 Nov 2015
|
Examples: Header comments.
ocornut
committed
on 29 Nov 2015
|
|
2015-11-08 |
Examples: Most examples apps detect if ImDrawIdx was changed to 32-bits instead of 16
ocornut
committed
on 8 Nov 2015
|
2015-10-13 |
Examples: Possibly clarified the intent of imgui_impl_* files.
ocornut
committed
on 13 Oct 2015
|
2015-09-07 |
Examples: comment on setting the RenderDrawListsFn function.
ocornut
committed
on 7 Sep 2015
|
2015-07-10 |
Merge remote-tracking branch 'origin' into 2015-03-antialiased-primitives
...
ocornut
committed
on 10 Jul 2015
|
2015-07-08 |
Allegro 5 example: removed public domain mark, MIT as the rest, with @bggd approval
ocornut
committed
on 8 Jul 2015
|
Allegro 5 example: converted for indexed rendering.
ocornut
committed
on 8 Jul 2015
|
|
Allegro 5 example: fixed uv coordinate of non-default texture.
ocornut
committed
on 8 Jul 2015
|
|
Allegro 5 example: handling of hardware and software mouse cursor rendering.
ocornut
committed
on 8 Jul 2015
|
|
Allegro 5 example: fixed key modifiers, keyboard input, clipping, added pagedown/pageup.
ocornut
committed
on 8 Jul 2015
|
|
Allegro 5 example: formatting, match other example structure, fixed mouse buttons.
ocornut
committed
on 8 Jul 2015
|
|
Allegro 5 example: main.cpp matches other examples. added window title.
ocornut
committed
on 8 Jul 2015
|
|
Allegro5 example: added example from https://github.com/bggd/a5imgui_example
ocornut
committed
on 8 Jul 2015
|