ocornut
|
ec2f1d69c8
Docs: word-wrap some the older changelogs.
|
10 months ago |
ocornut
|
63234f8dd0
InputText: Internals: rename CurLenA->TextLen, InitialTextA->TextToRevertTo.
|
10 months ago |
ocornut
|
be2d006e2e
Align warning blocks. Removed -Wunused-function, -Wmissing-prototypes from imgui_internal.h
|
10 months ago |
Maya Warrier
|
88e232739b
Ignore clang warning Wnontrivial-memaccess (#8129)
|
10 months ago |
Brotcrunsher
|
d4791f1bbe
Fixed a comment typo. (#8128)
|
10 months ago |
ocornut
|
82d0584e7b
InputText: using CurLenA instead of TextA.Size for correctness. (#7925)
|
10 months ago |
ocornut
|
75f83de52a
InputText: fixed a bug (regression in 1.91.2) where modifying text buffer within a callback would sometimes prevents further appending to the buffer. (#7925)
|
10 months ago |
ocornut
|
f77d22837c
Examples: Android+OpenGL: Using ALooper_pollOnce() instead of ALooper_pollAll(). (#8013)
|
10 months ago |
ocornut
|
71c77c081a
Demo: added a "Windows" section.
|
10 months ago |
ocornut
|
772ca9e9a9
Log/Capture: added experimental io.ConfigWindowsCopyContentsWithCtrlC config option.
|
10 months ago |
ocornut
|
f37a9a27e5
Log/Capture: reworked scope + decorating menus, tabs.
|
10 months ago |
ocornut
|
a4fcc93f4a
Log/Capture: renaming ImGuiLogType to ImGuiLogFlags
|
10 months ago |
ocornut
|
9a0dff1bc5
Buttons: using ImGuiItemFlags_ButtonRepeat makes default button behavior use PressedOnClick instead of PressedOnClickRelease when unspecified.
|
10 months ago |
ocornut
|
0bde57c25a
Font, Misc: remove qualifier from most font functions.
|
10 months ago |
ocornut
|
3b8c7d0326
Backends: Win32: rework to add ImGui_ImplWin32_WndProcHandlerEx() not using current context (experimental). (#8069, #6293, #5856, #586)
|
10 months ago |
ocornut
|
d67e2eea1a
Backends: Win32: internal rename.
|
10 months ago |
ocornut
|
81b689b969
Backends: OpenGL3: added additional debug GL_CALL enclosure for glCreateShader() calls. (#8104)
|
10 months ago |
ocornut
|
81cfe09657
Selectable, Style: selected Selectable() use _Header color instead of an arbitrary lerp between _Header and _HeaderHovered. (#8106, #1861)
|
10 months ago |
ocornut
|
ccb6646bae
Examples: added SDL3+Vulkan example. (#8084, #8085)
|
10 months ago |
ocornut
|
1039b7f543
Examples: added more build_win64.bat helpers.
|
10 months ago |
ocornut
|
a908d73c16
Backends: avoid missing -Wmissing-declaration warning. (#8087, #7997)
|
10 months ago |
Nicolas Chavez
|
b4033b37ad
Backends: WGPU: update for Dawn WGPU String usage. (#8082, #8083)
|
11 months ago |
Eugene Sandulenko
|
a855bd8df3
Backends: SDL2: Replace SDL_Vulkan_GetDrawableSize() forward declaration with the actual include. (#8095, #7967, #3190)
|
10 months ago |
ocornut
|
06092a9756
Backends: SDL2, SDL3: SDL_EVENT_MOUSE_WHEEL event doesn't require dividing by 100.0f on Emscripten. (#4019, #6096, #1463)
|
10 months ago |
Eugene Sandulenko
|
062e580436
Fixed copy/paste error in DebugModeWindow() (#8094)
|
10 months ago |
ocornut
|
4994e75852
Backends: DX12: Unmap() call specify written range.
|
10 months ago |
ocornut
|
41f02825fc
Version 1.91.5 WIP
|
10 months ago |
ocornut
|
99109c0b3b
Amend Changelog, oops didn't get it in the previous commit.
|
11 months ago |
ocornut
|
83b64b8be2
Version 1.91.4
|
11 months ago |
ocornut
|
ab9ce2a927
Nav: added io.ConfigNavCursorVisibleAuto, io.ConfigNavCursorVisibleAlways. (#1074, #2048, #7237, #8059, #3200, #787)
|
11 months ago |