reactos.git
8 years ago[SHLWAPI] Sync with Wine Staging 1.7.37. CORE-9246
Amine Khaldi [Sat, 25 Apr 2015 10:59:08 +0000 (10:59 +0000)]
[SHLWAPI] Sync with Wine Staging 1.7.37. CORE-9246

svn path=/trunk/; revision=67398

8 years ago[SHDOCVW_WINETEST] Sync with Wine Staging 1.7.37. CORE-9246
Amine Khaldi [Sat, 25 Apr 2015 10:56:44 +0000 (10:56 +0000)]
[SHDOCVW_WINETEST] Sync with Wine Staging 1.7.37. CORE-9246

svn path=/trunk/; revision=67397

8 years ago[SHDOCVW] Sync with Wine Staging 1.7.37. CORE-9246
Amine Khaldi [Sat, 25 Apr 2015 10:56:22 +0000 (10:56 +0000)]
[SHDOCVW] Sync with Wine Staging 1.7.37. CORE-9246

svn path=/trunk/; revision=67396

8 years ago[SCRRUN_WINETEST] Sync with Wine Staging 1.7.37. CORE-9246
Amine Khaldi [Sat, 25 Apr 2015 10:54:49 +0000 (10:54 +0000)]
[SCRRUN_WINETEST] Sync with Wine Staging 1.7.37. CORE-9246

svn path=/trunk/; revision=67395

8 years ago[SCRRUN] Sync with Wine Staging 1.7.37. CORE-9246
Amine Khaldi [Sat, 25 Apr 2015 10:54:23 +0000 (10:54 +0000)]
[SCRRUN] Sync with Wine Staging 1.7.37. CORE-9246

svn path=/trunk/; revision=67394

8 years ago[RSAENH_WINETEST] Sync with Wine Staging 1.7.37. CORE-9246
Amine Khaldi [Sat, 25 Apr 2015 10:51:57 +0000 (10:51 +0000)]
[RSAENH_WINETEST] Sync with Wine Staging 1.7.37. CORE-9246

svn path=/trunk/; revision=67393

8 years ago[RSAENH] Sync with Wine Staging 1.7.37. CORE-9246
Amine Khaldi [Sat, 25 Apr 2015 10:51:25 +0000 (10:51 +0000)]
[RSAENH] Sync with Wine Staging 1.7.37. CORE-9246

svn path=/trunk/; revision=67392

8 years ago[GDI32_APITEST]
Thomas Faber [Sat, 25 Apr 2015 10:41:32 +0000 (10:41 +0000)]
[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

8 years ago[NETSHELL]
Thomas Faber [Sat, 25 Apr 2015 10:26:04 +0000 (10:26 +0000)]
[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

8 years ago[USER32] Mark some functions as synced with Wine Staging 1.7.37. CORE-9246
Amine Khaldi [Sat, 25 Apr 2015 10:07:43 +0000 (10:07 +0000)]
[USER32] Mark some functions as synced with Wine Staging 1.7.37. CORE-9246

svn path=/trunk/; revision=67389

8 years ago[USER32] Sync DrawTextExW() with Wine Staging 1.7.37. CORE-9246 CORE-9585
Amine Khaldi [Sat, 25 Apr 2015 09:50:09 +0000 (09:50 +0000)]
[USER32] Sync DrawTextExW() with Wine Staging 1.7.37. CORE-9246 CORE-9585

svn path=/trunk/; revision=67388

8 years ago[NTVDM]
Aleksandar Andrejevic [Fri, 24 Apr 2015 23:47:54 +0000 (23:47 +0000)]
[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

8 years ago[NTOSKRNL]
Christoph von Wittich [Fri, 24 Apr 2015 19:40:38 +0000 (19:40 +0000)]
[NTOSKRNL]
spelling fixes only
no code changes

svn path=/trunk/; revision=67386

8 years ago[NTVDM]
Aleksandar Andrejevic [Fri, 24 Apr 2015 19:35:54 +0000 (19:35 +0000)]
[NTVDM]
- Implement INT 21h AH = 29h (Parse Filename into FCB).
- Loading an overlay does not create a new process.

svn path=/trunk/; revision=67385

8 years ago[WIN32K]
Christoph von Wittich [Fri, 24 Apr 2015 19:24:07 +0000 (19:24 +0000)]
[WIN32K]
use ExFreePoolWithTag instead of ExFreePool

svn path=/trunk/; revision=67384

8 years ago[WIN32K]
Christoph von Wittich [Fri, 24 Apr 2015 18:38:48 +0000 (18:38 +0000)]
[WIN32K]
fix a memory leak in error case

svn path=/trunk/; revision=67383

8 years ago[NTDLL_WINETEST]
Thomas Faber [Fri, 24 Apr 2015 17:37:31 +0000 (17:37 +0000)]
[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

8 years ago[WIN32K]
Christoph von Wittich [Fri, 24 Apr 2015 14:35:58 +0000 (14:35 +0000)]
[WIN32K]
fix a memory leak
add a missing pool tag
some spelling fixes

svn path=/trunk/; revision=67381

8 years ago[RSHELL][COMCTL32] Fix wrong selected item color used by the Start Menu. Brought...
Amine Khaldi [Fri, 24 Apr 2015 14:12:24 +0000 (14:12 +0000)]
[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

8 years agospelling fixes only
Christoph von Wittich [Fri, 24 Apr 2015 12:45:55 +0000 (12:45 +0000)]
spelling fixes only

svn path=/trunk/; revision=67379

8 years ago[NTOSKRNL]
Christoph von Wittich [Fri, 24 Apr 2015 08:55:24 +0000 (08:55 +0000)]
[NTOSKRNL]
fix a memory leak

svn path=/trunk/; revision=67378

8 years ago[NTVDM]
Aleksandar Andrejevic [Fri, 24 Apr 2015 01:05:50 +0000 (01:05 +0000)]
[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

8 years ago[RAPPS_NEW]
David Quintana [Thu, 23 Apr 2015 23:08:21 +0000 (23:08 +0000)]
[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

8 years ago[SHELL32][BROWSEUI] Implement SetAnimation so that AVIs from shell32 can be used...
Amine Khaldi [Thu, 23 Apr 2015 22:35:23 +0000 (22:35 +0000)]
[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

8 years ago[MSTSC] Make the combo box and text box equal sizes. Improve the save as dialog filte...
Amine Khaldi [Thu, 23 Apr 2015 21:44:03 +0000 (21:44 +0000)]
[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

8 years ago[TASKMGR]
Christoph von Wittich [Thu, 23 Apr 2015 20:18:38 +0000 (20:18 +0000)]
[TASKMGR]
fix process cpu time
CORE-9562

svn path=/trunk/; revision=67373

8 years ago[MSI]
Thomas Faber [Thu, 23 Apr 2015 19:56:02 +0000 (19:56 +0000)]
[MSI]
- Apply Wine commit 55b678e1 (msi: Fix an invalid memory access (valgrind).) by Hans Leidekker

svn path=/trunk/; revision=67372

8 years ago[BROWSEUI] Fix back and forward buttons so they work correctly. Brought to you by...
Amine Khaldi [Thu, 23 Apr 2015 18:54:56 +0000 (18:54 +0000)]
[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

8 years ago[NTDLL_APITEST]
Thomas Faber [Thu, 23 Apr 2015 18:41:08 +0000 (18:41 +0000)]
[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

8 years ago[NTVDM]
Aleksandar Andrejevic [Thu, 23 Apr 2015 15:19:48 +0000 (15:19 +0000)]
[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

8 years ago[CRT]
Christoph von Wittich [Thu, 23 Apr 2015 12:27:08 +0000 (12:27 +0000)]
[CRT]
add ARM stub for chkstk_ms (Timo please review)

svn path=/trunk/; revision=67368

8 years ago[FREELDR]
Christoph von Wittich [Thu, 23 Apr 2015 12:13:54 +0000 (12:13 +0000)]
[FREELDR]
rename boot.s to boot.S

svn path=/trunk/; revision=67367

8 years ago[URLMON_WINETEST]
Thomas Faber [Thu, 23 Apr 2015 11:32:20 +0000 (11:32 +0000)]
[URLMON_WINETEST]
- Re-enable skipped protocol tests
ROSTESTS-165 #resolve

svn path=/trunk/; revision=67366

8 years ago[WININET]
Thomas Faber [Thu, 23 Apr 2015 10:57:11 +0000 (10:57 +0000)]
[WININET]
- Add back our Winsock initialization ROS-diff. Wine has only partially fixed this at this point.
CORE-9588

svn path=/trunk/; revision=67365

8 years ago[BASESRV]
Aleksandar Andrejevic [Thu, 23 Apr 2015 02:53:08 +0000 (02:53 +0000)]
[BASESRV]
In BaseSrvGetNextVDMCommand, the VDM_FLAG_DONT_WAIT flag is enough to tell it not
to create a wait handle.

svn path=/trunk/; revision=67364

8 years ago[NTVDM][KERNEL32]
Aleksandar Andrejevic [Thu, 23 Apr 2015 02:30:53 +0000 (02:30 +0000)]
[NTVDM][KERNEL32]
In DosCreateProcess, allocate space for the environment block dynamically and expand
it if needed, just like we do in CommandThreadProc.
In GetNextVDMCommand, remove the check that checks whether VDMState is one of
VDM_NOT_LOADED, VDM_NOT_READY or VDM_READY - that check makes no sense whatsoever,
since those aren't input values for that structure field. Their bit masks do correspond
to valid input fields, but even then the check makes no sense.

svn path=/trunk/; revision=67363

8 years ago[NTVDM]
Aleksandar Andrejevic [Thu, 23 Apr 2015 01:17:11 +0000 (01:17 +0000)]
[NTVDM]
Implement INT 21h, AH = 34h (Get Address of InDOS Flag).

svn path=/trunk/; revision=67362

8 years ago[NTVDM]
Hermès Bélusca-Maïto [Thu, 23 Apr 2015 01:02:36 +0000 (01:02 +0000)]
[NTVDM]
- Report A20 line status in the PS/2 controller output port.
- Properly implement XMS functions 3 and 5 (Global Enable/Disable A20 line), 4 and 6 (Local Enable/Disable A20 line) and 7 (Get A20 line status) using flag+counter and PS/2 I/O calls.
- Fix XMS driver version report.

svn path=/trunk/; revision=67361

8 years ago[INF]
Daniel Reimer [Wed, 22 Apr 2015 22:52:32 +0000 (22:52 +0000)]
[INF]
Add the recently added two font substitutes in livecd.inf either.

svn path=/trunk/; revision=67360

8 years ago[SHELL32] Set default values for fields when volume information is not available...
Amine Khaldi [Wed, 22 Apr 2015 22:24:46 +0000 (22:24 +0000)]
[SHELL32] Set default values for fields when volume information is not available. Fix drawing of free/used space pie chart when free space is 0 bytes. Disable editing of volume label for non-fixed disks. Brought to you by Barrett Karish. CORE-9595

svn path=/trunk/; revision=67359

8 years ago[SHELL32] Fix improperly formatted or missing disk letter in disk Properties. By...
Amine Khaldi [Wed, 22 Apr 2015 22:16:58 +0000 (22:16 +0000)]
[SHELL32] Fix improperly formatted or missing disk letter in disk Properties. By Barrett Karish. CORE-9532

svn path=/trunk/; revision=67358

8 years ago[GDI32] Add missing newline in a debug print.
Amine Khaldi [Wed, 22 Apr 2015 22:02:45 +0000 (22:02 +0000)]
[GDI32] Add missing newline in a debug print.

svn path=/trunk/; revision=67357

8 years ago[NTVDM]
Daniel Reimer [Wed, 22 Apr 2015 21:35:14 +0000 (21:35 +0000)]
[NTVDM]
Add missing \n at DBGPRINT

svn path=/trunk/; revision=67356

8 years ago[KERNEL32]
Pierre Schweitzer [Wed, 22 Apr 2015 21:20:35 +0000 (21:20 +0000)]
[KERNEL32]
- Halfplement BasepGetComputerNameFromNtPath() which allows querying the computer name given a handle & an NT path
- Implement BasepNotifyTrackingService() which issues a FileTrackingInformation on file move

svn path=/trunk/; revision=67355

8 years ago[URLMON_WINETEST] Skip test_ftp_protocol() because of timeouts. ROSTESTS-165
Amine Khaldi [Wed, 22 Apr 2015 20:48:13 +0000 (20:48 +0000)]
[URLMON_WINETEST] Skip test_ftp_protocol() because of timeouts. ROSTESTS-165

svn path=/trunk/; revision=67354

8 years ago[GDI32][WIN32K:NTGDI]
Thomas Faber [Wed, 22 Apr 2015 20:24:29 +0000 (20:24 +0000)]
[GDI32][WIN32K:NTGDI]
- Correctly handle relative paths passed to AddFontResource*.
- Fix the user->kernel interface between GdiAddFontResourceW and NtGdiAddFontResourceW
Patch by Víctor Martínez Calvo.
CORE-9079

svn path=/trunk/; revision=67353

8 years ago[NTVDM]
Aleksandar Andrejevic [Wed, 22 Apr 2015 19:56:50 +0000 (19:56 +0000)]
[NTVDM]
Implement the XMS functions AH = 03h and AH = 04h (global enable/disable A20).
Make the GetHandleRecord function in the EMS driver inline.
CORE-8277 #comment Please retest.

svn path=/trunk/; revision=67352

8 years ago[NTVDM]
Hermès Bélusca-Maïto [Wed, 22 Apr 2015 17:27:35 +0000 (17:27 +0000)]
[NTVDM]
- Fix copy-paste error in the initialization of DriverHeader.
- Use BOP_... syntax for BOP #define names (to comply with the rest of the code).

svn path=/trunk/; revision=67351

8 years ago[RAPPS_NEW] Use rapps as base for implementing the new Applications Manager for React...
Amine Khaldi [Wed, 22 Apr 2015 16:53:55 +0000 (16:53 +0000)]
[RAPPS_NEW] Use rapps as base for implementing the new Applications Manager for ReactOS CE. CORE-9593

svn path=/trunk/; revision=67350

8 years ago[NTDLL_APITEST]
Thomas Faber [Wed, 22 Apr 2015 15:50:00 +0000 (15:50 +0000)]
[NTDLL_APITEST]
- Ensure 4-byte alignment for ATOM_BASIC_INFORMATION
CORE-6994 #resolve

svn path=/trunk/; revision=67349

8 years ago[URLMON_WINETEST] Skip test_http_protocol() and test_https_protocol() because of...
Amine Khaldi [Wed, 22 Apr 2015 12:44:36 +0000 (12:44 +0000)]
[URLMON_WINETEST] Skip test_http_protocol() and test_https_protocol() because of timeouts. ROSTESTS-165

svn path=/trunk/; revision=67348

8 years ago[NTVDM]
Aleksandar Andrejevic [Wed, 22 Apr 2015 12:13:14 +0000 (12:13 +0000)]
[NTVDM]
Avoid array indexing with invalid indexes, always.

svn path=/trunk/; revision=67347

8 years ago[XDK] Partially revert r67338. We already have this in ntifs.h
Amine Khaldi [Wed, 22 Apr 2015 08:49:35 +0000 (08:49 +0000)]
[XDK] Partially revert r67338. We already have this in ntifs.h

svn path=/trunk/; revision=67346

8 years ago[PSDK] Add missing KF_FLAG_DEFAULT_PATH definition.
Amine Khaldi [Wed, 22 Apr 2015 08:44:41 +0000 (08:44 +0000)]
[PSDK] Add missing KF_FLAG_DEFAULT_PATH definition.

svn path=/trunk/; revision=67345

8 years ago[WININET_WINETEST] Sync with Wine Staging 1.7.37. CORE-9246
Amine Khaldi [Wed, 22 Apr 2015 08:38:32 +0000 (08:38 +0000)]
[WININET_WINETEST] Sync with Wine Staging 1.7.37. CORE-9246

svn path=/trunk/; revision=67344

8 years ago[WININET] Sync with Wine Staging 1.7.37. CORE-9246
Amine Khaldi [Wed, 22 Apr 2015 08:30:31 +0000 (08:30 +0000)]
[WININET] Sync with Wine Staging 1.7.37. CORE-9246

svn path=/trunk/; revision=67343

8 years ago[SHELL32]
Thomas Faber [Wed, 22 Apr 2015 07:23:49 +0000 (07:23 +0000)]
[SHELL32]
- Add colon after driver letter in Check Disk dialog title. Patch by Barrett Karish
CORE-9583 #resolve

svn path=/trunk/; revision=67342

8 years ago[FAST486]
Aleksandar Andrejevic [Wed, 22 Apr 2015 03:11:03 +0000 (03:11 +0000)]
[FAST486]
Fix compilation when FAST486_NO_PREFETCH is set.

svn path=/trunk/; revision=67341

8 years ago[NTVDM]
Aleksandar Andrejevic [Wed, 22 Apr 2015 03:10:11 +0000 (03:10 +0000)]
[NTVDM]
Implement basic XMS functions.

svn path=/trunk/; revision=67340

8 years ago[NTVDM]
Aleksandar Andrejevic [Tue, 21 Apr 2015 22:48:28 +0000 (22:48 +0000)]
[NTVDM]
- Move the EMS code from the BIOS to the DOS driver where it belongs.
- Expand the DOS device API with a new function, DosCreateDeviceEx, which
will allow 32-bit DOS driver to reserve private memory.
- For each DOS device, create an entry in guest memory so that 16-bit code
can call 32-bit DOS drivers directly.
- Implement an XMS driver stub that uses the above.
- Arch, that's not how the DOS driver strategy routine works, you need to
give it the request in ES:BX which it will store somewhere, and then call
the interrupt routine.

svn path=/trunk/; revision=67339

8 years ago[NDK]
Pierre Schweitzer [Tue, 21 Apr 2015 19:47:49 +0000 (19:47 +0000)]
[NDK]
Add definition for FILE_TRACKING_INFORMATION

[XDK]
Add definition for FILE_TRACKING_INFORMATION

svn path=/trunk/; revision=67338

8 years ago[KERNEL32]
Pierre Schweitzer [Tue, 21 Apr 2015 19:44:16 +0000 (19:44 +0000)]
[KERNEL32]
Move BasepOpenFileForMove() in the Basep functions block.
No code change!

svn path=/trunk/; revision=67337

8 years ago[SHELL32] Add missing colon in window title bar when formatting a disk. By Radek...
Amine Khaldi [Tue, 21 Apr 2015 11:43:15 +0000 (11:43 +0000)]
[SHELL32] Add missing colon in window title bar when formatting a disk. By Radek Liska. CORE-9531

svn path=/trunk/; revision=67336

8 years ago[KERNEL32]
Pierre Schweitzer [Tue, 21 Apr 2015 10:55:26 +0000 (10:55 +0000)]
[KERNEL32]
- Implement BasepOpenFileForMove() used by PrivMoveFileIdentityW(), with its Windows bugs
- Implement PrivMoveFileIdentityW()

Not sure yet why Windows implementation exposes a sharing violation during our API test. Our absence of sharing violation looks more legit...
To be investigated.

svn path=/trunk/; revision=67335

8 years ago[NTDLL_APITEST]
Thomas Faber [Tue, 21 Apr 2015 10:50:12 +0000 (10:50 +0000)]
[NTDLL_APITEST]
- Add some more tests for RtlDoesFileExists_*, in particular passing NT paths
CORE-9523

svn path=/trunk/; revision=67334

8 years ago[WIN32K:NTUSER]
Thomas Faber [Tue, 21 Apr 2015 10:14:12 +0000 (10:14 +0000)]
[WIN32K:NTUSER]
- Fix some GetWindowPlacement tests
CORE-9578

svn path=/trunk/; revision=67333

8 years ago[KERNEL32_APITEST]
Pierre Schweitzer [Tue, 21 Apr 2015 09:30:05 +0000 (09:30 +0000)]
[KERNEL32_APITEST]
Force hexa output

svn path=/trunk/; revision=67332

8 years ago[USER32_APITEST]
Thomas Faber [Tue, 21 Apr 2015 09:25:51 +0000 (09:25 +0000)]
[USER32_APITEST]
- Use correct format specifiers aka fix GCC build

svn path=/trunk/; revision=67331

8 years ago[USER32_APITEST]
Thomas Faber [Tue, 21 Apr 2015 09:21:22 +0000 (09:21 +0000)]
[USER32_APITEST]
- Add a test for GetWindowPlacement
CORE-9578

svn path=/trunk/; revision=67330

8 years ago[Win32k]
James Tabor [Tue, 21 Apr 2015 04:45:09 +0000 (04:45 +0000)]
[Win32k]
- Passing GetDesktopWindow() to GetWindowPlacement() causes NULL pointer dereference, Bug found by Nathan Osman, Fix CORE-9578.

svn path=/trunk/; revision=67329

8 years ago[COMCTL32]
Thomas Faber [Mon, 20 Apr 2015 20:01:48 +0000 (20:01 +0000)]
[COMCTL32]
- Fix use after free in DPA_Merge

svn path=/trunk/; revision=67328

8 years ago[INF]
Daniel Reimer [Mon, 20 Apr 2015 17:25:24 +0000 (17:25 +0000)]
[INF]
Add FontSubstitutes for Times and Tms Rmn which are not there in ROS, but in Windows

svn path=/trunk/; revision=67327

8 years ago[NTVDM]
Aleksandar Andrejevic [Mon, 20 Apr 2015 17:10:28 +0000 (17:10 +0000)]
[NTVDM]
We must set the retry flag when repeating a call to GetNextVDMCommand.

svn path=/trunk/; revision=67326

8 years ago[NTVDM]
Aleksandar Andrejevic [Mon, 20 Apr 2015 14:02:18 +0000 (14:02 +0000)]
[NTVDM]
Make the total amount of EMS pages configurable.
Allocate memory for EMS instead of sharing a part of the guest memory.

svn path=/trunk/; revision=67325

8 years ago[SYSSETUP]
Thomas Faber [Mon, 20 Apr 2015 09:35:39 +0000 (09:35 +0000)]
[SYSSETUP]
- Addendum to r66069: also install tcpip on the livecd
CORE-9564 CORE-9113

svn path=/trunk/; revision=67324

8 years ago[NETSHELL]
Thomas Faber [Mon, 20 Apr 2015 07:32:03 +0000 (07:32 +0000)]
[NETSHELL]
- Fix spelling in README. Patch by Jared Smudde.
CORE-9568 #resolve

svn path=/trunk/; revision=67323

8 years ago[FAST486]
Aleksandar Andrejevic [Mon, 20 Apr 2015 02:22:56 +0000 (02:22 +0000)]
[FAST486]
Fix ENTER and LEAVE in the same way I fixed PUSH and POP in the previous 2 commits.

svn path=/trunk/; revision=67322

8 years ago[FAST486]
Aleksandar Andrejevic [Mon, 20 Apr 2015 01:25:04 +0000 (01:25 +0000)]
[FAST486]
(Addendum to r67320) ... and that goes for POP too...

svn path=/trunk/; revision=67321

8 years ago[FAST486]
Aleksandar Andrejevic [Mon, 20 Apr 2015 00:36:46 +0000 (00:36 +0000)]
[FAST486]
Whether stack operations use ESP or SP depends on the size of the stack segment.

svn path=/trunk/; revision=67320

8 years ago[FRAGINATOR]
Daniel Reimer [Mon, 20 Apr 2015 00:08:02 +0000 (00:08 +0000)]
[FRAGINATOR]
Make the GUI version actually work by disabling wmain per ifdef which will be set only at CUI build.
Fix resources to make the text fit nicely and get rid of the RLEXT/LTEXT mess
Add German translation

svn path=/trunk/; revision=67319

8 years ago[IPCONFIG]
Thomas Faber [Mon, 20 Apr 2015 00:03:34 +0000 (00:03 +0000)]
[IPCONFIG]
- Add missing newlines

svn path=/trunk/; revision=67318

8 years ago[FAST486]
Aleksandar Andrejevic [Sun, 19 Apr 2015 23:11:07 +0000 (23:11 +0000)]
[FAST486]
Implement the 287-only instructions FSETPM and FRSTPM as nops. (This is how the 487
is supposed to treat them.)

svn path=/trunk/; revision=67317

9 years ago[NETSHELL][COM_APITEST]
Thomas Faber [Sun, 19 Apr 2015 22:50:25 +0000 (22:50 +0000)]
[NETSHELL][COM_APITEST]
- Remove another MessageBox...
- Also test some more interfaces found in netshell classes

svn path=/trunk/; revision=67316

9 years ago[FAST486]
Aleksandar Andrejevic [Sun, 19 Apr 2015 22:34:12 +0000 (22:34 +0000)]
[FAST486]
Clear the CF and OF flags in AND, OR and XOR.

svn path=/trunk/; revision=67315

9 years ago[NETSHELL]
Thomas Faber [Sun, 19 Apr 2015 22:16:34 +0000 (22:16 +0000)]
[NETSHELL]
- Do not display a message box in CLanStatus::QueryInterface. Fixes hang when running com_apitest:netshell
- Change the order of some interfaces in CNetworkConnections to make com_apitest slightly happier

svn path=/trunk/; revision=67314

9 years ago[COM_APITEST]
Thomas Faber [Sun, 19 Apr 2015 21:28:09 +0000 (21:28 +0000)]
[COM_APITEST]
- Add test for netshell classes
- Add some interfaces

svn path=/trunk/; revision=67313

9 years ago[NETSHELL]
Thomas Faber [Sun, 19 Apr 2015 21:14:49 +0000 (21:14 +0000)]
[NETSHELL]
- Use the correct names for netshell's CLSIDs as indicated by the registry and public symbols

svn path=/trunk/; revision=67312

9 years ago[NETSHELL]
Thomas Faber [Sun, 19 Apr 2015 21:07:35 +0000 (21:07 +0000)]
[NETSHELL]
- Keep a CLanStatus instance around in CNetworkConnections (as before r65758) and properly manage its lifetime. Fixes Status context menu item for network connections.
CORE-9564

svn path=/trunk/; revision=67311

9 years ago[NETSHELL]
Thomas Faber [Sun, 19 Apr 2015 20:56:42 +0000 (20:56 +0000)]
[NETSHELL]
- Some additions to the previous commit
- Make destructors private
- Use delete to free object allocated using new
- Try to fix some ITEMIDLIST typing

svn path=/trunk/; revision=67310

9 years ago[ROSAPPS] Add Fraginator to build. This thing NEVER could have worked in that state...
Daniel Reimer [Sun, 19 Apr 2015 20:30:44 +0000 (20:30 +0000)]
[ROSAPPS] Add Fraginator to build. This thing NEVER could have worked in that state in RBUILD. rc file was not even selected to have any chance of any dialog. Billions of things are defined a billion times in any language RC file. etcetc.

svn path=/trunk/; revision=67309

9 years ago[ROSAPPS] Add devutils to cmake build. Thx for Amine Khaldi, Thomas Faber and learn_m...
Daniel Reimer [Sun, 19 Apr 2015 20:27:51 +0000 (20:27 +0000)]
[ROSAPPS] Add devutils to cmake build. Thx for Amine Khaldi, Thomas Faber and learn_more for help. More will come.

svn path=/trunk/; revision=67308

9 years ago[NETSHELL]
Thomas Faber [Sun, 19 Apr 2015 20:18:25 +0000 (20:18 +0000)]
[NETSHELL]
Fix artifacts from incomplete C++ conversion:
- Add m_ prefix to member variables to avoid shadowing locals
- Use initializer lists in constructors
- Use destructors instead of putting code in Release
- Avoid C-style casts (not exhaustive)

svn path=/trunk/; revision=67307

9 years ago[KERNEL32_APITEST]
Pierre Schweitzer [Sun, 19 Apr 2015 19:36:42 +0000 (19:36 +0000)]
[KERNEL32_APITEST]
Complete a bit more the PrivMoveFileIdentityW tests

svn path=/trunk/; revision=67306

9 years ago[RAPPS]
Christoph von Wittich [Sun, 19 Apr 2015 19:28:03 +0000 (19:28 +0000)]
[RAPPS]
fix handle leaks

svn path=/trunk/; revision=67305

9 years ago[THEMEUI] Leverage add_registry_inf() as suggested by Timo. Addendum to r67242. CORE...
Amine Khaldi [Sun, 19 Apr 2015 16:13:02 +0000 (16:13 +0000)]
[THEMEUI] Leverage add_registry_inf() as suggested by Timo. Addendum to r67242. CORE-5984

svn path=/trunk/; revision=67304

9 years ago[zh-CN, zh-TW, ko-KR] - Fix font size for Chinese and Korean resources to FONT 9...
Daniel Reimer [Sun, 19 Apr 2015 15:39:35 +0000 (15:39 +0000)]
[zh-CN, zh-TW, ko-KR] - Fix font size for Chinese and Korean resources to FONT 9. Fonts are still a problem: CORE-9566

svn path=/trunk/; revision=67303

9 years ago[ROSAPPS] - Fix font size for Chinese and Korean resources to FONT 9. Fonts are still...
Daniel Reimer [Sun, 19 Apr 2015 15:37:29 +0000 (15:37 +0000)]
[ROSAPPS] - Fix font size for Chinese and Korean resources to FONT 9. Fonts are still a problem: CORE-9566

svn path=/trunk/; revision=67302

9 years ago[INF] Remove duplicated Romanian translations. Addendum to r67142. Spotted by Thomas...
Amine Khaldi [Sun, 19 Apr 2015 15:28:25 +0000 (15:28 +0000)]
[INF] Remove duplicated Romanian translations. Addendum to r67142. Spotted by Thomas Faber. CORE-9516

svn path=/trunk/; revision=67301

9 years ago[ja-JP]
Daniel Reimer [Sun, 19 Apr 2015 15:21:21 +0000 (15:21 +0000)]
[ja-JP]
JP uses MS Gothic UI FONT 9 in Windows 5.2, not a mix of two different sizes and fonts and nothing else!

svn path=/trunk/; revision=67300

9 years ago[ROSAPPS]
Daniel Reimer [Sun, 19 Apr 2015 15:18:22 +0000 (15:18 +0000)]
[ROSAPPS]
JP uses MS Gothic UI FONT 9 in Windows 5.2
Fix wrong font size
Fix wrong font in a template

svn path=/trunk/; revision=67299