Michał Cichoń
Michał Cichoń
@mikecapito There is a build hadness for pianobar port here. You can use it to make debug build. This is how I diagnose things myself. AFAIK there is not verobose...
I just added a note about configuration file and pulled your comment about manpage Manpages are *NIX domain, Windows doesn't have them. Maybe @PromyLOPh will grant me permission to put...
Thank you. I will apply this fix to all settings to config will be less fragile.
I will include this conditional trimming in next release. I have no ETA.
@potocpav Drawing libraries usualy provide a way to set maximum length of the miter, atfer that it is just capped. Maybe this is what you're looking for?
@potocpav Yeah, miter version is more costly. I made a polyline rasterizer some time ago: Maybe you can find something useful there. It supports bevel, round and miter joints between...
I'm picking this up on the `features/potocpav-newer-lines-2`. Branch was made by Omar by rebasing this PR on most recent version of Dear ImGui. This does help greatly. New code is...
Closer look at the issue of mesh bending from in #3366 with new code: https://github.com/user-attachments/assets/6249d8d4-f116-428f-9f15-0a7082de2915
You don't need to change your font size, which will screw your layout. What you need is to increase resolution of generated font atlas. And that is what `ImFontConfig::Density` is...
@whitequark Ability to control density was merged into ImGui about 8 months ago. I forgot about this thread, so I will take the opportunity now to mention it. :) You...