Michał Cichoń

Results 177 comments of Michał Cichoń

It is all green now.

Make it green for 1.74

Thank you. I will look into that soon.

Soon™... It is done: * I moved STACK LAYOUT section after LAYOUT section * ~~With the exception of getting current layout, my changes in ItemSize() was dropped~~ And it is...

@rokups: * In current rebase I dealt with layout overshoot issues, thanks for noticing * Fixed clip rect, so sprints are not drawn outside of window. Originally that was debug...

You're welcome. Adding more test is good idea. It will save me need to juggle branches in order to test more complex layouts. Also visual proof things are ok: ![image](https://user-images.githubusercontent.com/1197433/79106810-7e2fe300-7d73-11ea-8777-8222615e2a1b.png)

@ocornut Can you point me to where test framework is? After checking all branches have I failed to find it.

Rebased on master (c8cde28cf3fb5d1e86faa80edf9b2c48ccc2f8dc, Wed May 20 17:56:08 2020 +0200). Also per advice I introduced new define indicating stack layouts are available: `#define IMGUI_HAS_STACK_LAYOUT 1 // Stack-Layout PR #846`

@frink It is now rebased.

@SadE54 Yes it can. :) Well, it is rebased on master. Hope that's ok. @ocornut I removed changes to Indent/Unindent and simplified stack check.