ocornut
0f4d74d614
ImFont::GetTextureData API allow to retrieve 8/32 bits data + lazily load defaults font
...
Examples: OpenGL3 and DirectX11 back to using 32-bits texture solely for
ease of integration.
ago%!(EXTRA string=10 years)
ocornut
241e8086fa
Mde it optional to new() io.Font - however it stills needs to be loaded.
ago%!(EXTRA string=10 years)
ocornut
cc79b85c28
Added first-pass of Image() based on #73 + demo
ago%!(EXTRA string=10 years)
ocornut
1a6e7f25e0
ImVector: less hoops in back() / front(), more friendly for debugger and unoptimized builds
...
+ fixed typos
ago%!(EXTRA string=10 years)
ocornut
f77490cb2d
Cleanup extra_fonts/ folder
ago%!(EXTRA string=10 years)
ocornut
b3a208901a
Loading TTF file with stb_truetype. Broke setup API slightly. Font baked, packed with space for custom data. Embeds compressed ProggyClean.
ago%!(EXTRA string=10 years)
ocornut
b0ea57e518
Version number
ago%!(EXTRA string=10 years)
ocornut
0505995193
Very minor code/comments tweaks.
ago%!(EXTRA string=10 years)
ocornut
22c1d7eded
Renamed some color enums
ago%!(EXTRA string=10 years)
ocornut
39373b563b
Checkbox and Radio buttons activate on click-release to be consistent with other widgets and most UI
ago%!(EXTRA string=10 years)
ocornut
12225abfe2
Version number (fix)
ago%!(EXTRA string=10 years)
ocornut
f8c58fe328
Fix for Clang
ago%!(EXTRA string=10 years)
ocornut
da5227fa28
Added comment about defining IMGUI_OVERRIDE_DRAWVERT_STRUCT_LAYOUT in imconfig.h
ago%!(EXTRA string=10 years)
ocornut
2d111ccb55
crc32 on strings is performed in one pass - removed the strlen() call.
ago%!(EXTRA string=10 years)
ocornut
691ca46978
Version number
ago%!(EXTRA string=10 years)
ocornut
929f127d06
Added SliderInt2(), SliderInt3(), SliderInt4() for consistency
ago%!(EXTRA string=10 years)
ocornut
036a153cf4
Log depth padding relative to start depth. Tree node and headers looking better when logged to text. Added LogText().
ago%!(EXTRA string=10 years)
ocornut
886d954e3d
GetStyleColorName -> GetStyleColName for consistency with type name. Removed ImGuiStyleVar_ColumnsMinSpacing
ago%!(EXTRA string=10 years)
ocornut
39952d2362
Renamed GetTreeStateStorage() to GetStateStorage(). Columns storing floats instead of fixed point integers
ago%!(EXTRA string=10 years)
ocornut
1b25fa8169
Added LogFinish() to stop logging at an arbitrary point.
ago%!(EXTRA string=10 years)
ocornut
e2fbbe0274
Factoring bits out of Begin() into a private CreateNewWindow() funciton
...
(Hopefully to ease a bit the merging work for ProDBG)
ago%!(EXTRA string=10 years)
ocornut
5b7ed5432e
CalcTextSize() default third parameter to false because it almost never makes sense to use it from the outside (may obsolete it)
ago%!(EXTRA string=10 years)
ocornut
90351298d1
Renamed second parameter to Begin() to 'bool* p_opened' to be more self-explanatory. Added more comments on the use of Begin().
ago%!(EXTRA string=11 years)
ocornut
a3af51fd4e
Added ImGuiStyleVar_WindowRounding enum for PushStyleVar() API
ago%!(EXTRA string=11 years)
omar
7e868e2842
Cleanup todo list, removed 3 done items + added 1 new
ago%!(EXTRA string=11 years)
omar
0056ccce26
Version number
ago%!(EXTRA string=11 years)
omar
e9e0e36f98
New and better Set[Next]Window(Pos|Size|Collapsed) API.
...
Removed rarely useful SetNewWindowDefaultPos() in favor of new API.
ago%!(EXTRA string=11 years)
omar
3399890a84
Added ImGuiWindowFlags_NoSavedSettings flag + Fixed overlay example app.
ago%!(EXTRA string=11 years)
omar
2a3bff9a82
Comments
ago%!(EXTRA string=11 years)
omar
cca5f473ca
Clarified comment
ago%!(EXTRA string=11 years)
omar
bdb2344db0
ImGuiStorage helper can store float + added functions to get pointer to data. Exposed ImGui::GetId() - may be misleading?
ago%!(EXTRA string=11 years)
ocornut
e43cd6e97f
Added IMGUI_INCLUDE_IMGUI_USER_H
ago%!(EXTRA string=11 years)
omar
6b16424faf
Comments.
ago%!(EXTRA string=11 years)
omar
860cf578f5
Added ImGuiWindowFlags_NoScrollWithMouse flag.
...
ButtonBehaviour test hovering of CurrentRootWindow (vs CurrentWindow, different for child-windows). This is intentionally meant to fix grabbing the lower-right resize grip when lower-right corner has a child-window, but may be the overall right-er test. Testing out.
ago%!(EXTRA string=11 years)
omar
d31623061f
ImVector: private -> protected
ago%!(EXTRA string=11 years)
ocornut
7f804d3d64
Tab->Spaces :( visual studio can't even be trusted for that, oh thanks.
ago%!(EXTRA string=11 years)
ocornut
e835ef1d90
Fix from incorrect change left-over in a31e44b99a
ago%!(EXTRA string=11 years)
ocornut
214c967df8
Example code: warning fix + comments.
ago%!(EXTRA string=11 years)
ocornut
a31e44b99a
Fixed Clang -Weverything warnings + TODO list entries
ago%!(EXTRA string=11 years)
Mikko Mononen
eb789c0288
Smoother scrolling
...
- changed IO.MouseWheel to float, allows smoother scrolling
ago%!(EXTRA string=11 years)
ocornut
e9aead09cb
Remove unneeded extra parameter from ImFont::FindGlyph()
ago%!(EXTRA string=11 years)
ocornut
e4a79e9fc8
Moved IO.Font*** options to inside the IO.Font-> structure.. Added IO.FontGlobalScale setting (vs Font->Scale)
ago%!(EXTRA string=11 years)
ocornut
e27eddfbd2
Grammar fix + ocd alignment
ago%!(EXTRA string=11 years)
ocornut
311a2f8328
New version of IMGUI_ONCE_UPON_A_FRAME helper macro
ago%!(EXTRA string=11 years)
ocornut
df2ad5e899
Renamed ImBitmapFont -> ImFont, removed abstraction-pretend typedef
ago%!(EXTRA string=11 years)
omar
b9118750ae
Removed IMGUI_ONCE_UPON_A_FRAME in favor of ImGuiOnceUponAFrame which is supported by all compilers
ago%!(EXTRA string=11 years)
ocornut
49defcf083
InputText support for completion/history/custom callback + added fancy completion example in the console demo app
...
Unfortunately quite messy because of the UTF-8 <> wchar confusion going
around. Not well tested for UTF-8 compliance with non-Ascii characters.
ago%!(EXTRA string=11 years)
omar
8c4fcf1359
Added ImGuiWindowFlags_AlwaysAutoResize + example app. Calling SetWindowSize(0,0) force an autofit without zero-sizing first.
ago%!(EXTRA string=11 years)
omar
5f8175abaa
Version number
ago%!(EXTRA string=11 years)
omar
cf037b4769
PushStyleColor/PushStyleVar can be used outside the scope of a window. Added 'count' parameter to PopStyleColor/PopStyleVar
ago%!(EXTRA string=11 years)