- 22 Dec, 2008 14 commits
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Rico Schüller authored
-
Vitaliy Margolen authored
-
Andrew Talbot authored
-
Andrew Talbot authored
-
Andrew Talbot authored
-
Andrew Talbot authored
-
Andrew Talbot authored
-
Andrew Talbot authored
-
Nikolay Sivov authored
-
- 20 Dec, 2008 26 commits
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Chris Wulff authored
-
Christian Costa authored
-
Andrei Derevyanko authored
-
Andrei Derevyanko authored
-
Dylan Smith authored
In order to make the message handling available to windowless richedit controls, the message handling must be in a function that can be called from the ITextServices_TxSendMessage method. This method will never have a handle to a window to pass to RichEditWndProc_common in order to get the editor with GetWindowLongPtrW, but passing the editor will work (even if hWnd is NULL).
-
Dylan Smith authored
When the text is wrapped, the positions for all the runs, paragraphs, and cells are already calculated and stored. The only thing left to do for painting is to offset them by the formatting rectangle and the scroll position.
-
Dylan Smith authored
During wrapping there were three different heights that were being stored, with only one of them being done correctly. The other ones failed to incorporate the height of the paragraph or row, so ended up being incorrect.
-
Alistair Leslie-Hughes authored
-
Alistair Leslie-Hughes authored
-
Alistair Leslie-Hughes authored
-
Vincent Povirk authored
-
Christian Costa authored
dmusic: Move IDirectMusicThru and IDirectMusicPortDownload to DirectMusicPort object where they belong.
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Henri Verbeet authored
This improves performance a bit for applications that use a lot of shaders with a lot of constants.
-
Henri Verbeet authored
-
Henri Verbeet authored
>From 8aa3fb7ceb6fb93abf71520c852403284a9f8c76 Mon Sep 17 00:00:00 2001 From: Henri Verbeet <hverbeet@codeweavers.com> Date: Fri, 19 Dec 2008 19:21:55 +0100 Subject: wined3d: Set the initial viewport in InitStartupStateBlock().
-
Vitaliy Margolen authored
It's no longer used.
-
Simon C. Ion authored
-
Juan Lang authored
-
Juan Lang authored
crypt32: Don't check for the TLV after indefinite-length sequence items, the item's decoder has already done so.
-
Juan Lang authored
-