2015-08-25 |
ImDrawList: Add comments on the usage of drawing channels
ocornut
committed
on 25 Aug 2015
|
---|---|
ImDrawList: Fixed issues with channels split/merge. Functional without manually adding a draw cmd. + Removed unnecessary parameter to Channe
ocornut
committed
on 25 Aug 2015
|
|
Window clipping rect fixes (for child windows with borders among others)
ocornut
committed
on 25 Aug 2015
|
|
Comments
ocornut
committed
on 25 Aug 2015
|
|
Tabs to spaces
ocornut
committed
on 25 Aug 2015
|
|
Fixed child windows with the ImGuiWindowFlags_NoMove flag not taking direct focus
ocornut
committed
on 25 Aug 2015
|
|
Metrics: showing some internal state
ocornut
committed
on 25 Aug 2015
|
|
Passing ImGuiWindowFlags_NoMove to BeginChild() allows to inhibit moving root window from this child
ocornut
committed
on 25 Aug 2015
|
|
2015-08-24 |
Removed obsolete comment
ocornut
committed
on 24 Aug 2015
|
Examples: imgui_impl* functions declared with IMGUI_API to ease copy & pasting into projects using DLL
ocornut
committed
on 24 Aug 2015
|
|
Trim trailing whitespace (#305)
ocornut
committed
on 24 Aug 2015
|
|
Remove CaptureInputCharactersFromApp and minor cleanups (#305)
ocornut
committed
on 24 Aug 2015
|
|
Added flag showing whether the GUI wants text input
...
Borislav Stanimirov
authored
on 23 Aug 2015
ocornut
committed
on 24 Aug 2015
|
|
2015-08-23 |
|
2015-08-22 |
fix ios compile error
yinjimmy
committed
on 22 Aug 2015
|
Web: Fixed screenshot (Argh web editor is broken)
omar
committed
on 22 Aug 2015
|
|
Web: Fixed screenshot
omar
committed
on 22 Aug 2015
|
|
Web: Fixed screenshot
omar
committed
on 22 Aug 2015
|
|
2015-08-20 |
InputText: intentionally ignore character input when ctrl/alt are held (not sure if correct) (#279)
ocornut
committed
on 20 Aug 2015
|
Revert "Examples: GLFW: using glfwSetCharModsCallback() to ensure characters aren't passed when using mods (fix #279)"
...
ocornut
committed
on 20 Aug 2015
|
|
Examples: GLFW: using glfwSetCharModsCallback() to ensure characters aren't passed when using mods (fix #279)
ocornut
committed
on 20 Aug 2015
|
|
Merge pull request #302 from andresv/mac-sdl2-example-build-instructions
...
omar
committed
on 20 Aug 2015
|
|
2015-08-18 |
Build fix
ocornut
committed
on 18 Aug 2015
|
ImHash: defaults seed to zero + comment.
ocornut
committed
on 18 Aug 2015
|
|
add mac os x build instructions for sdl_opengl_example
Andres Vahter
committed
on 18 Aug 2015
|
|
2015-08-15 |
Added GetMousePosOnOpeningCurrentPopup().
ocornut
committed
on 15 Aug 2015
|
2015-08-13 |
Examples: DirectX11: resizing buffers dynamically (#299)
ocornut
committed
on 13 Aug 2015
|
Examples: DirectX9: tweaks.
ocornut
committed
on 13 Aug 2015
|
|
Examples: DirectX9: resizing vertex and index buffers dynamically (#299)
ocornut
committed
on 13 Aug 2015
|
|
Metrics window: shows indices along with triangles count (#299)
ocornut
committed
on 13 Aug 2015
|