126 Commits (377f7300546e2a43e225d38c724a7f28da0ed6f2)

Author SHA1 Message Date
omar f1ae07e532 Viewport, Platform: Using Platform_GetWindowFocus to provide a much stronger heuristic of platform z-order, in replacement for when the back-end cannot provide io.MouseHoveredViewport. The pressure for it to work well increased with the use of viewports by popups/menus. (#1542) ago%!(EXTRA string=7 years)
omar e3e4b7bdf5 Viewport: Fixed mouse hover flicker on mouse button release frame after moving a window. (#1542) ago%!(EXTRA string=7 years)
omar cb78e62df9 Viewport, Platform: Fixed IME positioning for multi-viewport. Moved API from ImGuiIO to ImGuiPlatformIO. Because it is extremely unlikely to people redefined this API manually the moving-forward-breakage is ok. (#1542) ago%!(EXTRA string=7 years)
omar 376f2aec54 Viewport: Clamp windows within monitors + fallback rescue window when it is out of sight (e.g. removed monitor, changed resolution) + Win32: declare primary monitor at the beginning of the list. (#1542) ago%!(EXTRA string=7 years)
omar 010757266e Viewports: Todos, Tooltips/menus not automatically forced into their own viewport when the NoMerge flag is set (however the multiplication of viewports makes them more likely to protude and create their own). Win32: try to make primary monitor the first tin the list. (#1542) ago%!(EXTRA string=7 years)
omar d1c16d4ccd Documentation bits. Misc comments. ago%!(EXTRA string=7 years)
omar c1bdab6d5b Comments about io.WantCapture flags + todo entries. ago%!(EXTRA string=7 years)
omar 166411287f Demo: Added more complete Combo demo. (#1658) ago%!(EXTRA string=7 years)
omar 33ad8b2f0c Nav: Track nav input source more generally (gamepad vs keyboard) (#787) + update todos and demo tweaks ago%!(EXTRA string=7 years)
omar 533c86a7a3 Update TODO list, minor fix in Readme, comments, Clang -Weverything warning fix in imgui_draw.cpp under Windows. ago%!(EXTRA string=7 years)
omar 111ea7af77 Misc comments, todos + reintroduced removed ImGuiCol defines under !IMGUI_DISABLE_OBSOLETE_FUNCTIONS wrap. ago%!(EXTRA string=7 years)
omar 1ef1acbd8d Font: Fixed MergeMode adding duplicate glyphs data instead of reusing existing (broken by 072d6d8cb5) ago%!(EXTRA string=7 years)
omar ed4bbc4fd4 Nav: Comments, guides. ago%!(EXTRA string=7 years)
omar 0c0d811859 Nav: SetItemDefaultFocus() doesn't make the navigation cursorr highlight visible. Renamed NavInitResultExplicit to NavInitRequestFromMove. (#787) ago%!(EXTRA string=7 years)
omar efbd8cebe7 Nav: Comments (#787) ago%!(EXTRA string=7 years)
omar bdd868704f Nav: Child window is restored on focus when returning to layer 0 or refocusing. This is a little experimental and potentially error-prone right now. (#787, vaguely relate to ~#727) Ideally we should maintain a non-sorted last-focused list that include childs windows. ago%!(EXTRA string=7 years)
omar aa2dda7610 Nav: Tweak code to be easier to follow + updated todo list after clarifying an issue. ago%!(EXTRA string=7 years)
omar cd3dd886de Moved extra_fonts/ to misc/fonts/. Moved .natvis file to misc/natvis/ (#1569) ago%!(EXTRA string=7 years)
omar 22f7de0fbd Nav: Updated TODO list. ago%!(EXTRA string=7 years)
omar bed6ef03f5 Nav: workaround to kindly handle ALT-TAB without detecting TAB-release on backends that clear all keys on unfocus. (#787) ago%!(EXTRA string=7 years)
omar f2d5300408 Nav: Keyboard: Added CTRL+TAB (and CTRL+Shift+TAB) style window selection. (#787) ago%!(EXTRA string=7 years)
omar 2c7324da56 TODO list, added uSynergy README ago%!(EXTRA string=7 years)
omar fd4d63a0c5 InputText: Moved code for checking clipboard shortcut so we can expand on it. (#1541) ago%!(EXTRA string=7 years)
omar 996dfb21cf ImDrawList: Added ImDrawListFlags for AA settings. ImDrawList doesn't directly depends on GImGui anymore. ago%!(EXTRA string=8 years)
omar 07ed9f8451 TODO list update ago%!(EXTRA string=8 years)
omar 6b168b43ff Comments (#822) ago%!(EXTRA string=8 years)
omar e996286c38 Todo list update ago%!(EXTRA string=8 years)
omar f793562b4e TODO ago%!(EXTRA string=8 years)
omar d3c2e904d8 Internals: Added ImLinearSweep() helper. ago%!(EXTRA string=8 years)
omar 335c8dd159 Comments (clarifying whether types are to be considered as flags or regular, non combinable enums) ago%!(EXTRA string=8 years)
omar 89ab4b5e07 TODO update ago%!(EXTRA string=8 years)
omar 728deff56c Comments, debug code (commented), todo list ago%!(EXTRA string=8 years)
omar 0d56140b4a BeginCombo(): rework internals a little to make it easier to provide custom combo-like elements relying in BeginCombo(). ago%!(EXTRA string=8 years)
omar 229921541b TODO list ago%!(EXTRA string=8 years)
omar 8fbe8709f9 TODO, minor tweak ago%!(EXTRA string=8 years)
omar 9b484d24cd ImDrawList: Added GetClipRectMin(), GetClipRectMax() helpers. Comments. ago%!(EXTRA string=8 years)
omar c569676a7b ImVector: Added a const ago%!(EXTRA string=8 years)
omar 0be4f66d89 ImFontAtlas: Shuffling some code inside Build() to make upcoming diffs less confusing (nb: we might break compat with forks of Build() like #618) ago%!(EXTRA string=8 years)
omar e682362f35 TODO list update, comments ago%!(EXTRA string=8 years)
omar 668a4bf1bc Demo: style editor output tweak so it is easier to modify the output code.. + TODO list update ago%!(EXTRA string=8 years)
omar 01b99bbe09 TODO list update ago%!(EXTRA string=8 years)
omar 03aae93f3e TODO list update (merging a first batch of things I had laying around, +60 entries) ago%!(EXTRA string=8 years)
omar bd3dfc0eba Moved TODO list to TODO.txt ago%!(EXTRA string=8 years)