ocornut
|
7f804d3d64
Tab->Spaces :( visual studio can't even be trusted for that, oh thanks.
|
10 anos atrás |
ocornut
|
0f29cd7a14
Removed Microsoft IME handler in examples, too confusing. Moved to imgui.cpp instruction block.
|
10 anos atrás |
ocornut
|
a5a84a9b69
Tab->Spaces :(
|
10 anos atrás |
ocornut
|
2e576de9ca
Fix comments
|
10 anos atrás |
ocornut
|
38164a410d
ImStrnicmp tweak
|
10 anos atrás |
omar
|
31654958f9
Merge pull request #92 from memononen/master
|
10 anos atrás |
ocornut
|
a31e44b99a
Fixed Clang -Weverything warnings + TODO list entries
|
10 anos atrás |
Mikko Mononen
|
eb789c0288
Smoother scrolling
|
10 anos atrás |
ocornut
|
e9aead09cb
Remove unneeded extra parameter from ImFont::FindGlyph()
|
10 anos atrás |
ocornut
|
e4a79e9fc8
Moved IO.Font*** options to inside the IO.Font-> structure.. Added IO.FontGlobalScale setting (vs Font->Scale)
|
10 anos atrás |
ocornut
|
311a2f8328
New version of IMGUI_ONCE_UPON_A_FRAME helper macro
|
10 anos atrás |
ocornut
|
df2ad5e899
Renamed ImBitmapFont -> ImFont, removed abstraction-pretend typedef
|
10 anos atrás |
ocornut
|
07a6ba8aaf
Merge branch 'master' of https://github.com/ocornut/imgui
|
10 anos atrás |
ocornut
|
16d6561aba
Increased visibility of check box and radio button with smaller size. + comments
|
10 anos atrás |
omar
|
abe45e9976
Moved API Breaking Changes section of the documentation above the programmer's FAQ.
|
10 anos atrás |
omar
|
c0999495e7
Fixed move-by-word in InputText() - broken 2 days ago, sorry. stb_ expect a define.
|
10 anos atrás |
omar
|
b9118750ae
Removed IMGUI_ONCE_UPON_A_FRAME in favor of ImGuiOnceUponAFrame which is supported by all compilers
|
10 anos atrás |
ocornut
|
ec4b510775
Minor tidying & comments
|
10 anos atrás |
ocornut
|
1484799b18
Console example: fixing losing text selection when using TAB completion with no match
|
10 anos atrás |
ocornut
|
895f93f694
Remove unused variables
|
10 anos atrás |
ocornut
|
49defcf083
InputText support for completion/history/custom callback + added fancy completion example in the console demo app
|
10 anos atrás |
omar
|
e78c47961e
Not word-wrapping on apostrophes
|
10 anos atrás |
omar
|
8c4fcf1359
Added ImGuiWindowFlags_AlwaysAutoResize + example app. Calling SetWindowSize(0,0) force an autofit without zero-sizing first.
|
10 anos atrás |
omar
|
2322318cac
PopStyleVar() fix. OOPS
|
10 anos atrás |
omar
|
5f8175abaa
Version number
|
10 anos atrás |
omar
|
075fe0220e
MouseWheel input is normalized
|
10 anos atrás |
omar
|
cf037b4769
PushStyleColor/PushStyleVar can be used outside the scope of a window. Added 'count' parameter to PopStyleColor/PopStyleVar
|
10 anos atrás |
ocornut
|
3572b04c69
ShowTestWindow: fixed example app from not displaying when header is collaposed.
|
10 anos atrás |
ocornut
|
fd8752df8d
Style editor: colors list inside a scrolling region
|
10 anos atrás |
ocornut
|
f1dcd72e9f
General fixes of Columns() api. User has more flexibility in the way to fill cells.
|
10 anos atrás |