0
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 28, 2023 — Apr 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
BeginChild/Tables: Fixed BeginChild temporary activation id collision. Fixes regression in 1.89.6 leading to the first column of tables with either ScrollX or ScrollY flags from being impossible to resize. (#6503) More... 11 months ago
BeginComboPreview: fix when part of preview rect is clipped by parent window. (#6501, #1658) More... 11 months ago
Demo: fixed a misuse of EndChildFrame(). (#6496) More... 11 months ago
Internals: add ImGuiNavMoveFlags_NoSelect and use in FocusItem(). More... 11 months ago
Internals: Added FocusItem(). Made activation explicit/opt-in via ImGuiNavMoveFlags_Activate. Rename ActivateItem() to ActivateItemByID(). More... 11 months ago
Version 1.89.7 WIP More... 11 months ago
Demo: fix casing swap demo inserting garbage characters when typing lowercase letters (#6482) More... 11 months ago
Version 1.89.6 More... 11 months ago
Fonts: Fixed crash when manually specifying an EllipsisChar that doesn't exist. (#6480) More... 11 months ago
Backends: SDLRenderer3: Amend/finish SDL_Renderer3 patch + add example. (#6286) More... 11 months ago
Backends: SDL3: Add SDL_Renderer for SDL3 implementation. (#6286) More... 11 months ago
Backends: SDL_Renderer2: renamed all functions accordingly. (#6286) More... 11 months ago
Backends: SDL_Renderer2: Renamed 'imgui_impl_sdlrenderer.h/cpp' to 'imgui_impl_sdlrenderer2.h/cpp' (#6286) More... 11 months ago
Examples: SDL3: Added clues that Emscripten doesn't support SDL3 yet. (#6386) More... 11 months ago
Window: Fixed resizing from upper border when io.ConfigWindowsMoveFromTitleBarOnly is set. (#6390) More... 11 months ago
Demo: added casing swap demo to clarify use of ImGuiInputTextFlags_CallbackCharFilter. (#6457) + Metrics: simplified some code. More... 11 months ago
Nav: set NavJustMovedToXXX fields on NavInit result + BeginChild() clears ActiveId on N+1 on entering instead of waiting for ID to elapse on N+2. More... 11 months ago
Backends: OpenGL3: Added more explicit comments about using GL ES2/3 on targets where it's not automatic. (#6450) More... 11 months ago
Fonts: Fixed crash when merging fonts and the first font has no valid glyph. (#6446) More... 11 months ago
Listbox: commented out obsolete/redirecting functions that were marked obsolete more than two years ago: ListBoxHeader(), ListBoxFooter(). More... 11 months ago
Comments/typos tweaks More... 11 months ago
Internals: SeparatorEx(): expose thickness + add misc comments relating to Separators. More... 11 months ago
Examples: DX9: Fix WM_SIZE handling bug introduced in 031e152d2. (#6374) More... 11 months ago
CI: temporarily use Emscripten 3.1.37 because 3.1.18 has a regression. More... 12 months ago
Clipper: Amend ecb0aaa (#6424, #3841) More... 12 months ago
Clipper: Renamed ForceDisplayRangeByIndices() to IncludeRangeByIndices(). (#6424, #3841) + commented out obsolete ImGuiListClipper() constructor. More... 12 months ago
Misc: made ErrorCheckEndWindowRecover() handle font stack. (#6431, #1651) More... 12 months ago
Nav: Forwarded (wrap/loop) request don't mistakenly wreck reference pos. More... 12 months ago
Docs: added more detailed information about UTF-8 encoding. More... 12 months ago
Examples: Updated all Visual Studio project file to use /utf-8 option, so string literals are UTF-8 encoded by default. More... 12 months ago