提交历史

作者 SHA1 备注 提交日期
  omar 992736dc5d Merge branch 'refs/heads/master' into docking 5 年之前
  omar 8342e5b91a Amend previous commits (added ImGuiMouseCursor_NotAllowed enum + new cursors in GLFW 3.4) 5 年之前
  Rokas Kupstys 945a509773 Implement ImGuiMouseCursor_NotAllowed mouse cursor. 5 年之前
  omar 575df6f192 Merge branch 'master' into docking 6 年之前
  omar 9cda3035fd Merge branch 'master' into docking 6 年之前
  omar f0348ddffc Amend 0f86116, renamed to ImGuiKey_KeyPadEnter Changelog.. (#2677, #2005) 6 年之前
  Aaron Cooper 0f86116a69 Adding an ImGuiKey 'ImGuiKey_EnterSecondary' to support platforms that differentiate the enter (return key) and the numpad enter key. 6 年之前
  omar adbbd17cb6 Addendum to #2635. Add support for multi-viewports in SDL+DX!! example. making all Win32-centric back-ends handle PlatformHandleRaw. Using the field to use/store the HWND for internal purpose in SDL/GLFW back-ends. (#1542) 6 年之前
  omar 4158cba1ff Merge branch 'master' into docking 6 年之前
  omar ef13d95466 IO: changed AddInputCharacter(unsigned short c) signature to AddInputCharacter(unsigned int c). 6 年之前
  omar dfb82d5c22 Merge branch 'master' into docking 6 年之前
  omar 6789ea3482 Examples: SDL: Gamepad support minor amend. Fixes ImGuiBackendFlags_HasGamepad not being set. Enable in Emscripten demo. Tweaks. (#2509, #2484). 6 年之前
  omar f7db4fad31 Merge branch 'master' into docking 6 年之前
  Bruce Mitchener b5d57a6615 Fix typos. (#2413) 6 年之前
  omar 09c9bf2edb Merge branch 'master' into docking 6 年之前
  omar 93d1179805 Examples: Extracted gamepad code into ImGui_ImplGlfw_UpdateGamepads(). Renamed matching Win32 function for consistency. 6 年之前
  omar b46076458c Examples: Win32: Removed unused code left-over from merge e9c625a1dc91818385aea650716200e6119fa5f6 6 年之前
  omar 03b0266b59 Examples: Made imgui_impl_win32 drag gdi32.lib for GetDeviceCaps(). (#2327) 6 年之前
  omar e1143377c2 Viewport: Added ImGuiViewportFlags_NoFocusOnClick + support in imgui_impl_win32. Made windows with no decoration always set the _NoFocus flags. (#1542, #2117) 6 年之前
  omar 8079344cee Merge branch 'master' into viewport 6 年之前
  omar 2c38b32db1 Removed trailing spaces (#2038, #2299) 6 年之前
  omar 82e31d34f0 Merge branch 'master' into viewport 6 年之前
  omar b8020032f9 Examples: Win32: Added support for mouse buttons 4 and 5 via WM_XBUTTON* messages. (#2264) 6 年之前
  omar acdb4823dd Examples: Win32: Fix for older Windows SDK. 6 年之前
  omar e9c625a1dc Merge branch 'master' into viewport 6 年之前
  omar 872477548b Examples: Win32: Using IsChild() to be compatible with windows created within a parent. (#1951, #2087, #2156, #2232) 6 年之前
  omar 9391a97fbf Merge branch 'master' into viewport 6 年之前
  omar f435aa193b Examples: Win32: Added support for XInput games (if ImGuiConfigFlags_NavEnableGamepad is enabled). 6 年之前
  omar 133f112af0 Examples: Win32: Using GetForegroundWindow() instead of GetActiveWindow() to be compatible with windows created in a different thread. (#1951, #2087, #2156, #2232) [many people] 6 年之前
  omar 0cabe4dedf Viewport: Added ImGuiWindowClass / SetNextWindowClass() (concept imported from Docking ImGuiDockFamily), which currently allows to overwrite viewport flags on a per-window basis. Exposed FindViewportByID(). Win32: Support for ParentViewportId. (#1542) 6 年之前