omar
|
1dedbf8091
Style: Fixed missing style.MouseCursorScale initialization (#939), messed up original commit badly.
|
7 жил өмнө |
omar
|
3f297e74e4
Merging the minor/shallow changes from Navigation branch.
|
7 жил өмнө |
omar
|
147ec8d1e2
Style Added style.MouseCursorScale, may remove (#939).
|
7 жил өмнө |
omar
|
c4fc879508
CloseButton: Fixed cross positioning.
|
7 жил өмнө |
omar
|
07163804df
Internals: Renamed CloseInactivePopups() to a better ClosePopupsOverWindow(). Exposed in imgui_internal.h
|
7 жил өмнө |
omar
|
9bc5c089b6
Internal: Avoid needlessly bringing parent of front-most child back to front. This is mostly to reduce flicker/confusion in Metrics when traversing windows. We could aim at separating the child windows from non-child windows at some point.
|
7 жил өмнө |
omar
|
9c8fb804ed
Log: Comments and extraneous assets to clarify intent. (#1584)
|
7 жил өмнө |
omar
|
cd3dd886de
Moved extra_fonts/ to misc/fonts/. Moved .natvis file to misc/natvis/ (#1569)
|
7 жил өмнө |
omar
|
596b6d6de2
Style: Enable window border by default. (#707)
|
7 жил өмнө |
omar
|
bebe03db05
Metrics: Minor formatting tweaks
|
7 жил өмнө |
omar
|
38197a236d
Internals: Renaming.
|
7 жил өмнө |
omar
|
2d9d7a10ca
Scrollbar: Fix for ScrollbarY enable check after ScrollbarX has been enabled. (#1574) Looks like a bug introduced in c36e586cce1279b419ab4b443ca6ce63b03ce7cc.
|
7 жил өмнө |
omar
|
1f3b66b10a
Scrollbar: Fix ScrollbarX enable test subtracting WindowPadding.x. This has been here since 65a191c0050ca2a8360a25ca23403843cd3bdba2 (#246) tho at the time it is possible that SizeContents wasn't calculated as evenly.
|
7 жил өмнө |
omar
|
486f0a8ba0
Fixed potential warning (forward declaration and definition didn't match signature. forward declaration only here for consistency)
|
7 жил өмнө |
omar
|
5d31e1696f
Fix SetNextWindowContentSize() with 0.0f on Y axis (or SetNextWindowContentWidth()) overwriting the contents size. Broken in eab6333a0b96bd30413bb17408303a5df438ffde. (#1363)
|
7 жил өмнө |
omar
|
5148937d4d
Fixed old Begin() calling SetNextWindowBgAlpha() with negative values. (#1567, #1568)
|
7 жил өмнө |
omar
|
37ee99983f
Clear BgAlphaCond properly after consuming it. Fixes 9a76fd30fd21d0c4f6403b27a235b883ece71f28 (#1567)
|
7 жил өмнө |
omar
|
f6ee8d30fb
Comments (#1567)
|
7 жил өмнө |
omar
|
9a76fd30fd
Added SetNextWindowBgAlpha() helper. (#1567) particularly helpul with the marking of the old 5-parameters version of Begin() as obsolete.
|
7 жил өмнө |
omar
|
db2ba13154
Internals: Exposed SetCurrentFont() in imgui_internal.h
|
7 жил өмнө |
omar
|
9076366c17
Style: Exposed ImGuiStyleVar_WindowTitleAlign, ImGuiStyleVar_ScrollbarSize, ImGuiStyleVar_ScrollbarRounding, ImGuiStyleVar_GrabRounding + added an assert to reduce accidental breakage. (#1181)
|
7 жил өмнө |
omar
|
1acb155419
Internals: Moved unnecessary MovingWindowMoveId field.
|
7 жил өмнө |
omar
|
5097368bd5
Tweaked FAQ.
|
7 жил өмнө |
omar
|
ac5b7a1bdf
Comments
|
7 жил өмнө |
Panos Karabelas
|
7c8a19978d
Simplified return of ImGui::IsKeyReleased()
|
7 жил өмнө |
omar
|
cd1409f4bf
ImFontAtlas: Moved mouse cursor data out of ImGuiContext, fix drawing them with multiple context. Also remove the last remaining undesirable dependency on GImGui in imgui_draw.cpp, finishing the work recently done with ImDrawListSharedData. Hurra! (#939)
|
7 жил өмнө |
omar
|
0b1fecb792
Horizontal mouse wheel: renamed io.MouseHorizWheel to io.MouseWheelH. Reorganized the code in NewFrame(). Examples: Updated GLFW+GL and SDL+GL accordingly. (#1463)
|
7 жил өмнө |
omar
|
6f6b6194b2
Merge branch 'tseeker/20171127-feature-horiz-wheel' of https://github.com/tseeker/imgui into tseeker-tseeker/20171127-feature-horiz-wheel
|
7 жил өмнө |
omar
|
d4bf9b4686
Renaming for consistency.
|
7 жил өмнө |
omar
|
e5a6e85f6d
Basic undocumented/unsupported combination of Child+Tooltip. The full feature needs substancially more work but this is enough for simplest cases. (#1345)
|
7 жил өмнө |