Vincent Povirk
da8904d150
wineboot: Don't abort shutdown if we have to terminate a process.
...
We can sometimes get a FALSE result from WM_QUERYENDSESSION as a side-effect
of terminating a process. We should continue the shutdown process in this
case.
2010-07-23 11:43:18 +02:00
Vincent Povirk
4f30ff875b
wineboot: Query windows from all desktops when --end-session --kill is used.
2010-07-23 11:43:12 +02:00
Aric Stewart
1b37809dba
usp10: Start implementing Chaining Context Substitution Format 3: Coverage-based Chaining Context Glyph Substitution.
2010-07-23 11:43:08 +02:00
David Hedberg
0e7a5bf76c
shell32: Implement Set/GetCurrentViewMode in the default shellview.
2010-07-23 11:43:05 +02:00
André Hentschel
4291823ff2
krnl386.exe16: Add an error code.
2010-07-23 11:39:13 +02:00
Igor Paliychuk
70ef03208f
cmdlgtst: Add Ukrainian translation.
2010-07-23 11:39:06 +02:00
Piotr Caban
1dc86ebb9b
atl: Improved AtlInternalQueryInterface implementation.
2010-07-23 11:35:59 +02:00
Alexandre Julliard
c1de11eee5
include: Don't install tlb files, they are platform-dependent.
2010-07-23 11:34:23 +02:00
Alexandre Julliard
f695c1d19d
gdi32: Update the DC mappings when the layout is changed.
2010-07-23 11:34:07 +02:00
Alexandre Julliard
480117fdaf
gdi32/tests: Fix a typo in a macro name.
2010-07-22 21:04:56 +02:00
Alexandre Julliard
f1ea06375d
user32: DCX_NORESETATTRS should be applied at DC release time.
2010-07-22 20:00:35 +02:00
Piotr Caban
e79af2f0d9
msvcp90: Added allocator<char> implementation.
2010-07-22 17:43:03 +02:00
Alexandre Julliard
8f1ea6eeb1
include: Make sure wine/port.h and msvcrt headers are not used together.
2010-07-22 17:40:55 +02:00
Alexandre Julliard
c27aa289b7
msvcrt: Use the appropriate mangled names for operator new/delete on 64-bit.
2010-07-22 16:55:35 +02:00
Owen Rudge
79690ab1ea
d3dx9/tests: Add beginning of general tests for texture functions.
2010-07-22 16:27:52 +02:00
Paul Vriens
eaa6376e64
shlwapi/tests: Load shell32 explicitly.
2010-07-22 16:27:13 +02:00
David Hedberg
a6db972c77
shell32: Change a fixme to a trace in shfldr_unixfs.c.
...
This downgrades a FIXME that can be triggered in normal operation
through the use of, for example, SHGetIDListFromObject.
2010-07-22 16:24:33 +02:00
Huw Davies
6d1ef3a6a6
ole32: Implement cross-process drag and drop.
2010-07-22 16:11:59 +02:00
Huw Davies
a2e1dd29dc
ole32/tests: Relax the reference counting tests a bit. We only care whether references are held or not.
2010-07-22 16:11:51 +02:00
Dylan Smith
d8a05c37d9
wordpad: Allow objects & images to be added with native riched20.
...
Native riched20.dll seems to need an IRichEditOleCallback object in
order to get a buffer to store the image (using the GetNewStorage
method).
2010-07-22 16:11:37 +02:00
Jacek Caban
ad759e793c
shdocvw: Don't fail on invalid headers argument in navigate_url.
2010-07-22 16:11:10 +02:00
Piotr Caban
9915dd03b4
msvcrt: Fixed strtod_l/wcstod_l implementation.
2010-07-22 16:11:02 +02:00
Hans Leidekker
c4bf9fb710
msi/tests: Fix some more wow64 test failures.
2010-07-22 16:10:42 +02:00
Hans Leidekker
c4511481db
msi/tests: Avoid a long timeout in the test for DeleteServices.
2010-07-22 16:10:29 +02:00
Hans Leidekker
10a32a0b7a
msi/tests: Skip tests when the current user has insufficient rights.
2010-07-22 16:10:19 +02:00
Hans Leidekker
dad50e3aa0
msi/tests: Return an error code from helper_createpackage and package_from_db.
2010-07-22 16:09:56 +02:00
Hans Leidekker
21d09ffb43
msi/tests: Fix test failures on wow64.
2010-07-22 16:09:43 +02:00
Hans Leidekker
d8b7a2099e
msi: Downgrade a warning.
2010-07-22 16:09:14 +02:00
Hans Leidekker
06afeec2a5
msi: Make sure properties are updated after applying a patch.
2010-07-22 16:09:09 +02:00
Dmitry Timoshkov
1bf5e12e95
comctl32: Make sure that the focus is set to an existing property sheet button.
2010-07-22 16:07:54 +02:00
Piotr Caban
b7c68573ae
shlwapi: Improved UrlCanonicalizeW implementation.
2010-07-22 13:54:57 +02:00
Thomas Mullaly
20017183d3
urlmon: Implemented IUri_GetPassword.
2010-07-22 13:54:56 +02:00
Thomas Mullaly
50db65a43f
urlmon: Implemented IUri_GetUserName.
2010-07-22 13:54:56 +02:00
Thomas Mullaly
152a1efdae
urlmon: Implemented IUri_GetUserInfo.
2010-07-22 13:54:56 +02:00
Thomas Mullaly
520902cb16
urlmon/tests: Added more test URI's.
2010-07-22 13:54:56 +02:00
Thomas Mullaly
eff59a5107
urlmon: Implemented the canonicalization routine for the userinfo of a URI.
2010-07-22 13:54:56 +02:00
Thomas Mullaly
9590fef417
urlmon: Implemented parser for the userinfo of a URI.
2010-07-22 13:54:55 +02:00
Thomas Mullaly
9d363d52cd
urlmon: Added a stub implementation for parsing the hier-part of a URI.
2010-07-22 13:54:55 +02:00
Thomas Mullaly
0d0078380e
urlmon: Fixed the scheme name parser to handle wildcard schemes.
2010-07-22 13:54:55 +02:00
Aric Stewart
6c970e7e66
kernel32/tests: Add test for CT_TYPE1 of GetStringTypeW.
2010-07-22 13:09:24 +02:00
Aric Stewart
46a5b46710
libwine: There are a few supercript characters (No, Lm types) that Windows marks as being either digit or as a letter.
2010-07-22 13:09:18 +02:00
Aric Stewart
459fb56afb
libwine: There are a number of characters of non punctuation type in the latin I block that Windows considers to be punctuation.
2010-07-22 13:09:05 +02:00
Aric Stewart
84561d76e5
libwine: Remove some previous c1 cntrl exceptions that are no longer valid.
2010-07-22 13:05:13 +02:00
Aric Stewart
f2b8873b1d
libwine: Add C1_DEFINED to our C1 types and set it properly.
2010-07-22 13:02:31 +02:00
Aric Stewart
49a4e8dfb8
libwine: Update wctype table to represent windows 7 values.
2010-07-22 12:59:51 +02:00
Dylan Smith
9f32d6d6a9
user32: Prevent resize of minimized windows from SetWindowPos.
2010-07-22 12:57:04 +02:00
Dylan Smith
f35dabad99
user32/tests: Minimized windows shouldn't be resizable.
2010-07-22 12:56:41 +02:00
Hans Leidekker
5fc17a2800
winhttp: Handle errors from SSL_read.
2010-07-22 12:52:39 +02:00
Hans Leidekker
be37038090
winhttp: Add a partial implementation of WINHTTP_OPTION_SECURITY_CERTIFICATE_STRUCT.
2010-07-22 12:52:36 +02:00
Andrey Turkin
a610fc17d8
kernel32: Enhance EndUpdateResource.
2010-07-22 11:41:41 +02:00