ocornut 
							
						 
					 
					
						
						
							
						
						1dfd0634cb 
					 
					
						
						
							
							Internals: Allow ItemHoverable() to be used with id==0 to facilitate high-level read-only hover test in widget code.  
						
						
						
						
					 
					
						2020-06-15 22:13:06 +02:00 
						 
				 
			
				
					
						
							
							
								ocornut 
							
						 
					 
					
						
						
							
						
						99ab521024 
					 
					
						
						
							
							Renamed OpenPopupOnItemClick() to OpenPopupContextItem(). Kept inline redirection function (will obsolete). + Removed CalcItemRectClosestPoint() entry point  
						
						
						
						
					 
					
						2020-06-15 22:12:38 +02:00 
						 
				 
			
				
					
						
							
							
								omar 
							
						 
					 
					
						
						
							
						
						90c0c0c163 
					 
					
						
						
							
							Columns: Lower overhead on column switches and switching to background channel. (second attempt for  9b3ce49)  
						
						... 
						
						
						
						Internals: Bits, comments, added ImRect::ToVec4() 
						
						
					 
					
						2020-06-13 18:04:50 +02:00 
						 
				 
			
				
					
						
							
							
								ocornut 
							
						 
					 
					
						
						
							
						
						a933cc4f4d 
					 
					
						
						
							
							Documentation update  
						
						
						
						
					 
					
						2020-06-11 10:21:31 +02:00 
						 
				 
			
				
					
						
							
							
								ocornut 
							
						 
					 
					
						
						
							
						
						16da8e6da6 
					 
					
						
						
							
							Revert "Columns: Lower overhead on column switches and switching to background channel (some stress tests in debug builds went 3->2 ms). ( #125 )"  
						
						... 
						
						
						
						This reverts commit 9b3ce494fd 
						
						
					 
					
						2020-06-10 17:54:19 +02:00 
						 
				 
			
				
					
						
							
							
								ocornut 
							
						 
					 
					
						
						
							
						
						53f0f97273 
					 
					
						
						
							
							Added FAQ entry about DPI. Added Japanese font loading example.  
						
						
						
						
					 
					
						2020-06-09 17:29:26 +02:00 
						 
				 
			
				
					
						
							
							
								ocornut 
							
						 
					 
					
						
						
							
						
						40b799023b 
					 
					
						
						
							
							Docs: Update fonts.md ( #2861 ) + update all references to FONTS.txt  
						
						
						
						
					 
					
						2020-06-09 16:56:48 +02:00 
						 
				 
			
				
					
						
							
							
								ocornut 
							
						 
					 
					
						
						
							
						
						9b3ce494fd 
					 
					
						
						
							
							Columns: Lower overhead on column switches and switching to background channel (some stress tests in debug builds went 3->2 ms). ( #125 )  
						
						... 
						
						
						
						This change benefits Columns but was primarily made with Tables in mind. 
						
						
					 
					
						2020-06-08 23:18:23 +02:00 
						 
				 
			
				
					
						
							
							
								ocornut 
							
						 
					 
					
						
						
							
						
						b1f2eacdf3 
					 
					
						
						
							
							ImDrawList: Prefixed internal functions with underscore, renamed UpdateClipRect() to _OnChangedClipRect(), UpdateTextureID() -> _OnChangedTextureID()  
						
						
						
						
					 
					
						2020-06-08 20:58:30 +02:00 
						 
				 
			
				
					
						
							
							
								ocornut 
							
						 
					 
					
						
						
							
						
						117d57df5b 
					 
					
						
						
							
							ImDrawList: Additional comments and extracted bits into ImDrawList::PopUnusedDrawCmd()  
						
						
						
						
					 
					
						2020-06-08 20:58:29 +02:00 
						 
				 
			
				
					
						
							
							
								ocornut 
							
						 
					 
					
						
						
							
						
						57191fe3d0 
					 
					
						
						
							
							Comments about limiting WindowRounding to a reasonable size.  
						
						
						
						
					 
					
						2020-06-08 14:17:49 +02:00 
						 
				 
			
				
					
						
							
							
								ocornut 
							
						 
					 
					
						
						
							
						
						0320e7257b 
					 
					
						
						
							
							ImDrawList: Small refactor to create empty command when beginning the frame, allowing to simplify some functions.  
						
						... 
						
						
						
						+ Missing clearing two fields in ClearFreeMemory() (was hamrless) 
						
						
					 
					
						2020-06-06 20:27:24 +02:00 
						 
				 
			
				
					
						
							
							
								ocornut 
							
						 
					 
					
						
						
							
						
						003153b3ac 
					 
					
						
						
							
							ImDrawList: Tweaks to make style consistent (using pointers, same local names). Added comments. Should be no-op.  
						
						
						
						
					 
					
						2020-06-06 20:26:04 +02:00 
						 
				 
			
				
					
						
							
							
								thedmd 
							
						 
					 
					
						
						
							
						
						e22e3f300a 
					 
					
						
						
							
							ImDrawList: Fixed an issue when draw command merging or cancelling while crossing the VtxOffset boundary would lead to draw command being emitted with wrong VtxOffset value.  ( #3129 ,  #3163 ,  #3232 )  
						
						
						
						
					 
					
						2020-06-06 18:54:53 +02:00 
						 
				 
			
				
					
						
							
							
								ocornut 
							
						 
					 
					
						
						
							
						
						79fbab543d 
					 
					
						
						
							
							Minor fix to avoid undefined behavior sanitizer triggering ( #3276 )  
						
						
						
						
					 
					
						2020-06-04 18:59:04 +02:00 
						 
				 
			
				
					
						
							
							
								ocornut 
							
						 
					 
					
						
						
							
						
						41e8837f59 
					 
					
						
						
							
							Comments, adding some spacing in ImVec2() constructors.  
						
						
						
						
					 
					
						2020-06-02 18:13:54 +02:00 
						 
				 
			
				
					
						
							
							
								ocornut 
							
						 
					 
					
						
						
							
						
						5ddf60d8ce 
					 
					
						
						
							
							Commit to facilitate branches merges  
						
						
						
						
					 
					
						2020-05-25 18:28:25 +02:00 
						 
				 
			
				
					
						
							
							
								omar 
							
						 
					 
					
						
						
							
						
						d29157ce58 
					 
					
						
						
							
							Moved static array with non-trivial constructors outside of function seems to remove requirement of linking with libstdc++ on some compilers.  
						
						
						
						
					 
					
						2020-05-24 12:32:31 +02:00 
						 
				 
			
				
					
						
							
							
								omar 
							
						 
					 
					
						
						
							
						
						c8cde28cf3 
					 
					
						
						
							
							IO: AddInputCharacters function ignore 0 input. ( #3252 )  
						
						... 
						
						
						
						Amend ef13d954c8ea0a01#2541 , #2538 , #2815 ) 
						
						
					 
					
						2020-05-20 17:56:08 +02:00 
						 
				 
			
				
					
						
							
							
								omar 
							
						 
					 
					
						
						
							
						
						476daf9aac 
					 
					
						
						
							
							Settings: Added ReadInitFn pre-load handler.  
						
						... 
						
						
						
						(docking branch already has it, so it'll probably conflict with same contents) 
						
						
					 
					
						2020-05-13 23:51:29 +02:00 
						 
				 
			
				
					
						
							
							
								Rokas Kupstys 
							
						 
					 
					
						
						
							
						
						a6f4b0fd70 
					 
					
						
						
							
							Nav, Menus: Fix vertical wrap-around in menus or popups created with multiple appending calls to  BeginMenu()/EndMenu() or BeginPopup/EndPopup(). ( #3223 ,  #1207 )  
						
						... 
						
						
						
						First call to EndPopup() called NavRequestTryWrapWindow() which performed wrap-around operation while we were not done composing menu. This resulted in navigation wrapping around to first item.
Since wrap-around operation is only valid in last call to EndPopup() and there is no way to know which call is last - this operation is delayed to the end of the frame. 
						
						
					 
					
						2020-05-11 15:30:12 +02:00 
						 
				 
			
				
					
						
							
							
								omar 
							
						 
					 
					
						
						
							
						
						7b3d379819 
					 
					
						
						
							
							FocusWindow(NULL) correctly steal active id from previous window. ( #1738 ) amend  b0a9bbf6 
						
						
						
						
					 
					
						2020-05-08 18:36:05 +02:00 
						 
				 
			
				
					
						
							
							
								omar 
							
						 
					 
					
						
						
							
						
						3aa1684129 
					 
					
						
						
							
							Comments  
						
						
						
						
					 
					
						2020-05-08 15:59:59 +02:00 
						 
				 
			
				
					
						
							
							
								omar 
							
						 
					 
					
						
						
							
						
						c0d5b3f55a 
					 
					
						
						
							
							Fix to facilitate branch merges  
						
						
						
						
					 
					
						2020-05-07 23:58:35 +02:00 
						 
				 
			
				
					
						
							
							
								omar 
							
						 
					 
					
						
						
							
						
						53ebd6a02f 
					 
					
						
						
							
							Metrics: Added Table settings block.  
						
						
						
						
					 
					
						2020-05-07 23:54:32 +02:00 
						 
				 
			
				
					
						
							
							
								omar 
							
						 
					 
					
						
						
							
						
						d33021d828 
					 
					
						
						
							
							Settings: Made it possible to load window .ini data mid-frame. Added clear and post-read handlers. ( #2573 )  
						
						
						
						
					 
					
						2020-05-07 21:38:04 +02:00 
						 
				 
			
				
					
						
							
							
								omar 
							
						 
					 
					
						
						
							
						
						b6a04d7750 
					 
					
						
						
							
							Settings: Added Clear Settings in Metrics. ( #2188 ) + Preserve last loaded copy in internal buffer used for save (so it can be browsed easily).  
						
						
						
						
					 
					
						2020-05-07 21:38:03 +02:00 
						 
				 
			
				
					
						
							
							
								omar 
							
						 
					 
					
						
						
							
						
						9ee442d3f0 
					 
					
						
						
							
							Metrics: Added a "Settings" section with some details about persistent ini settings. InputText: Assert early on null buffer.  
						
						
						
						
					 
					
						2020-05-07 21:34:44 +02:00 
						 
				 
			
				
					
						
							
							
								omar 
							
						 
					 
					
						
						
							
						
						510f301c9f 
					 
					
						
						
							
							Internals: Removed seemingly unnecessary size_on_first_use arg to CreateNewWindow(), extracted code into ApplyWindowSettings.  
						
						
						
						
					 
					
						2020-05-07 21:34:00 +02:00 
						 
				 
			
				
					
						
							
							
								omar 
							
						 
					 
					
						
						
							
						
						673d6df85f 
					 
					
						
						
							
							Demo: Clamping font scale. Added helpers in demo. Comments. Update sponsors. ( #3206 )  
						
						
						
						
					 
					
						2020-05-07 11:45:41 +02:00 
						 
				 
			
				
					
						
							
							
								omar 
							
						 
					 
					
						
						
							
						
						f152fac4f1 
					 
					
						
						
							
							Demo: Wrapped many (not all) code and comments lines to 120 characters to fit below GitHub viewer limit. ( #3193 )  
						
						
						
						
					 
					
						2020-05-05 21:33:16 +02:00 
						 
				 
			
				
					
						
							
							
								omar 
							
						 
					 
					
						
						
							
						
						b4dd28ffbb 
					 
					
						
						
							
							Style: Added style.TabMinWidthForUnselectedCloseButton settings.  
						
						... 
						
						
						
						Set to 0.0f (default) to always make a close button appear on hover (same as Chrome, VS).
Set to FLT_MAX to only display a close button when selected (merely hovering is not enough).
Set to an intermediary value to toggle behavior based on width (same as Firefox). 
						
						
					 
					
						2020-05-04 14:58:21 +02:00 
						 
				 
			
				
					
						
							
							
								Ryan Pavlik 
							
						 
					 
					
						
						
							
						
						8cbff5ccb2 
					 
					
						
						
							
							Fix various typos. ( #3161 )  
						
						... 
						
						
						
						(found by Debian's lintian on a package that uses imgui.)
(found by codespell.) 
						
						
					 
					
						2020-04-28 16:10:15 +02:00 
						 
				 
			
				
					
						
							
							
								Rokas Kupstys 
							
						 
					 
					
						
						
							
						
						2593b6a1c8 
					 
					
						
						
							
							Drag and Drop: Fix unintended fallback "..." tooltip during drag operation when drag source uses _SourceNoPreviewTooltip flags. ( #3160 )  
						
						
						
						
					 
					
						2020-04-27 13:51:07 +02:00 
						 
				 
			
				
					
						
							
							
								omar 
							
						 
					 
					
						
						
							
						
						5ac5d3674f 
					 
					
						
						
							
							Removed unncessary ID (first arg) of ImFontAtlas::AddCustomRectRegular() function.  
						
						
						
						
					 
					
						2020-04-23 19:27:04 +02:00 
						 
				 
			
				
					
						
							
							
								ocornut 
							
						 
					 
					
						
						
							
						
						c0283c1289 
					 
					
						
						
							
							TestEngine: Changed PushID hooks into GetID(), makes more sense and catches more information.  
						
						
						
						
					 
					
						2020-04-20 11:31:30 +02:00 
						 
				 
			
				
					
						
							
							
								omar 
							
						 
					 
					
						
						
							
						
						9f9ff84ba1 
					 
					
						
						
							
							TestEngine: Added PushID() hooks.  
						
						
						
						
					 
					
						2020-04-16 16:59:46 +02:00 
						 
				 
			
				
					
						
							
							
								omar 
							
						 
					 
					
						
						
							
						
						3233fbff0e 
					 
					
						
						
							
							Internals: Added SetNextWindowScroll() ( #1526 )  
						
						
						
						
					 
					
						2020-04-16 14:07:58 +02:00 
						 
				 
			
				
					
						
							
							
								omar 
							
						 
					 
					
						
						
							
						
						1fd9e131e4 
					 
					
						
						
							
							TreeNode: Fixed bug where dragging a payload over a TreeNode() with either _OpenOnDoubleClick or _OpenOnArrow would open the node. ( #143 )  
						
						
						
						
					 
					
						2020-04-15 13:06:05 +02:00 
						 
				 
			
				
					
						
							
							
								omar 
							
						 
					 
					
						
						
							
						
						e8c986b34e 
					 
					
						
						
							
							Version 1.77 WIP  
						
						
						
						
					 
					
						2020-04-14 14:55:50 +02:00 
						 
				 
			
				
					
						
							
							
								omar 
							
						 
					 
					
						
						
							
						
						5503c0a12e 
					 
					
						
						
							
							Version 1.76  
						
						... 
						
						
						
						+ fixed PVS warning, update demo binaries, update readme image 
						
						
					 
					
						2020-04-12 20:18:47 +02:00 
						 
				 
			
				
					
						
							
							
								omar 
							
						 
					 
					
						
						
							
						
						7ee623d9b1 
					 
					
						
						
							
							Internals: FocusScope not inherited by popups, modals. Amend  a5041c88  2ebe08be)  
						
						
						
						
					 
					
						2020-04-12 18:58:06 +02:00 
						 
				 
			
				
					
						
							
							
								omar 
							
						 
					 
					
						
						
							
						
						fb70d90fef 
					 
					
						
						
							
							Made default clipboard handlers for Win32 and OSX use a buffer inside the main context instead of a static buffer, so it can be freed properly on Shutdown. ( #3110 )  
						
						
						
						
					 
					
						2020-04-09 13:34:39 +02:00 
						 
				 
			
				
					
						
							
							
								omar 
							
						 
					 
					
						
						
							
						
						832fda8488 
					 
					
						
						
							
							Fixed stray end of line blanks, added comments in .editorconfig, tweaked some headers.  
						
						
						
						
					 
					
						2020-04-07 14:46:46 +02:00 
						 
				 
			
				
					
						
							
							
								omar 
							
						 
					 
					
						
						
							
						
						752436219d 
					 
					
						
						
							
							Metrics: Made Tools section more prominent, added options, made mesh viewer more accessible.  
						
						
						
						
					 
					
						2020-04-06 18:10:24 +02:00 
						 
				 
			
				
					
						
							
							
								omar 
							
						 
					 
					
						
						
							
						
						cc0d4e346a 
					 
					
						
						
							
							Misc: Added an explicit compile-time test for non-scoped IM_ASSERT() macros to redirect users to a solution + fixed our stb wrappers.  
						
						... 
						
						
						
						+ Nav: Use nav layer enum, comments. 
						
						
					 
					
						2020-04-03 12:41:33 +02:00 
						 
				 
			
				
					
						
							
							
								omar 
							
						 
					 
					
						
						
							
						
						b7e1b13ca7 
					 
					
						
						
							
							Update docs, FAQ, comments (mainly related to io.WantCaptureMouse / WantCaptureKeyboard flags).  
						
						
						
						
					 
					
						2020-04-02 21:53:10 +02:00 
						 
				 
			
				
					
						
							
							
								omar 
							
						 
					 
					
						
						
							
						
						11116eee80 
					 
					
						
						
							
							Columns: undid the change in 1.75 were Columns()/BeginColumns() were preemptively limited to 64 columns with an assert. ( #3037 ,  #125 )  
						
						... 
						
						
						
						Essentially reverting 9d444062f9 
						
						
					 
					
						2020-04-02 20:01:48 +02:00 
						 
				 
			
				
					
						
							
							
								omar 
							
						 
					 
					
						
						
							
						
						3490046c97 
					 
					
						
						
							
							Nav: Disabled clipping g.NavId and fixed interactions with ImGuiListClipper. ( #787 )  
						
						
						
						
					 
					
						2020-04-02 17:56:35 +02:00 
						 
				 
			
				
					
						
							
							
								omar 
							
						 
					 
					
						
						
							
						
						fd56de1144 
					 
					
						
						
							
							Nav: Store key mods associated to a nav request (for range_select) + use io.KeyMods.  
						
						... 
						
						
						
						+ renamed NavScoringRectScreen > NavScoringRect 
						
						
					 
					
						2020-04-02 17:56:21 +02:00