History for imgui / examples / imgui_impl_win32.cpp
2018-09-26
@omar
Merge branch 'master' into viewport ...
omar committed on 26 Sep 2018
2018-09-20
@omar
Examples: Referring to missing gamepad support in back-end that are missing it.
omar committed on 20 Sep 2018
2018-09-14
@omar
Merge branch 'master' into viewport ...
omar committed on 14 Sep 2018
2018-09-13
@omar
Examples: Using "dear imgui" terminology in all examples headers/comments + fix minor typo.
omar committed on 13 Sep 2018
2018-08-13
@omar
Merge branch 'master' into viewport ...
omar committed on 13 Aug 2018
2018-08-09
@Ryan Crandall
imgui_impl_win32: Don't redefine WIN32_LEAN_AND_MEAN if already defined (#2014)
Ryan Crandall authored on 9 Aug 2018 omar committed on 9 Aug 2018
2018-07-17
@omar
Viewport: Removed the need for the back-end to fill io.MousePosViewport, it seems unnecessary at this point. (#1542)
omar committed on 17 Jul 2018
2018-07-09
@omar
Merge branch 'master' into viewport ...
omar committed on 9 Jul 2018
2018-07-02
@omar
Merge branch 'master' into viewport ...
omar committed on 2 Jul 2018
2018-06-30
@omar
Examples: Comments to clarify how the keyboard data is indexed.
omar committed on 30 Jun 2018
2018-06-29
@omar
Fixed software Hand cursor from not actually working. Fixed demo from crashing. Fixed typo and extraneous trailing space. Added Changelogs. (#1913, #1914)
omar committed on 29 Jun 2018
@Aiekick
add hand cursor support (+11 squashed commit)
Aiekick authored on 29 Jun 2018 omar committed on 29 Jun 2018
2018-06-22
@omar
Merge branch 'master' into viewport ...
omar committed on 22 Jun 2018
2018-06-21
@omar
Examples: The functions in imgui_impl_xxx.cpp are prefixed with IMGUI_IMPL_API (which defaults to IMGUI_API) to facilitate some uses. (#1888) + Comments in imgui.h
omar committed on 21 Jun 2018
2018-06-20
@omar
Examples: Fixed bindings to use ImGuiMouseCursor_COUNT instead of old name ImGuiMouseCursor_Count_ so they can compile with IMGUI_DISABLE_OBSOLETE_FUNCTIONS. (#1887)
omar committed on 20 Jun 2018
2018-06-12
@omar
Merge branch 'master' into viewport ...
omar committed on 12 Jun 2018
2018-06-11
@omar
Examples: Win32: Fixed handling of mouse wheel messages to support finer position messages (typically sent by track-pads). (#1874)
omar committed on 11 Jun 2018
@omar
Examples: Comments to make ImGuiConfigFlags_NoMouseCursorChange more visible (#1027). + Allegro5: Added support for ImGuiConfigFlags_NoMouseCursorChange flag.
omar committed on 11 Jun 2018
2018-06-10
@omar
Merge branch 'examples_refactor2' into viewport (#1870) ...
omar committed on 10 Jun 2018
2018-06-08
@omar
Big example binding refactor (manually imported from Viewport branch, stripped out of Viewport code). (#1870) ...
omar committed on 8 Jun 2018
2018-06-07
@omar
Examples, Platform: Removed the call to ImGui::NewFrame() from the platform _NewFrame() function e.g. ImGui_ImplWin32_NewFrame(), ImGui_ImplSDL2_NewFrame(), ImGui_ImplGlfw_NewFrame(), etc. Moved to main.cpp for consistency. (#1542)
omar committed on 7 Jun 2018
2018-05-11
@omar
Viewport, Platform: Cleaned up xxx_UpdateMouseCursor() functions to make them more consistent. (#1542)
omar committed on 11 May 2018
@omar
Viewport, Platform: Win32: Fixed handling of io.WantSetMousePos + added a bunch of comments. GLFW, SDL2: Added handling of io.WantSetMousePos. (#1542)
omar committed on 11 May 2018
2018-05-10
@omar
Viewport: Changed Monitor field to use Pos+Size (more consistent), changed FullMin,FullMax to MainPos,MainSize. Made main viewport accessible in PlatformIO on first frame. Fixed casing of ImGuiViewportFlags_TopMost flag. (#1542)
omar committed on 10 May 2018
2018-04-26
@omar
Viewport, Platform: Refresh monitor list (win32, glfw) + avoid calling GetWindowFocus before platform window creation to not require of backend to null-check things inconsistently. (#1542)
omar committed on 26 Apr 2018
@omar
Viewport: Removed unnecessary fields (now that the coordinate system is consistent accross viewports): MouseRefPrevViewport, MouseClickedPosViewportId. (#1542)
omar committed on 26 Apr 2018
2018-04-25
@omar
Platform: Added platform_io.Platform_SetWindowFocus, Platform_GetWindowFocus function wrappers (unused yet). Exact specs tbd because our simplified concept of focus doesn't necessary match the more complex OS native concepts. (#1542)
omar committed on 25 Apr 2018
2018-04-24
@omar
Viewport: Fixed mouse hover flicker on mouse button release frame after moving a window. (#1542) ...
omar committed on 24 Apr 2018
@omar
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) ...
omar committed on 24 Apr 2018
2018-04-23
@omar
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)
omar committed on 23 Apr 2018