Commit Graph

104098 Commits

Author SHA1 Message Date
Jacek Caban
47778f95fa wininet: Moved inet_ntop call to GetAddress. 2015-02-16 19:19:10 +09:00
Jacek Caban
100bd11ae5 wininet: Use GetAddrInfoW in GetAddress. 2015-02-16 19:19:06 +09:00
Jacek Caban
11d09f1fe7 wininet: Don't strip port part from server name in GetAddress.
Callers take care of that already.
2015-02-16 19:19:00 +09:00
Mark Harmstone
50c2144999 comctl32: Fix graphical error on themed progress bars. 2015-02-16 19:18:52 +09:00
Mark Harmstone
707361321a comctl32: Redraw themed editboxes on focus change. 2015-02-16 19:18:50 +09:00
Mark Harmstone
6f9724d581 comctl32: Use theming when drawing IP address control. 2015-02-16 19:18:49 +09:00
Mark Harmstone
ca5184f512 comctl32: Add themed scrollbar stub. 2015-02-16 19:18:48 +09:00
Mark Harmstone
18c41f7128 comctl32: Draw focus rect on themed pushbuttons. 2015-02-16 19:18:47 +09:00
Nikolay Sivov
dba0fe3614 vbscript: Fix potential crash if script site creation failed. 2015-02-16 19:18:46 +09:00
Marcus Meissner
ab854893aa winex11.drv: Free uriList (Coverity). 2015-02-16 19:18:45 +09:00
Marcus Meissner
c4bf8a85ee msi: Fix memory leak (Coverity). 2015-02-16 19:18:44 +09:00
Gerald Pfeifer
69a6138350 vbscript: Avoid use of uninitialized variable in Global_InStrRev(). 2015-02-16 19:18:42 +09:00
Nikolay Sivov
f0e2ea988e wshom.ocx: Properly handle optional argument in Run(). 2015-02-16 19:18:41 +09:00
Ken Thomases
e9c36154e3 gdi32: Change an ERR to a WARN for fonts with too-long names.
The situation is commonplace on Macs and benign.
2015-02-16 19:18:39 +09:00
Jacek Caban
32f177ae30 mshtml: Added execCommand("fontsize") support. 2015-02-16 19:18:38 +09:00
Stefan Dösinger
f75d1b0c2f d3d/tests: Geforce8+ GPUs abs() table fog. 2015-02-13 22:37:07 +09:00
Hans Leidekker
91c7a84af5 wbemprox: Implement Win32_SID. 2015-02-13 21:48:36 +09:00
Hans Leidekker
f455806f12 wbemprox: Implement Win32_VideoController.DriverVersion. 2015-02-13 21:48:34 +09:00
Hans Leidekker
0dba391d67 msi: Don't write streams to storage until the database is committed.
Native allows streams to be created with names that exceed the maximum
length allowed by OLE storages. These streams can be used normally, it's
just not possible to commit such a database.
2015-02-13 21:48:21 +09:00
Hans Leidekker
db3346247c msi: Get rid of the refcount parameter to msi_addstringW. 2015-02-13 21:48:12 +09:00
Hans Leidekker
d954fbf8da msi: Get rid of the open streams cache. 2015-02-13 21:48:07 +09:00
Hans Leidekker
c6f3f72d61 msi: Always update column info after applying a transform to the _Columns table. 2015-02-13 21:48:02 +09:00
Jacek Caban
5436fef807 wininet: Always use winsock sockets. 2015-02-13 21:47:13 +09:00
Jacek Caban
5d6d2fda7b wininet: Use set_socket_blocking helper in a few more places. 2015-02-13 21:46:50 +09:00
Jacek Caban
7410bf5896 wininet: Moved INTERNET_GetNextLine to ftp.c. 2015-02-13 21:46:43 +09:00
Jacek Caban
fdf50ba883 wininet: Removed direct errno usage in ftp.c. 2015-02-13 21:46:36 +09:00
Piotr Caban
33803586ed user32/tests: Test that CS_PARENTDC enables child window to draw over whole parent window. 2015-02-13 21:46:29 +09:00
Piotr Caban
3d6de8c8a2 user32/tests: Add tests for window clipping with CS_PARENTDC flag. 2015-02-13 21:46:25 +09:00
Henri Verbeet
49ad383e89 dxgi: Implement dxgi_factory_SetPrivateData(). 2015-02-13 18:53:26 +09:00
Henri Verbeet
70b2fd3a32 dxgi: Implement dxgi_adapter_GetPrivateData(). 2015-02-13 18:53:24 +09:00
Henri Verbeet
141b024eb0 dxgi: Implement dxgi_adapter_SetPrivateDataInterface(). 2015-02-13 18:53:22 +09:00
Henri Verbeet
9dfd95c6cf dxgi: Implement dxgi_adapter_SetPrivateData(). 2015-02-13 18:53:20 +09:00
Henri Verbeet
849149d5d3 wined3d: Add support for appending vertex declaration elements. 2015-02-13 18:53:17 +09:00
Yifu Wang
a11c8758b2 msvcr120: Fixed bugs in Concurrency::critical_section. 2015-02-13 18:51:21 +09:00
Mark Harmstone
f21a968d1c comctl32: Draw the focus rect on themed checkboxes. 2015-02-13 18:20:55 +09:00
Mark Harmstone
b8d3f1fe24 comctl32: Always redraw background on checkbox repaint. 2015-02-13 18:20:45 +09:00
Uwe Bonnes
2148248976 ntdll: Add more serial speed settings. 2015-02-13 18:20:33 +09:00
David Heidelberg
e6e50f6c47 dbghelp: Implement DW_TAG_unspecified_type. 2015-02-13 00:45:25 +09:00
Frédéric Delanoy
8fdeb52b3d po: Update French translation. 2015-02-13 00:43:36 +09:00
Stefan Dösinger
9b3ab8a6f4 wined3d: Set z = 0.0 via the projection matrix instead of depth clamping.
This works on cards that don't implement ARB_depth_clamp like r500
cards. Note that texturing is influenced by position.w, not position.z.
2015-02-12 22:20:05 +09:00
Stefan Dösinger
f460db7c80 d3d8/tests: Test rhw depth clip with z enabled but no depth buffer set. 2015-02-12 22:19:58 +09:00
Stefan Dösinger
fd218b93d0 d3d9/tests: Test rhw depth clip with z enabled but no depth buffer set. 2015-02-12 22:19:48 +09:00
Stefan Dösinger
861ade434a ddraw/tests: Test rhw table fog z vs rhw. 2015-02-12 22:19:13 +09:00
Stefan Dösinger
77eb58b54e d3d8/tests: Test rhw table fog z vs rhw. 2015-02-12 22:19:09 +09:00
Stefan Dösinger
3b2c642163 d3d9/tests: Test rhw table fog z vs rhw.
The Z disable part of the test is technically not necessary because the
fog coordinate is written before applying the projection matrix. I've
nevertheless included it because this is not immediately obvious and fog
is the only place where the vertex Z matters if depth test and depth
clipping are disabled.
2015-02-12 22:19:02 +09:00
Austin English
295f194804 kernel32: Add SetVolumeMountPointA/W stubs. 2015-02-12 22:12:22 +09:00
Henri Verbeet
2d18cf57ac dxgi: Implement dxgi_device_GetPrivateData(). 2015-02-12 22:12:20 +09:00
Henri Verbeet
2190f0266f dxgi: Implement dxgi_device_SetPrivateDataInterface(). 2015-02-12 22:12:18 +09:00
Henri Verbeet
4e93a02aaf dxgi: Implement dxgi_device_SetPrivateData(). 2015-02-12 22:12:16 +09:00
Henri Verbeet
e7b7d1ef45 d3d10: D3D10CreateStateBlock() is implemented. 2015-02-12 22:12:13 +09:00