Rico Schüller
bc4a4f5f3b
d3dx9: Handle invalid byte code in D3DXFindShaderComment().
2013-01-08 16:35:31 +01:00
Alexandre Julliard
ae9b07fdc0
vmm.vxd: Hardcode the x86 page size.
2013-01-08 16:35:31 +01:00
Alexandre Julliard
ac5319630d
krnl386.exe: Retrieve the page size from ntdll.
2013-01-08 16:35:31 +01:00
Alexandre Julliard
90e90e3b6a
ntdll: Make the page_size variable global.
2013-01-08 16:35:30 +01:00
Alexandre Julliard
e2761ab075
winedbg: Use an if instead of a switch in case some float types have the same size.
2013-01-08 16:35:30 +01:00
Alexandre Julliard
02aa14518b
configure: Allow pthread_create to be in the C library.
2013-01-08 16:35:29 +01:00
Alexandre Julliard
a58ae36aed
configure: Cope with sys/un.h requiring sys/socket.h.
2013-01-08 16:35:29 +01:00
Ken Thomases
c40a72223c
loader: On Mac, embed Info.plist in (__TEXT, __info_plist) section.
2013-01-08 16:35:28 +01:00
Ken Thomases
573436047e
libwine: Call the Mac Multi-Processing Services lib from the main thread first.
2013-01-08 16:35:19 +01:00
Ken Thomases
bbb8c60c7e
winemac: Implement CreateDesktopWindow().
2013-01-08 12:50:20 +01:00
Henri Verbeet
00ef7a5285
d3d8/tests: Merge volume.c into device.c.
2013-01-08 12:49:07 +01:00
Henri Verbeet
9dbf059c75
d3d8/tests: Merge d3d8_main.c into device.c.
2013-01-08 12:49:06 +01:00
Henri Verbeet
6ba9f27c16
ddraw: Cleanup ddraw7_QueryInterface() a bit.
2013-01-08 12:49:06 +01:00
Henri Verbeet
09bad83c3a
ddraw: Avoid LPD3DLIGHTINGELEMENT.
2013-01-08 12:49:06 +01:00
Henri Verbeet
553745e3f2
ddraw: Avoid LPD3DTRANSFORMDATA.
2013-01-08 12:49:05 +01:00
André Hentschel
7b53eac79f
netstat: Implement -e option.
2013-01-08 12:49:03 +01:00
André Hentschel
5263afdb68
netstat: Don't translate strings only translated in German.
2013-01-08 12:36:51 +01:00
André Hentschel
6158a5ccf3
netstat: Implement -a option.
2013-01-08 12:32:03 +01:00
Marcus Meissner
a422d6b382
advapi32: Close scm_handle on error exit (Coverity).
2013-01-08 12:31:54 +01:00
Marcus Meissner
4d5dcdca48
dmsynth: Remove now useless NULL ptr check (Coverity).
2013-01-08 12:30:59 +01:00
Marcus Meissner
a6e4c094d0
advpack: Avoid using sessions uninitialized (Coverity).
2013-01-08 12:30:24 +01:00
Marcus Meissner
3173f17315
comctl32: Free the selection ranges (Coverity).
2013-01-08 12:30:15 +01:00
Marcus Meissner
8105a1207b
oledb32: Check start for NULL before strstrW (Coverity).
2013-01-08 12:29:25 +01:00
Aurimas Fišeras
29957438fb
po: Update Lithuanian translation.
2013-01-08 12:18:32 +01:00
Vincent Povirk
e61e4719e5
windowscodecs: Don't copy extra data from the end of a row.
2013-01-08 12:18:11 +01:00
Jacek Caban
81edd2acfc
wininet: Fixed handling NULL buffer in INTERNET_OPTION_PROXY queries.
2013-01-08 12:18:06 +01:00
Christian Costa
4778a5e27d
d3dx9_36: Add support for RT_BITMAP resource type since it is in DIB format D3DXIFF_DIB.
2013-01-07 19:33:09 +01:00
Christian Costa
26640c8e7c
d3drm: Avoid LP stuff and rename some variables.
2013-01-07 19:30:28 +01:00
Marcus Meissner
8e0d3abd0f
kernel32: Improve condition variable test case.
2013-01-07 19:30:27 +01:00
Jacek Caban
64df55eb84
mshtml: Fixed leak in get_nsstyle_pos.
2013-01-07 17:37:53 +01:00
Jacek Caban
0f60681a5a
mshtml: Added IHTMLStyle::put_pixelLeft implementation.
2013-01-07 17:37:47 +01:00
Jacek Caban
85368869e8
mshtml: Added IHTMLStyle::get_pixelLeft implementation.
2013-01-07 17:37:43 +01:00
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