104 Commits (v1.80)

Author SHA1 Message Date
ocornut 58075c4414 Version 1.80
Bartosz Taudul 6470681d87
Use GitHub URL for Tracy Profiler. ()
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.
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.
Using CellPadding.x on both sides when BorderV is off, generally most consistent and with default value (4,2) promotes at-glance visible spacing between non-bordered columns. Effectively double horizontal padding on non-bordered columns.
Made ClipRect.Max.x matches WorkMaxX which is where we'd like to go for windows themselves.
TableHeader() submit single cell bg color if not already submitted as a full header row.
Misc comments/docs updates.
ocornut 7a27b2a282 Update Readme, links to Useful Widgets, updated a gif.
ocornut d6a2f7e95e Reduced padding + unused storage in ImDrawList (224->192 bytes) + zero-init ImDrawListSplitter and ImDrawList
+ Readme tweak
ocornut 5292320110 Amend ffe8f0177f () + readme fixes
ocornut b1a18d82e3 Moving backends code from examples/ to backends/ (step 6: update markdown documentation)
ocornut 124c2608f1 Docs: Renamed all occurences of "binding" and "back-end" to "backend" in comments and documentations, for consistency.
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)
Christian ae5b4991be
Docs: update gallery links. ()
ocornut fbabf651f4 Style: Renamed style.TabMinWidthForUnselectedCloseButton to style.TabMinWidthForCloseButton. Fixed README links.
omar 8eca736a7a Update binary link
(contents of 20200412.zip's dx11.exe is flagged by Windows Defender, can't currently repro)
ocornut c206a19373 Removed ImFont::DisplayOffset in favor of ImFontConfig::GlyphOffset. ()
+ Fonts: AddFontDefault() adjust its vertical offset based on floor(size/13) instead of always +1.
ocornut ce230fc370 Internals: TabBar renaming and shuffling stuff around.
+ sneaking a readme change
omar 214dd68ec1 Comments, clarifying ClosePopupsOverWindow().
omar a4dd4d60b4 CI: moved static analysis to a separate project + fix (uninitialized variable, was harmless in this case).
omar db886f3953 Demo: Rework Clipping section. Fix for static analysis. Added bindings in Readme.
omar 99f68d7958 Docs: Added FAQ entries removed old one which is misleading today. Misc tweaks.
ocornut a933cc4f4d Documentation update
omar 5e976e9b05
Title capitalization ()
omar 5fdfa32cce Update README.md
omar 673d6df85f Demo: Clamping font scale. Added helpers in demo. Comments. Update sponsors. ()
omar e8c986b34e Version 1.77 WIP
omar 5503c0a12e Version 1.76
+ fixed PVS warning, update demo binaries, update readme image
Dylan 68c5d030cd
Typo in readme ()
omar f2b01c3436 Changelog, tweak OpenGL3 backends. (), update Gallery thread links.
ocornut e137db2df7 CI: Enable error on warnings for the extra warnings builds as an experiment. FAQ tweaks
ocornut e547f898a9 Demo: Added color gradient in demo to identify srgb/linear issues better. Tweaks.
omar f339b24b3a
Links, alphabetical order
omar 2bc3a92f96
Update README.md
omar 58b3e02b95 Version 1.75
Comments
omar 4d4e3b97f4 TODO, Readme
(dropped TreeNode_NoIndent flag from todo, as it feels unnecessary)
omar 3fe6ae9732 Internals: Move some Nav functions and members around (no functional change) + Misc comments
omar e2eb0b4bc4 Internals: Begin tries to setup WindowTemp/DC members in same order as their declaration. Readme: remove Coverity banner (PVS is better)
omar 0dd02dd90d Happy new year!
Comments, Replaced pictures, Removed Patreon
Zlatan Vasović 2b10e06555 Fix a typo
omar 061650bd2a Update Readme
omar 6fdde67be2 Documentation, FAQ, todo tweaks
omar bff2d5d5e2
Update README.md
omar 4e56de757c Doc: Promote Discord over Discourse. Obsoleting Discourse server.
Rokas Kupstys d5b5a81946 GitHub Actions CI script for Windows/Linux/MacOS/iOS/Emscripten builds.
omar 7dbae8a198
Doc: Simplified Readme, removed FAQ index
omar 53278be61f FAQ, Readme. Use = {} instead of = { 0 }, wasn't problematic because they were all static variables or one stack array not read. But hey.
omar 9994f5bcbe Fixed more FAQ links, oops.. ()
omar 3bbc27ebd9 Fixed more FAQ links. ()
omar c21fdabb43 Doc: Readme: moving contents to FAQ.
omar 67e4cd5cc6 Comments, some logging for NavInitRequest debugging Moved OpenPopupOnItemClick() next to BeginPopupContextItem()
omar 8c4dcbfa45
Diligent Engine
omar 23eabd5991
Emscripten