Code7R

Results 73 comments of Code7R
trafficstars

@zhengqiang130 IMHO that does not replace the functionality exactly (it's not cycling). And you also hardcode a linux-specific tool there. What do you think about https://github.com/Code7R/icewm/commit/746054698ebf12355e019cfda4d7152b6cdd4492 ?

I am not so sure, and I don't want to decide that. My proposal skips the UDS explicitly because IMHO it's just spam for most people, and the network monitor...

I have never seen this before. If you can reproduce it with the version in Sid or Testing, please send all your config (icewm --postpreferences) But I have seen similar...

More, open window list: src/wmwinlist.cc:467:20: runtime error: unsigned integer overflow: 102 - 165 cannot be represented in type 'unsigned int' src/wmwinlist.cc:468:20: runtime error: unsigned integer overflow: 51 - 133 cannot...

Dealing with signedness is not a problem. The problem is that some of those variables are unsigned because they used directly or indirectly in X11 API calls. And there it's...

Guessing what something is going to do when you first compile is usually voodoo and proper handcraft. Please describe in plain English what your proposal does and how the quality...

Well, for me it it's perfectly reproducible even in Xephyr (default AC or cmake config, does not matter). See attached debug output, basically the moments around "SET FOCUS" is when...

Little example... ![screeni](https://user-images.githubusercontent.com/10660264/36066727-e4e17c82-0ea6-11e8-9eeb-42ab228619de.png)

That issue is really spooky. It is not easy to reproduce it. I saw it a few times last week on a laptop which is rarely rebooted. Now, I cannot...

I am also observing strange activation problems, but it is hard to reproduce. When it starts happening, the situation is: you have two Firefox windows on two different monitors. You...