omar 
							
						 
					 
					
						
						
							
						
						82711251b6 
					 
					
						
						
							
							Internals: ImGuiListClipper using absolute coordinate (instead of relative one). Minor no-op tweaks + ImDrawListSplitter assert  
						
						
						
						
					 
					
						2019-06-29 20:10:55 +02:00 
						 
				 
			
				
					
						
							
							
								omar 
							
						 
					 
					
						
						
							
						
						eb3e271c24 
					 
					
						
						
							
							Demo: Using ImVec2(-FLT_MIN,0.0f) instead of ImVec2(-1.0f,0.0f) where it makes sense. ( #2449 )  
						
						
						
						
					 
					
						2019-06-23 18:20:25 +02:00 
						 
				 
			
				
					
						
							
							
								omar 
							
						 
					 
					
						
						
							
						
						e9b92d1cef 
					 
					
						
						
							
							Disable -Wpragmas warning in GCC to avoid relying on version checks, as unusual/forks/mods don't appear to always have same warning<>version. ( #2618 )  
						
						... 
						
						
						
						+ Fix version number in imgui.h 
						
						
					 
					
						2019-06-17 11:32:00 +02:00 
						 
				 
			
				
					
						
							
							
								omar 
							
						 
					 
					
						
						
							
						
						5286ecb8a7 
					 
					
						
						
							
							Version 1.72 WIP  
						
						
						
						
					 
					
						2019-06-14 11:58:58 +02:00 
						 
				 
			
				
					
						
							
							
								omar 
							
						 
					 
					
						
						
							
						
						2da1c66d15 
					 
					
						
						
							
							Version 1.71 + comments  
						
						
						
						
					 
					
						2019-06-12 18:30:06 +02:00 
						 
				 
			
				
					
						
							
							
								omar 
							
						 
					 
					
						
						
							
						
						4597632662 
					 
					
						
						
							
							Readme, comments, dear imgui prefixes  
						
						
						
						
					 
					
						2019-06-11 16:11:36 +02:00 
						 
				 
			
				
					
						
							
							
								omar 
							
						 
					 
					
						
						
							
						
						c1a61d25a7 
					 
					
						
						
							
							Scrollbar overlap an extra WindowBorderSize amount on the left to make all distances consistent. Reverted to BorderSize not affecting work/contents rectangles. Scrollbar, Style: Changed default style.ScrollbarSize from 16 to 14.  
						
						
						
						
					 
					
						2019-06-05 15:59:14 +02:00 
						 
				 
			
				
					
						
							
							
								omar 
							
						 
					 
					
						
						
							
						
						15282261dd 
					 
					
						
						
							
							Internals: Minor no-op tidying up toward solving the WindowPadding / WindowBorderSize / ScrollbarSize overlapping mess.  
						
						... 
						
						
						
						+ Demo: Use SetScrollY(). 
						
						
					 
					
						2019-06-05 15:59:14 +02:00 
						 
				 
			
				
					
						
							
							
								omar 
							
						 
					 
					
						
						
							
						
						d6df777ff2 
					 
					
						
						
							
							TextWrapped, PushTextWrapPos(0.0f) within a window with horizontal scrolling from not covering the full horizontal area (previously only worked with an explicit contents size).  
						
						
						
						
					 
					
						2019-06-05 15:59:13 +02:00 
						 
				 
			
				
					
						
							
							
								omar 
							
						 
					 
					
						
						
							
						
						f95c77eeea 
					 
					
						
						
							
							Window rectangles: Changed WorkRect to cover the whole region including scrolling (toward obsolete ContentsRegionRect) + using full WindowPadding*1 padding.  
						
						... 
						
						
						
						Tweaked InnerClipRect.
TreeNode, CollapsingHeader: Fixed highlight frame not covering horizontal area fully when using horizontal scrolling. (#2211 , #2579 )
TabBar: Fixed BeginTabBar() within a window with horizontal scrolling from creating a feedback loop with the horizontal contents size.
Columns: Fixed Columns() within a window with horizontal scrolling from not covering the full horizontal area (previously only worked with an explicit contents size). (#125 )
Demo: Added demo code to test contentsrect/workrect 
						
						
					 
					
						2019-06-05 15:59:13 +02:00 
						 
				 
			
				
					
						
							
							
								omar 
							
						 
					 
					
						
						
							
						
						7755cbbef2 
					 
					
						
						
							
							Renamed ImGuiBackendFlags_HasVtxOffset to ImGuiBackendFlags_RendererHasVtxOffset to match naming convention already used in viewport/docking branch. ( #2591 ) + Fix OpenGL3 code missing flag.  
						
						
						
						
					 
					
						2019-05-29 16:29:17 +02:00 
						 
				 
			
				
					
						
							
							
								omar 
							
						 
					 
					
						
						
							
						
						d1e8b698d0 
					 
					
						
						
							
							ImDrawList: Added ImDrawCmd::VtxOffset value to support large meshes (64k+ vertices) using 16-bits indices. To enable the feature, the renderer back-end needs to set 'io.BackendFlags |= ImGuiBackendFlags_HasVtxOffset'  and honor the ImDrawCmd::VtxOffset field. Otherwise the value will always be zero. This has the advantage of preserving smaller index buffers and allowing to execute on hardware that do not support 32-bits indices.  
						
						... 
						
						
						
						ImDrawList: Added ImDrawCmd::IdxOffset value, equivalent to summing element count for each draw command. This is provided for convenience and consistency with VtxOffset. (#2591 ) 
						
						
					 
					
						2019-05-29 16:13:38 +02:00 
						 
				 
			
				
					
						
							
							
								omar 
							
						 
					 
					
						
						
							
						
						2d68e892a8 
					 
					
						
						
							
							Added full "Dear ImGui" prefix to the title of "Dear ImGui Demo" and "Dear ImGui Metrics" windows. Shortened amount of nodes in columns>tree demo.  
						
						
						
						
					 
					
						2019-05-27 18:38:28 +02:00 
						 
				 
			
				
					
						
							
							
								omar 
							
						 
					 
					
						
						
							
						
						70a4be07df 
					 
					
						
						
							
							ColorEdit: Fixed the color picker popup only displaying inputs as HSV instead of showing multiple options. ( #2587 , broken in 1.69 by  #2384 ).  
						
						
						
						
					 
					
						2019-05-27 14:57:39 +02:00 
						 
				 
			
				
					
						
							
							
								omar 
							
						 
					 
					
						
						
							
						
						958d75c00a 
					 
					
						
						
							
							Style: Added style.WindowMenuButtonPosition (left/right, defaults to ImGuiDir_Left) to move the collapsing/docking button to the other side of the title bar.  
						
						
						
						
					 
					
						2019-05-24 21:54:52 +02:00 
						 
				 
			
				
					
						
							
							
								omar 
							
						 
					 
					
						
						
							
						
						a2eec8f5b5 
					 
					
						
						
							
							Fix OuterRectClipped not being clipped correctly, which resulted in child window outside visible bound to not be marked with SkipItems. Broken in  b50c61c961.  
						
						... 
						
						
						
						+ Comments on InnerClipRect being misleading. Demo: Tweak to sizing of child window in the Layout->Scrolling section. 
						
						
					 
					
						2019-05-22 22:14:31 +02:00 
						 
				 
			
				
					
						
							
							
								omar 
							
						 
					 
					
						
						
							
						
						f242cd4d8a 
					 
					
						
						
							
							Fixed GCC mem-access warnings ( #2565 )  
						
						... 
						
						
						
						+ using "if defined" more consistently for Clang. 
						
						
					 
					
						2019-05-19 17:15:14 +02:00 
						 
				 
			
				
					
						
							
							
								omar 
							
						 
					 
					
						
						
							
						
						632469d2e5 
					 
					
						
						
							
							Renamed SetNextTreeNodeOpen() to SetNextItemOpen(). Refactored SetNextItemXXX stuff to match SetNextWindowXXX code closely.  
						
						
						
						
					 
					
						2019-05-13 15:11:25 +02:00 
						 
				 
			
				
					
						
							
							
								omar 
							
						 
					 
					
						
						
							
						
						7355c84701 
					 
					
						
						
							
							Tweak EndGroup() to facilitate fixing  #2550  later (currently should have no side-effect0. Demo: Add extra widget to status query test.  
						
						
						
						
					 
					
						2019-05-12 21:42:36 +02:00 
						 
				 
			
				
					
						
							
							
								omar 
							
						 
					 
					
						
						
							
						
						e29176df53 
					 
					
						
						
							
							Internals: Columns: Renamed fields. Comments and tweak. Moved a demo block.  
						
						
						
						
					 
					
						2019-05-09 13:12:09 +02:00 
						 
				 
			
				
					
						
							
							
								omar 
							
						 
					 
					
						
						
							
						
						42fc563fed 
					 
					
						
						
							
							Version 1.71 WIP + fixed minor typo  
						
						
						
						
					 
					
						2019-05-07 16:36:08 +02:00 
						 
				 
			
				
					
						
							
							
								omar 
							
						 
					 
					
						
						
							
						
						d1d5075b66 
					 
					
						
						
							
							Version 1.70  
						
						
						
						
					 
					
						2019-05-06 14:17:39 +02:00 
						 
				 
			
				
					
						
							
							
								omar 
							
						 
					 
					
						
						
							
						
						86f92fe756 
					 
					
						
						
							
							Demo: Improved trees in columns demo. ( #2136 )  
						
						
						
						
					 
					
						2019-05-02 21:32:36 +02:00 
						 
				 
			
				
					
						
							
							
								omar 
							
						 
					 
					
						
						
							
						
						3fbc0b7a9e 
					 
					
						
						
							
							Obsoleted GetContentRegionAvailWidth(), use GetContentRegionAvail().x instead. Kept inline redirection function.  
						
						
						
						
					 
					
						2019-04-29 18:33:08 +02:00 
						 
				 
			
				
					
						
							
							
								omar 
							
						 
					 
					
						
						
							
						
						0f2852806c 
					 
					
						
						
							
							Amend  48a09a7 with changelog, breaking changes, tweak demo code for spacing. ( #2518 )  
						
						
						
						
					 
					
						2019-04-29 12:44:17 +02:00 
						 
				 
			
				
					
						
							
							
								Richard Mitton 
							
						 
					 
					
						
						
							
						
						4c0f34fd5d 
					 
					
						
						
							
							Improved algorithm for mitre joints on thick lines  
						
						
						
						
					 
					
						2019-04-29 12:07:03 +02:00 
						 
				 
			
				
					
						
							
							
								omar 
							
						 
					 
					
						
						
							
						
						842a720e72 
					 
					
						
						
							
							Popups: Closes popup at the time of FocusWindow(). Fixes right-click from closing all popups instead of aiming at the hovered popup level (regression in 1.67's  ae76a1fd).  
						
						
						
						
					 
					
						2019-04-28 22:33:58 +02:00 
						 
				 
			
				
					
						
							
							
								omar 
							
						 
					 
					
						
						
							
						
						6db0766564 
					 
					
						
						
							
							Misc comments, internal renaming, added disable indentation option to Columns demo section.  
						
						
						
						
					 
					
						2019-04-24 17:40:07 +02:00 
						 
				 
			
				
					
						
							
							
								omar 
							
						 
					 
					
						
						
							
						
						5078fa208b 
					 
					
						
						
							
							Added SetNextItemWidth() helper to avoid using PushItemWidth/PopItemWidth() for single items.  
						
						
						
						
					 
					
						2019-04-18 18:29:28 +02:00 
						 
				 
			
				
					
						
							
							
								omar 
							
						 
					 
					
						
						
							
						
						8d53f834ee 
					 
					
						
						
							
							Demo: Documents: Fix misusage of ListBoxHeader().  
						
						
						
						
					 
					
						2019-04-18 18:24:51 +02:00 
						 
				 
			
				
					
						
							
							
								omar 
							
						 
					 
					
						
						
							
						
						1aeee9d40f 
					 
					
						
						
							
							Internals: Columns: Tweaks, renaming. Metrics: Show rectangles for child windows.  
						
						... 
						
						
						
						Renamed SameLine() first parameter. 
						
						
					 
					
						2019-04-17 22:12:17 +02:00 
						 
				 
			
				
					
						
							
							
								omar 
							
						 
					 
					
						
						
							
						
						742b5f4c68 
					 
					
						
						
							
							Merged a bunch of small changes from Docking branch to reduce the difference between branches.  
						
						... 
						
						
						
						Noticeable: horizontal alignment of CloseButton. Menu fill take account of border. Various stylistic tweaks to accomodate other changes in Docking. 
						
						
					 
					
						2019-04-16 13:07:43 +02:00 
						 
				 
			
				
					
						
							
							
								omar 
							
						 
					 
					
						
						
							
						
						ee02cdbf03 
					 
					
						
						
							
							Internals, Docs: Added a bunch of clarification about ButtonBehavior in the form of a table (and to facilitate writing tests)  
						
						
						
						
					 
					
						2019-04-12 17:49:40 +02:00 
						 
				 
			
				
					
						
							
							
								omar 
							
						 
					 
					
						
						
							
						
						570d0bbbda 
					 
					
						
						
							
							Demo: Comments, tweaks, removed some uses of ImColor helpers.  
						
						
						
						
					 
					
						2019-04-11 15:23:54 +02:00 
						 
				 
			
				
					
						
							
							
								omar 
							
						 
					 
					
						
						
							
						
						4a57507f75 
					 
					
						
						
							
							InputText: Work-around for buggy standard libraries where isprint('\t') returns true. ( #2467 ,  #1336 )  
						
						... 
						
						
						
						Not using isprint. + todo items. 
						
						
					 
					
						2019-04-03 10:40:14 +02:00 
						 
				 
			
				
					
						
							
							
								omar 
							
						 
					 
					
						
						
							
						
						3a737e665a 
					 
					
						
						
							
							Examples: Vulkan: Added missing support for 32-bit indices (#define ImDrawIdx unsigned int). + demo typo  
						
						
						
						
					 
					
						2019-04-02 10:36:35 +02:00 
						 
				 
			
				
					
						
							
							
								omar 
							
						 
					 
					
						
						
							
						
						d9f6ba3035 
					 
					
						
						
							
							IsWindowHovered() made change which should have no effect in master but fix result of IsWindowHovered(ImGuiHoveredFlags_ChildWindows) over multiple viewport in docking branch. ( #2432 )  
						
						
						
						
					 
					
						2019-03-25 15:39:11 +01:00 
						 
				 
			
				
					
						
							
							
								omar 
							
						 
					 
					
						
						
							
						
						221bf93a55 
					 
					
						
						
							
							Comments, todo list, remove trailing spaces.  
						
						
						
						
					 
					
						2019-03-17 00:56:21 +01:00 
						 
				 
			
				
					
						
							
							
								omar 
							
						 
					 
					
						
						
							
						
						857381b9ca 
					 
					
						
						
							
							GetMouseDragDelta(): also returns the delta on the mouse button released frame. Verify that mouse positions are valid otherwise returns zero. Removed obsolete comment. Tweaked demo. ( #2419 )  
						
						
						
						
					 
					
						2019-03-15 15:03:37 +01:00 
						 
				 
			
				
					
						
							
							
								omar 
							
						 
					 
					
						
						
							
						
						ff03ae503b 
					 
					
						
						
							
							Examples: OpenGL: Added a dummy GL call + comments in ImGui_ImplOpenGL3_Init() to detect uninitialized GL function loaders early, and help users understand what they are missing. ( #2421 )  
						
						
						
						
					 
					
						2019-03-15 13:09:07 +01:00 
						 
				 
			
				
					
						
							
							
								omar 
							
						 
					 
					
						
						
							
						
						cf2c52282d 
					 
					
						
						
							
							Version 1.70 WIP  
						
						
						
						
					 
					
						2019-03-15 13:07:30 +01:00 
						 
				 
			
				
					
						
							
							
								omar 
							
						 
					 
					
						
						
							
						
						ebe79bbed0 
					 
					
						
						
							
							Demo: Custom rendering: Minor sizing issue fix.  
						
						
						
						
					 
					
						2019-03-13 15:44:23 +01:00 
						 
				 
			
				
					
						
							
							
								omar 
							
						 
					 
					
						
						
							
						
						55c02099c5 
					 
					
						
						
							
							Version 1.69, comments, typos  
						
						
						
						
					 
					
						2019-03-13 15:29:43 +01:00 
						 
				 
			
				
					
						
							
							
								omar 
							
						 
					 
					
						
						
							
						
						495065f790 
					 
					
						
						
							
							Fixed Clang and PVS warnings.  
						
						
						
						
					 
					
						2019-03-12 12:08:51 +01:00 
						 
				 
			
				
					
						
							
							
								omar 
							
						 
					 
					
						
						
							
						
						897badec7a 
					 
					
						
						
							
							Demo: InputText: Demonstrating use of ImGuiInputTextFlags_CallbackResize. ( #2006 ,  #1443 ,  #1008 ).  
						
						
						
						
					 
					
						2019-03-12 11:24:49 +01:00 
						 
				 
			
				
					
						
							
							
								Haldean Brown 
							
						 
					 
					
						
						
							
						
						79bb4ce128 
					 
					
						
						
							
							Added ImGuiColorEditFlagsFlags_InputHSV. ( #2383 ,  #2384 )  
						
						
						
						
					 
					
						2019-03-08 18:16:41 +01:00 
						 
				 
			
				
					
						
							
							
								omar 
							
						 
					 
					
						
						
							
						
						ea8158acdf 
					 
					
						
						
							
							Demo: Renamed ShowHelpMarker() -> HelpMarker(). Fixed minor PVS warning. Removed unnecessary casts.  
						
						
						
						
					 
					
						2019-03-06 18:24:07 +01:00 
						 
				 
			
				
					
						
							
							
								omar 
							
						 
					 
					
						
						
							
						
						c779fbb651 
					 
					
						
						
							
							InputTextWithHint: Fix for Password fields. Update changelog, demo. ( #2400 )  
						
						
						
						
					 
					
						2019-03-06 17:33:24 +01:00 
						 
				 
			
				
					
						
							
							
								Lucas Lazare 
							
						 
					 
					
						
						
							
						
						ab80ee6453 
					 
					
						
						
							
							Added InputTextWithHint() ( #2400 )  
						
						... 
						
						
						
						Squashed commit of the following:
commit 1970d84051lazarelucas@yahoo.fr >
Date:   Tue Mar 5 12:20:39 2019 -0500
    Removing sneaky tabulations #2 (why, editor T-T)
    I should update my settings, I guess
commit 219bdfcb7flazarelucas@yahoo.fr >
Date:   Tue Mar 5 12:17:27 2019 -0500
    Removing useless check introduced in b0d172
commit 8afd7a2b45lazarelucas@yahoo.fr >
Date:   Tue Mar 5 11:49:24 2019 -0500
    Removing sneaky tabulations
commit 8e04908631lazarelucas@yahoo.fr >
Date:   Tue Mar 5 11:45:13 2019 -0500
    Moving InputTextHinted code to InputTextEx
commit b0d1723a2flazarelucas@yahoo.fr >
Date:   Tue Mar 5 00:23:02 2019 -0500
    C++11 to C++98
commit 9afeae3998lazarelucas@yahoo.fr >
Date:   Mon Mar 4 23:43:28 2019 -0500
    Added InputTextHinted 
						
						
					 
					
						2019-03-06 17:33:05 +01:00 
						 
				 
			
				
					
						
							
							
								omar 
							
						 
					 
					
						
						
							
						
						9c45072cb0 
					 
					
						
						
							
							Demo: Added flags to InputTextMulttiline() demo.  
						
						
						
						
					 
					
						2019-03-05 19:25:07 +01:00