Dylan Smith
e2d7da0604
gdi32: Provide a non-blank font face name for ANSI_FIXED_FONT.
...
This patch avoids using the wrong font when this stock font is selected,
which could be seen by modifying notepad to send WM_SETFONT to the edit
control with GetStockObject(ANSI_FIXED_FONT) for wParam.
2010-03-04 12:30:50 +01:00
Hans Leidekker
353035fadd
msi: Initialize a couple of variables.
...
Found by Valgrind.
2010-03-04 12:30:29 +01:00
Paul Vriens
f370ab7e9b
shell32/tests: Prevent crash on W2K and below.
2010-03-04 12:30:24 +01:00
Christian Costa
6dfe16fc48
d3dx9_36: Avoid dereferencing null pointers in trace (spotted by Paul Vriens).
2010-03-04 12:30:21 +01:00
Justin Chevrier
78f9177d9d
gdiplus: Implement GdipSetImageAttributesRemapTable with updated test.
2010-03-04 12:30:17 +01:00
Justin Chevrier
74a3945b00
gdiplus/test: Add GdipSetImageAttributesRemapTable test and fix typo.
2010-03-04 12:29:58 +01:00
Juan Lang
86292d1dba
rpcrt4: Implement UuidCreateSequential using the machine's MAC address, when available.
2010-03-04 12:29:54 +01:00
Juan Lang
b61c8f8b53
rpcrt4: Add tests for UuidCreateSequential.
2010-03-04 12:29:26 +01:00
Vincent Povirk
3733789aa9
ole32: Add tests for CopyTo in recursive situations.
2010-03-04 12:29:21 +01:00
André Hentschel
f73c8c4d42
oleaut32: Fix FormatString (valgrind).
2010-03-04 12:29:17 +01:00
André Hentschel
a360c98187
oleaut32: Fix localized date and time parsing.
2010-03-04 12:28:33 +01:00
André Hentschel
71f24431b9
oleaut32: Fix localized date parsing.
2010-03-04 12:28:28 +01:00
Jörg Höhle
9079109a45
winex11: Log keycode decimal <-> hex for keysym & MS vkey and scancode.
2010-03-04 12:28:22 +01:00
Alexandre Julliard
83c272a258
ntdll: Return STATUS_IMAGE_NOT_AT_BASE when an image mapping has to be relocated.
2010-03-03 20:05:40 +01:00
Paul Andrew Panon
74a059d21b
wined3d: Add Mesa ATI card detection code.
2010-03-03 16:13:23 +01:00
Paul Andrew Panon
85b07b9d38
wined3d: Add a card detection table and refactor wined3d_guess_card.
2010-03-03 16:13:09 +01:00
Paul Andrew Panon
1735b4ee92
wined3d: Adjust the quirks to use the new GL_VENDOR codes.
2010-03-03 16:06:40 +01:00
Paul Andrew Panon
7a9734dc68
wined3d: Add a real GL vendor detection.
2010-03-03 16:06:28 +01:00
Paul Andrew Panon
31573b21b9
wined3d: Rename GL_VENDOR to HW_VENDOR.
2010-03-03 16:06:07 +01:00
Jacek Caban
2cf2d8fed2
mshtml: Call Exec(DOCHOST_DOCCANNAVIGATE) from IOleObject::SetClientSite.
2010-03-03 15:29:43 +01:00
Jacek Caban
80f8a0df82
mshtml: Added more navigation tests.
2010-03-03 15:29:31 +01:00
Jacek Caban
9fbc3b6061
mshtml: Added IHTMLPrivateWindow::SuperNavigate implementation.
2010-03-03 15:29:25 +01:00
Jacek Caban
8dd7b39603
mshtml: Correctly handle document with already loaded moniker in set_moniker.
2010-03-03 15:29:17 +01:00
Jacek Caban
4ae97b169d
mshtml: Call OnViewChange in set_downloading_proc.
2010-03-03 15:29:12 +01:00
Jacek Caban
2a092e212b
mshtml: Moved SZ_HTML_CLIENTSITE_OBJECTPARAM handling to IPersistMoniker::Load.
2010-03-03 15:29:07 +01:00
Jacek Caban
18423e8dd9
mshtml: Load data from moniker in IPersistStreamInit::InitNew.
2010-03-03 15:29:02 +01:00
Jacek Caban
34944c89dd
mshtml: Properly handle IHlinkFrame::Navigate result.
2010-03-03 15:28:58 +01:00
Jacek Caban
15fb147a8e
mshtml: Set current moniker in start_binding.
2010-03-03 15:28:53 +01:00
Jacek Caban
9d9553f9bb
mshtml: nsio.c code clean up.
2010-03-03 15:28:48 +01:00
Jacek Caban
01b2388c22
mshtml: Allow post data and headers to be passed to create_channelbsc.
2010-03-03 15:28:43 +01:00
Jacek Caban
0bccfa873d
mshtml: Moved asynchronous document binding to separated function.
2010-03-03 15:28:37 +01:00
Jacek Caban
6938378be3
mshtml: Added IHTMLPrivateWindow stub implementation.
2010-03-03 15:28:31 +01:00
Jacek Caban
73a5813706
include: Added IHTMLPrivateWindow declaration.
2010-03-03 15:28:23 +01:00
Hans Leidekker
aaf5ffb2b5
msi: Add tests for removing environment strings.
2010-03-03 15:23:28 +01:00
Hans Leidekker
f62211198a
msi: Implement the RemoveEnvironmentStrings standard action.
2010-03-03 15:23:23 +01:00
Hans Leidekker
7b6858546c
msi: Strip leading text style label from control text before lookup in binary table.
2010-03-03 15:23:15 +01:00
Hans Leidekker
1b8ba25371
setupapi: Destination directory defaults to system directory.
2010-03-03 15:23:04 +01:00
Nikolay Sivov
ab0e037ee0
shell32: Remove WINAPI where it's not needed.
2010-03-03 14:02:35 +01:00
Nikolay Sivov
500c785053
shell32: Implement SHParseDisplayName with basic tests.
2010-03-03 14:02:23 +01:00
Nikolay Sivov
721be7135f
shell32/tests: Minor test file cleanup.
2010-03-03 14:02:13 +01:00
David Hedberg
5a1f8c57a8
user32: Fix case where EM_SCROLL with page down results in trying to scroll up past the beginning.
2010-03-03 14:01:58 +01:00
David Hedberg
598052b4ad
user32: Fix return value of EDIT_EM_Scroll.
2010-03-03 14:01:50 +01:00
Louis Lenders
cd172dff7c
wine.inf: Add windows\help directory.
2010-03-03 13:25:06 +01:00
Alexandre Julliard
b0760fc2e9
server: Set the idle event when PeekMessage is called with -1 as window filter.
2010-03-03 13:20:53 +01:00
Alexandre Julliard
4d33d4982f
user32: Pass HWND_BOTTOM unmodified to the server in PeekMessage.
2010-03-03 13:20:26 +01:00
Roderick Colenbrander
c0ef7a1a93
wined3d: Move the 8-bit palette shader code over to the blit_shader backend.
2010-03-03 12:53:51 +01:00
Roderick Colenbrander
922ad80f42
wined3d: Rename yuv to complex in order to prepare for 8-bit palette fixups using the same code.
2010-03-03 12:53:41 +01:00
Nikolay Sivov
2d76bf2e69
shlwapi/tests: Some tests for PathGetDriveNumber.
2010-03-03 11:54:52 +01:00
Alexandre Julliard
f8a89aa083
krnl386.exe: Don't try to free again an already freed global block.
2010-03-03 11:52:59 +01:00
Andrew Nguyen
0270f18e11
msi: Correctly set the process working directory in custom action type 34.
2010-03-03 11:52:37 +01:00