André Hentschel
c5f1572744
ipconfig: Distinguish between IPv4 and IPv6 addresses.
2013-01-07 13:38:22 +01:00
Francois Gouget
a41f63dfcb
d3dx9_36: Make error_dxfile_to_d3dxfile() and test_templates() static.
2013-01-07 13:38:21 +01:00
Francois Gouget
968ccaa60f
urlmon: Fix the message warning about installing ActiveX components.
2013-01-07 13:38:18 +01:00
Daniel Jelinski
1964145713
comctl32/tests: Add tests for listview header image list.
2013-01-07 13:38:15 +01:00
Daniel Jelinski
bad62c0267
comctl32/listview: Support header images.
2013-01-07 13:38:14 +01:00
Daniel Jelinski
8257ab9a76
comctl32/listview: Fix subitem drawing.
...
lpColumnInfo->fmt & LVCFMT_IMAGE is supposed to mean that header item has
an image. It is not supposed to mean that all items in that column
should reserve space for an icon if they don't have any.
2013-01-07 13:38:13 +01:00
Daniel Jelinski
9b8e3ca410
comctl32/listview: Update item height when changing font.
2013-01-07 13:38:12 +01:00
Daniel Jelinski
7b1fd9e527
comctl32/listview: Redraw items after insert/delete.
2013-01-07 13:38:11 +01:00
Daniel Jelinski
67eb9744d9
comctl32/listview: Fix calculating item height.
2013-01-07 13:38:11 +01:00
Ludger Sprenker
ead7c50b5d
windowscodecs: Support 24bppRGB in tiff encoder.
2013-01-07 13:38:10 +01:00
Ludger Sprenker
dbdec221d1
windowscodecs: Test conversions of the 24bpp PixelFormats.
2013-01-07 13:38:09 +01:00
Ludger Sprenker
968eac9aaf
windowscodecs: Support conversions of the 24bpp PixelFormats.
2013-01-07 13:38:09 +01:00
Ludger Sprenker
2a1acc2939
windowscodecs: Introduce 24bppRGB PixelFormat.
2013-01-07 13:38:08 +01:00
Nikolay Sivov
0d715c2024
xmllite: Support name reporting for comments and PIs.
2013-01-07 13:38:08 +01:00
Nikolay Sivov
4c0f142e92
xmllite: Support streams starting with comments, simplify tests.
2013-01-07 13:38:07 +01:00
Nikolay Sivov
65bcdb2c80
xmllite: Implement PI parsing.
2013-01-07 13:38:00 +01:00
Jason Edmeades
0b00b717b9
cmd: Add beginnings of support for delayed expansion.
2013-01-07 11:15:23 +01:00
Jason Edmeades
3735bf6af5
cmd: Avoid division by zero in set /a with %.
2013-01-07 11:14:24 +01:00
Marcus Meissner
45eeeb00f3
winedbg: Free snapshot handle in error path (Coverity).
2013-01-07 11:14:09 +01:00
Marcus Meissner
2bc8e076e0
advapi32: Close hTemp on error (Coverity).
2013-01-07 11:13:27 +01:00
Marcus Meissner
18c51a9c00
oledb32: Avoid leaking propsets on error paths (Coverity).
2013-01-07 11:13:07 +01:00
André Hentschel
3a29e87673
winedbg: Use a switch-case style implementation in thumb2_disasm_dataprocessing.
2013-01-07 11:12:54 +01:00
André Hentschel
2b9555fba8
winedbg: Add shifted register dataprocessing operators to Thumb2 disassembler.
2013-01-07 11:12:41 +01:00
Henri Verbeet
da817d8e91
ddraw: Get rid of some redundant code in IDirect3DImpl_GetCaps().
...
dwTextureBlendCaps is overwritten later, and (potentially) uninitialized here.
2013-01-07 11:12:28 +01:00
Henri Verbeet
3e7c800e9c
wined3d: Get rid of the user_stream field from wined3d_state.
...
All remaining uses are equivalent to "device->up_strided". (Which should of
course eventually go away as well.)
2013-01-07 11:12:23 +01:00
Henri Verbeet
5b42297a31
wined3d: Remove a redundant condition in the indexbuffer() state handler.
...
Strided draws don't use VBOs.
2013-01-07 11:12:19 +01:00
Henri Verbeet
da71c922a5
ddraw: Avoid LPD3DVIEWPORT7.
2013-01-07 11:12:13 +01:00
Henri Verbeet
768c7121b7
ddraw: Avoid LPD3DVIEWPORT2.
2013-01-07 11:12:10 +01:00
Francois Gouget
ca9ceddd5d
netstat: Fix compilation on systems that don't support nameless unions.
2013-01-07 11:11:12 +01:00
Francois Gouget
f963f93964
Assorted spelling fixes.
2013-01-07 11:10:40 +01:00
Francois Gouget
6ada0608bf
msvcrt/tests: Add a trailing '\n' to a win_skip() call.
2013-01-07 11:10:30 +01:00
Michael Stefaniuc
3b4bb9dcf3
winmm: Add missing LeaveCriticalSection on error paths (Smatch).
2013-01-07 11:09:30 +01:00
Michael Stefaniuc
4bdb5b55ec
atl100: Fix a mem leak on an error path (Smatch).
2013-01-07 11:09:23 +01:00
Alexandre Julliard
4a685ebea3
Release 1.5.21.
2013-01-04 21:45:01 +01:00
Jacek Caban
6f4c5f1dd8
urlmon: Added support for 'Run' setup hook.
2013-01-04 17:43:54 +01:00
Dmitry Timoshkov
03724685d6
windowscodecs: Implement ComponentFactory_CreateBitmapFromMemory.
2013-01-04 17:43:45 +01:00
Henri Verbeet
44b462c9b4
wined3d: Just restore state->user_stream in wined3d_device_draw_indexed_primitive_strided().
2013-01-04 12:17:01 +01:00
Henri Verbeet
b557f5ba3a
wined3d: Don't touch state->user_stream in wined3d_device_process_vertices().
...
device_stream_info_from_declaration() no longer cares about
state->user_stream.
2013-01-04 12:16:56 +01:00
Henri Verbeet
76a2864a3b
wined3d: state->user_stream is always FALSE in device_stream_info_from_declaration().
...
Since user pointer draws were removed, state->user_stream will only ever be
set for "strided" draws, and device_stream_info_from_declaration() is never
called for those.
2013-01-04 12:16:49 +01:00
Henri Verbeet
29cb3c1d90
ddraw: Avoid LPD3DVIEWPORT.
2013-01-04 12:16:40 +01:00
Henri Verbeet
293f362d55
ddraw: Avoid LPD3DMATRIX.
2013-01-04 12:16:27 +01:00
Christian Costa
1adda4cfbc
d3drm: Remove unused variable.
2013-01-04 12:14:14 +01:00
Christian Costa
b742b98c55
d3dx9_36: Implement ID3DXFileImpl_RegisterTemplates + tests.
2013-01-04 12:14:07 +01:00
Jacek Caban
732376d5b9
atl: Added support for category maps in AtlModuleRegisterServer.
2013-01-04 12:01:22 +01:00
Jacek Caban
cc18fc0f14
atl80: Added AtlComModuleRegisterServer implementation (based on AtlModuleRegisterServer).
2013-01-04 12:01:15 +01:00
Frédéric Delanoy
73df62c95b
po: Update French translation.
2013-01-04 12:01:02 +01:00
Vincent Povirk
47217eaa83
winex11.drv: Flush property notify events before deleting properties.
2013-01-04 12:00:15 +01:00
Vincent Povirk
4013dc85e9
winex11.drv: Select property change events on selection request windows.
2013-01-04 12:00:08 +01:00
Andrew Talbot
1a45569f72
d3dx9_36: Avoid signed-unsigned integer comparisons.
2013-01-04 11:59:32 +01:00
Andrew Talbot
1af3862186
d3dxof: Avoid signed-unsigned integer comparisons.
2013-01-04 11:59:23 +01:00