ocornut
|
b8397c2933
|
Tweak comments (#768)
|
8 years ago |
Michał Cichoń
|
7588dfb67e
|
Add ability to test arbitrary rectangle for visibility without need of moving cursor.
|
8 years ago |
ocornut
|
907265d632
|
Using ImGuiID instead of ImU32 is a few places
|
8 years ago |
ocornut
|
666d83b5c7
|
InputText/IO: Got rid of individual OSX options in ImGuiIO, added io.OSXBehaviors (#473, #650)
|
8 years ago |
ocornut
|
8efd05a148
|
Tab->Spaces, missing spaces, typos
|
8 years ago |
Adisorn Aeksatean
|
4141144b21
|
Added GetGlyphRangesThai()
|
8 years ago |
ocornut
|
9c71ec38f0
|
ImVector: reserve() tweak to avoid undefined behavior warning (#731)
|
8 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
|
8 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 |
ocornut
|
7a28f5bb81
|
ImGuiListClipper new version, detect height automatically, fix compatibility with SetScrollPosHere (#662)
|
9 years ago |
ocornut
|
431eaf1abe
|
Comments to clarify what float[2] int[2] etc. are. May switch to pointers? (#659)
|
9 years ago |
ocornut
|
39bda5ea09
|
Fixed a IMGUI_API->inline case (#657, #349)
|
9 years ago |
ocornut
|
f48f9a30ef
|
ButtonBehavior(), fixed subtle old bug when a repeating button would also return true on release + comments (#656)
|
9 years ago |
ocornut
|
b628acbb52
|
StyleEditor: comments (#652)
|
9 years ago |
ocornut
|
2f55dc1f33
|
ImFontConfig: Clarified persistence requirement of GlyphRanges array (#651)
|
9 years ago |
ocornut
|
aa11934efa
|
Comments to clarify default shared ImFontAtlas and current context pointer thread-safety (#586, #591)
|
9 years ago |
ocornut
|
7b9c0a5c3f
|
Renamed ImGuiState -> ImGuiContext (#586, #269)
|
9 years ago |
ocornut
|
8b428e8c74
|
Added CreateContext/DestroyContext/GetCurrentContext/SetCurrentContext() (#586, #269)
|
9 years ago |
ocornut
|
69cc00f91f
|
ImGuiStorage: Added bool helper functions for completeness.
|
9 years ago |
ocornut
|
ce4d731486
|
Minor comments, tweaks
|
9 years ago |
ocornut
|
89d5026187
|
Renamed majority of use of "opened" to "open" for clarity. Renamed SetNextTreeNodeOpened() to SetNextTreeNodeOpen(). (#625, #579)
|
9 years ago |
ocornut
|
4170b4847d
|
Style: Changed default IndentSpacing from 22 to 21 (#581, #324)
|
9 years ago |
ocornut
|
13df4668d1
|
Added GetTreeNodeToLabelSpacing() helper - tentative name (#581, #324)
|
9 years ago |
ocornut
|
bb674ccee6
|
TreeNode: added ImGuiTreeNodeFlags_AlwaysOpen flag (#581, #324)
|
9 years ago |
ocornut
|
f79b2d6ce3
|
TreeNode: added ImGuiTreeNodeFlags_OpenOnArrow flag (#581, #324, #190)
|
9 years ago |
ocornut
|
dc8446d048
|
Demo: Added simple tree node selection demo (#581, #516, #190)
|
9 years ago |
ocornut
|
4c880b7106
|
Added ImGuiTreeNodeFlags_OpenOnDoubleClick (#581, #516, #190)
|
9 years ago |
ocornut
|
a38fd2e186
|
Added TreeNodeEx() functions (#581, #600, #190)
|
9 years ago |
ocornut
|
ac501102fc
|
Added IsItemClicked() helper (#581)
|
9 years ago |
ocornut
|
ec6471ca87
|
TreeNodeEx() wired the display-side ImGuiTreeNodeFlags_Selected flag (#581)
|
9 years ago |