2015-08-25 |
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
|
|
Demo: Log: removed unnecessary style change,
ocornut
committed
on 13 Aug 2015
|
|
Demo: Log: removed broken clipping, tweaks.
ocornut
committed
on 13 Aug 2015
|
|
ImGuiTextFilter: default parameter width=0.0f for no override, allow override with negative values
ocornut
committed
on 13 Aug 2015
|
|
ImGuITextBuffer: shallow tweak.
ocornut
committed
on 13 Aug 2015
|
|
Demo: Add filtering to log with better-than-none storage of line offsets.
ocornut
committed
on 13 Aug 2015
|
|
ImGuiTextFilter::PassFilter() supports string range. Added [] helper to ImGuiTextBuffer.
ocornut
committed
on 13 Aug 2015
|