2277 Commits (723973a8b31208ad19dd3326d571e39f2d9e3ccb)

Author SHA1 Message Date
ocornut 3fe4319314 Version 1.89.8 WIP ago%!(EXTRA string=2 years)
ocornut d4ddc46e77 InputText: Fixed a crash on deactivating a ReadOnly buffer. (#6570, #6292, #4714) ago%!(EXTRA string=2 years)
ocornut cb9015e254 Version 1.89.7 ago%!(EXTRA string=2 years)
ocornut 1029f57b8a Inputs, Tooltip: Rework stationary timer logic as it broke on high-framerates with lower rate of mouse inputs. (#1485) ago%!(EXTRA string=2 years)
ocornut 655aae5911 Comments + docs: tidying up todo list + demo tweak for tooltips. ago%!(EXTRA string=2 years)
ocornut 10c7709f30 Overlap: IsItemHovered: Changed behavior to return false when querying an item using AllowOverlap mode. Added ImGuiHoveredFlags_AllowWhenOverlappedByItem, ImGuiHoveredFlags_AllowWhenOverlappedByWindow., (#6512, #3909, #517) ago%!(EXTRA string=2 years)
ocornut 8439a73645 Overlap: Added 'SetNextItemAllowOverlap()' as a replacement for 'SetItemAllowOverlap()'. (#6512, #3909, #517) ago%!(EXTRA string=2 years)
ocornut a9a5cbf431 Overlap: Internals: add NextItemData.ItemFlags to facilitate implementation of SetNextItemAllowOverlap() + potentially remove extra_flags from ItemAdd(). (#6512, #3909) ago%!(EXTRA string=2 years)
ocornut 51f564eea6 (Breaking) Overlap: Renamed 'ImGuiTreeNodeFlags_AllowItemOverlap' to 'ImGuiTreeNodeFlags_AllowOverlap', 'ImGuiSelectableFlags_AllowItemOverlap' to 'ImGuiSelectableFlags_AllowOverlap'. Kept redirecting enums (will obsolete). (#6512, #3909, #517) ago%!(EXTRA string=2 years)
ocornut 06f5b46133 Overlap: Fixed first frame of an overlap highlighting underlying item if previous frame didn't hover anything. (#6512, #3909, #517) ago%!(EXTRA string=2 years)
ocornut 94c46d7486 InputText: Fixed not returning true when buffer is cleared by ImGuiInputTextFlags_EscapeClearsAll. (#5688, #2620) ago%!(EXTRA string=2 years)
ocornut e7a4327eb8 IsWindowHovered: Added support for ImGuiHoveredFlags_Stationary. ago%!(EXTRA string=2 years)
ocornut b60acfa87d Tooltips: Added SetItemTooltip(), BeginItemTooltip(). Improved Demo section. ago%!(EXTRA string=2 years)
ocornut 0f72652c2d IsItemHovered, Tooltips: Added io.HoveredFlagsForTooltipMouse, io.HoveredFlagsForTooltipNav now pulled by ImGuiHoveredFlags_Tooltip. (#1485) ago%!(EXTRA string=2 years)
ocornut b3b8cbd001 IsItemHovered, Tooltips: Added ImGuiHoveredFlags_ForTooltip, ImGuiHoveredFlags_Stationary. (#1485) ago%!(EXTRA string=2 years)
ocornut d4b94bd65b (Breaking) Moved io.HoverDelayShort/io.HoverDelayNormal to style.HoverDelayShort/style.HoverDelayNormal. (#1485) ago%!(EXTRA string=2 years)
ocornut f09ef23ae6 IsItemHovered, Tooltips: Tweak default delay again. (#1485) ago%!(EXTRA string=2 years)
ocornut d96bbf0aae TreeNode: Added undocumented ImGuiTreeNodeFlags_UpsideDownArrow flag. (#6517) ago%!(EXTRA string=2 years)
ocornut 194916135a Internals: renamed HoverDelay fields. ago%!(EXTRA string=2 years)
ocornut eec344cc1e Tweak HoverDelayClearTimer. Not exposing since I am unsure logic is viable (and is rather complex with upcoming addition of stationary logic). (#1485) ago%!(EXTRA string=2 years)
ocornut e95d66faa8 Clipper: Rework inner logic to allow functioning with a zero-clear constructor. (#5856) ago%!(EXTRA string=2 years)
ocornut 9c16976749 Debug Tools: Added 'io.ConfigDebugIniSettings' option to save .ini data with extra comments. ago%!(EXTRA string=2 years)
ocornut 4fab72b40e 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) ago%!(EXTRA string=2 years)
ocornut 61ebb37843 Version 1.89.7 WIP ago%!(EXTRA string=2 years)
ocornut 5319d1cffa Version 1.89.6 ago%!(EXTRA string=2 years)
ocornut 7e03ae3240 Window: Fixed resizing from upper border when io.ConfigWindowsMoveFromTitleBarOnly is set. (#6390) ago%!(EXTRA string=2 years)
ocornut 45c8c3b611 Listbox: commented out obsolete/redirecting functions that were marked obsolete more than two years ago: ListBoxHeader(), ListBoxFooter(). ago%!(EXTRA string=2 years)
ocornut 7348e99269 CI: temporarily use Emscripten 3.1.37 because 3.1.18 has a regression. ago%!(EXTRA string=2 years)
ocornut ecb0aaa7c2 Clipper: Renamed ForceDisplayRangeByIndices() to IncludeRangeByIndices(). (#6424, #3841) + commented out obsolete ImGuiListClipper() constructor. ago%!(EXTRA string=2 years)
ocornut bcfc1ad8f6 Nav: Forwarded (wrap/loop) request don't mistakenly wreck reference pos. ago%!(EXTRA string=2 years)
ocornut 430c05991c Docs: added more detailed information about UTF-8 encoding. ago%!(EXTRA string=2 years)
ocornut 0397321be0 Debug Tools: Added 'io.ConfigDebugIgnoreFocusLoss' option. (#4388, #4921) ago%!(EXTRA string=2 years)
ocornut 6656553fa4 Nav: Record/restore preferred position on each given axis. ago%!(EXTRA string=2 years)
ocornut 6cdedf5834 Drag, Sliders: if the format string doesn't contain any %, when using CTRL+Click to input we use a default format. (#6405) ago%!(EXTRA string=2 years)
Koostosh fd943182bd ImVec2: Added unary minus operator (#6368) ago%!(EXTRA string=2 years)
ocornut d3ad2f357f Menus: Fixed an issue when opening a menu hierarchy in a given menu-bar would allow opening another via simple hovering. (#3496, #4797) ago%!(EXTRA string=2 years)
ocornut 4d42450a73 Focus: amend ImGuiFocusRequestFlags_UnlessBelowModal to bring to front-most below the modal, simplify code in Begin(). (#6357, #4317) ago%!(EXTRA string=2 years)
ocornut 00d3f9295e Nav: Fixed navigation within tables/columns where item boundaries goes beyond columns limits. (#2221) ago%!(EXTRA string=2 years)
ocornut 064153fca4 Version 1.89.6 WIP ago%!(EXTRA string=2 years)
ocornut 1ebb913827 Version 1.89.5 ago%!(EXTRA string=2 years)
ocornut 47a07d8476 ButtonBehavior: Fixed an edge case where changing widget type/behavior while active and using same id could lead to an assert. (#6304) ago%!(EXTRA string=2 years)
ocornut c9fe7ebc7b IO: Input queue trickling adjustment for touch screens. (#2702, #4921) ago%!(EXTRA string=2 years)
ocornut a16f99c6a2 IO: Added io.AddMouseSourceEvent() and ImGuiMouseSource enum. (#2702, #2334, #2372, #3453, #5693) ago%!(EXTRA string=2 years)
ocornut 9a1e09eb1f Fixed ImVec2 operator[] warning.in Clang. (#6272) ago%!(EXTRA string=2 years)
ocornut 13931fd851 Redirecting domain name ago%!(EXTRA string=2 years)
ocornut e8206db829 InputText: Fixed crash introduced by 5a2b1e848 (#6292, #4714) ago%!(EXTRA string=2 years)
ocornut 84fd0c7ff4 Inputs, IO: record MouseWheelRequestAxisSwap information. Apply in UpdateMouseWheel() before legacy ctrl+wheel. ago%!(EXTRA string=2 years)
ocornut a38e3c222f Fixed ImVec2 operator[] violating aliasing rules causing issue with Intel C++ compiler. (#6272) ago%!(EXTRA string=2 years)
AJ Weeks 821814b450 InputText: Reworked prev/next-word behavior . Include period as delimiter and tweak prev/next words logic. (#6067) ago%!(EXTRA string=2 years)
ocornut 89d09070e3 Nav: Made Ctrl+Tab/Ctrl+Shift+Tab windowing register ownership to held modifier. (#4828, #3255, #5641) ago%!(EXTRA string=2 years)