June 14, 2011 General » Re: Flag proposal | |||
|---|---|---|---|
| |||
...MoveWindow(hWnd, loc.x, loc.y, myWin.width, myWin.height,
bRepaint:true);
is no worse... | |||
June 12, 2011 Phobos » [phobos] RFC: std.path | |||
|---|---|---|---|
| |||
...char array. If you want any other width, some transcoding must happen, and that may... | |||
June 12, 2011 General » Re: Flag proposal | |||
|---|---|---|---|
| |||
...issue but the entire area nicely "fun(openRight:true, width:4, height:3, depth:5)". | |||
June 10, 2011 General » Re: Flag proposal | |||
|---|---|---|---|
| |||
...Int!"x"(3), Int!"y"(4), Int!"width"(100), Int!"height"(150), Int!"depth"(1... | |||
May 19, 2011 General » Feedback/Suggestions for std.log | |||
|---|---|---|---|
| |||
...foreach( mode, videoModes )
{
msg ~= to!string( mode.width ) ~ "x" ~ to!string( mode.height ) ~ ";";
}
return msg... | |||
May 17, 2011 General » Re: Curl wrapper | |||
|---|---|---|---|
| |||
...code should not exceed 80 chars in width. People's browser setups vary, and wrapped... | |||
May 16, 2011 Issues » [Issue 5995] string append negative integer causes segfault | |||
|---|---|---|---|
| |||
...from (d|w)char to the appropriate width integer should be fine, but going the... | |||
May 08, 2011 Beta » [dmd-beta] dmd 2.053 beta | |||
|---|---|---|---|
| |||
...module main;
struct Size
{
union
{
struct
{
int width;
int height;
}
long size; // package
}
}
enum Size... | |||
May 03, 2011 General » Re: OOP, faster data layouts, compilers | |||
|---|---|---|---|
| |||
...double inverse_h; // Program argument: height and width of the image int N; // Lookup table... | |||
May 01, 2011 Issues » [Issue 5915] New: Newlines are not propagated when copy&pasting code snippets | |||
|---|---|---|---|
| |||
...add its own newlines to limit text width. But there's no newlines where there... | |||
Copyright © 1999-2021 by the D Language Foundation