Histórico de Commits

Autor SHA1 Mensagem Data
  omar 992736dc5d Merge branch 'refs/heads/master' into docking há 5 anos atrás
  omar 8342e5b91a Amend previous commits (added ImGuiMouseCursor_NotAllowed enum + new cursors in GLFW 3.4) há 5 anos atrás
  Rokas Kupstys 945a509773 Implement ImGuiMouseCursor_NotAllowed mouse cursor. há 5 anos atrás
  omar 575df6f192 Merge branch 'master' into docking há 6 anos atrás
  omar 9cda3035fd Merge branch 'master' into docking há 6 anos atrás
  omar f0348ddffc Amend 0f86116, renamed to ImGuiKey_KeyPadEnter Changelog.. (#2677, #2005) há 6 anos atrás
  Aaron Cooper 0f86116a69 Adding an ImGuiKey 'ImGuiKey_EnterSecondary' to support platforms that differentiate the enter (return key) and the numpad enter key. há 6 anos atrás
  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) há 6 anos atrás
  omar 4158cba1ff Merge branch 'master' into docking há 6 anos atrás
  omar ef13d95466 IO: changed AddInputCharacter(unsigned short c) signature to AddInputCharacter(unsigned int c). há 6 anos atrás
  omar dfb82d5c22 Merge branch 'master' into docking há 6 anos atrás
  omar 6789ea3482 Examples: SDL: Gamepad support minor amend. Fixes ImGuiBackendFlags_HasGamepad not being set. Enable in Emscripten demo. Tweaks. (#2509, #2484). há 6 anos atrás
  omar f7db4fad31 Merge branch 'master' into docking há 6 anos atrás
  Bruce Mitchener b5d57a6615 Fix typos. (#2413) há 6 anos atrás
  omar 09c9bf2edb Merge branch 'master' into docking há 6 anos atrás
  omar 93d1179805 Examples: Extracted gamepad code into ImGui_ImplGlfw_UpdateGamepads(). Renamed matching Win32 function for consistency. há 6 anos atrás
  omar b46076458c Examples: Win32: Removed unused code left-over from merge e9c625a1dc91818385aea650716200e6119fa5f6 há 6 anos atrás
  omar 03b0266b59 Examples: Made imgui_impl_win32 drag gdi32.lib for GetDeviceCaps(). (#2327) há 6 anos atrás
  omar e1143377c2 Viewport: Added ImGuiViewportFlags_NoFocusOnClick + support in imgui_impl_win32. Made windows with no decoration always set the _NoFocus flags. (#1542, #2117) há 6 anos atrás
  omar 8079344cee Merge branch 'master' into viewport há 6 anos atrás
  omar 2c38b32db1 Removed trailing spaces (#2038, #2299) há 6 anos atrás
  omar 82e31d34f0 Merge branch 'master' into viewport há 6 anos atrás
  omar b8020032f9 Examples: Win32: Added support for mouse buttons 4 and 5 via WM_XBUTTON* messages. (#2264) há 6 anos atrás
  omar acdb4823dd Examples: Win32: Fix for older Windows SDK. há 6 anos atrás
  omar e9c625a1dc Merge branch 'master' into viewport há 6 anos atrás
  omar 872477548b Examples: Win32: Using IsChild() to be compatible with windows created within a parent. (#1951, #2087, #2156, #2232) há 6 anos atrás
  omar 9391a97fbf Merge branch 'master' into viewport há 6 anos atrás
  omar f435aa193b Examples: Win32: Added support for XInput games (if ImGuiConfigFlags_NavEnableGamepad is enabled). há 6 anos atrás
  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] há 6 anos atrás
  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) há 6 anos atrás