M.Sz.

Results 484 comments of M.Sz.

@AllenDang any updates?

@AllenDang idk if i already asked about it (iitc i did but don't remember and can't find where): Do you have any idea about how to write unit Tests for...

Yeah you are right. I'd need a code example and then i can do that 😊

Take a look on examples/transparent. It probably does most things your looking for

Well i don't exactly know what docking branch is but as far as i remember implementing this stuff is one of the issues @AllenDang is going to face with at...

As far as i can see it is a duplicate of #512

I just got an idea: How about making a master window full screened, transparent and decorationless, than just add a normal giu.Window?

Sr forgot about this issue 😊. Will try to reproduce in plain c++ version and report

@cydside this code should do what are you going to: ```golang package main import ( "fmt" "os" "os/signal" "syscall" "github.com/AllenDang/giu" ) func loop() { giu.SingleWindow().Layout( giu.Label("label"), ) } func main()...