- 04 May, 2009 22 commits
-
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Dmitry Timoshkov authored
-
Austin English authored
-
Austin English authored
-
Roderick Colenbrander authored
-
Detlef Riekenberg authored
-
Detlef Riekenberg authored
-
Nicolas Le Cam authored
-
Ken Thomases authored
The structure has changed repeatedly, but always in a backward compatible way. The version check was only hampering us.
-
Ken Thomases authored
-
Ken Thomases authored
Fixes building on Snow Leopard. Mac OS X doesn't have a concept of one bit-ness being "native". So, which architecture gets built is somewhat arbitrary. On Snow Leopard, the tools have changed to default to building 64-bit, which causes us problems. So, just always be explicit.
-
Ken Thomases authored
-
Ken Thomases authored
The dev tools on Mac OS X takes this option to dictate the output architecture. (Gcc still accepts -m32 and -m64, as well, but "ld" and "as" do not.)
-
Nicolas Le Cam authored
-
Nicolas Le Cam authored
-
Vincent Povirk authored
Currently, gradients are drawn by filling a series of quadrilaterals, with one side equal to a gradient line and the other side equal to the edge of the bounding rectangle of the area being filled. A single pixel can be filled many times, and that causes flicker.
-
Vincent Povirk authored
Theoretically, a line gradient covers the area enclosed by the starting and ending gradient lines, which intersect the start and end points respectively and are perpendicular to a line joining the start and end points.
-
Vincent Povirk authored
-
Vincent Povirk authored
Negative lfHeight values do not include internal leading. This was making fonts created from LOGFONT structures larger than they should be.
-
Vincent Povirk authored
-
- 01 May, 2009 18 commits
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Nikolay Sivov authored
-
Hans Leidekker authored
-
Rein Klazes authored
-
Nikolay Sivov authored
-
Vincent Povirk authored
-
Rein Klazes authored
-
André Hentschel authored
-
André Hentschel authored
-
André Hentschel authored
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Henri Verbeet authored
-