Commit Graph

  • 834434ed7d Merge ff07bcce3f into 1cd1ca259e GabrielDMorales 2017-06-04 04:46:08 +0000
  • 8b180261fe Merge 414435c583 into 1cd1ca259e GabrielDMorales 2017-06-04 04:46:08 +0000
  • 753fc84740 Merge 4ab8115b87 into 1cd1ca259e Nmlgc 2017-06-03 17:46:17 +0000
  • 264df627ae Merge 1150aa5943 into 1cd1ca259e John Chapman 2017-06-03 04:42:06 +0000
  • 5d138ba9a7 Merge c8c0b997e1 into 1cd1ca259e Alan Yeats 2017-06-02 15:57:21 +0000
  • 1cd1ca259e Update README.md omar 2017-06-02 14:01:06 +0200
  • 5e1caaaef3 Version 1.50 v1.50 omar 2017-06-02 12:22:34 +0200
  • 7ad84b22f8 Comments omar 2017-06-02 12:13:47 +0200
  • 99ff2ec6fb Examples: DirectX9/10/11: Comments omar 2017-06-02 11:28:48 +0200
  • 2acbd1ac2d Using ImTextureID instead of void* in ImFontAtlas, not sure why I didn't do that earlier, make things more clear omar 2017-06-02 11:25:36 +0200
  • 51c200ac0d Examples: DirectX9: Clarified texture release code (#1163) omar 2017-06-02 11:23:35 +0200
  • 32f5ef4f98 Added Pascal binding omar 2017-06-01 12:25:01 +0200
  • 4fa1242f2e Merge 37361419ec into 62c4698a73 Michał Cichoń 2017-05-31 23:28:15 +0000
  • d38b10e965 Merge 1b64344607 into 62c4698a73 ea820 2017-05-30 10:38:31 +0000
  • 7cc9701f84 Merge e09016733c into 62c4698a73 Sandeep Nambiar 2017-05-30 00:02:58 +0000
  • 1f5aba2d28 Merge 03f50116e4 into 62c4698a73 Johnathan Fercher 2017-05-29 14:46:42 +0000
  • b5055fa9ab Merge 0240c0761b into 62c4698a73 ViteiHeckel 2017-05-29 10:24:00 +0000
  • 928414a913 Merge cb6e280cd5 into 62c4698a73 Johann Muszynski 2017-05-28 03:42:41 +0000
  • 62c4698a73 Further clarifications of the key indices passed to IsKeyXXX functions (#1159) omar 2017-05-27 17:55:48 +0200
  • 8228dc20df Merge branch 'master' into 2016-07-navigation omar 2017-05-26 13:44:08 +0200
  • c038339a4c Merge branch 'master' into 2015-02-colorpicker omar 2017-05-26 13:43:36 +0200
  • 9da53bcecd ImFontConfig: Removed MergeGlyphCenterV in favor of a more multipurpose ImFontConfig::GlyphOffset. (Breaking change) omar 2017-05-26 13:42:36 +0200
  • 026d021df1 Demo: Fixed warnings introduced in 0828a1fd6c omar 2017-05-26 13:40:53 +0200
  • c5c77a3476 ImFontConfig: Added GlyphOffset to explicitely offset glyphs at font build time, useful for merged fonts. May remove MergeGlyphCenterV soon. omar 2017-05-26 13:36:52 +0200
  • cb9eb1803b Merge e244bd5415 into 0828a1fd6c terriblememory 2017-05-19 04:13:53 +0000
  • 3a7111cfcd casting to GLint on init TinyTinni 2017-05-17 21:42:34 +0200
  • ad3c1e68ab save and restore sampler in GL 3 examples Nicolas Guillemot 2017-05-16 16:43:59 -0700
  • 0981d8e381 fixes types TinyTinni 2017-05-16 12:49:47 +0200
  • 531308f837 Merge 082f3eb07a into 0828a1fd6c Adrian Sieber 2017-05-15 23:03:16 +0000
  • 0828a1fd6c Fixed computation of ImFont::MetricsTotalSurface not taking oversampling into account omar 2017-05-14 16:27:10 +0200
  • bd9868f447 Scrollbar: Avoid rendering when sizes are negative to reduce glitches (not sure how this ever slipped through - perhaps because of WindowMinSize settings). omar 2017-05-13 20:25:09 +0200
  • df52f46b13 Comments, documentation (#1121) omar 2017-05-02 10:43:00 +0200
  • 9614552eba README.md added link to Nicolas Guillemot flashtalk (#1099) omar 2017-05-01 17:16:40 +0200
  • b0db625cab Examples: Vulkan: Fixed an extra validation (tested on Windows with VulkanSDK 1.0.46.0) (#1042) omar 2017-05-01 17:07:53 +0200
  • f87b152522 Examples: Vulkan: Various very minor stylistic fixes, fixing typos in comments, etc. (#1042 #1043) omar 2017-05-01 17:07:05 +0200
  • 201d589714 Image presentation now depends on the completeness of command buffer submission through semaphores. To maintain maximum frame rate we render to the last acquired swapchain image but present the last but one drawn image. This behavior is optional through conditional compilation macros. Peter Particle 2017-02-27 15:05:08 +0100
  • a9add1ce63 Removed redundant VkResult plugged into VkPresentInfoKHR pResults attribute. This is only meaningful when we present directly to multiple swapchains. In that case we can an VkResult per swapchain. Peter Particle 2017-02-27 14:50:10 +0100
  • eaae754211 Removed redundant barrier. The transition of the swapchain image(s) can happen implicitly in the renderpass. This approach has been stated to be more efficient than using an explicit barrier. See "Vulkan Programming Guide", Chapter 7: "Graphics Pipelines", section "Renderpasses". Peter Particle 2017-02-26 17:58:02 +0100
  • 33874073dc Fixed all issues found by vulkan debug report. Reasons for the major design changes are commented. Peter Particle 2017-02-26 17:31:02 +0100
  • 89d03d5cca Examples: Vulkan: Disable IMGUI_VULKAN_DEBUG_REPORT by default. Update .bat files for newer VulkanSDK. omar 2017-05-01 16:46:57 +0200
  • 56dff3a080 Vulkan backend: optionally enabling vulkan validation layers and debug report callback Additional layer, extension and the callback itself are used/created when IMGUI_VULKAN_DEBUG_REPORT is defined. The callback reports seven (potential!) errors which will be fixed with another pull request. Peter Particle 2017-02-26 13:36:40 +0100
  • 55be2f0722 Merge branch 'ParticlePeter-g_FrameIndex_not_used_fix' omar 2017-05-01 16:23:27 +0200
  • 9fd3ba871b Merge branch 'g_FrameIndex_not_used_fix' of https://github.com/ParticlePeter/imgui into ParticlePeter-g_FrameIndex_not_used_fix omar 2017-05-01 16:21:43 +0200
  • 6ad157b1f6 Merge 97812d59cf into 5418bb19ff ParticlePeter 2017-05-01 14:16:22 +0000
  • d8e6e038a4 Merge 5f38b1810d into 5418bb19ff ParticlePeter 2017-05-01 14:14:24 +0000
  • 5418bb19ff Examples: Vulkan: windows batch file for 64-bits. omar 2017-05-01 16:14:13 +0200
  • 497381dc3d Comments omar 2017-05-01 15:53:50 +0200
  • bfe7f5a74f Merge f9e7e6afa0 into 23e7cdcee8 ParticlePeter 2017-05-01 13:40:52 +0000
  • 23e7cdcee8 Merge branch 'martty-vk_small_fix' omar 2017-05-01 15:27:05 +0200
  • ac2eb4b960 Merge branch 'vk_small_fix' of https://github.com/martty/imgui into martty-vk_small_fix omar 2017-05-01 15:26:29 +0200
  • c3d9e0a6eb Examples: SDL2: Tweaked batch files for Win32. omar 2017-05-01 15:00:42 +0200
  • 475446b8b9 Merge pull request #1080 from SaschaWillems/master omar 2017-05-01 14:50:34 +0200
  • b3d237a5ce Examples: SDL2: Added build .bat files for win32. omar 2017-05-01 13:47:59 +0200
  • dbfd5d6e9a Ignoring unreasonnable Clang -wformat-pedantic warning (#1090) omar 2017-05-01 12:55:47 +0200
  • 27b83a2cac Merge branch 'master' into 2016-07-navigation omar 2017-05-01 12:38:33 +0200
  • 89b1497843 Merge branch 'master' into 2016-02-colorpicker omar 2017-05-01 12:37:34 +0200
  • a0a6c8a2ef Renamed ImDrawList::PathFill() to ImDrawList::PathFillConvex() for clarity. (breaking API) omar 2017-05-01 12:36:46 +0200
  • 7cd55ce939 Merge branch 'ecraven-addimagequad' omar 2017-05-01 12:34:45 +0200
  • 6517d68cdf ImDrawList::AddImage* renamed uv_ parameters to be more consistent. Fix AddImageQuad to use IM_COL32_A_MASK (#1009) omar 2017-05-01 12:34:32 +0200
  • f06b20185f Merge branch 'addimagequad' of https://github.com/ecraven/imgui into ecraven-addimagequad omar 2017-05-01 12:25:25 +0200
  • 884c435fd3 Merge branch 'greggman-fix-opengl3-example' omar 2017-05-01 12:21:05 +0200
  • 9fdd66330f Examples: SDL2+GL3: Fix blend func state save/restore (#1120) omar 2017-05-01 12:20:51 +0200
  • 01286f6636 Fix blend func state save/restore Gregg Tavares 2017-05-01 16:05:45 +0900
  • 4780c487ff Merge aa07af8743 into d878462866 amc522 2017-04-30 12:12:10 +0000
  • d878462866 End() avoid calling Columns() if no columns set is open, not sure what it wasn't the case. Pros: Faster. Avoid early crashes StackId underflow that are meant to be more gracefully caught by CheckStacksSize() (with more explicit assert). Cons: Excercise less code. omar 2017-04-30 12:10:30 +0200
  • bbd44b4edd Clarified asserts in CheckStacksSize() when there is a stack mismatch omar 2017-04-30 11:33:04 +0200
  • d97aae34fb Merge 362f83d784 into a606f2dcb5 Michał Cichoń 2017-04-29 13:49:45 +0000
  • a606f2dcb5 Update README.md omar 2017-04-28 13:43:11 +0200
  • 9ab9a846a1 Update README.md omar 2017-04-28 13:40:50 +0200
  • 6e69923e35 Update README.md omar 2017-04-28 13:32:04 +0200
  • 32390a252f Added UnrealEngine_ImGui link omar 2017-04-28 10:28:52 +0200
  • 27b7e254f2 Add dashed circle and line functions. Peter 2017-04-28 10:13:10 +0200
  • 659b3fd259 Add ImDrawList::AddImageQuad Peter 2017-02-06 10:30:16 +0100
  • 104936ab1a imconfig: Added comment about redefining ImDrawIdx omar 2017-04-26 19:12:46 +0200
  • f030087f8e Comments to redirect people to OpenGL3 examples (#1116) omar 2017-04-26 18:27:10 +0200
  • 50b4b29beb Examples: GLFW+GL3, SDL+GL3: Fixed modifying bound Texture0 (#1087, #1088, #1116) omar 2017-04-26 18:16:59 +0200
  • 8df58e2cfd MenuItem should only be selected on release Michael Link 2017-04-25 15:15:56 +0200
  • 2fd2a17424 Merge 3bec9e782e into 670775ac22 Tomoki "FL1NE/T_S" SHISHIKURA 2017-04-17 19:42:48 +0000
  • 82f08cc322 Merge 37fca281a9 into 670775ac22 Thibault Hennequin 2017-04-14 11:36:01 +0000
  • 40d7790450 Merge 73c5ee355b into 670775ac22 Vinh-Dieu Lam 2017-04-14 11:36:01 +0000
  • a7aa1d0744 Merge df7b9ab7f0 into 670775ac22 Lior David 2017-04-13 21:03:17 +0000
  • 5e7ff3cf66 Merge 5103af20ff into 670775ac22 Casey Banner 2017-04-13 18:51:45 +0000
  • 670775ac22 Added assert/comment about using MergeMode (#1100) omar 2017-04-13 20:01:24 +0200
  • 233b11e112 Merge pull request #2 from stefanos82/revert-1-stefanos82-patch-1 Stefanos 2017-04-09 13:26:13 +0300
  • 545a5bc826 Revert "Update README.md" Stefanos 2017-04-09 13:12:17 +0300
  • 07e32a4cdc Merge pull request #1 from stefanos82/stefanos82-patch-1 Stefanos 2017-04-09 13:07:04 +0300
  • fbc3d2b90d Update README.md Stefanos 2017-04-09 13:05:04 +0300
  • ff07bcce3f Update imgui_impl_glfw_gl3.cpp GabrielDMorales 2017-04-03 05:36:52 -0500
  • 414435c583 Update imgui_impl_sdl_gl3.cpp GabrielDMorales 2017-04-03 05:33:55 -0500
  • 15d7f20d4f Update README.md omar 2017-04-01 18:44:34 +0200
  • 0e1950f7d6 Comments about child menu positioning (#1086) omar 2017-04-01 18:01:42 +0200
  • 4b125e7d5c Merge pull request #1078 from nem0/master omar 2017-03-29 14:51:26 +0200
  • 4da26d85cd Clip negative scissor offsets to zero saschawillems 2017-03-26 19:54:59 +0200
  • 12deb53b11 Set required depth member for buffer image copy saschawillems 2017-03-26 19:38:05 +0200
  • 7a37a1c3f6 do not export inline function, it causes problems on some compiers Mikulas Florek 2017-03-24 12:45:09 +0100
  • 316555f9de missing API Mikulas Florek 2017-03-24 10:10:22 +0100
  • 1150aa5943 FNV1a hash replaces CRC John Chapman 2017-03-23 22:36:56 +0100
  • a0bc38f6f8 Merge f94f112b35 into e10ceebd36 JasonWilkins 2017-03-20 11:50:14 +0000
  • d0597b15c1 SDL+Vulkan example for imgui using SDL_Vulkan library from (https://github.com/corngood/SDL_vulkan) Andrew Copland 2017-03-18 19:45:00 +0000
  • 288dccd5a5 Merge branch 'master' into 2016-07-navigation omar 2017-03-17 21:30:16 +0100