ocornut
|
5ef8452509
|
Nav: Comments (#323)
|
9 years ago |
ocornut
|
cbf24c13ca
|
Merge remote-tracking branch 'origin' into 2016-07-navigation
|
9 years ago |
ocornut
|
5d1a0a6f77
|
Removed a handful of obsolete (trivial) function redirection from 1.34 and 1.38 (march-april 2015)
OpenNextNode() -> SetNextTreeNodeOpen()
GetWindowIsFocused() -> IsWindowFocused()
GetItemBoxMin() -> GetItemRectMin()
GetItemBoxMax() -> GetItemRectMax()
IsMouseHoveringBox() -> IsMouseHoveringRect()
IsClipped() -> !IsRectVisible()
|
9 years ago |
ocornut
|
b8397c2933
|
Tweak comments (#768)
|
9 years ago |
Michał Cichoń
|
7588dfb67e
|
Add ability to test arbitrary rectangle for visibility without need of moving cursor.
|
9 years ago |
ocornut
|
dcff032429
|
Nav: Moving all nav inputs to io.NavInputs[] float array, new enum labelled for gamepad. (#323)
|
9 years ago |
ocornut
|
4ccc87c91d
|
Typo in commented default-value
|
9 years ago |
ocornut
|
2e52bee12e
|
Merge remote-tracking branch 'origin' into 2016-07-navigation
|
9 years ago |
ocornut
|
907265d632
|
Using ImGuiID instead of ImU32 is a few places
|
9 years ago |
ocornut
|
a154625a56
|
Nav: Not exposing ImGuiWindowFlags_NavFlattened because it requires much more work (#323)
|
9 years ago |
ocornut
|
2545d75c3b
|
Tidying up, removed two unnecessary window flags from being exposed in imgui.h
|
9 years ago |
ocornut
|
b3cba62b80
|
Nav: Added experiment ImGuiWindowFlags_NavFlattened flag to cross over between parent and non-scrolling child windows (#323)
|
9 years ago |
ocornut
|
68b73b61b5
|
Nav: Comment (#323)
|
9 years ago |
ocornut
|
e2dd48ae65
|
Nav: Split _NoNav window flag into _NoNavInputs and _NoNavFocus (#323)
|
9 years ago |
ocornut
|
04157da291
|
Nav: first committed pass for manual moving and manual scrolling (after a bunch of attempts) (#323)
|
9 years ago |
ocornut
|
5f6f4d0ffc
|
Merge remote-tracking branch 'origin' into 2016-07-navigation
|
9 years ago |
ocornut
|
666d83b5c7
|
InputText/IO: Got rid of individual OSX options in ImGuiIO, added io.OSXBehaviors (#473, #650)
|
9 years ago |
ocornut
|
802e91f69e
|
Merge branch 'add-osx-homeend-keys' of https://github.com/michaelbartnett/imgui into michaelbartnett-add-osx-homeend-keys
|
9 years ago |
ocornut
|
c3aa36d9ab
|
Navigation: Renamed ImGuiKey_NavWindowing to ImGuiKey_NavMenu (#323)
|
9 years ago |
ocornut
|
b2ad33ce41
|
Merge remote-tracking branch 'origin' into 2016-07-navigation
|
9 years ago |
ocornut
|
8efd05a148
|
Tab->Spaces, missing spaces, typos
|
9 years ago |
Adisorn Aeksatean
|
4141144b21
|
Added GetGlyphRangesThai()
|
9 years ago |
ocornut
|
c2cb2a6928
|
Gamepad/Keyboard navigation support, initial commit, WIP (#323)
|
9 years ago |
ocornut
|
4a11cc35b9
|
Updated code for repeat delay / repeat handling. GetKeyPressedAmount() now returns a count to support fast repeat rate (where DeltaTime > RepeatRate).
Renamed from recently added IsKeyPressed() variant to GetKeyPressedAmount(). (no API breakage, added in branch, bbd3b75609 ) (#323)
|
9 years ago |
ocornut
|
88c1966629
|
Added IsAnyWindowFocused(). Renamed IsMouseHoveringAnyWindow() -> IsAnyWindowHovered(), IsPosHoveringAnyWindow() -> IsAnyWindowHoveredAtPos(), IsMouseHoveringWindow() -> IsWindowHoveredRect() for consistency. Kept inline rediection function.
|
9 years ago |
ocornut
|
0300e73b3f
|
Comments
|
9 years ago |
ocornut
|
bbd3b75609
|
Added IsKeyPressed() with explicit repeat delay and repeat rate (for usage by nav) (#323)
|
9 years ago |
ocornut
|
9c71ec38f0
|
ImVector: reserve() tweak to avoid undefined behavior warning (#731)
|
9 years ago |
Michael Bartnett
|
86f42b5950
|
osx uses super+arrows for home/end, built on work in ocornut/imgui#473
|
9 years ago |
ocornut
|
de61fcc619
|
Minor bits
|
9 years ago |
ocornut
|
f83790dc5a
|
Comments
|
9 years ago |
ocornut
|
2da30e8702
|
Comments (#691)
|
9 years ago |
ocornut
|
65a525550e
|
ImFont: Allowing to use up to 0xFFFE glyphs in same font (increased from previous 0x8000)
|
9 years ago |
ocornut
|
5d4cf1c3f3
|
Version 1.50 WIP
|
9 years ago |
ocornut
|
adb85d800d
|
Version 1.49
|
9 years ago |
ocornut
|
9a751da136
|
Caving in to ignoring stupid pedantic Clang warnings for old-style-cast in header files
|
9 years ago |
ocornut
|
dcef7dedce
|
Comments (#590)
|
9 years ago |
ocornut
|
d5a12866fe
|
Comments (#676, #655)
|
9 years ago |
ocornut
|
1483a69c11
|
Demo: Tree: showing how to align tree node label with current x position (#324, #581)
|
9 years ago |
ocornut
|
61c294bb52
|
Added optional Indent() Unindent() width (#324, #581)
|
9 years ago |
ocornut
|
a0a48f6e59
|
Added TreeAdvanceToLabelPos() (#581)
|
9 years ago |
ocornut
|
793f5f8cdb
|
Comments
|
9 years ago |
ocornut
|
806a146198
|
TreeNodeEx(): ImGuiTreeNodeFlags_AlwaysOpen->ImGuiTreeNodeFlags_Leaf, + added ImGuiTreeNodeFlags_Bullet (#324, #581)
|
9 years ago |
ocornut
|
2acb61e3a1
|
Comments
|
9 years ago |
ocornut
|
8f4b123e1b
|
SetNextWindowSizeConstraint -> SetNextWindowSizeConstraints (#668)
|
9 years ago |
ocornut
|
b7ebeb1610
|
Added SetNextWindowSizeConstraint() + demo code (#668)
|
9 years ago |
ocornut
|
753bf5cefe
|
Comments
|
9 years ago |
ocornut
|
81bf5aeb09
|
Minor bits
|
9 years ago |
ocornut
|
69a29e4715
|
Added NewLine() (very shy reminder that #97 isn't done)
|
9 years ago |
ocornut
|
787be01e61
|
ImGuiListClipper comments (#660, #661, #662)
|
9 years ago |