1796 Commits (master)

Author SHA1 Message Date
ocornut ef9d525f02 Shortcuts: added ImGuiInputFlags_RouteActiveItem. (#456, #7618) + rearrange Changelog 6 months ago
ocornut 7c71e66370 Shortcuts, SetShortcutRouting: move ImGuiInputFlags_RouteFromRootWindow evaluation to SetShortcutRouting() for now. (#456) 6 months ago
ocornut d5a600e9c6 Shortcuts, SetShortcutRouting: added ImGuiInputFlags_RouteFromRootWindow. Made it possible for SetShortcutRouting() to query for another location. 6 months ago
ocornut a689fa262a SetShortcutRouting: require explicit routing. (#456) 6 months ago
ocornut c06e6340cd Shortcuts: added ImGuiInputFlags_Tooltip. (#456) 6 months ago
ocornut 77e4171894 Shortcuts: added flags to SetNextItemShortcut(). (#456) 6 months ago
ocornut fc512a2474 Inputs: Added Shortcut(), SetNextItemShortcut(). Added ImGuiInputFlags, ImGuiInputFlags_RouteXXXX. (#456, #2637) 6 months ago
ocornut 85513de247 Internals, Inputs: *Breaking* Swapped parameter order of owner-aware versions of IsKeyPressed(), IsKeyChordPressed(), IsMouseClicked(). (#456) 6 months ago
ocornut 900b29055c Internals, Inputs: *Breaking* Swapped parameter order of Shortcut(). (#456) 6 months ago
ocornut 55748cdbe1 Internals, Inputs: *Breaking* Renamed ImGuiKeyOwner_None to ImGuiKeyOwner_NoOwner: avoid confusion with non zero value, makes IsKeyPressed() calls using ImGuiKeyOwner_NoOwner more explicit. 6 months ago
ocornut 6d1a6f1c74 Internals, Inputs: Comments, alignment. 6 months ago
ocornut aa725ca79d Inputs: moving ImGuiInputFlags_RouteAlways into ImGuiInputFlags_RouteTypeMask_ 6 months ago
ocornut cd48059dc5 Tables: comments about skipping access to table data in coarse clipping path. 6 months ago
ocornut ae8218a3ea Inputs, Shortcut: fixes some edge cases for GetKeyChordName(), clarify that it is aimed at display. (#456) 6 months ago
ocornut b4f564c1ed Internals: Shortcuts: *Breaking* : rename ImGuiInputFlags_RouteGlobalLow -> ImGuiInputFlags_RouteGlobal, ImGuiInputFlags_RouteGlobal -> ImGuiInputFlags_RouteGlobalOverFocused, ImGuiInputFlags_RouteGlobalHigh -> ImGuiInputFlags_RouteGlobalHighest (#456) 6 months ago
ocornut 8bd5d1d42f Inputs: Fixed swapping of keys associated to mods. Fixed warnings. (#2343, #4084, #5923, #456) 6 months ago
ocornut 7747106647 Inputs: swap Ctrl and Cmd on macOS X, remove ImGuiMod_Shortcut. (#2343, #4084, #5923, #456) 6 months ago
Hubert Maier 07dbcf1f70 Fixed typos. (#7593) 6 months ago
ocornut e4576914cb Internals: amend f806c76 to better match docking + fixed unused static forward declaration warning. 6 months ago
ocornut d0524df887 Internals: slight refactor FindHoveredWindow() -> FindHoveredWindowEx() toward reducing far-away code duplication. 6 months ago
ocornut f806c76e97 Tables, Dpi: added dummy g.DpiScale storage (to be altered in docking), using to scale tables border hit thickness. 6 months ago
ocornut f48aae600a Version 1.90.7 WIP 6 months ago
ocornut 6ccc561a2a Version 1.90.6 6 months ago
ocornut d4495446d5 Windows, Internal: added experimental SkipRefresh mode. (#3515, #4763, #7556, #5116 , #4076, #2749, #2268) 6 months ago
ocornut 4bb7567141 Tables: Angled headers: fixed multi-line label display when angle is flipped. (#6917) 6 months ago
ocornut b30df8890d Table: Angled Headers: internal refactor to facilitate changing angled header bg and text colors per column. (#6917) 6 months ago
ocornut 6ef4f67fa9 ImDrawList: moved cold fields lower in the structure so hot fields are closer to each others + better packed ImGuiNavItemData 6 months ago
ocornut 3caa79c8a5 Version 1.90.6 WIP 7 months ago
ocornut f790d51665 Silent zealous/stupid warning introduced by Clang 16 (shipping with VS2022) with -Weverything. Pointers are now illegal! 7 months ago
ocornut 231cbee0fc Version 1.90.5 7 months ago
GamingMinds-DanielC 4f9ba19e52 Drags, Sliders, Inputs: Reactivated decimal point replacement for SliderScalar and DragScalar. (#7389, #6719, #2278) 8 months ago
ocornut 9638c2839a Internals: adding ImGuiNavMoveFlags_NoClearActiveId even though there's currently no satisfying way to take advantage of it. (#1418) 7 months ago
ocornut 286cd5bd41 Internals, InputText: removed ImGuiInputSource_Clipboard. (#4005) 8 months ago
ocornut fbf45ad149 ImDrawList: add PathFillConcave(), AddConcavePolyFilled(): amends (#760) 10 months ago
ocornut 9877941775 Popups, Menus: rename ImGuiPopupData::BackupNavWindow > RestoreNavWindow and minor tweaks. Should be functionally a no-op. 8 months ago
ocornut e46d1e69ac Version 1.90.5 WIP 8 months ago
ocornut 277ae93c41 Version 1.90.4 9 months ago
ocornut 34965cf23a Modals: Temporary changes of ImGuiCol_ModalWindowDimBg are properly handled by BeginPopupModal(). (#7340) 9 months ago
ocornut 659fb41d0a Debug Tools: moved DebugStartItemPicker() to public API. Added to Demo->Tools menu. (#2673) 9 months ago
ocornut 6655ab2e43 Tables: Angled Headers: fixed TableAngledHeadersRow() incorrect background fill drawn too low. Fixed row geometry with non-small values of CellPadding. (#6917) 9 months ago
ocornut 8a14b71f22 Version 1.90.4 WIP 9 months ago
ocornut 5b6f03213d Version 1.90.3 9 months ago
ocornut 915c6393ad Version 1.90.3 WIP 9 months ago
ocornut 536090303a Version 1.90.2 9 months ago
ocornut 7b5357d817 Debug Tools: Metrics: Improved Monitors and Viewports minimap display. Highlight on hover. 9 months ago
ocornut 70aa717a8e Combo: Fixed not reusing windows optimally when used inside a popup stack. 9 months ago
ocornut a5e0e90c16 Nav: tweak RenderNavHighlight() syntax. ImGuiNavHighlightFlags_TypeThin -> ImGuiNavHighlightFlags_Compact. 9 months ago
ocornut 1e8fc01ddd InputText: Internal: ReloadUserBufXXX functions don't override revert value. (#2890) + rename 9 months ago
ocornut 06ce312745 InputText: Internal: added reload from user-buf feature. (#2890) 9 months ago
ocornut 96839b445e Nav: Improve handling of Alt key to toggle menu so that key ownership may be claimed on indiviudal left/right alt key without intefering with the other. 10 months ago