Commit Graph

69476 Commits

Author SHA1 Message Date
Alexandre Julliard 5f7bbb2ab2 winegcc: Load the Unicode argv dynamically from the generated stub. 2010-06-15 19:58:15 +02:00
Alexandre Julliard fe1360252f winedevice: Fix up protections before writing to the NT header. 2010-06-15 18:29:08 +02:00
Alexandre Julliard 903488b354 ntdll: Make the DOS area accessible even when not using it to hide bugs in broken apps. 2010-06-15 18:29:07 +02:00
André Hentschel 1643697365 propsys: Mention that the functions are stubs. 2010-06-15 18:29:07 +02:00
Dylan Smith 250855bfb0 wordpad: Fix failing GetDlgItem that forced screen repaint.
The rebar is the parent of the ruler, not the top level window, so
GetDlgItem was returning NULL when the window is resized.  As a result the
screen was being invalidated and repainted instead of the ruler.
2010-06-15 18:29:07 +02:00
Damjan Jovanovic 6e5a22c733 kernel32: Add a CopyFile test. 2010-06-15 18:29:07 +02:00
Nikolay Sivov 5c5b9a6933 winhlp32: Added missed Russian resource. 2010-06-15 18:29:07 +02:00
Alexandre Julliard 44fedb5404 include: Define the SPLREG winspool string constants. 2010-06-14 20:14:52 +02:00
Alexandre Julliard ba9ec152e1 winegcc: Add explicit support for the Cygwin platform.
On Cygwin we want to use Wine's msvcrt, unlike on Mingw.
2010-06-14 19:27:41 +02:00
Andrew Nguyen 6002cb06fb msxml3/tests: Correct the sense of a few test failure messages. 2010-06-14 15:42:21 +02:00
Andrew Nguyen 9f1fb46543 msxml3: Ignore the encoding attribute when loading a new XML document in IXMLDOMDocument::loadXML. 2010-06-14 15:42:19 +02:00
Andrew Nguyen 341f878cbc msxml3: Add proper skips when msxml3 DOM interfaces are unavailable. 2010-06-14 15:42:16 +02:00
Detlef Riekenberg d1a939bbdc msvcr80: Sync exports to msvcr90. 2010-06-14 14:42:06 +02:00
Detlef Riekenberg 4e1b0da814 msvcr100: Sync exports to msvcr90. 2010-06-14 14:42:02 +02:00
Detlef Riekenberg 717bb34818 msvcr7x: Sync exports to msvcrt. 2010-06-14 14:41:55 +02:00
Hans Leidekker ff0f2b35e1 msi: Add tests for MsiLocateComponent and make them pass. 2010-06-14 14:41:45 +02:00
Hans Leidekker b4674a3c2b msi: Don't trace the contents of an output buffer. 2010-06-14 14:41:42 +02:00
Hans Leidekker e7d8fd126b propsys: Return success from PSRegisterPropertySchema. 2010-06-14 14:41:39 +02:00
Alexandre Julliard d57ab26840 winecfg: Fix pointer truncation in audio setup. 2010-06-14 14:14:16 +02:00
Jacek Caban 77a994db42 mshtml: Added IHTMLWindow2::open test. 2010-06-14 14:14:16 +02:00
Jacek Caban ddaf9171a1 shdocvw: Silence QueryService traces in non-interactive runs.
They only pollute output making it harder to find useful informations.
2010-06-14 14:14:16 +02:00
Jacek Caban 95d98bdb53 mshtml: Don't crash in on_start_uri_open on nscontainer without associated document. 2010-06-14 14:14:16 +02:00
Jacek Caban e4bfae8306 docobj.idl: Added OLECMDID_UPDATETRAVELENTRY_DATARECOVERY declaration. 2010-06-14 14:14:16 +02:00
Jacek Caban 5432c5d091 shobjidl.idl: Added INewWindowManager declaration. 2010-06-14 14:14:16 +02:00
Damjan Jovanovic 44aa45036b kernel32: Revert 3f1404bf29 and add better CopyFile tests. 2010-06-14 14:14:16 +02:00
Łukasz Wojniłowicz 1145b29deb winhlp32: Update the Polish translation. 2010-06-14 14:14:16 +02:00
Nikolay Sivov bc3337f86f msxml3: Use defined macros to access internal XPath structures. 2010-06-14 14:14:16 +02:00
Nikolay Sivov 3611791117 msxml3: Avoid SysStringLen() testing for an empty string in ::createNode(). 2010-06-14 14:14:16 +02:00
Nikolay Sivov 43d9c9bb41 kernel32: Export RtlPcToFileHeader on x86-64 platform. 2010-06-14 14:14:15 +02:00
Jose Rostagno b0d1c2ff60 notepad: Update Spanish translation. 2010-06-14 14:14:15 +02:00
Jose Rostagno 2fbbc384a0 localui: Add Spanish translation. 2010-06-14 14:14:15 +02:00
Eric Pouech 258d42982c winmm: Only compute dwFileSize for MMIO objects with a DOS ioproc. 2010-06-14 14:14:15 +02:00
Eric Pouech 0f234ce461 winhelp: When following a link, don't do it into a popup, but its parent. 2010-06-14 14:14:15 +02:00
Eric Pouech 3b07c851f8 winhelp: Avoid accessing a window in global window list after it has been freed. 2010-06-14 14:14:15 +02:00
Eric Pouech 2d20a1aa53 winhelp: Fix trailing space in window name for JumpID macro. 2010-06-14 14:14:15 +02:00
Nikolay Sivov cd43ff167b gdi32: Add CreateFontIndirectEx implementation. 2010-06-14 14:14:15 +02:00
Alexandre Julliard 14d1b7a51d appwiz.cpl: Create a 32-bpp image list to get alpha blended icons. 2010-06-14 14:14:15 +02:00
Alexandre Julliard 8932fe2a84 shell32: Create a 32-bpp image list to get alpha blended icons. 2010-06-14 14:14:15 +02:00
Alexandre Julliard 86e2494f9b krnl386: Defined the SMapLS/UnMapLS_IP_EBP functions explicitly to make life easier for winapi_check. 2010-06-14 14:14:15 +02:00
Alexandre Julliard 40ac96d762 atl: Implemented AtlCreateTargetDC. 2010-06-14 14:13:52 +02:00
Alexandre Julliard 6502315162 atl: Fix parsing of extended dialog templates. 2010-06-14 14:13:37 +02:00
Ricardo Filipe 579ebdb4cb mapi32: Add Portuguese Portugal translation. 2010-06-12 12:07:44 +02:00
Ricardo Filipe f5fba7563e wordpad: Update Portuguese Portugal translation. 2010-06-12 12:07:40 +02:00
Ricardo Filipe aa3fa47ef7 winecfg: Update Portuguese Portugal translation. 2010-06-12 12:07:36 +02:00
Ricardo Filipe 2ea4d93fd2 wineboot: Update Portuguese Portugal translation. 2010-06-12 12:07:32 +02:00
Ricardo Filipe 73db6a74bd shell32: Update Portuguese Portugal translation. 2010-06-12 12:07:28 +02:00
Ricardo Filipe 7fe6ec89ec jscript: Update Portuguese Portugal translation. 2010-06-12 12:07:24 +02:00
Igor Paliychuk 30bc029879 localspl: Add Ukrainian translations. 2010-06-12 12:07:19 +02:00
Igor Paliychuk b9b6dab27b iccvid: Add Ukrainian translations. 2010-06-12 12:07:10 +02:00
Igor Paliychuk c1407cb21d localui: Add Ukrainian translations. 2010-06-12 12:07:00 +02:00