ocornut
|
68bad703ee
|
ImColor::HSV() helper + color buttons demo
|
10 years ago |
ocornut
|
8d1583d611
|
Added ImColor() inline helper. Image/ImageButton() now takes ImVec4 for consistency and honor window alpha.
|
10 years ago |
ocornut
|
cb3b69c879
|
Exposed ColorConvertHSVtoRGB, ColorConvertRGBtoHSV, ColorConvertFloat4ToU32
|
10 years ago |
ocornut
|
3cf47988b0
|
Added ImageButton() using regular framing + override framing size (#73)
|
10 years ago |
ocornut
|
2ecc285919
|
ImDrawList::AddCallback() allows for custom rendering (e.g. 3D scene inside a imgui widget))
|
10 years ago |
ocornut
|
4437293b79
|
Added ImDrawList::SplitDrawCmd() to force multiple draw calls for depending rendering/blending + Comments
|
10 years ago |
ocornut
|
27161d2a98
|
Added io.DisplayVisibleMin / io.DisplayVisibleMax to allow for virtual / scrolling display.
+ remove duplicated "Setup outer clipping rectangle" block in Begin))
|
10 years ago |
ocornut
|
07f69966f8
|
ImDrawList::AddImage() color parameter defaults to white
|
10 years ago |
ocornut
|
79042a3a3c
|
GetVoidPtr() functions like GetInt, GetFloat. Renamed GetIntPtr/GetFloatPtr to GetIntRef/GetFloatRef
|
10 years ago |
Daniel Collin
|
c9c41c3874
|
Added Set/GetVoidPtr in ImGuiStorage
|
10 years ago |
ocornut
|
7530f3c985
|
Added IsItemActive() - replace IsItemFocused()
ClipAdvance() --> ItemAdd() - nb: return value is inverted
|
10 years ago |
ocornut
|
70188c5623
|
Added comments
|
10 years ago |
ocornut
|
26174cba85
|
Added InvisibleButton()
|
10 years ago |
ocornut
|
56ac857cac
|
Added stub for obsolete GetDefaultFontData() to help the user upgrading
|
10 years ago |
ocornut
|
1916a0c78c
|
Renamed FontAtlas to Fonts. Further cleanup/comments.
|
10 years ago |
ocornut
|
1f8d209202
|
Fixed more clang warnings + AddFontFromMemoryTTF() not honoring font_no parameter
|
10 years ago |
ocornut
|
2c31599bcc
|
ImFontAtlas allows loading multiple fonts into same texture. Revamped new init API for 1.30
|
10 years ago |
ocornut
|
cb9a3235be
|
Removed PixelCenterOffset, uncesssary
|
10 years ago |
ocornut
|
014f88b1fc
|
Font fixes for horizontal centering within frames
|
10 years ago |
ocornut
|
3e30ad3802
|
PushFont/PopFont changes texture at high-level in current draw list - faster
|
10 years ago |
ocornut
|
7ebd7ef9ac
|
Added PushFont/PopFont API
|
10 years ago |
ocornut
|
584c7ffac8
|
Added SetCursorScreenPos() helper (WindowPos+CursorPos = SrceenPos)
|
10 years ago |
ocornut
|
02f0dbca37
|
ColorEdit3: clicking on color square change edit-mode, removing color-edit mode button by default.
|
10 years ago |
ocornut
|
8ba93d947c
|
Added FrameRounding setting (default to 0 for now).
|
10 years ago |
ocornut
|
3a20671802
|
Fixed logging to clipboard on architectures where va_list are modified by vsnprintf (fixed #112)
|
10 years ago |
ocornut
|
e2d8c03e1a
|
Fixed ImGuiTextBuffer::empty() to ignore the enforced zero-terminator
+ removed unnecessary destructor
|
10 years ago |
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.
|
10 years ago |
ocornut
|
241e8086fa
|
Mde it optional to new() io.Font - however it stills needs to be loaded.
|
10 years ago |
ocornut
|
cc79b85c28
|
Added first-pass of Image() based on #73 + demo
|
10 years ago |
ocornut
|
1a6e7f25e0
|
ImVector: less hoops in back() / front(), more friendly for debugger and unoptimized builds
+ fixed typos
|
10 years ago |
ocornut
|
f77490cb2d
|
Cleanup extra_fonts/ folder
|
10 years ago |
ocornut
|
b3a208901a
|
Loading TTF file with stb_truetype. Broke setup API slightly. Font baked, packed with space for custom data. Embeds compressed ProggyClean.
|
10 years ago |
ocornut
|
b0ea57e518
|
Version number
|
10 years ago |
ocornut
|
0505995193
|
Very minor code/comments tweaks.
|
10 years ago |
ocornut
|
22c1d7eded
|
Renamed some color enums
|
10 years ago |
ocornut
|
39373b563b
|
Checkbox and Radio buttons activate on click-release to be consistent with other widgets and most UI
|
10 years ago |
ocornut
|
12225abfe2
|
Version number (fix)
|
10 years ago |
ocornut
|
f8c58fe328
|
Fix for Clang
|
10 years ago |
ocornut
|
da5227fa28
|
Added comment about defining IMGUI_OVERRIDE_DRAWVERT_STRUCT_LAYOUT in imconfig.h
|
10 years ago |
ocornut
|
2d111ccb55
|
crc32 on strings is performed in one pass - removed the strlen() call.
|
10 years ago |
ocornut
|
691ca46978
|
Version number
|
10 years ago |
ocornut
|
929f127d06
|
Added SliderInt2(), SliderInt3(), SliderInt4() for consistency
|
10 years ago |
ocornut
|
036a153cf4
|
Log depth padding relative to start depth. Tree node and headers looking better when logged to text. Added LogText().
|
10 years ago |
ocornut
|
886d954e3d
|
GetStyleColorName -> GetStyleColName for consistency with type name. Removed ImGuiStyleVar_ColumnsMinSpacing
|
10 years ago |
ocornut
|
39952d2362
|
Renamed GetTreeStateStorage() to GetStateStorage(). Columns storing floats instead of fixed point integers
|
10 years ago |
ocornut
|
1b25fa8169
|
Added LogFinish() to stop logging at an arbitrary point.
|
10 years ago |
ocornut
|
e2fbbe0274
|
Factoring bits out of Begin() into a private CreateNewWindow() funciton
(Hopefully to ease a bit the merging work for ProDBG)
|
10 years ago |
ocornut
|
5b7ed5432e
|
CalcTextSize() default third parameter to false because it almost never makes sense to use it from the outside (may obsolete it)
|
10 years ago |
ocornut
|
90351298d1
|
Renamed second parameter to Begin() to 'bool* p_opened' to be more self-explanatory. Added more comments on the use of Begin().
|
10 years ago |
ocornut
|
a3af51fd4e
|
Added ImGuiStyleVar_WindowRounding enum for PushStyleVar() API
|
10 years ago |