Search

April 08, 2009
General »
...change the terminal size to what ever width/height combination required and save the changes...
April 07, 2009
General »
...say, GNOME Terminal. (It's still fixed width, as I recall; just wider by default...
April 03, 2009
General »
...0);
}

void dawesome_resize(int width, int height) {
	view->resize(width, height);
}
-----------------------------------------------

dawesome.di
-----------------------------------------------
extern...
March 24, 2009
General »
...y * width + x) + 0] = clamp(fimg[3 * (y * width + x) + 0]);
            byteImage[3 * (y * width...
March 14, 2009
General »
...hex literals, each option is a fixed width. That is sensible.

Octal literals aren't...
March 08, 2009
Announce »
...width = 640;
    int window.height as height = 480;
`
);

and

mixin(cvars!
(
    int, "window.width, width...
February 16, 2009
Learn »
...as arrays with a given, non-changing width and that you're not using UTF...
February 09, 2009
General »
...a struct:

struct Rect
{
    int x, y, width, weight;
};

class Widget {
  // returns true on success...
January 31, 2009
General »
...there):

class Window
{
    mixin(cvars(
    `
        uint width : window.width = 800;
        uint height : window.height = 600...
January 19, 2009
c++.stlsoft »
...the following changes:
 * support for min-width / max-width / alignment in format specifications
 * renaming/addition...
130 131 132 133 134 135 136 137 138 139 140
Next ›   Last »