58 Commits (506f7e0074e45e8a5f01254e33ce5931f9f46398)

Author SHA1 Message Date
Michael Martz 506f7e0074 Using nullptr in locations where warning disable is not convenient. (#6313, #4537) ago%!(EXTRA string=2 years)
ocornut 13931fd851 Redirecting domain name ago%!(EXTRA string=2 years)
ocornut c98bad042d ColorEdit, RadioButton, Windows: Using adaptative tesselation for preview circles. ago%!(EXTRA string=2 years)
ocornut a1b8457cb5 Moved the optional "courtesy maths operators" (#define IMGUI_DEFINE_MATH_OPERATORS) implementation from imgui_internal.h in imgui.h. (#6164, #6137, #5966, #2832) ago%!(EXTRA string=2 years)
ocornut 5741cbae45 Internals: ImFileOpen: fixed misleading use of ImWchar (would allocate more when ImWchar=ImWchar32) + update version for previous changes namely tab bar ones. ago%!(EXTRA string=2 years)
omar 82fdd7018d
Update FAQ.md ago%!(EXTRA string=2 years)
macaba 03d3343e21 Docs: Update FAQ.md explaining how to enable hidpi for Windows app. (#5880) ago%!(EXTRA string=3 years)
tocic 2b1d8e3eaf Fix more typos in sources and docs (#5681) ago%!(EXTRA string=3 years)
Javier Marín a0e1591ac2 Fix more typos (#5679) ago%!(EXTRA string=3 years)
tocic 9e7c0f985f
Fix typos in docs (#5649) ago%!(EXTRA string=3 years)
ocornut 55f8989392 Docs update, binaries link + Backend: Allegro: fix warning (#5281) ago%!(EXTRA string=3 years)
Clownacy 422902dbda Correct typos (#4954, #4955), use IM_STATIC_ASSERT now that old pre-C++11 macro has been obsoleted. ago%!(EXTRA string=3 years)
Clownacy 4fb0c1f963
Correct some typos in FAQ.md (#4924) ago%!(EXTRA string=3 years)
ocornut 673f5e588d IO: moved fields to put more focus on the new functions + update misc docs/references + update main.mm in Apple+Metal example (#4858) ago%!(EXTRA string=3 years)
ocornut 3a90dc3893 Platform IME: changed io.ImeSetInputScreenPosFn() to io.SetPlatformImeDataFn() API. ago%!(EXTRA string=3 years)
omar eb654f1bad
Typo ago%!(EXTRA string=4 years)
Pokechu22 b1a68d899c
Fix misplaced backtick in FAQ.md (#4669) ago%!(EXTRA string=4 years)
ocornut 0f2898ea88 Demo: Tree selection demo use !IsItemToggledOpen() (#1896) + update FAQ (#4366) ago%!(EXTRA string=4 years)
ocornut fbe78b1a3a Stack Tool: Docs (#4631) + also prevent Metrics window from displaying twice. ago%!(EXTRA string=4 years)
ocornut 4f10fe0a27 TreePush: removed arbitrary/weird suppot for TreePush((const char*)NULL) ago%!(EXTRA string=4 years)
ocornut 66102880a3 Updated links to Discussions ago%!(EXTRA string=4 years)
ocornut d2ffbd9b86 Version 1.84 ago%!(EXTRA string=4 years)
JJCUBER 5f2df2d2cb
Fixed grammar mistake in FAQ (#4431) ago%!(EXTRA string=4 years)
omar c720075c67
Update FAQ to clarify conflict with window (#4158, #4008, #2562) ago%!(EXTRA string=4 years)
omar 03ca38eda1
Update FAQ ago%!(EXTRA string=4 years)
ocornut cf2daf353e Backends: Cleanup, removed unnecessary create/destroy wrappers. Fix allegro5 backend + use same code as other backend. ago%!(EXTRA string=4 years)
thedmd 3c72e5142b Backends: Replace direct access to TextureId with GetTexID() call in ImDrawCmd. (#3761) ago%!(EXTRA string=4 years)
ANF-Studios ebe6ac5fb5 Improvements to minor mistakes in documentation comments (#3923) ago%!(EXTRA string=4 years)
ocornut d94644261d Drags, Sliders: Support ImGuiSliderFlags_Logarithmic flag with integers. Because why not? (#3786) ago%!(EXTRA string=4 years)
omar 5aaab7424f
Update FAQ.md ago%!(EXTRA string=4 years)
ocornut 760c394707 Added links to Discussions. Closed Discord, yeah! (#2748) ago%!(EXTRA string=4 years)
ocornut 1c1d3b7ab5 Added 64-bit variants of CheckboxFlags() in imgui_internal.h. Improve assert on mismatched ListBoxFooter() call. Fix FAQ index. (#3687) ago%!(EXTRA string=4 years)
ocornut 17536f9add Tables: more consistent use of CellPadding.x*2 and clip-rect on right-most side of non-bordered column + fix cellbg for standalone TableHeader call. ago%!(EXTRA string=4 years)
ocornut e0cae25c3c Clarify usage of right-aligned items in Layout>Widgets Width. Tweaks FAQ, added missing syntax coloring. 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)
Christian ae5b4991be
Docs: update gallery links. (#3514) ago%!(EXTRA string=5 years)
ocornut 5dc5610ad5 Docs: TODO, FAQ ago%!(EXTRA string=5 years)
omar 963839373c Demo tweaks + general removal of the word dummy were possible with no issues (kept the API call). ago%!(EXTRA string=5 years)
omar 45a7cf47ab FAQ update, removed redundant block in imgui.cpp ago%!(EXTRA string=5 years)
omar 99f68d7958 Docs: Added FAQ entries removed old one which is misleading today. Misc tweaks. ago%!(EXTRA string=5 years)
ocornut a933cc4f4d Documentation update 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)
András Kucsma 388bf66247
Fix missing comma in FAQ.md (#3134) ago%!(EXTRA string=5 years)
omar b7e1b13ca7 Update docs, FAQ, comments (mainly related to io.WantCaptureMouse / WantCaptureKeyboard flags). ago%!(EXTRA string=5 years)
omar f2b01c3436 Changelog, tweak OpenGL3 backends. (#3061), update Gallery thread links. ago%!(EXTRA string=5 years)
ocornut e137db2df7 CI: Enable error on warnings for the extra warnings builds as an experiment. FAQ tweaks ago%!(EXTRA string=5 years)
omar 0a3df4b2ce
Update FAQ.md ago%!(EXTRA string=5 years)
omar ff5299e0e0 Docs: FAQ, Comments. ago%!(EXTRA string=5 years)