2015-08-25
@ocornut
Metrics: showing some internal state
ocornut committed on 25 Aug 2015
@ocornut
Passing ImGuiWindowFlags_NoMove to BeginChild() allows to inhibit moving root window from this child
ocornut committed on 25 Aug 2015
2015-08-24
@ocornut
Removed obsolete comment
ocornut committed on 24 Aug 2015
@ocornut
Examples: imgui_impl* functions declared with IMGUI_API to ease copy & pasting into projects using DLL
ocornut committed on 24 Aug 2015
@ocornut
Trim trailing whitespace (#305)
ocornut committed on 24 Aug 2015
@ocornut
Remove CaptureInputCharactersFromApp and minor cleanups (#305)
ocornut committed on 24 Aug 2015
@Borislav Stanimirov
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
@omar
Merge pull request #304 from yinjimmy/fix_ios ...
omar committed on 23 Aug 2015
2015-08-22
@yinjimmy
fix ios compile error
yinjimmy committed on 22 Aug 2015
@omar
Web: Fixed screenshot (Argh web editor is broken)
omar committed on 22 Aug 2015
@omar
Web: Fixed screenshot
omar committed on 22 Aug 2015
@omar
Web: Fixed screenshot
omar committed on 22 Aug 2015
2015-08-20
@ocornut
InputText: intentionally ignore character input when ctrl/alt are held (not sure if correct) (#279)
ocornut committed on 20 Aug 2015
@ocornut
Revert "Examples: GLFW: using glfwSetCharModsCallback() to ensure characters aren't passed when using mods (fix #279)" ...
ocornut committed on 20 Aug 2015
@ocornut
Examples: GLFW: using glfwSetCharModsCallback() to ensure characters aren't passed when using mods (fix #279)
ocornut committed on 20 Aug 2015
@omar
Merge pull request #302 from andresv/mac-sdl2-example-build-instructions ...
omar committed on 20 Aug 2015
2015-08-18
@ocornut
Build fix
ocornut committed on 18 Aug 2015
@ocornut
ImHash: defaults seed to zero + comment.
ocornut committed on 18 Aug 2015
@Andres Vahter
add mac os x build instructions for sdl_opengl_example
Andres Vahter committed on 18 Aug 2015
2015-08-15
@ocornut
Added GetMousePosOnOpeningCurrentPopup().
ocornut committed on 15 Aug 2015
2015-08-13
@ocornut
Examples: DirectX11: resizing buffers dynamically (#299)
ocornut committed on 13 Aug 2015
@ocornut
Examples: DirectX9: tweaks.
ocornut committed on 13 Aug 2015
@ocornut
Examples: DirectX9: resizing vertex and index buffers dynamically (#299)
ocornut committed on 13 Aug 2015
@ocornut
Metrics window: shows indices along with triangles count (#299)
ocornut committed on 13 Aug 2015
@ocornut
Demo: Log: removed unnecessary style change,
ocornut committed on 13 Aug 2015
@ocornut
Demo: Log: removed broken clipping, tweaks.
ocornut committed on 13 Aug 2015
@ocornut
ImGuiTextFilter: default parameter width=0.0f for no override, allow override with negative values
ocornut committed on 13 Aug 2015
@ocornut
ImGuITextBuffer: shallow tweak.
ocornut committed on 13 Aug 2015
@ocornut
Demo: Add filtering to log with better-than-none storage of line offsets.
ocornut committed on 13 Aug 2015
@ocornut
ImGuiTextFilter::PassFilter() supports string range. Added [] helper to ImGuiTextBuffer.
ocornut committed on 13 Aug 2015