Commit Graph

66733 Commits

Author SHA1 Message Date
Maarten Lankhorst
f6efdd40d8 include: Fix IsEqualPropertyKey definition. 2010-03-01 11:45:43 +01:00
Alexandre Julliard
877e31c10f makefiles: Fix makedep dependency now that we explicitly to make depend when creating makefiles. 2010-03-01 11:35:37 +01:00
Alexandre Julliard
00ac7074df kernel32: Move shared heap creation to krnl386 and load it by default on Win9x versions. 2010-03-01 11:34:34 +01:00
Nikolay Sivov
464ece6474 kernel32/lcformat: Get rid of back jumps on errors. 2010-03-01 11:34:09 +01:00
Michael Stefaniuc
400fb55219 oleaut32: Remove superfluous NULL check before HeapFree (Smatch). 2010-03-01 11:34:04 +01:00
Andrew Eikum
f97fbce8f4 shdocvw: Fix typo in WARN. 2010-03-01 11:34:01 +01:00
André Hentschel
a78490bf8a oleaut32: Fix fractional calculation. 2010-03-01 11:33:57 +01:00
Gerald Pfeifer
297e559af4 comdlg32: Shed unused parameters from CFn_WMInitDialog and CFn_WMDestroy. 2010-03-01 11:33:33 +01:00
Gerald Pfeifer
f7e292a51e comdlg32: Remove unused wParam parameters from PRINTDLG_WMInitDialog and PRINTDLG_WMInitDialogW. 2010-03-01 11:33:27 +01:00
Andrey Turkin
9939fd6012 extrac32: Enhance command-line parsing. 2010-03-01 11:33:14 +01:00
Austin English
b4173d7d40 ntdll: Add initial support for OpenBSD to fill_cpu_info. 2010-03-01 11:33:07 +01:00
David Hedberg
534398a57e richedit: GTL_PRECISE to GETTEXTLENGTHEX implies GTL_NUMBYTES.
If GTL_PRECISE is passed without specifying either GTL_NUMCHARS or
GTL_NUMBYTES, behave as if GTL_NUMBYTES was passed.
2010-03-01 11:33:01 +01:00
Dylan Smith
7ed13120ab richedit: Make zooming affect all pictures. 2010-03-01 11:32:33 +01:00
Dylan Smith
1f2575ba7c richedit: Documented paragraph border widths are in points not pixels.
The border widths documented by msdn are in points which are 72 dpi, which
is not equivalent to pixels (normally 96 dpi). I pre-converted all the
border widths to 96 dpi resolution since this avoids needed to store
fractions, and often avoids the need for convertion to the displays
resolution.
2010-03-01 11:32:18 +01:00
Detlef Riekenberg
583f0f08ed msvcrt20: Forward more functions to msvcrt.dll. 2010-02-26 17:56:19 +01:00
Detlef Riekenberg
2feb3aa7f9 msvcr71: Forward more functions to msvcrt.dll. 2010-02-26 17:56:15 +01:00
Alexandre Julliard
6066177ea0 makefiles: Make sure that makedep is rebuilt before updating dependencies in tools. 2010-02-26 16:56:23 +01:00
Hans Leidekker
930b5e1c68 msi: The table for isolated components is called IsolatedComponent. 2010-02-26 14:20:53 +01:00
Hans Leidekker
fd5887e5a9 msi: Remove empty directories as part of the RemoveFiles action. 2010-02-26 14:20:48 +01:00
Adam Petaccia
9f303c8942 mshtml: Test IHTMLScriptElement_put_type. 2010-02-26 14:19:00 +01:00
Adam Petaccia
a7c9ae4d08 mshtml: Implement HTMLScriptElement_put_type. 2010-02-26 14:19:00 +01:00
Justin Chevrier
b4bfa6e1c1 gdiplus: Basic implementation of GdipGetNearestColor with changes to test to reflect fixes. 2010-02-26 14:18:59 +01:00
Justin Chevrier
56238cd70e gdiplus/test: Add GdipGetNearestColor test. 2010-02-26 14:18:59 +01:00
Alexandre Julliard
52a05108fe ntdll/tests: Add some test cases for Wow64 registry redirection. 2010-02-26 14:18:44 +01:00
Huw Davies
bbfcf30f82 tools: Register dispex.dll. 2010-02-26 13:02:47 +01:00
Reece Dunn
78ce24d632 comctl32/mru: In EnumMRUListA, ensure that the string is NULL terminated and the correct size is returned. 2010-02-26 13:02:33 +01:00
Dylan Smith
3fbe40e2f9 wineconsole: Handle mouse wheel scrolling for user backend.
The mouse wheel will scroll if the buffer height is greater than the
console window's height in lines, otherwise console mouse input events
are generated.
2010-02-26 13:02:24 +01:00
Detlef Riekenberg
b6439286b6 wordpad: Update German print preview translation. 2010-02-26 13:02:09 +01:00
Aurimas Fišeras
2e91ca1759 wordpad: Update Lithuanian translation. 2010-02-26 13:02:05 +01:00
Vitaly Perov
d4e665431b notepad: Implement printing to file. 2010-02-26 13:02:01 +01:00
Huw Davies
062628ad80 dispex: Add a stub dispex.dll. 2010-02-25 17:38:38 +01:00
Huw Davies
f7830e9fc4 include: Add IProvideRuntimeContext and a few annotations. 2010-02-25 17:19:43 +01:00
Hans Leidekker
b2c8f35107 msi: Add tests for removing registry values. 2010-02-25 16:00:58 +01:00
Hans Leidekker
342f866044 msi: Implement the RemoveRegistryValues standard action. 2010-02-25 16:00:51 +01:00
Piotr Caban
ccdafdb9c3 oleaut32: Update TypeInfo flags when object inherits IDispatch. 2010-02-25 16:00:40 +01:00
Piotr Caban
247b11e046 oleaut32: Added ITypeLib2_GetDocumentation implementation. 2010-02-25 16:00:33 +01:00
Piotr Caban
177d7aac3d oleaut32: Added ITypeLib2_GetLibAttr implementation. 2010-02-25 16:00:20 +01:00
Huw Davies
522a00e69a oleaut32: Correctly marshal NULL interface ptrs. 2010-02-25 15:59:47 +01:00
Vincent Povirk
10990f5898 gdiplus: Stub GdipGetRegionScansCount. 2010-02-25 12:12:11 +01:00
Vincent Povirk
ab124aa6b8 gdiplus: Stub GdipGetImageItemData. 2010-02-25 12:12:08 +01:00
Vincent Povirk
f62560f76c gdiplus: Free the attached HBITMAP when destroying Bitmap objects. 2010-02-25 12:12:03 +01:00
Dylan Smith
bb58537e95 wordpad: Show page numbers in statusbar for print preview. 2010-02-25 12:11:13 +01:00
Dmitry Timoshkov
2f7053e6c0 gdi32: Fix the DeleteDC test failures under Win9x. 2010-02-25 12:11:04 +01:00
Reece Dunn
f08206b31f ole32: Fix the HGLOBAL stream Seek implementation. 2010-02-25 12:10:40 +01:00
Reece Dunn
4cd390ca4e ole32/tests: Improve the HGLOBAL stream tests for Seek. 2010-02-25 12:10:35 +01:00
Gerald Pfeifer
9d8160c52a winmm/tests: Fix test condition in test_midiStream(). 2010-02-25 12:10:28 +01:00
Jacek Caban
f6b4341638 atl: Properly release registrar in do_register_dll_server. 2010-02-25 12:10:20 +01:00
Jacek Caban
75967cd9ff atl: Don't add CLSID_ATLRegistrar replacement in do_register_dll_server. 2010-02-25 12:10:17 +01:00
André Hentschel
da519c603b oleaut32/tests: Add some tests. 2010-02-25 12:10:12 +01:00
Charles Davis
5415b62fc2 include: Don't accidentally redefine a member in struct _IRP (LLVM/Clang). 2010-02-25 12:10:07 +01:00