Hubert Maier
|
07dbcf1f70
Fixed typos. (#7593)
|
1 рік тому |
ocornut
|
5d973a87d4
Backends: SDL_Renderer2/SDL_Renderer3: and ImGui_ImplSDLRenderer2_RenderDrawData() and ImGui_ImplSDLRenderer3_RenderDrawData() now takes a SDL_Renderer* parameter.
|
1 рік тому |
Erin M
|
af2fbf043d
Backends/Internals: Don't use IME and clipboard default win32 functions when WINAPI_FAMILY_GAMES (#7585)
|
1 рік тому |
ocornut
|
e4576914cb
Internals: amend f806c76 to better match docking + fixed unused static forward declaration warning.
|
1 рік тому |
ocornut
|
d0524df887
Internals: slight refactor FindHoveredWindow() -> FindHoveredWindowEx() toward reducing far-away code duplication.
|
1 рік тому |
ocornut
|
f806c76e97
Tables, Dpi: added dummy g.DpiScale storage (to be altered in docking), using to scale tables border hit thickness.
|
1 рік тому |
ocornut
|
5e23680454
Backends: all backends + demo now call IMGUI_CHECKVERSION() to verify ABI compatibility between caller code and compiled version of dear imgui. (#7568)
|
1 рік тому |
ocornut
|
f48aae600a
Version 1.90.7 WIP
|
1 рік тому |
ocornut
|
6ccc561a2a
Version 1.90.6
|
1 рік тому |
ocornut
|
d4495446d5
Windows, Internal: added experimental SkipRefresh mode. (#3515, #4763, #7556, #5116 , #4076, #2749, #2268)
|
1 рік тому |
ocornut
|
0b309471f2
Windows: Changed default ClipRect to extend to windows' left and right borders. (#3312, #7540, #3756, #6170, #6365)
|
1 рік тому |
ocornut
|
0c9c12c1bb
InnerClipRect use ImFloor() matching docking branch (fix c41868531 for #6861, #2884, followed by rename 94da5842)
|
1 рік тому |
ocornut
|
6ebbecc6a0
Realign assignments.
|
1 рік тому |
thedmd
|
fc4d818e17
Tables: Angled headers: added TableAngledHeadersTextAlign, ImGuiStyleVar_TableAngledHeadersTextAlign. (#6917)
|
1 рік тому |
ocornut
|
4bb7567141
Tables: Angled headers: fixed multi-line label display when angle is flipped. (#6917)
|
1 рік тому |
ocornut
|
50b2ff0bf0
ImGuiIO: moved IMGUI_DISABLE_OBSOLETE_KEYIO block lower in the structure so other fields layout are not affected by it (#7534)
|
1 рік тому |
ocornut
|
fa0120ea5e
Windows: Fixed subsequent Begin() append calls from setting last item information for title-bar. (#7506, #823)
|
1 рік тому |
ocornut
|
361432a0bb
TreeNode: fixed layout so that TreeNode("") or TreeNode("##HiddenLabel") may properly be used with SameLine(0,0). (#7505, #282)
|
1 рік тому |
ocornut
|
eba46cb0d2
Drag and Drop: assert when nesting BeginDragDropSource() and BeginDragDropTarget() (#7504) + update Gallery links
|
1 рік тому |
ocornut
|
3caa79c8a5
Version 1.90.6 WIP
|
1 рік тому |
ocornut
|
76bc1b825e
Extracted part of NewFrame() into SetupDrawListSharedData() for documentation purpose. (#7495, #6406)
|
1 рік тому |
ocornut
|
f790d51665
Silent zealous/stupid warning introduced by Clang 16 (shipping with VS2022) with -Weverything. Pointers are now illegal!
|
1 рік тому |
ocornut
|
231cbee0fc
Version 1.90.5
|
1 рік тому |
ocornut
|
e7712ff103
Out of courtesy/consistency move all the DebugHookIdInfo compares into ifndef block.
|
1 рік тому |
ocornut
|
f959c417fe
Refactor moving ID stack functions to their own section (part 2)
|
1 рік тому |
ocornut
|
0bf134a8e2
Refactor moving ID stack functions to their own section.
|
1 рік тому |
ocornut
|
9638c2839a
Internals: adding ImGuiNavMoveFlags_NoClearActiveId even though there's currently no satisfying way to take advantage of it. (#1418)
|
1 рік тому |
ocornut
|
742e53434f
Child Windows: adjust resizing limits to match window padding rather than inner clipping rectangle. (#7440)
|
1 рік тому |
cfillion
|
515b437c08
Child windows: look at the parent window's flags to decide whether to clamp child resizes. (#7440, #1710)
|
1 рік тому |
cfillion
|
976dc23965
Windows: extend outer resize borders to the edges when there are no corner grips. (#7440, #1710)
|
1 рік тому |