- 07 Oct, 2014 13 commits
-
-
Nikolay Sivov authored
-
Nikolay Sivov authored
Eventually we should get rid of separate allocations on every TryGetFontTable(), that's not how local loader works. Instead it maps font file and returns pointers to a mapping, context is always NULL in this case.
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Michael Müller authored
-
Sebastian Lackner authored
-
Michael Stefaniuc authored
-
Michael Stefaniuc authored
-
Michael Stefaniuc authored
-
Julian Rüger authored
-
- 06 Oct, 2014 19 commits
-
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Piotr Caban authored
-
Piotr Caban authored
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Henri Verbeet authored
We don't support p8 color keying either way.
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Henri Verbeet authored
Using glGammaInternal or rtInternal should do the right thing in principle, although in practice they should never get used either way.
-
Henri Verbeet authored
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Piotr Caban authored
-
Aurimas Fišeras authored
-
- 03 Oct, 2014 6 commits
-
-
Alexandre Julliard authored
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Ken Thomases authored
NSBezierPath doesn't override the -isEqual: method to actually compare paths, so it just falls back to object identity which, in our case, makes paths seem like they're never equal. Also, memcmp()-ing the rectangle array is almost certainly faster than any general test for equality between two paths.
-
Ken Thomases authored
winemac: Don't invalidate the window shadow on every draw if it's merely shaped and not color-keyed or using per-pixel alpha. This avoids flickering and tearing on some versions of OS X during frequent redrawing in a shaped window, such as when scrolling a document in Word 2007. Since we aren't guaranteed that the window surface has updated bits for us to draw, we mark the whole content view as needing redisplay and draw the window's shape in the background color on the first -drawRect: after the shape change.
-
- 02 Oct, 2014 2 commits
-
-
Nikolay Sivov authored
-
Qian Hong authored
-