Amine Khaldi
0ea11601dc
[NETCFGX] Improve IDC_DNSADDRLIST and IDC_DNSSUFFIXLIST listboxes so they don't overlap with the buttons below them. By Joachim Henze. CORE-9575
...
svn path=/trunk/; revision=67417
2015-04-25 16:31:56 +00:00
Aleksandar Andrejevic
716877ae5f
[NTVDM]
...
Fix INT 21h, AH = 29h to stop scanning the filename when it encounters a space.
svn path=/trunk/; revision=67416
2015-04-25 16:20:39 +00:00
Thomas Faber
cfa300d3a1
[NTOS:CM]
...
- Fix an ASSERT
CORE-6976
svn path=/trunk/; revision=67415
2015-04-25 15:18:37 +00:00
Thomas Faber
410d16c399
[NTDLL_APITEST]
...
- Add a test for NtQueryKey(KeyFullInformation)
CORE-6976
svn path=/trunk/; revision=67414
2015-04-25 15:05:36 +00:00
Amine Khaldi
5c7145d225
[PSDK] Update wbemdisp.idl. CORE-9246
...
svn path=/trunk/; revision=67413
2015-04-25 13:16:43 +00:00
Amine Khaldi
5c246f4a7d
[VERSION] Sync with Wine Staging 1.7.37. CORE-9246
...
svn path=/trunk/; revision=67412
2015-04-25 13:13:50 +00:00
Sylvain Petreolle
1dc5cd9816
[IPCONFIG]
...
Revert r67318.
_tasctime already returns a newline.
svn path=/trunk/; revision=67411
2015-04-25 12:53:50 +00:00
Amine Khaldi
23824431e9
[UXTHEME] Remove unused variable.
...
svn path=/trunk/; revision=67410
2015-04-25 12:30:45 +00:00
Amine Khaldi
b5956bd4a5
[UXTHEME] Apply Wine commit 7aae2d2 by Mark Harmstone: Free properties when theme file closed.
...
svn path=/trunk/; revision=67409
2015-04-25 12:20:24 +00:00
Amine Khaldi
51b0710f1e
[UXTHEME] Properly initialize transparent.
...
svn path=/trunk/; revision=67408
2015-04-25 12:14:57 +00:00
Amine Khaldi
f82802d3d6
[UXTHEME] Apply Wine commit 2b650fa by Mark Harmstone: Resize source image if destination smaller than margins.
...
svn path=/trunk/; revision=67407
2015-04-25 12:08:20 +00:00
Amine Khaldi
72ac5bdaef
[UXTHEME] Apply Wine commit b12f73a by Mark Harmstone: Assume imagecount to be 1 if unspecified.
...
svn path=/trunk/; revision=67406
2015-04-25 12:06:23 +00:00
Amine Khaldi
e21ccdffe2
[UXTHEME] Apply Wine commit c6b4b4b by Mark Harmstone: Fix colour errors in UXTHEME_StretchBlt.
...
svn path=/trunk/; revision=67405
2015-04-25 12:04:21 +00:00
Amine Khaldi
a3a21c0bcf
[UXTHEME_WINETEST] Sync with Wine Staging 1.7.37. CORE-9246
...
svn path=/trunk/; revision=67404
2015-04-25 11:03:51 +00:00
Amine Khaldi
f2599b4baa
[VBSCRIPT_WINETEST] Sync with Wine Staging 1.7.37. CORE-9246
...
svn path=/trunk/; revision=67403
2015-04-25 11:03:24 +00:00
Amine Khaldi
1a597e49f1
[VBSCRIPT] Sync with Wine Staging 1.7.37. CORE-9246
...
svn path=/trunk/; revision=67402
2015-04-25 11:03:05 +00:00
Amine Khaldi
5ddcd5ea52
[SXS_WINETEST] Sync with Wine Staging 1.7.37. CORE-9246
...
svn path=/trunk/; revision=67401
2015-04-25 11:01:29 +00:00
Amine Khaldi
c15a3ee4ba
[USP10] Sync with Wine Staging 1.7.37. CORE-9246
...
svn path=/trunk/; revision=67400
2015-04-25 11:00:58 +00:00
Amine Khaldi
38cd269217
[SHLWAPI_WINETEST] Sync with Wine Staging 1.7.37. CORE-9246
...
svn path=/trunk/; revision=67399
2015-04-25 10:59:43 +00:00
Amine Khaldi
feb215f7d1
[SHLWAPI] Sync with Wine Staging 1.7.37. CORE-9246
...
svn path=/trunk/; revision=67398
2015-04-25 10:59:08 +00:00
Amine Khaldi
65a3bbb546
[SHDOCVW_WINETEST] Sync with Wine Staging 1.7.37. CORE-9246
...
svn path=/trunk/; revision=67397
2015-04-25 10:56:44 +00:00
Amine Khaldi
b1253f2d04
[SHDOCVW] Sync with Wine Staging 1.7.37. CORE-9246
...
svn path=/trunk/; revision=67396
2015-04-25 10:56:22 +00:00
Amine Khaldi
4c29c0e668
[SCRRUN_WINETEST] Sync with Wine Staging 1.7.37. CORE-9246
...
svn path=/trunk/; revision=67395
2015-04-25 10:54:49 +00:00
Amine Khaldi
166125e233
[SCRRUN] Sync with Wine Staging 1.7.37. CORE-9246
...
svn path=/trunk/; revision=67394
2015-04-25 10:54:23 +00:00
Amine Khaldi
6eb0bd7fb7
[RSAENH_WINETEST] Sync with Wine Staging 1.7.37. CORE-9246
...
svn path=/trunk/; revision=67393
2015-04-25 10:51:57 +00:00
Amine Khaldi
ae20e73806
[RSAENH] Sync with Wine Staging 1.7.37. CORE-9246
...
svn path=/trunk/; revision=67392
2015-04-25 10:51:25 +00:00
Thomas Faber
c92559c27c
[GDI32_APITEST]
...
- Add a test for NtGdiAddFontResourceW. This goes in gdi32_apitest until we fix w32knapi to be Testman-compatible (ROSTESTS-167). Patch by Víctor Martínez Calvo.
ROSTESTS-166 #resolve
svn path=/trunk/; revision=67391
2015-04-25 10:41:32 +00:00
Thomas Faber
0d0ddf242d
[NETSHELL]
...
- Don't use the connection's name as the tab title in the Connection Properties dialog. Patch by Lee Schroeder.
CORE-9603 #resolve
svn path=/trunk/; revision=67390
2015-04-25 10:26:04 +00:00
Amine Khaldi
8015786c26
[USER32] Mark some functions as synced with Wine Staging 1.7.37. CORE-9246
...
svn path=/trunk/; revision=67389
2015-04-25 10:07:43 +00:00
Amine Khaldi
56556c95f2
[USER32] Sync DrawTextExW() with Wine Staging 1.7.37. CORE-9246 CORE-9585
...
svn path=/trunk/; revision=67388
2015-04-25 09:50:09 +00:00
Aleksandar Andrejevic
4d11a69ba2
[NTVDM]
...
Fix INT 21h, AH = 29h: stop at the first non-printable character, make
all the characters uppercase in the FCB.
svn path=/trunk/; revision=67387
2015-04-24 23:47:54 +00:00
Christoph von Wittich
91188af8ad
[NTOSKRNL]
...
spelling fixes only
no code changes
svn path=/trunk/; revision=67386
2015-04-24 19:40:38 +00:00
Aleksandar Andrejevic
360a70846b
[NTVDM]
...
- Implement INT 21h AH = 29h (Parse Filename into FCB).
- Loading an overlay does not create a new process.
svn path=/trunk/; revision=67385
2015-04-24 19:35:54 +00:00
Christoph von Wittich
0a98cc57f4
[WIN32K]
...
use ExFreePoolWithTag instead of ExFreePool
svn path=/trunk/; revision=67384
2015-04-24 19:24:07 +00:00
Christoph von Wittich
10295ad9df
[WIN32K]
...
fix a memory leak in error case
svn path=/trunk/; revision=67383
2015-04-24 18:38:48 +00:00
Thomas Faber
050de17f6a
[NTDLL_WINETEST]
...
- Avoid printing an unterminated string in registry test. Powered by DPH.
- Add a ROS hack to avoid a buffer overflow when one of our DPRINTs is returned by WaitForDebugEvent (e.g. when using DPH)
svn path=/trunk/; revision=67382
2015-04-24 17:37:31 +00:00
Christoph von Wittich
f83b257104
[WIN32K]
...
fix a memory leak
add a missing pool tag
some spelling fixes
svn path=/trunk/; revision=67381
2015-04-24 14:35:58 +00:00
Amine Khaldi
1fae599114
[RSHELL][COMCTL32] Fix wrong selected item color used by the Start Menu. Brought to you by Stefano Toncich with minor changes by me. CORE-9309
...
svn path=/trunk/; revision=67380
2015-04-24 14:12:24 +00:00
Christoph von Wittich
91017f0f9a
spelling fixes only
...
svn path=/trunk/; revision=67379
2015-04-24 12:45:55 +00:00
Christoph von Wittich
459dacc793
[NTOSKRNL]
...
fix a memory leak
svn path=/trunk/; revision=67378
2015-04-24 08:55:24 +00:00
Aleksandar Andrejevic
3a9b91f9d7
[NTVDM]
...
When the VGA memory map is A0000-BFFFF, mirror the bottom 64 KB into the top.
This should take care of all VGA addressing problems.
svn path=/trunk/; revision=67377
2015-04-24 01:05:50 +00:00
David Quintana
492d1e96d1
[RAPPS_NEW]
...
* Turn the files into .CPP, to ease future changes. All the code remains class-free for now, with one exception.
* Adapt the download progress dialog implementation to ATL/C++, which is a best match for COM classes.
* Add an ATL CModule class to the process, necessary for
CORE-9593
svn path=/trunk/; revision=67376
2015-04-23 23:08:21 +00:00
Amine Khaldi
551a6399a2
[SHELL32][BROWSEUI] Implement SetAnimation so that AVIs from shell32 can be used when the progress dialog is in use. Brought to you by Robert Naumann. CORE-9327
...
svn path=/trunk/; revision=67375
2015-04-23 22:35:23 +00:00
Amine Khaldi
4cfa2fc11c
[MSTSC] Make the combo box and text box equal sizes. Improve the save as dialog filter. By Jared Smudde. CORE-9596
...
svn path=/trunk/; revision=67374
2015-04-23 21:44:03 +00:00
Christoph von Wittich
dc0ac57186
[TASKMGR]
...
fix process cpu time
CORE-9562
svn path=/trunk/; revision=67373
2015-04-23 20:18:38 +00:00
Thomas Faber
8492cfb611
[MSI]
...
- Apply Wine commit 55b678e1 (msi: Fix an invalid memory access (valgrind).) by Hans Leidekker
svn path=/trunk/; revision=67372
2015-04-23 19:56:02 +00:00
Amine Khaldi
25bb0d3a6f
[BROWSEUI] Fix back and forward buttons so they work correctly. Brought to you by Fedor Zaytsev with an improvement suggested by Aleksey. CORE-8894
...
svn path=/trunk/; revision=67371
2015-04-23 18:54:56 +00:00
Thomas Faber
bccac1a15b
[NTDLL_APITEST]
...
- Gracefully handle failures in NtMapViewOfSection test. CORE-9189
- Correctly handle unterminated strings in NtQueryKey test. Powered by DPH.
svn path=/trunk/; revision=67370
2015-04-23 18:41:08 +00:00
Aleksandar Andrejevic
e5533bb915
[NTVDM]
...
Store the return address in INT 22h as a far pointer.
The amount of memory stored in the Env variable is EnvSize, not sizeof(Env)
since Env is a pointer.
svn path=/trunk/; revision=67369
2015-04-23 15:19:48 +00:00
Christoph von Wittich
a3d2dff6bc
[CRT]
...
add ARM stub for chkstk_ms (Timo please review)
svn path=/trunk/; revision=67368
2015-04-23 12:27:08 +00:00