ocornut
|
105d82d134
Docking: Docking node tab bar honors ItemInnerSpacing.x before first tab. Tweak rendering and alignment of dock node menu marker. (#4130)
|
4 gadi atpakaļ |
ocornut
|
86c2b609ef
Merge branch 'master' into docking
|
4 gadi atpakaļ |
ocornut
|
e7e170c534
InputText: Internal renaming to use our own types to clarify code a little bit.
|
4 gadi atpakaļ |
ocornut
|
26a1bbfe1e
InputText: Fixed CTRL+Arrow or OSX double-click leaking the presence of spaces when ImGuiInputTextFlags_Password is used. (#4155, #4156) [@michael-swan]
|
4 gadi atpakaļ |
ocornut
|
31290807dc
Merge branch 'master' into docking
|
4 gadi atpakaļ |
ocornut
|
393941ceea
Refactor focusable/tabbalbe item registration toward allowing to handle it prior to clipping (not yet the case) (#343, #4079)
|
4 gadi atpakaļ |
ocornut
|
9b90639577
Internals: ItemFlags is a shared resource as advertised. Fix Begin/PushItemFlags/End sequence (mostly for consistency)
|
4 gadi atpakaļ |
ocornut
|
10a1c5b021
TestEngine: fixed wrong flags passed to ItemInfo queries. Was luckily/misleadingly not causing issues as the test-engine flags we tested were upper bits not colliding with the other type.
|
4 gadi atpakaļ |
ocornut
|
89162a04f4
Fixes for PVS Studio and MSVC static analyzers. Using a macro to suppress single-use MSVC false positives. (#3938, #4073)
|
4 gadi atpakaļ |
ocornut
|
d28535f351
Fixes for Visual Studio 2019 static analyzers. (#3938, #4073) + two minor edge case were invalid scalar input (e.g. a sign only) would return buffer as modified.
|
4 gadi atpakaļ |
ocornut
|
2dec7b3301
InputText: Align caret/cursor to pixel coordinates. (#4080)
|
4 gadi atpakaļ |
ocornut
|
daf97832f1
Internals: Nav: renaming.
|
4 gadi atpakaļ |
ocornut
|
34d4bc620d
Merge remote-tracking branch 'origin/master' into docking
|
4 gadi atpakaļ |
ocornut
|
646c873598
Docking: Fixed reappearing docked windows with no close button showing a tab with extraneous space for one frame.
|
4 gadi atpakaļ |
ocornut
|
c283a1da5b
Fixed clipping of multi-line value text when label is single-line + Fixed vertical alignment of single-line value text when label is multi-line. (#4004)
|
4 gadi atpakaļ |
Doug Binks
|
f08566b4d7
InputText: Do not filter private unicode codepoints (e.g. icons) when pasted from clipboard. (#4005)
|
4 gadi atpakaļ |
ocornut
|
6ddcdbe3e8
Merge branch 'master' into docking
|
4 gadi atpakaļ |
ocornut
|
9251eac585
Docking: fix undocking from tab-bar by moving mouse horizontally, amend 3ed07a8 + d705192.
|
4 gadi atpakaļ |
ocornut
|
3ed07a8f0b
Docking: removed io.ConfigDockingWithShift option. (#2109)
|
4 gadi atpakaļ |
ocornut
|
0e0a783b8c
Docking: fix undocking from tab-bar by moving mouse horizontally, broken by d705192.
|
4 gadi atpakaļ |
Chris Ohk
|
eab3ae473c
Fix warning message C4100 (#3974)
|
4 gadi atpakaļ |
ocornut
|
1dcd3a45cc
ColorEdit4: Alpha default to 255 (instead of 0) when omitted in hex input. (#3973)
|
4 gadi atpakaļ |
ocornut
|
b79b1cb9c0
TabBar: Amend previous commit. Fix tab reordering when tab bar has scrolling.
|
4 gadi atpakaļ |
ocornut
|
688e06490e
TabBar: Amend previous commit. Fix tab reordering when tab bar has scrolling.
|
4 gadi atpakaļ |
Rokas Kupstys
|
d7051928d9
TabBar: Use mouse position instead of hardcoded +1/-1 offset when reordering tabs.
|
4 gadi atpakaļ |
Rokas Kupstys
|
475c0fcc39
TabBar: Use mouse position instead of hardcoded +1/-1 offset when reordering tabs.
|
4 gadi atpakaļ |
ocornut
|
e7577d570e
Merge branch 'master' into docking
|
4 gadi atpakaļ |
ocornut
|
a58271c079
Internals: extracted a more reusable BeginViewportSideBar() out of BeginMainMenuBar(). (#3966, #3518)
|
4 gadi atpakaļ |
ocornut
|
ca34c81ce9
BeginMainMenuBar(): remove expectation that we don't know menu bar height ahead, allowing up to generalize placement in any direction (will be done in master)
|
4 gadi atpakaļ |
ocornut
|
59da01901e
Scrolling: Fix scroll tracking with e.g. SetScrollHereX/Y() when WindowPadding < ItemSpacing. Fix scroll snapping on edge of scroll region when both scrollbars are enabled.
|
4 gadi atpakaļ |