Sign in
goma
/
wine
/
c739edf6aa2a72132894dc1506439fae64a41e0e
/
dlls
c739edf
sane.ds: Simplify SANE_SaneCapability.
by Jeremy White
· 16 years ago
2486357
wineesd.drv: Remove superfluous pointer casts.
by Michael Stefaniuc
· 16 years ago
caa604b
msvfw32: Remove some Win64 compiler warnings.
by Michael Stefaniuc
· 16 years ago
a90828a
ole32: Use GetWindowLongPtr/SetWindowLongPtr for pointers.
by Michael Stefaniuc
· 16 years ago
d360588
winenas.drv: dwParam1 and dwParam2 cwhave the type DWORD_PTR.
by Michael Stefaniuc
· 16 years ago
2524523
fusion/tests: Mark some tests as broken() on .NET 1.0.
by Paul Vriens
· 16 years ago
f879176
ddraw: Use ddraw_from_d3d7 to make a (IDirectDrawImpl *) from a (IDirect3D7 *).
by Vincent Pelletier
· 16 years ago
95b8f49
crypt32: Fix some tests on Windows 98.
by Juan Lang
· 16 years ago
7cc615e
crypt32: Fix a few more test failures on older versions of Windows.
by Juan Lang
· 16 years ago
8cb1701
gdiplus: Handle zero width/height in GdipAddPathPie.
by Nikolay Sivov
· 16 years ago
2e29c7d
activscp.idl: Added IActiveScriptParseProcedure*64 interfaces and use it on Win64.
by Jacek Caban
· 16 years ago
8496db4
gdiplus: Some tests for LinearGradientBrush.
by Nikolay Sivov
· 16 years ago
17db41c
msxml3: Use our parent doc if we don't have one.
by Alistair Leslie-Hughes
· 16 years ago
e0aee93
msadp32.acm: Make destination aligned on destination block size (copy/paste error).
by Vincent Pelletier
· 16 years ago
7754f2e
gphoto2.ds: Replace malloc() with HeapAlloc().
by Andrew Talbot
· 16 years ago
d904d13
include: Fix commdlg hook procedures return type.
by Ricardo Filipe
· 16 years ago
c861e03
spoolss: Implement EnumMonitors.
by Detlef Riekenberg
· 16 years ago
857e942
winspool: Move EnumPortsW to the backend.
by Detlef Riekenberg
· 16 years ago
51f078b
localspl: Move provider functions to a seperate file.
by Detlef Riekenberg
· 16 years ago
f803e9d
fusion/tests: Skip tests on .NET 1.1.
by Paul Vriens
· 16 years ago
54b2984
shell32: Make ILGetDisplayNameExA() static, remove WINAPI and fix its documentation.
by Francois Gouget
· 16 years ago
a3f8fd7
oleaut32: Remove superfluous pointer casts.
by Michael Stefaniuc
· 16 years ago
15d07b5
winedos: Adjust get_timer_val calls to prevent buffer overflow.
by Florian Tobias Schandinat
· 16 years ago
a5162b6
user32/tests: Fix some window test failures on various Windows platforms.
by Alexandre Julliard
· 16 years ago
0f3445d
dbghelp: Fix handling of empty file regexp (Coverity).
by Alexandre Julliard
· 16 years ago
398b5cf
advapi32: LookupAccountNameW removed redundant NULL check (Coverity).
by Marcus Meissner
· 16 years ago
b859d20
ole32: Allow some optional methods to be called in the OleCreate tests.
by Rob Shearman
· 16 years ago
d26250f
ole32: Add framework in the ole2 tests for having optionally called methods.
by Rob Shearman
· 16 years ago
db851a1
ole32: Output the size that we didn't expect in the HGLOBAL marshalling tests.
by Rob Shearman
· 16 years ago
f2b1702
ole32: Fix some test failures in the HGLOBAL marshalling tests on 64-bit Windows.
by Rob Shearman
· 16 years ago
2eca96a
ole32: Fix CLIPFORMAT marshalling on 64-bit platforms by not using the wireCLIPFORMAT type.
by Rob Shearman
· 16 years ago
c80fdb8
comctl32: Use style to distinguish between embedded and standalone propsheets.
by Vitaliy Margolen
· 16 years ago
edca49f
riched20: Remove unused functions.
by Andrew Talbot
· 16 years ago
53f9b31
user32: LookupIconIdFromDirectory16() is unused so remove it.
by Francois Gouget
· 16 years ago
55dccf2
uxtheme: UXINI_ResetINI() is unused so remove it.
by Francois Gouget
· 16 years ago
eda0ec3
d3dx9_36: The d3dx debug channel is unused so remove it.
by Francois Gouget
· 16 years ago
0ecc22b
shell32: HCR_GetDefaultIconFromGUIDW() is unused so remove it.
by Francois Gouget
· 16 years ago
fc93ff3
shell32: Get rid of TRASH_ELEMENT and TRASH_DisposeElement().
by Francois Gouget
· 16 years ago
59c00d5
shell32: Remove some unused functions in clipboard.c.
by Francois Gouget
· 16 years ago
a8187db
winealsa.drv: ALSA_PeekRingMessage() is not used anymore so remove it.
by Francois Gouget
· 16 years ago
4617d77
urlmon: Make create_http_protocol() static.
by Francois Gouget
· 16 years ago
07b7da7
user32: Make EditWndProcW() static, fix its documentation.
by Francois Gouget
· 16 years ago
9e7b556
user32: Reorder some functions to avoid forward declarations in edit.c.
by Francois Gouget
· 16 years ago
0e9695d
user32: Remove unneeded forward declarations in edit.c.
by Francois Gouget
· 16 years ago
c8b4455
richedit: Removed ME_StrRelPos, ME_StrRelPos2, & ME_PosToVPos functions.
by Dylan Smith
· 16 years ago
1eb0f73
richedit: Got rid of ME_GetCharFwd and ME_GetCharBack.
by Dylan Smith
· 16 years ago
5f15de0
richedit: Removed ME_StrLen and ME_StrVLen field access functions.
by Dylan Smith
· 16 years ago
f148d82
richedit: Got rid of useless function ME_VPosToPos.
by Dylan Smith
· 16 years ago
d306b6b
richedit: Removed some conditions that are always taken.
by Dylan Smith
· 16 years ago
4b7e8f1
richedit: Avoid duplication in make string functions using ME_MakeStringB.
by Dylan Smith
· 16 years ago
f53f40b
richedit: Prevent string trunction due to NULL characters.
by Dylan Smith
· 16 years ago
1ceb903
richedit: Simplified ME_UpdateSelectionLinkAttribute.
by Dylan Smith
· 16 years ago
71d797c
richedit: Directly get start and end of text on Ctrl-Home or Ctrl-End.
by Dylan Smith
· 16 years ago
c2c2c11
richedit: Wrap even when message says not to repaint.
by Dylan Smith
· 16 years ago
6ae7b1f
include: Moved VWIN32 ioctl definitions out of winioctl.h.
by Alexandre Julliard
· 16 years ago
72fdb74
setupapi: Don't use 'interface' as variable name, since it can be defined to a keyword.
by Alexandre Julliard
· 16 years ago
0a81b78
jscript: Rename the GetObjectW variable to avoid conflict with the function of the same name.
by Alexandre Julliard
· 16 years ago
7682bc6
rsaenh: Rename the HANDLETABLE structure to avoid conflicts with wingdi.h.
by Alexandre Julliard
· 16 years ago
8bb21b7
include: Undefine a few Unicode macros that conflict with interface functions.
by Alexandre Julliard
· 16 years ago
e3c5225
qcap: Remove an unused function.
by Andrew Talbot
· 16 years ago
9a079a6
cabinet: Declare a function static.
by Andrew Talbot
· 16 years ago
76f4b9b
rpcrt4: Don't abort reading from a pipe if a single read is short.
by Juan Lang
· 16 years ago
c7d65aa
cryptui: Delete the private keys if requested when they're successfully exported.
by Juan Lang
· 16 years ago
ccc2be7
cryptui: Save private key in temporary store when exporting it.
by Juan Lang
· 16 years ago
af87814
cryptui: Ensure a certificate's private key is exportable before allowing it to be selected for export.
by Juan Lang
· 16 years ago
fd3cd61
cryptui: Correct return value of the user cancels the export wizard.
by Juan Lang
· 16 years ago
0d961d9
cryptui: Implement exporting to a PFX file.
by Juan Lang
· 16 years ago
8cb9702
cryptui: Skip password page when moving backward through the export wizard if it wasn't shown in the first place.
by Juan Lang
· 16 years ago
0eefd4f
cryptui: Validate password in export wizard.
by Juan Lang
· 16 years ago
6209459
cryptui: Only show password page if the private key is to be exported.
by Juan Lang
· 16 years ago
9c52df8
cryptui: Add a password page to the export wizard.
by Juan Lang
· 16 years ago
7dae1dc
cryptui: Enable/disable PFX choice based on whether the private key is to be exported.
by Juan Lang
· 16 years ago
f09b7fa
cryptui: Set default export format based on whether the private key is to be exported.
by Juan Lang
· 16 years ago
bd3c992
cryptui: Make a copy of export info in CryptUIWizExport.
by Juan Lang
· 16 years ago
53c84a8
cryptui: Prompt whether to export the private key from CryptUIWizExport.
by Juan Lang
· 16 years ago
fb9b95b
riched20: Fix some Win64 compiler warnings.
by Michael Stefaniuc
· 16 years ago
df271e0
spoolss: Add missing LeaveCriticalSection on error path (Smatch).
by Michael Stefaniuc
· 16 years ago
a840c35
msctf: Hook up ITfContextOwnerCompositionSink if present.
by Aric Stewart
· 16 years ago
42be55d
crypt32: Fix a regression in chain tests.
by Juan Lang
· 16 years ago
e9996b9
avifil32: Ukranian translation.
by Artem Reznikov
· 16 years ago
7ca85aa
winmm: Disable system thread if poll() support is missing.
by Alexandre Julliard
· 16 years ago
88fd1ba
makefiles: Pass the target flags to winegcc.
by Alexandre Julliard
· 16 years ago
6421c47
mshtml: Implement IHTMLStyle_get_backgroundColor.
by Alistair Leslie-Hughes
· 16 years ago
20bd888
mshtml: Implement IHTMLStyle_put_fontWeight.
by Alistair Leslie-Hughes
· 16 years ago
9056d4d
spoolss: Move routing functions to a seperate file.
by Detlef Riekenberg
· 16 years ago
0639904
sane.ds: More completely implement ICAP_XFERMECH, with helper functions.
by Jeremy White
· 16 years ago
f1bb04f
d3dx8: Implement D3DXComputeBoundingBox.
by David Adam
· 16 years ago
0ccc431
d3dx8: Implement D3DXComputeBoundingSphere.
by David Adam
· 16 years ago
1d3889f
d3dx8: Add tests for D3DXGetFVFVertexSize.
by Luis C. Busquets Pérez
· 16 years ago
496bc4d
d3dx8: Implement D3DXGetFVFVertexSize.
by David Adam
· 16 years ago
cdf6161
d3dx8: Change the debug channel into the generic d3dx.
by David Adam
· 16 years ago
952d10a
d3dx8: Remove useless includes.
by David Adam
· 16 years ago
edef19f
d3dx8: Move some functions into core.c to match the header file layout.
by David Adam
· 16 years ago
fb04bcf
Fix position of CDECL qualifier for functions that return pointers.
by Alexandre Julliard
· 16 years ago
fc46bb1
comctl32/tests: Remove superfluous pointer casts.
by Michael Stefaniuc
· 16 years ago
5c91d53
richedit: Avoided searching for adjacent paragraphs through runs.
by Dylan Smith
· 16 years ago
5a84e19
richedit: Removed incorrect FIXME comment.
by Dylan Smith
· 16 years ago
e082dd3
richedit: Add paragraph field to wrap context to avoid searching for it.
by Dylan Smith
· 16 years ago
d20e057
richedit: Accept paragraph as parameter for ME_CharOfsFromRunOfs.
by Dylan Smith
· 16 years ago
12ca50d
richedit: Get the paragraph with ME_RunOfsFromCharOfs.
by Dylan Smith
· 16 years ago
Next »