ocornut 
							
						 
					 
					
						
						
							
						
						e5cbf60def 
					 
					
						
						
							
							ListBox: tweaked default height calculation. simplifying code internally (rework passing of full rect). Should have no visible side-effects + misc comments.  
						
						
						
						
					 
					
						2021-02-03 14:54:56 +01:00 
						 
				 
			
				
					
						
							
							
								freddii 
							
						 
					 
					
						
						
							
						
						90a518c501 
					 
					
						
						
							
							Fixed typos ( #3782 )  
						
						
						
						
					 
					
						2021-02-03 12:37:32 +01:00 
						 
				 
			
				
					
						
							
							
								ocornut 
							
						 
					 
					
						
						
							
						
						d1a9efdd8f 
					 
					
						
						
							
							InputText: Fixed slightly off ScrollX tracking, noticeable with large values of FramePadding.x. Multiline: Fixed padding/cliprect not matching single-line version. ( #3781 )  
						
						... 
						
						
						
						Fixed FramePadding.y worth of vertical offset when aiming with mouse. 
						
						
					 
					
						2021-02-02 16:30:57 +01:00 
						 
				 
			
				
					
						
							
							
								ocornut 
							
						 
					 
					
						
						
							
						
						a3f0393351 
					 
					
						
						
							
							Menus: Fixed an issue with child-menu auto-sizing (issue introduced by  6af92b0) ( #3779 )  
						
						
						
						
					 
					
						2021-02-02 13:06:51 +01:00 
						 
				 
			
				
					
						
							
							
								ocornut 
							
						 
					 
					
						
						
							
						
						929563c3a7 
					 
					
						
						
							
							Log/Capture: Fixes for handling \n in strings. Improve the look of various widgets. Added LogSetNextTextDecoration helper. Fixup/amend  dbaf74d75.  
						
						... 
						
						
						
						For now removed LogRenderedTextNewLine() - it is eventually desirable but currently carries too much ambiguities, so reverted until we have a better system and test suite. 
						
						
					 
					
						2021-02-02 12:29:58 +01:00 
						 
				 
			
				
					
						
							
							
								Louis Schnellbach 
							
						 
					 
					
						
						
							
						
						dbaf74d758 
					 
					
						
						
							
							Log/Capture: Fix various new line/spacing issue by using same render text position when there are both RenderText and LogRenderedText call in widget code.  
						
						... 
						
						
						
						Also Buttons are now enclosed in bracket 
						
						
					 
					
						2021-02-02 09:38:57 +01:00 
						 
				 
			
				
					
						
							
							
								Erwin Coumans 
							
						 
					 
					
						
						
							
						
						4dec436161 
					 
					
						
						
							
							SliderInt: Fixed click/drag when v_min==v_max from setting the value to zero. ( #3774 )  
						
						
						
						
					 
					
						2021-02-01 17:34:16 +01:00 
						 
				 
			
				
					
						
							
							
								ocornut 
							
						 
					 
					
						
						
							
						
						2ed47e5822 
					 
					
						
						
							
							Version 1.81 WIP  
						
						
						
						
					 
					
						2021-01-25 16:30:44 +01:00 
						 
				 
			
				
					
						
							
							
								ocornut 
							
						 
					 
					
						
						
							
						
						58075c4414 
					 
					
						
						
							
							Version 1.80  
						
						
						
						
					 
					
						2021-01-21 20:36:18 +01:00 
						 
				 
			
				
					
						
							
							
								ocornut 
							
						 
					 
					
						
						
							
						
						6737037743 
					 
					
						
						
							
							Tab Bar: fix  0ea4408 ( #3414 )  
						
						
						
						
					 
					
						2021-01-20 19:35:10 +01:00 
						 
				 
			
				
					
						
							
							
								ocornut 
							
						 
					 
					
						
						
							
						
						74b3b7cf58 
					 
					
						
						
							
							Added experimental io.ConfigDragClickToInputText feature to enable turning DragXXX widgets into text input with a simple mouse click-release (without moving). ( #3737 )  
						
						... 
						
						
						
						+ Offset ImGuiTableColumnFlags values. 
						
						
					 
					
						2021-01-20 19:18:03 +01:00 
						 
				 
			
				
					
						
							
							
								ocornut 
							
						 
					 
					
						
						
							
						
						dc0f3d982c 
					 
					
						
						
							
							DragFloat, DragInt: very slightly increased mouse drag threshold + expressing it as a factor of default value + disabled experimental click-to-input on DragXXX functions. ( #3737 )  
						
						
						
						
					 
					
						2021-01-20 18:36:21 +01:00 
						 
				 
			
				
					
						
							
							
								ocornut 
							
						 
					 
					
						
						
							
						
						0ea4408fd4 
					 
					
						
						
							
							Tab Bar: Requested ideal content size (for auto-fit) doesn't affect horizontal scrolling. Followup to afa01d8. ( #3414 )  
						
						... 
						
						
						
						+ minor Table rename 
						
						
					 
					
						2021-01-15 22:52:47 +01:00 
						 
				 
			
				
					
						
							
							
								ocornut 
							
						 
					 
					
						
						
							
						
						6af92b05bf 
					 
					
						
						
							
							Internals: Layout: maintain two content sizes, optionally writing to IdealMaxPos to distinguish used from ideal size, later is used for auto-fit. Unused in this commit, should be no-op. ( #3414 )  
						
						... 
						
						
						
						# Conflicts:
#	imgui.cpp 
						
						
					 
					
						2021-01-15 22:52:42 +01:00 
						 
				 
			
				
					
						
							
							
								ocornut 
							
						 
					 
					
						
						
							
						
						b0db741770 
					 
					
						
						
							
							Demo tweaks. Moved Tabs to Widgets section. Added to Tables demo. Increased version following  00b35c08.  
						
						
						
						
					 
					
						2021-01-14 11:59:33 +01:00 
						 
				 
			
				
					
						
							
							
								ocornut 
							
						 
					 
					
						
						
							
						
						002ba1a69f 
					 
					
						
						
							
							Tables: comments, tweak. CollapsingHeader: comments. ( #3715 )  
						
						
						
						
					 
					
						2021-01-13 10:07:59 +01:00 
						 
				 
			
				
					
						
							
							
								ocornut 
							
						 
					 
					
						
						
							
						
						9bcf77eb81 
					 
					
						
						
							
							Fixed using IsItemEdited() after Combo() not matching the return value from Combo(). ( #2034 ) + fix some PVS warnings, fix typo, blanks.  
						
						... 
						
						
						
						Amend e28b1078 
						
						
					 
					
						2021-01-04 19:15:20 +01:00 
						 
				 
			
				
					
						
							
							
								ocornut 
							
						 
					 
					
						
						
							
						
						1c1d3b7ab5 
					 
					
						
						
							
							Added 64-bit variants of CheckboxFlags() in imgui_internal.h. Improve assert on mismatched ListBoxFooter() call. Fix FAQ index. ( #3687 )  
						
						
						
						
					 
					
						2021-01-03 15:45:56 +01:00 
						 
				 
			
				
					
						
							
							
								ocornut 
							
						 
					 
					
						
						
							
						
						b015ea93fd 
					 
					
						
						
							
							Style tweaks, disabled default window rounding by default, reduced size of resize grip, made less prominent, increased WindowBg alpha in classic style.  
						
						... 
						
						
						
						TestEngine: Fixed Checkbox() not reporting its checkable state when clipped. 
						
						
					 
					
						2020-12-24 18:31:51 +01:00 
						 
				 
			
				
					
						
							
							
								ocornut 
							
						 
					 
					
						
						
							
						
						1fb26d18c4 
					 
					
						
						
							
							Tables: fixed seemingly unnecessarily copy of ImGuiTableColumnFlags_NoDirectResize_ which broken resizing from W3| in a F1 W3 F2 setup. Header only allow overlap on hover, not when active (amend  f2df804f)  
						
						... 
						
						
						
						Otherwise TableUpdateBorders() tends to override mouse cursor. 
						
						
					 
					
						2020-12-16 15:43:51 +01:00 
						 
				 
			
				
					
						
							
							
								ocornut 
							
						 
					 
					
						
						
							
						
						7aed4b152b 
					 
					
						
						
							
							Tables: improve index, file structure tweaks.  
						
						
						
						
					 
					
						2020-12-04 19:15:26 +01:00 
						 
				 
			
				
					
						
							
							
								ocornut 
							
						 
					 
					
						
						
							
						
						5ef7b831c2 
					 
					
						
						
							
							Tables: removed ImGuiTableSortSpecs::ColumnsMask because it needlessly exposes our 64-columns limitation which we'd eventually would like to lift  
						
						... 
						
						
						
						+ shuffle declarations in internals 
						
						
					 
					
						2020-12-04 19:15:26 +01:00 
						 
				 
			
				
					
						
							
							
								ocornut 
							
						 
					 
					
						
						
							
						
						82cf41d804 
					 
					
						
						
							
							Tables: tooltip on clipped TableHeader() (amended)  
						
						
						
						
					 
					
						2020-12-04 19:15:25 +01:00 
						 
				 
			
				
					
						
							
							
								ocornut 
							
						 
					 
					
						
						
							
						
						507db499e4 
					 
					
						
						
							
							Tables: work on background draw channel handling (amend "create a separate background draw channel") + Selectable disable spacing when spanning.  
						
						
						
						
					 
					
						2020-12-04 19:15:25 +01:00 
						 
				 
			
				
					
						
							
							
								omar 
							
						 
					 
					
						
						
							
						
						8e97cdf8e8 
					 
					
						
						
							
							Tables: Fix for calling TableSetBgColor(ImGuiTableBgTarget_CellBg) multiple times on the same cell.  
						
						
						
						
					 
					
						2020-12-04 19:15:23 +01:00 
						 
				 
			
				
					
						
							
							
								omar 
							
						 
					 
					
						
						
							
						
						8da7d3c3e5 
					 
					
						
						
							
							Tables: Initial commit. [Squashed 123+5 commits from tables_wip/]  
						
						
						
						
					 
					
						2020-12-04 19:15:19 +01:00 
						 
				 
			
				
					
						
							
							
								ocornut 
							
						 
					 
					
						
						
							
						
						818e1a4eb4 
					 
					
						
						
							
							Tables: Moving legacy Columns code  
						
						
						
						
					 
					
						2020-12-04 19:15:19 +01:00 
						 
				 
			
				
					
						
							
							
								ocornut 
							
						 
					 
					
						
						
							
						
						ae3e2406ec 
					 
					
						
						
							
							Misc tweaks/fixes (see details).  
						
						... 
						
						
						
						Combo: ultra minor fix for popup positioning policy mismatch depending on ImGuiComboFlags_PopupAlignLeft flag.
Made ImHashXXX functions return ImGuiID.
IsWindowNavFocusable use !WasActive.. it worked because it was only called in NewFrame()->NavUpdate() before the transition loop + EndFrame() only.
Fix unused variable warning. 
						
						
					 
					
						2020-11-30 12:47:14 +01:00 
						 
				 
			
				
					
						
							
							
								ocornut 
							
						 
					 
					
						
						
							
						
						d4f08d893e 
					 
					
						
						
							
							InputText: Fixed swiching from single to multi-line while preserving same ID.  
						
						
						
						
					 
					
						2020-11-19 18:30:14 +01:00 
						 
				 
			
				
					
						
							
							
								ocornut 
							
						 
					 
					
						
						
							
						
						c0ac4fb788 
					 
					
						
						
							
							Columns/Internals: (Breaking): Renamed data structures. ( #125 ,  #513 ,  #913 ,  #1204 ,  #1444 ,  #2142 ,  #2707 )  
						
						
						
						
					 
					
						2020-11-18 23:42:44 +01:00 
						 
				 
			
				
					
						
							
							
								ocornut 
							
						 
					 
					
						
						
							
						
						72de6f3360 
					 
					
						
						
							
							Columns/Internals: (Breaking) renamed ImGuiColumnsFlags_* to ImGuiOldColumnFlags_*. ( #125 ,  #513 ,  #913 ,  #1204 ,  #1444 ,  #2142 ,  #2707 )  
						
						... 
						
						
						
						Affected: ImGuiColumnsFlags_None, ImGuiColumnsFlags_NoBorder, ImGuiColumnsFlags_NoResize, ImGuiColumnsFlags_NoPreserveWidths, ImGuiColumnsFlags_NoForceWithinWindow, ImGuiColumnsFlags_GrowParentContentsSize. Added redirection enums. Did not add redirection type. 
						
						
					 
					
						2020-11-18 23:02:14 +01:00 
						 
				 
			
				
					
						
							
							
								ocornut 
							
						 
					 
					
						
						
							
						
						6e94013a3d 
					 
					
						
						
							
							Made ItemFlagsStack and GroupStack shared stacks.  
						
						
						
						
					 
					
						2020-11-13 16:33:33 +01:00 
						 
				 
			
				
					
						
							
							
								ocornut 
							
						 
					 
					
						
						
							
						
						a138855d56 
					 
					
						
						
							
							Hotfix for PushFocusScope() being utterly wrong (until we split the stacks), Added asserts on PopID to help catch bugs, Added GC trigger.  
						
						
						
						
					 
					
						2020-11-12 22:59:05 +01:00 
						 
				 
			
				
					
						
							
							
								ocornut 
							
						 
					 
					
						
						
							
						
						61825c7735 
					 
					
						
						
							
							Tab Bar: Fixed minor/unlikely bug skipping over a button when scrolling left with arrows + InputText: minor optimization.  
						
						
						
						
					 
					
						2020-11-11 12:04:35 +01:00 
						 
				 
			
				
					
						
							
							
								顾起威 
							
						 
					 
					
						
						
							
						
						2785ac0ee3 
					 
					
						
						
							
							InputText: Fixed updating cursor/selection position when a callback alters the buffer in a way where the byte count is unchanged but the decoded character count changes. ( #3587 )  
						
						
						
						
					 
					
						2020-11-11 11:36:53 +01:00 
						 
				 
			
				
					
						
							
							
								ocornut 
							
						 
					 
					
						
						
							
						
						5789e69a62 
					 
					
						
						
							
							Checkbox: Added CheckboxFlags() helper with int* type. Demo: removed extraneous casts.  
						
						
						
						
					 
					
						2020-11-05 21:32:05 +01:00 
						 
				 
			
				
					
						
							
							
								ocornut 
							
						 
					 
					
						
						
							
						
						5f97809cab 
					 
					
						
						
							
							Misc tidying up (zero-clear structures, more unused default in ClipRetFullscreen, NavApplyItemToResult() coding style fix)  
						
						... 
						
						
						
						Zero-clearing more structures
Remove arbitrary default ClipRetFullscreen value in ImDrawListSharedData.
Nav extracted NavApplyItemToResult() function.
Coding style fixes in OSX Backends. 
						
						
					 
					
						2020-11-05 13:24:27 +01:00 
						 
				 
			
				
					
						
							
							
								ocornut 
							
						 
					 
					
						
						
							
						
						046057cebb 
					 
					
						
						
							
							Selectable: Avoid pushing span-column background if clipped.  
						
						
						
						
					 
					
						2020-11-04 20:11:34 +01:00 
						 
				 
			
				
					
						
							
							
								ocornut 
							
						 
					 
					
						
						
							
						
						044ed22379 
					 
					
						
						
							
							Metrics: Fixed mishandling of ImDrawCmd::VtxOffset in wireframe mesh renderer + omitting trailing empty ImDrawCmd in count + relying on IdxOffset value.  
						
						
						
						
					 
					
						2020-10-30 22:56:29 +01:00 
						 
				 
			
				
					
						
							
							
								ocornut 
							
						 
					 
					
						
						
							
						
						e6b99a420b 
					 
					
						
						
							
							Tab Bar: Do not display a tooltip if the name already fits over a given tab. ( #3521 )  
						
						
						
						
					 
					
						2020-10-19 15:01:24 +02:00 
						 
				 
			
				
					
						
							
							
								ocornut 
							
						 
					 
					
						
						
							
						
						fbe74ed50c 
					 
					
						
						
							
							Tab Bar: zero clear more structures.  
						
						
						
						
					 
					
						2020-10-19 12:10:31 +02:00 
						 
				 
			
				
					
						
							
							
								ocornut 
							
						 
					 
					
						
						
							
						
						8c9b3c9013 
					 
					
						
						
							
							Tab Bar: Fixed using more than 128 tabs in a tab bar.  
						
						... 
						
						
						
						Using ImS16 consistently + some better packing to avoid struct growing size. 
						
						
					 
					
						2020-10-19 12:01:15 +02:00 
						 
				 
			
				
					
						
							
							
								ocornut 
							
						 
					 
					
						
						
							
						
						748bd1ba9c 
					 
					
						
						
							
							Tab Bar: Restore cursor position in EndTabBar() when amending (amend  f2f32602) + made LastTabItemIdx consistent ImS8 as other tab storage relies on same type  
						
						
						
						
					 
					
						2020-10-19 11:49:37 +02:00 
						 
				 
			
				
					
						
							
							
								ocornut 
							
						 
					 
					
						
						
							
						
						d015004f45 
					 
					
						
						
							
							Rename colored>color in comments where possible ( #3528 )  
						
						
						
						
					 
					
						2020-10-15 20:05:35 +02:00 
						 
				 
			
				
					
						
							
							
								ocornut 
							
						 
					 
					
						
						
							
						
						f2f326024c 
					 
					
						
						
							
							Tab Bar: Made it possible to append to an existing tab bar by calling BeginTabBar()/EndTabBar() again.  
						
						
						
						
					 
					
						2020-10-14 18:34:33 +02:00 
						 
				 
			
				
					
						
							
							
								ocornut 
							
						 
					 
					
						
						
							
						
						124c2608f1 
					 
					
						
						
							
							Docs: Renamed all occurences of "binding" and "back-end" to "backend" in comments and documentations, for consistency.  
						
						
						
						
					 
					
						2020-10-12 17:54:52 +02:00 
						 
				 
			
				
					
						
							
							
								ocornut 
							
						 
					 
					
						
						
							
						
						041ef01b33 
					 
					
						
						
							
							Removed redirecting functions/enums names that were marked obsolete in 1.61: InputFloat, InputFloat2, InputFloat3, InputFloat4 with int decimal_precision parameter. ( #648 ,  #712 )  
						
						
						
						
					 
					
						2020-10-12 15:09:21 +02:00 
						 
				 
			
				
					
						
							
							
								ocornut 
							
						 
					 
					
						
						
							
						
						04de5ef819 
					 
					
						
						
							
							Version 1.80 WIP  
						
						
						
						
					 
					
						2020-10-12 13:04:34 +02:00 
						 
				 
			
				
					
						
							
							
								ocornut 
							
						 
					 
					
						
						
							
						
						e5cb04b132 
					 
					
						
						
							
							Version 1.79  
						
						... 
						
						
						
						+ Update readme and mission statement.
Removed "Minimize screen reel-estate usage", removed details on memory consumption (still very valid, just too much noise in a mission statement) 
						
						
					 
					
						2020-10-08 16:01:59 +02:00 
						 
				 
			
				
					
						
							
							
								ocornut 
							
						 
					 
					
						
						
							
						
						03b1e643b4 
					 
					
						
						
							
							Docs: Funding link, Tweaks, Gallery links.  
						
						
						
						
					 
					
						2020-10-08 10:47:10 +02:00