Roman Chistokhodov
Roman Chistokhodov
I see, but do you have any preferred solution? Phobos does not seem to provide any means to represent file as a forward range without loading the whole file. DOM...
It's not only attr:. private {} seems to have the same effect.
I often use 'Note:'. I know it's nonstandard though, but ddox consider it as section. It's actually not a big deal whether it's section or not, I just used to...
> Actually, I think version(ddoc) should be considered harmful and removed What do you suggest users should do when there're two completely different implementations (depending on platform), but with the...
I wonder too. There're many missing image magick functions in API now (e.g., where is annotate?), that makes the package useless.
The current situation is far from ideal and the whole thing should be carefully designed. # Resizing and moving I don't see a reason why **setWindowState** should be responsible for...
Regarding rects there's also a problem that width != right - left and height != bottom - top actually. E.g. imagine 2-pixel width rect. Left x is 0 and right...
Can't reproduce on dmd 2.080. Did a full rebuild help you?
It becomes ok if I increase window height. But I don't remember such issue on Windows. So something different in Linux version.
I also could not find how to set a custom icon for ImageTextButton. Actually I think that the image API should be re-worked. The current one is a mess with...