Search

January 17, 2007
General »
...C++, and wstring
is intended for fixed-width encodings which excludes
UTF-16, though on...
December 15, 2006
Announce »
...to all 'X' columns having the same width. This looks kind of bad with the...
December 15, 2006
Announce »
...latex/tabularx.pdf

It requires specifying the width of the table on creation, but adds...
December 15, 2006
Announce »
...latex, without having to explicitly specify their width? Or is this not possible?

By the...
December 12, 2006
General »
...Dimensional2(T)
{
T x, y;
alias x width;
alias y height;
}
alias Dimensional2!(int) Position...
December 04, 2006
General »
...think that cursor.position should be button.width...

Surely you mean 'cursor.position = tmp + 1;'?
December 04, 2006
General »
...simple as translating button.width -= 5; as cursor.position = button.width - 5; is enough. Postfix...
December 03, 2006
Announce »
...67-iso8859-1",
    quantity: 256,
    height: 16,
    width: -1,
    xorig: 0,
    yorig: 4,
    characters: Helvetica12...
December 03, 2006
Announce »
...id = name
id = quantity
id = height
id = width
id = xorig
id = yorig
id = characters

--bb
December 02, 2006
General »
...are also broken for cases like:

	button.width -= 5;
	cursor.position++;

This is the essence...
143 144 145 146 147 148 149 150 151 152 153
Next ›   Last »