Alexandre Julliard
|
a3b76d3366
|
makefiles: Generate the common rules for import libraries from configure.
|
2013-10-10 11:41:01 +02:00 |
Ken Thomases
|
79d45585bc
|
winemac: Add registry settings to make Option keys send Alt rather than accessing additional characters from the keyboard layout.
|
2013-10-10 10:45:22 +02:00 |
Ken Thomases
|
05e3d0e5cc
|
winemac: Make sure the same housekeeping is done when closing a window as is done when hiding it.
|
2013-10-10 10:45:13 +02:00 |
Henri Verbeet
|
3ffd998c46
|
d3drm: Get rid of the IDirect3DRMVisualArrayImpl typedef.
|
2013-10-10 10:45:05 +02:00 |
Henri Verbeet
|
cb49cff060
|
d3drm: Introduce impl_from_IDirect3DRMFrameArray().
|
2013-10-10 10:45:02 +02:00 |
Henri Verbeet
|
392a65fe09
|
wined3d: Unify sampler binding points.
|
2013-10-10 10:45:00 +02:00 |
Henri Verbeet
|
3caefc8337
|
wined3d: Unify constant buffer binding points.
|
2013-10-10 10:44:57 +02:00 |
Henri Verbeet
|
c228ffbaf0
|
wined3d: Unify shader binding points.
|
2013-10-10 10:44:53 +02:00 |
Frédéric Delanoy
|
b4e4831d1b
|
wininet: Use BOOL type where appropriate.
|
2013-10-10 10:44:49 +02:00 |
Frédéric Delanoy
|
98e4c98eff
|
gdi32: Use BOOL type where appropriate.
|
2013-10-10 10:44:45 +02:00 |
Frédéric Delanoy
|
3d30fb881a
|
ddraw/tests: Use BOOL type where appropriate.
|
2013-10-10 10:44:40 +02:00 |
Frédéric Delanoy
|
77a26de975
|
xmllite: Use BOOL type where appropriate.
|
2013-10-10 10:44:35 +02:00 |
Frédéric Delanoy
|
cef6b07372
|
setupapi: Use BOOL type where appropriate.
|
2013-10-10 10:44:30 +02:00 |
Frédéric Delanoy
|
742c2563e5
|
urlmon/tests: Use BOOL type where appropriate.
|
2013-10-10 10:44:18 +02:00 |
Nikolay Sivov
|
587398259e
|
xmllite: Correct allocated destination buffer size.
|
2013-10-09 19:28:16 +02:00 |
Nikolay Sivov
|
feda40bbaa
|
xmllite: Fix overwriting of dest buffer when pushing more data to it.
|
2013-10-09 19:28:11 +02:00 |
Nikolay Sivov
|
ae341b9bd7
|
xmllite: Use buffer offset instead of pointers.
|
2013-10-09 17:48:26 +02:00 |
Alexandre Julliard
|
ac519d0eea
|
ntdll: Add defines for the file position magic constants.
|
2013-10-09 16:13:41 +02:00 |
Dmitry Timoshkov
|
3cae528eef
|
ntdll: Offset -1 (FILE_WRITE_TO_END_OF_FILE) is supposed to work in NtWriteFile for disk files in overlapped mode.
|
2013-10-09 16:11:33 +02:00 |
Stefan Dösinger
|
86d63f1d5a
|
wined3d: Move sRGB_decode handling to the top of texture_bind / preload.
|
2013-10-09 15:52:37 +02:00 |
Stefan Dösinger
|
db852ff5b5
|
wined3d: Remove sRGB_decode handling from surface_load_location.
|
2013-10-09 15:52:24 +02:00 |
Stefan Dösinger
|
16f7c24296
|
wined3d: Take sRGB_decode into account in texture_srgb_mode.
|
2013-10-09 15:52:22 +02:00 |
Alexandre Julliard
|
7025117026
|
makefiles: Move the testing rules to the global Make.rules file.
|
2013-10-09 12:35:47 +02:00 |
Alexandre Julliard
|
fabd3120c5
|
makefiles: Move the main module rules to the global Make.rules file.
|
2013-10-09 11:31:21 +02:00 |
Alexandre Julliard
|
f94c8669c5
|
makefiles: Move the API documentation rules to the global Make.rules file.
|
2013-10-09 11:30:33 +02:00 |
Alexandre Julliard
|
752b0e02ea
|
makefiles: Move the import library rules to the global Make.rules file.
|
2013-10-09 11:25:36 +02:00 |
Alexandre Julliard
|
e318b4a59c
|
makefiles: Move the static library rules to the global Make.rules file.
|
2013-10-09 11:25:04 +02:00 |
Henri Verbeet
|
44f5d4bd64
|
d3drm: Introduce impl_from_IDirect3DRMVisualArray().
|
2013-10-09 11:11:11 +02:00 |
Henri Verbeet
|
cd16932bf3
|
d3drm: Compare with the correct IID in IDirect3DRMVisualArrayImpl_QueryInterface().
|
2013-10-09 11:11:09 +02:00 |
Henri Verbeet
|
079b6d4c11
|
wined3d: Unify the shader state IDs.
|
2013-10-09 11:11:07 +02:00 |
Henri Verbeet
|
1f22246b84
|
wined3d: Send material updates through the command stream.
|
2013-10-09 11:11:00 +02:00 |
Henri Verbeet
|
db68c43678
|
wined3d: Send clip plane updates through the command stream.
|
2013-10-09 11:10:58 +02:00 |
Frédéric Delanoy
|
183f00cb6c
|
winecfg: Use BOOL type where appropriate.
|
2013-10-09 10:09:03 +02:00 |
Frédéric Delanoy
|
debd1346b0
|
services: Use BOOL type where appropriate.
|
2013-10-09 10:09:00 +02:00 |
Frédéric Delanoy
|
8afd655a62
|
winspool.drv: Use BOOL type where appropriate.
|
2013-10-09 10:08:57 +02:00 |
Frédéric Delanoy
|
387fafd39e
|
winex11.drv: Use BOOL type where appropriate.
|
2013-10-09 10:08:54 +02:00 |
Frédéric Delanoy
|
10f7f09d43
|
wineoss.drv: Use BOOL type where appropriate.
|
2013-10-09 10:08:37 +02:00 |
Frédéric Delanoy
|
510e30bd63
|
winemac.drv: Use BOOL type where appropriate.
|
2013-10-09 10:08:34 +02:00 |
Frédéric Delanoy
|
5274f855e3
|
ws2_32/tests: Use BOOL type where appropriate.
|
2013-10-09 10:08:29 +02:00 |
Akihiro Sagawa
|
0b58ab7ac9
|
gdi32/tests: Skip linked font like SimSun-ExtB in fixed-pitch font selection.
|
2013-10-09 10:08:06 +02:00 |
Jacek Caban
|
bb2c32d776
|
crypt32: Don't follow linked contexts in AddRef/Release implementations.
|
2013-10-08 18:10:15 +02:00 |
Jacek Caban
|
09121895fd
|
crypt32: Get rid of no longer used contextSize argument in Context_CopyProperties.
|
2013-10-08 18:10:10 +02:00 |
Jacek Caban
|
c1fa23ac5d
|
crypt32: Get rid of no longer used contextSize argument in Context_Release.
|
2013-10-08 18:10:06 +02:00 |
Jacek Caban
|
c6fd036b54
|
crypt32: Get rid of no longer used contextSize argument in Context_GetProperties.
|
2013-10-08 18:10:02 +02:00 |
Jacek Caban
|
5b5bb50852
|
crypt32: Get rid of no longer used contextSize argument in Context_GetLinkedContext.
|
2013-10-08 18:09:58 +02:00 |
Jacek Caban
|
f82237102b
|
crypt32: Get rid of no longer used contextSize argument in Context_AddRef.
|
2013-10-08 18:09:53 +02:00 |
Jacek Caban
|
ad912961db
|
crypt32: Allocate BASE_CONTEXT in the beginning of the memory block.
|
2013-10-08 18:09:48 +02:00 |
Jacek Caban
|
12982d867a
|
crypt32: Use BASE_CONTEXT for both data and link contexts.
|
2013-10-08 18:09:42 +02:00 |
Hans Leidekker
|
5674f16649
|
iphlpapi: Add support for GAA_FLAG_INCLUDE_PREFIX in GetAdaptersAddresses.
|
2013-10-08 15:58:48 +02:00 |
Austin English
|
d66f7cdb52
|
dxdiagn: Add a few more stub properties.
|
2013-10-08 15:57:36 +02:00 |