Dylan Smith
049cf5aca0
richedit: Avoid notifying parent window in improper state.
...
ME_CommitUndo and ME_CommitCoalescingUndo call ME_SendSelChange, which
may notify the parent window that the selection has changed, therefore
should generally be called after wrapping the text. Otherwise, the parent
window may send a message to the editor and cause an assertion failure.
2010-05-17 12:42:31 +02:00
Juan Lang
d728169d97
crypt32: Implement CertAddCertificateLinkToStore on top of CertAddCertificateContextToStore.
2010-05-17 12:42:31 +02:00
Juan Lang
99b9e1ae36
crypt32: Prohibit adding links to collection stores.
2010-05-17 12:42:31 +02:00
Juan Lang
76fc5c8bc5
crypt32: Validate add disposition before checking source certificate's properties.
2010-05-17 12:42:31 +02:00
Juan Lang
0dfb0299f6
crypt32/tests: Test CertAddCertificateLinkToStore.
2010-05-17 12:42:31 +02:00
Juan Lang
c232af490e
crypt32: Add stub for CERT_STORE_CTRL_AUTO_RESYNC of registry stores.
2010-05-17 12:42:31 +02:00
Michael Stefaniuc
1f13973e85
comdlg32: The Dutch translation uses UTF-8.
2010-05-17 12:42:31 +02:00
Matej Špindler
bdb373d5c4
mapi32: Add Slovenian translation.
2010-05-17 12:42:31 +02:00
Matej Špindler
ebdf7edfcc
wordpad: Update Slovenian translation.
2010-05-17 12:42:31 +02:00
Matej Špindler
5846333e99
notepad: Update Slovenian translation.
2010-05-17 12:42:31 +02:00
Matej Špindler
cb53241cba
wineboot: Update Slovenian translation.
2010-05-17 12:42:31 +02:00
Matej Špindler
53459e07d6
shell32: Update Slovenian translation.
2010-05-17 12:42:31 +02:00
Matej Špindler
edbbd1f003
winecfg: Update Slovenian translation.
2010-05-17 12:42:31 +02:00
Alexandre Julliard
78f3943ab1
winedbg: Don't install the man page in a wow64 build.
2010-05-17 12:42:31 +02:00
Alexandre Julliard
f3831cf2cb
configure: Rename the 64-bit loader to wine64 and keep wine always for the 32-bit loader.
...
This provides better backwards compatibility when running with a
32-bit prefix.
2010-05-17 12:42:30 +02:00
Alexandre Julliard
3915cfbd02
comctl32/imagelist: Fix the allocated size of the has_alpha array.
2010-05-17 12:42:25 +02:00
Alexandre Julliard
45fd49bab6
comctl32/imagelist: Generate the mask from the alpha channel if present.
2010-05-16 18:23:04 +02:00
Alexandre Julliard
f2b993d414
comctl32/imagelist: Pre-multiply the colors by the alpha channel when storing an image with alpha.
2010-05-16 18:22:53 +02:00
Alexandre Julliard
5532927ed3
server: Make sure a thread doesn't get freed while it's processing a request.
2010-05-16 12:34:28 +02:00
Alexandre Julliard
39d54523a3
ntdll: Preserve registers in call_thread_entry_point on x86_64.
2010-05-16 12:34:07 +02:00
Detlef Riekenberg
69326aa246
kernel32: Move a 16 bit related comment to krnl386.
2010-05-14 18:03:03 +02:00
Jacek Caban
03e0440369
mshtml: Fixed platform test on 64-bit IE6.
2010-05-14 18:03:03 +02:00
Sven Baars
e660381102
comdlg32: Fix Dutch translation.
2010-05-14 18:03:03 +02:00
Hans Leidekker
d1c8769b64
ntdll: Add some tests for RtlIsTextUnicode.
2010-05-14 18:03:03 +02:00
Hans Leidekker
41e147e68f
winhttp: Support setting security flags on request handles.
2010-05-14 18:03:03 +02:00
Hans Leidekker
14e061a5c4
fltlib: Add stub implementations of FilterFindFirst and FilterFindClose.
2010-05-14 18:03:03 +02:00
Hans Leidekker
ccbf4c1b94
hnetcfg: Return success from fw_port_get_Enabled.
2010-05-14 18:03:02 +02:00
Hans Leidekker
3c31a373d3
winemenubuilder: Expand environment strings in the shortcut path.
2010-05-14 18:03:02 +02:00
Hans Leidekker
df260d14a6
winemenubuilder: Lower case the content type.
2010-05-14 18:03:02 +02:00
Hans Leidekker
f6612adcd2
winedump: Print the network share name in .lnk files.
2010-05-14 18:03:02 +02:00
Roderick Colenbrander
3a5ddab91d
opengl32: Add 32-bit bitmap rendering test.
2010-05-14 18:03:02 +02:00
Roderick Colenbrander
e91f4ae776
wined3d: Make sure wglFlush is not between ENTER_GL/LEAVE_GL.
2010-05-14 18:03:02 +02:00
Alexandre Julliard
162d95a3ce
Fix the bitmap info size computation when masks are present.
2010-05-14 17:17:46 +02:00
Alexandre Julliard
91948f9ce8
comctl32: Always alpha blend images for 32-bpp imagelists.
2010-05-14 16:17:56 +02:00
Alexandre Julliard
33e7d0282b
comctl32: Store an alpha channel present flag for each image in an imagelist.
2010-05-14 16:17:56 +02:00
Alexandre Julliard
528722e4e1
comctl32: Also generate an alpha channel when replacing an image or icon in an imagelist.
2010-05-14 16:17:56 +02:00
Alexandre Julliard
f02adf3e2b
comctl32: Generate an alpha channel if necessary when adding images to a 32-bit imagelist.
2010-05-14 16:17:36 +02:00
Alexandre Julliard
f75c7b5f71
comctl32: Make ImageList_AddMasked call ImageList_Add instead of duplicating the functionality.
2010-05-14 13:37:04 +02:00
Mike Kaplinskiy
4f9e09ea57
server: Get rid of sock_try_event.
...
We *might* need to ignore POLLERR messages for UDP sockets, as the
condition is actually temporary and sock_try_event was hiding this.
2010-05-14 11:47:26 +02:00
Mike Kaplinskiy
d03fe9d4ec
server: Always treat POLLHUP as a hangup, just special case checking TCP sockets.
2010-05-14 11:45:44 +02:00
Alexandre Julliard
861989596f
ws2_32/tests: Fix non-portable syntax.
2010-05-14 11:42:43 +02:00
Frédéric Delanoy
0c07c7ba09
winemaker: Add French translation.
2010-05-14 11:07:06 +02:00
Frédéric Delanoy
54b973acad
winemaker: Fix typos in manpage.
2010-05-14 11:07:00 +02:00
Gerald Pfeifer
cb469fec8b
quartz: Fix return value of DSoundRender_GetState.
2010-05-14 11:05:29 +02:00
Gerald Pfeifer
a8acdac780
winecfg: Remove variable lRes which is not really used from configureAudioDriver.
2010-05-14 11:05:04 +02:00
Gerald Pfeifer
29cc4c9193
comctl32/tests: Check for the outcome of the SendMessage calls in test_monthcal_size.
2010-05-14 11:04:24 +02:00
Gerald Pfeifer
3e2ff7e5fe
comctl32/tests: Remove some dead code from TaskManager_OnRestoreMainWindow.
2010-05-14 11:04:21 +02:00
Frédéric Delanoy
2ba53f476c
msi: Update French translation.
2010-05-13 19:44:59 +02:00
Frédéric Delanoy
1fcf509336
wordpad: Update French translation.
2010-05-13 19:44:49 +02:00
Jacek Caban
563d289a62
mshtml: Fixed test on some IEs.
2010-05-13 19:44:40 +02:00