Detlef Riekenberg
40afb51a70
user32: The app owns the text buffer memory after an EM_GETHANDLE.
2013-05-17 16:57:51 +02:00
Jacek Caban
421f62ad0c
mshtml: Added whitespace parser tests.
2013-05-17 16:41:55 +02:00
Jacek Caban
1c134c16d3
mshtml: Added parsing custom tag name tests.
2013-05-17 16:41:53 +02:00
Jacek Caban
ae56273c46
mshtml: Added more parser compatMode tests.
2013-05-17 16:41:51 +02:00
Jacek Caban
fb9620f1c8
mshtml: Wine Gecko 2.21 release.
2013-05-17 16:41:48 +02:00
Alistair Leslie-Hughes
d3c3a38f69
oledb32: Support VT_NULL when converting to DBTYPE_BSTR.
2013-05-17 16:40:53 +02:00
Ken Thomases
c8d4b1cc5e
winemac: Order front in -makeKeyAndOrderFront:; we only override to control key status.
...
When we have windows on two different spaces and the user switches between them by
clicking our Dock icon, Cocoa inexplicably sends the switched-to window to the
back of the z-order. It's only -makeKeyAndOrderFront: that brings it forward
again, but our override broke that.
2013-05-17 16:36:40 +02:00
Ken Thomases
ef874a8eaa
winemac: Don't reorder windows if they're already ordered as requested.
...
This avoids adjusting window levels. It also avoid unnecessarily deinterleaving
the windows of this and other processes.
2013-05-17 16:36:35 +02:00
Ken Thomases
7a047af640
winemac: In -setFrameIfOnScreen:, don't adjust window levels if fullscreen-ness didn't change.
2013-05-17 16:36:31 +02:00
Ken Thomases
94746f1d2d
winemac: In -setFrameIfOnScreen:, avoid some work if the frame didn't change.
2013-05-17 16:36:28 +02:00
Ken Thomases
27510fae8e
winemac: Centralize adjusting of window levels using the window server's z-order.
2013-05-17 16:36:24 +02:00
Ken Thomases
8343e7ce4d
winemac: Set up window's latent parent-child relationship before ordering the window.
...
Making a window a child reorders it to be immediately above or below its parent,
potentially undoing the ordering we had just done.
2013-05-17 16:36:00 +02:00
Ken Thomases
0d4a26eff5
winemac: Use window server's window list to find next window to offer focus to.
...
... rather than our orderedWineWindows array, which is going away.
2013-05-17 16:35:54 +02:00
Ken Thomases
6d4098ebd3
winemac: Consider minimized windows as "on screen" for our purposes.
2013-05-17 16:35:48 +02:00
Ken Thomases
c3183fc007
winemac: Implement simpler way to find front Wine window.
...
This uses Cocoa and the window server to track windows and their z-order,
which is more reliable than our own tracking.
2013-05-17 16:35:27 +02:00
Dmitry Timoshkov
94336f1aab
ntdll: Thread creation control is now taken care by server.
2013-05-17 12:29:43 +02:00
Dmitry Timoshkov
bfcdf6df8e
kernel32: Terminate threads before unloading DLLs on process exit.
2013-05-17 12:29:41 +02:00
Alexandre Julliard
7ad43e4e88
winhttp: Don't bother to clean up at process exit.
2013-05-17 12:29:08 +02:00
Alexandre Julliard
670c621414
netapi32: Don't bother to clean up at process exit.
2013-05-17 12:29:08 +02:00
Alexandre Julliard
1d0fe8664e
mshtml: Don't bother to clean up at process exit.
2013-05-17 12:29:08 +02:00
Alexandre Julliard
d7ddcdfca7
wineps.drv: Don't bother to free memory at process exit.
2013-05-17 12:29:06 +02:00
Alexandre Julliard
4d9dbfc3fb
imagehlp: Don't bother to free memory at process exit.
2013-05-17 12:26:31 +02:00
Alexandre Julliard
e3b84cf4f7
shdocvw: Don't bother to free libraries at process exit.
2013-05-17 12:25:09 +02:00
Alexandre Julliard
2aa3d2b0e1
setupapi: Don't bother to free libraries at process exit.
2013-05-17 12:24:41 +02:00
Alexandre Julliard
cbb2792e01
mapi32: Don't bother to free libraries at process exit.
2013-05-17 12:23:03 +02:00
Alexandre Julliard
8d23d9cbdc
winscard: Don't bother to close handles at process exit.
2013-05-17 12:18:10 +02:00
Alexandre Julliard
30d7d31369
powrprof: Don't bother to close handles at process exit.
2013-05-17 12:17:41 +02:00
Ken Thomases
05c250dfcb
winemac: Always call super in -validateMenuItem:; fixes check mark in Windows menu.
2013-05-17 12:15:22 +02:00
Ken Thomases
939d9a906f
winemac: Improve positioning of input method candidate window.
2013-05-17 12:14:51 +02:00
Daniel Jelinski
450617ecfc
wbemprox: Add CIM_LogicalDisk class, forward to Win32_LogicalDisk.
2013-05-16 17:35:28 +02:00
Daniel Jelinski
8117ca9c61
wbemprox: Return success if only one result requested from enum.
2013-05-16 17:35:24 +02:00
Andrew Eikum
70ed25fa1a
oleaut32: Also search local typeinfos in ITypeInfo::GetRefTypeInfo.
2013-05-16 17:31:39 +02:00
Andrew Eikum
c74a9eac93
oleaut32: Always initialize PARAMDESCEX's cBytes field.
2013-05-16 17:31:35 +02:00
Andrew Eikum
508b0c9c44
dsound: Don't overrun capture buffer.
2013-05-16 17:31:31 +02:00
Alexandre Julliard
b9921eb370
configure: Add a pkg-config check for libpng.
2013-05-16 16:47:37 +02:00
Alistair Leslie-Hughes
1527eeb720
oledb32: Implement DataConvert DBTYPE_DBDATE->DBTYPE_VARIANT.
2013-05-16 14:52:03 +02:00
Alistair Leslie-Hughes
0a5af7162d
oledb32: Implement DataConvert DBTYPE_DBDATE->DBTYPE_DBDATE.
2013-05-16 14:51:59 +02:00
Alistair Leslie-Hughes
cc2ac07829
include: Add oledb types DBDATE, DBTIME and move DBTIMESTAMP to the correct idl.
2013-05-16 14:51:15 +02:00
Alistair Leslie-Hughes
e08a1d5bc1
oledb32: Implement DataConvert DBTYPE_DBTIMESTAMP->DBTYPE_VARIANT.
2013-05-16 14:50:45 +02:00
Hans Leidekker
46cbc36041
wbemprox: Add support for asynchronous queries.
2013-05-16 14:49:57 +02:00
Alexandre Julliard
633c3cb086
wnaspi32: Don't bother to delete critical sections at process exit.
2013-05-16 12:56:53 +02:00
Alexandre Julliard
03041b93ba
winspool: Don't bother to delete critical sections at process exit.
2013-05-16 12:56:45 +02:00
Alexandre Julliard
d47d03d26a
winecoreaudio.drv: Don't bother to delete critical sections at process exit.
2013-05-16 12:56:38 +02:00
Alexandre Julliard
d2f41e762a
winealsa.drv: Don't bother to delete critical sections at process exit.
2013-05-16 12:56:31 +02:00
Alexandre Julliard
0b8c655591
pdh: Don't bother to delete critical sections at process exit.
2013-05-16 12:56:21 +02:00
Alexandre Julliard
d6b7b7b6f0
openal32: Don't bother to delete critical sections at process exit.
2013-05-16 12:56:13 +02:00
Alexandre Julliard
5c8ffb795a
dsound: Don't bother to delete critical sections at process exit.
2013-05-16 12:56:04 +02:00
Alexandre Julliard
d15aee92f2
dinput: Don't bother to delete critical sections at process exit.
2013-05-16 12:53:07 +02:00
Alexandre Julliard
20ff6bc913
shlwapi: Don't bother to free thread local storage at process exit.
2013-05-16 12:52:21 +02:00
Alexandre Julliard
460f898959
msctf: Don't bother to free thread local storage at process exit.
2013-05-16 12:51:53 +02:00