2015-08-22 |
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
|
|
Demo: added simple Log demo
ocornut
committed
on 13 Aug 2015
|
|
Demo: Fixed incorrectly formed string passed to Combo (#298)
ocornut
committed
on 13 Aug 2015
|
|
2015-08-12 |
Renaming some argument to clarify the local vs screen coordinates
ocornut
committed
on 12 Aug 2015
|
IsWindowHovered() takes account of window hoverability (may be disabled because of a popup) + comment
...
ocornut
committed
on 12 Aug 2015
|
|
Fixed minor typo in example
ocornut
committed
on 12 Aug 2015
|
|
2015-08-11 |
Links
ocornut
committed
on 11 Aug 2015
|
2015-08-10 |
Prevent imgui_internal.h from being included without imgui.h (piles of errors)
ocornut
committed
on 10 Aug 2015
|
2015-08-09 |
Allow to override ImDrawIdx type (#292)
ocornut
committed
on 9 Aug 2015
|
Added assert on index overflow (#292)
ocornut
committed
on 9 Aug 2015
|