|  thedemons | 5196bd15e9 | Docs: Update outdated code sample (#5766) | ago%!(EXTRA string=3 years) | 
				
					
						|  tocic | 9e7c0f985f | Fix typos in docs (#5649) | ago%!(EXTRA string=3 years) | 
				
					
						|  ocornut | 6d27fecce1 | Debug: added DebugTextEncoding() to help diagnose between text encoding issues and font loading issues. Simplified code + extracted DebugNodeFontGlyph(). Helper to diagnose issues such as #4866, #3558, #3436, #2233, #1880, #1780, #905, #832, #762, #726, #609, #565, #307) | ago%!(EXTRA string=4 years) | 
				
					
						|  Clownacy | 422902dbda | Correct typos (#4954, #4955), use IM_STATIC_ASSERT now that old pre-C++11 macro has been obsoleted. | ago%!(EXTRA string=4 years) | 
				
					
						|  ocornut | cda3db1449 | Backends: SDL: Fixed key mapping for ImGuiKey_Menu (#4921) + misc typos (#4928) | ago%!(EXTRA string=4 years) | 
				
					
						|  ocornut | 677fe33990 | Backends: DX12: use dxgiformat.h to fix using forward declared DXGI_FORMAT (#4594) | ago%!(EXTRA string=4 years) | 
				
					
						|  ocornut | c708299ca9 | Docs: Improvements to description of using colored glyphes/emojis. (#4169, #3369) + Add Fonts to Metrics. Removed IMGUI_HAS_TABLE markers. | ago%!(EXTRA string=5 years) | 
				
					
						|  ocornut | 760c394707 | Added links to Discussions. Closed Discord, yeah! (#2748) | ago%!(EXTRA string=5 years) | 
				
					
						|  ocornut | 4df57136e9 | Version 1.81 | ago%!(EXTRA string=5 years) | 
				
					
						|  ocornut | 9d576a96a5 | Tables: added internal TableSetColumnEnabled() helper. Comments. | ago%!(EXTRA string=5 years) | 
				
					
						|  ocornut | e0cae25c3c | Clarify usage of right-aligned items in Layout>Widgets Width. Tweaks FAQ, added missing syntax coloring. | ago%!(EXTRA string=5 years) | 
				
					
						|  M. Frink ~ Lemur | a129621292 | Doc: mention IMGUI_USE_WCHAR32 in fonts documentation (#3562) | ago%!(EXTRA string=5 years) | 
				
					
						|  ocornut | b1a18d82e3 | Moving backends code from examples/ to backends/ (step 6: update markdown documentation) | ago%!(EXTRA string=5 years) | 
				
					
						|  ocornut | 124c2608f1 | Docs: Renamed all occurences of "binding" and "back-end" to "backend" in comments and documentations, for consistency. | ago%!(EXTRA string=5 years) | 
				
					
						|  ocornut | c206a19373 | Removed ImFont::DisplayOffset in favor of ImFontConfig::GlyphOffset. (#1619) + Fonts: AddFontDefault() adjust its vertical offset based on floor(size/13) instead of always +1. | ago%!(EXTRA string=5 years) | 
				
					
						|  ocornut | 53f0f97273 | Added FAQ entry about DPI. Added Japanese font loading example. | ago%!(EXTRA string=5 years) | 
				
					
						|  ocornut | 40b799023b | Docs: Update fonts.md (#2861) + update all references to FONTS.txt | ago%!(EXTRA string=5 years) | 
				
					
						|  Scott | a72754886f | Docs: Initial draft of fonts documentation (#2861) | ago%!(EXTRA string=5 years) | 
				
					
						|  omar | bdce833636 | Version 1.74 | ago%!(EXTRA string=6 years) | 
				
					
						|  omar | 26d177bc03 | Docs: Moved misc/fonts/README.txt to docs/FONTS.txt. + tweaks | ago%!(EXTRA string=6 years) | 
				
					
						|  omar | 4e56de757c | Doc: Promote Discord over Discourse. Obsoleting Discourse server. | ago%!(EXTRA string=6 years) | 
				
					
						|  omar | 3bbc27ebd9 | Fixed more FAQ links. (#2848) | ago%!(EXTRA string=6 years) | 
				
					
						|  omar | c262276988 | Version 1.74 WIP | ago%!(EXTRA string=6 years) | 
				
					
						|  omar | d5efe16157 | Version 1.73 | ago%!(EXTRA string=6 years) | 
				
					
						|  omar | f624455d7b | Version 1.73 WIP | ago%!(EXTRA string=6 years) | 
				
					
						|  omar | 6a0d0dab5a | Version 1.72b (patch for nav) | ago%!(EXTRA string=6 years) | 
				
					
						|  omar | 9183e7c426 | Version 1.73 WIP | ago%!(EXTRA string=6 years) | 
				
					
						|  omar | ecb9b1e2eb | Version 1.72 | ago%!(EXTRA string=6 years) | 
				
					
						|  omar | 4b95e7c2f3 | Doc: Tweak and extra mention of AddCustomRectFontGlyph + made the example register two rectangles. | ago%!(EXTRA string=6 years) | 
				
					
						|  omar | 5286ecb8a7 | Version 1.72 WIP | ago%!(EXTRA string=6 years) | 
				
					
						|  omar | 2da1c66d15 | Version 1.71 + comments | ago%!(EXTRA string=6 years) | 
				
					
						|  omar | 4597632662 | Readme, comments, dear imgui prefixes | ago%!(EXTRA string=6 years) | 
				
					
						|  omar | c487bc52a2 | Fonts: Added some details about using custom colorful icons. | ago%!(EXTRA string=7 years) | 
				
					
						|  omar | 42fc563fed | Version 1.71 WIP + fixed minor typo | ago%!(EXTRA string=7 years) | 
				
					
						|  omar | d1d5075b66 | Version 1.70 | ago%!(EXTRA string=7 years) | 
				
					
						|  omar | cf2c52282d | Version 1.70 WIP | ago%!(EXTRA string=7 years) | 
				
					
						|  omar | 55c02099c5 | Version 1.69, comments, typos | ago%!(EXTRA string=7 years) | 
				
					
						|  omar | 897badec7a | Demo: InputText: Demonstrating use of ImGuiInputTextFlags_CallbackResize. (#2006, #1443, #1008). | ago%!(EXTRA string=7 years) | 
				
					
						|  omar | 93d1179805 | Examples: Extracted gamepad code into ImGui_ImplGlfw_UpdateGamepads(). Renamed matching Win32 function for consistency. Added more link to nothing's oversample document. Spacing bits. | ago%!(EXTRA string=7 years) | 
				
					
						|  omar | 54ba8a643e | Removed trailing spaces from text files. (#2038, #2299) | ago%!(EXTRA string=7 years) | 
				
					
						|  omar | 5cb7ce2085 | Renamed ImFont::GlyphRangesBuilder to ImFontGlyphRangesBuilder. Keep redirection typedef (will obsolete). | ago%!(EXTRA string=7 years) | 
				
					
						|  omar | e610afeea3 | Font readme: Added OpenFontIcons, tweaks, links, removed spaces (#2141) | ago%!(EXTRA string=7 years) | 
				
					
						|  omar | 571676ebd2 | Added Fonts readme details and links to Sweet16 font. (#2085) | ago%!(EXTRA string=7 years) | 
				
					
						|  omar | af50ebe7b6 | Documentation | ago%!(EXTRA string=7 years) | 
				
					
						|  omar | f5bf9f509c | ImFontConfig: Added GlyphMinAdvanceX/GlyphMaxAdvanceX settings useful to make a font appears monospaced, particularly useful for icon fonts. (#1869) | ago%!(EXTRA string=8 years) | 
				
					
						|  omar | 5a288b2d3a | Readme, FAQ tweaks (#1807) | ago%!(EXTRA string=8 years) | 
				
					
						|  omar | 0e83d74698 | Documentation: FAQ, ID Stack, Fonts (#1839, #1840), #1842) | ago%!(EXTRA string=8 years) | 
				
					
						|  omar | 036dce634e | Version 1.62 WIP | ago%!(EXTRA string=8 years) | 
				
					
						|  omar | 28edece04f | Comments, minor tweaks | ago%!(EXTRA string=8 years) | 
				
					
						|  omar | d1c16d4ccd | Documentation bits. Misc comments. | ago%!(EXTRA string=8 years) |