mirror of
				https://github.com/Drezil/imgui.git
				synced 2025-11-04 07:01:04 +01:00 
			
		
		
		
	Docs: tweak, fixed misplaced changelog entry. (#7084)
This commit is contained in:
		@@ -90,6 +90,9 @@ Other changes:
 | 
				
			|||||||
- Color Editors:
 | 
					- Color Editors:
 | 
				
			||||||
  - ColorEdit: Layout tweaks for very small sizes. (#7120, #7121)
 | 
					  - ColorEdit: Layout tweaks for very small sizes. (#7120, #7121)
 | 
				
			||||||
  - ColorPicker: Fixed saturation/value cursor radius not scaling properly.
 | 
					  - ColorPicker: Fixed saturation/value cursor radius not scaling properly.
 | 
				
			||||||
 | 
					- Tabs: Added ImGuiTabItemFlags_NoAssumedClosure to enable app to react on closure attempt,
 | 
				
			||||||
 | 
					  without having to draw an unsaved document marker (ImGuiTabItemFlags_UnsavedDocument sets
 | 
				
			||||||
 | 
					  _NoAssumedClosure automatically). (#7084)
 | 
				
			||||||
- Debug Tools:
 | 
					- Debug Tools:
 | 
				
			||||||
  - Added io.ConfigDebugIsDebuggerPresent option. When enabled, this adds buttons in various
 | 
					  - Added io.ConfigDebugIsDebuggerPresent option. When enabled, this adds buttons in various
 | 
				
			||||||
    locations of Metrics/Debugger to manually request a debugger break:
 | 
					    locations of Metrics/Debugger to manually request a debugger break:
 | 
				
			||||||
@@ -3530,8 +3533,6 @@ Decorated log and release notes: https://github.com/ocornut/imgui/releases/tag/v
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
Breaking Changes:
 | 
					Breaking Changes:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- Tabs: Added ImGuiTabItemFlags_NoAssumedClosure to enable app to react on closure attempt, without having to draw
 | 
					 | 
				
			||||||
  an unsaved document marker (ImGuiTabItemFlags_UnsavedDocument sets _NoAssumedClosure automatically). (#7084)
 | 
					 | 
				
			||||||
- DragInt(): The default compile-time format string has been changed from "%.0f" to "%d", as we are not using integers internally
 | 
					- DragInt(): The default compile-time format string has been changed from "%.0f" to "%d", as we are not using integers internally
 | 
				
			||||||
  any more. If you used DragInt() with custom format strings, make sure you change them to use %d or an integer-compatible format.
 | 
					  any more. If you used DragInt() with custom format strings, make sure you change them to use %d or an integer-compatible format.
 | 
				
			||||||
  To honor backward-compatibility, the DragInt() code will currently parse and modify format strings to replace %*f with %d,
 | 
					  To honor backward-compatibility, the DragInt() code will currently parse and modify format strings to replace %*f with %d,
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -16,7 +16,7 @@ Businesses: support continued development and maintenance via invoiced sponsorin
 | 
				
			|||||||
| [The Pitch](#the-pitch) - [Usage](#usage) - [How it works](#how-it-works) - [Releases & Changelogs](#releases--changelogs) - [Demo](#demo) - [Integration](#integration) |
 | 
					| [The Pitch](#the-pitch) - [Usage](#usage) - [How it works](#how-it-works) - [Releases & Changelogs](#releases--changelogs) - [Demo](#demo) - [Integration](#integration) |
 | 
				
			||||||
:----------------------------------------------------------: |
 | 
					:----------------------------------------------------------: |
 | 
				
			||||||
| [Gallery](#gallery) - [Support, FAQ](#support-frequently-asked-questions-faq) -  [How to help](#how-to-help) - [Sponsors](https://github.com/ocornut/imgui/wiki/Sponsors) - [Credits](#credits) - [License](#license) |
 | 
					| [Gallery](#gallery) - [Support, FAQ](#support-frequently-asked-questions-faq) -  [How to help](#how-to-help) - [Sponsors](https://github.com/ocornut/imgui/wiki/Sponsors) - [Credits](#credits) - [License](#license) |
 | 
				
			||||||
| [Wiki](https://github.com/ocornut/imgui/wiki) - [Languages & frameworks backends/bindings](https://github.com/ocornut/imgui/wiki/Bindings) - [Software using Dear ImGui](https://github.com/ocornut/imgui/wiki/Software-using-dear-imgui) - [User quotes](https://github.com/ocornut/imgui/wiki/Quotes) |
 | 
					| [Wiki](https://github.com/ocornut/imgui/wiki) - [Extensions](https://github.com/ocornut/imgui/wiki/Useful-Extensions) - [Languages bindings & frameworks backends](https://github.com/ocornut/imgui/wiki/Bindings) - [Software using Dear ImGui](https://github.com/ocornut/imgui/wiki/Software-using-dear-imgui) - [User quotes](https://github.com/ocornut/imgui/wiki/Quotes) |
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### The Pitch
 | 
					### The Pitch
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user