- 20 Dec, 2008 22 commits
-
-
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
-
Juan Lang authored
cryptui: Fix problem with usage checkbox bitmap not being visible after the first time the edit cert properties dialog is shown.
-
- 19 Dec, 2008 18 commits
-
-
Alexandre Julliard authored
-
Juan Lang authored
-
Henri Verbeet authored
CreateStateBlock() should take care of that.
-
Roderick Colenbrander authored
-
Roderick Colenbrander authored
-
Roderick Colenbrander authored
-
Roderick Colenbrander authored
wined3d: Add GL_ARB_texture_rg / GL_EXT_texture_swizzle support. These extensions are needed for more efficient R32F/RG32F support.
-
Ricardo Filipe authored
-
Ricardo Filipe authored
-
Francois Gouget authored
-
Francois Gouget authored
-
Francois Gouget authored
-
Juan Lang authored
-
Juan Lang authored
-
Lei Zhang authored
-
Vincent Povirk authored
-
Vincent Povirk authored
-
Vincent Povirk authored
-