Skip to content
Snippets Groups Projects

Repository graph

You can move around the graph by using the arrow keys.
Select Git revision
  • docking
  • master default protected
  • premake
  • tabs
  • viewport
  • viewport_patch_2071
  • zzz-2015-03-antialiased-primitives-CLOSED
  • zzz-2015-05-menus-CLOSED
  • zzz-2015-06-multiline_inputtext-CLOSED
  • zzz-2016-02-colorpicker-CLOSED
  • zzz-2017-12-drag_and_drop-CLOSED
  • zzz-2018-01-context-CLOSED
  • zzz-2018-01-navigation-CLOSED
  • zzz-2018-05-data-types-CLOSED
  • v1.65
  • v1.64
  • v1.63
  • v1.62
  • v1.61
  • v1.60
  • v1.53
  • v1.52
  • v1.51
  • v1.50
  • v1.49
  • v1.48
  • v1.47
  • v1.46
  • v1.45
  • v1.44
  • v1.43
  • v1.42
  • v1.41
  • v1.40
34 results
Created with Raphaël 2.2.09Nov865130Oct2925242322181716151412111098765432130Sep2827262524212019181715141312111097654331Aug302928272524232221201716151413986532131Jul30272625242322191716131211109865432130Jun292827262523222120161514131211108765430May29282725242321191817161514131211109Update README.mdmastermasterInternals: DragBehavior: Added support for ImGuiDragFlags_Vertical to implement a vertical drag widget (no frontend function provided).Internals: SliderBehavior: Using axis indexing.Merge branch 'master' into viewport + specific changes for GLFW callbacksviewportviewportExamples: GLFW: User previously installed GLFW callbacks are now saved and chain-called by the default callbacks. (#1759)Examples: Misc comments mainly related to GLFW callbacks. (#1759)Examples: OpenGL3+GLFW/SDL: Made main.cpp compile with IMGUI_IMPL_OPENGL_LOADER_CUSTOM (may be missing init). (#2178)Merge branch 'viewport' into dockingdockingdockingExamples: SDL: Tweaked Windows instructions and batch files. (#2175)Viewport: Fixed SDL+OpenGL2 example to work with multi-viewports. (#2175)Examples: SDL: Tweaked Windows instructions and batch files. (#2175)Examples: Win32: Handle UTf-8 in platform window title setting. (#2164)Merge branch 'master' into viewportExamples: GLFW: VS2015 project link with legacy_stdio_definitions.lib in order to link with the precompiled VS2010 GLFW3.lib we provide. (#2010, #2043, #2091)Config: Added IMGUI_DISABLE_WIN32_FUNCTIONS to disable linking with _any_ Win32 function, as a general forward compatible measure.ListBox(): Fixed frame sizing when items_count==1 unnecessarily showing a scrollbar. (#2173). Tweaked frame sizing so list boxes will look more consistent when FramePadding is far from ItemSpacing.Doc: Fixed comments referring to LoadFromFileTTF() instead of AddFontFromFileTTF() (#2153)Examples: Add missing include guards (#2166)Examples: Vulkan: Avoid unreferenced parameter warning. (#2162)Internals: Moved the FocusableItemUnregister() outside of InputScalarAsWidgetReplacement(), it should not be here and doesn't facilitate reusing InputScalarAsWidgetReplacement(). (cc #2155)gladLoadGL() return 0 to indicate failure (#2157)Merge branch 'viewport' into dockingDocking: Tweaked tooltip on tabs so they don't show immediately when holding and releasing a tab (using HoveredIdNotActiveTimer) + Minor refactor + Removed legacy .ini parsing.Merge branch 'master' into viewportDemo: Removed one level of indentation in the ShowDemoWindowXXX functions (6 kb worth of spaces!). Will break some merge/PR.Demo: Split the contents of ShowDemoWindow() into smaller functions as it appears to speed up link time with VS. (#2152)SliderAngle: Added optional `format` argument to allow users customize precision and make localization. (#2150)Fixed OpenGL texture loading example in comment + Discourse link to root of discourseMisc comments improvementsComments in demo and opengl code + Internals: Added HoveredIdNotActiveTimer tracking hovering time unless the item is active, which is a commonly useful pattern.Added DockSpaceOverViewport() call, not sure about this because of the menu bar limitation. (#2109)Docking: Fixed not saving .ini file correct if DockingEnable flag is cleared. (#2109)Viewport, Docking: Fixed incorrectly setting the ImGuiViewportFlags_NoInputs flag, affecting split docking node. (#2109)Viewport, Docking: Fixed incorrectly setting the ImGuiViewportFlags_NoInputs flag, affecting split docking node. (#2109)Font readme: Added OpenFontIcons, tweaks, links, removed spaces (#2141)Merge branch 'viewport' into dockingMerge branch 'master' into viewportExamples: SDL: Fixed usage of SDL_GetDisplayDPI (#2137, #1676)Update README.mdExamples: Downgraded Xcode project object version (50->48) to support Xcode 9.2 (last version supported on macOS 10.12) (#2133, #1929)
Loading