reactos.git
7 years ago[LSASRV]
Eric Kohl [Tue, 23 Aug 2016 21:14:17 +0000 (21:14 +0000)]
[LSASRV]
LsarSetSecurityObject: Impersonate the client and retrieve the client token when the owner sid will be set.

svn path=/trunk/; revision=72449

7 years ago[ACPPAGE] Improve header inclusions.
Amine Khaldi [Tue, 23 Aug 2016 19:37:31 +0000 (19:37 +0000)]
[ACPPAGE] Improve header inclusions.

svn path=/trunk/; revision=72448

7 years ago[STRMBASE] Sync with Wine Staging 1.9.16. CORE-11866
Amine Khaldi [Tue, 23 Aug 2016 19:35:53 +0000 (19:35 +0000)]
[STRMBASE] Sync with Wine Staging 1.9.16. CORE-11866

svn path=/trunk/; revision=72447

7 years ago[RPCSS] Sync with Wine Staging 1.9.16. CORE-11866
Amine Khaldi [Tue, 23 Aug 2016 19:34:57 +0000 (19:34 +0000)]
[RPCSS] Sync with Wine Staging 1.9.16. CORE-11866

svn path=/trunk/; revision=72446

7 years ago[WRITE] Sync with Wine Staging 1.9.16. CORE-11866
Amine Khaldi [Tue, 23 Aug 2016 19:34:21 +0000 (19:34 +0000)]
[WRITE] Sync with Wine Staging 1.9.16. CORE-11866

svn path=/trunk/; revision=72445

7 years ago[WORDPAD] Sync with Wine Staging 1.9.16. CORE-11866
Amine Khaldi [Tue, 23 Aug 2016 19:32:58 +0000 (19:32 +0000)]
[WORDPAD] Sync with Wine Staging 1.9.16. CORE-11866

svn path=/trunk/; revision=72444

7 years ago[WINHLP32] Sync with Wine Staging 1.9.16. CORE-11866
Amine Khaldi [Tue, 23 Aug 2016 19:31:44 +0000 (19:31 +0000)]
[WINHLP32] Sync with Wine Staging 1.9.16. CORE-11866

svn path=/trunk/; revision=72443

7 years ago[FREELDR] Fix a regression introduced in r70687. Dedicated to Sylvain Deverre.
Amine Khaldi [Tue, 23 Aug 2016 19:20:44 +0000 (19:20 +0000)]
[FREELDR] Fix a regression introduced in r70687. Dedicated to Sylvain Deverre.

svn path=/trunk/; revision=72442

7 years ago[WINMINE] Sync with Wine Staging 1.9.16. CORE-11866
Amine Khaldi [Tue, 23 Aug 2016 19:08:37 +0000 (19:08 +0000)]
[WINMINE] Sync with Wine Staging 1.9.16. CORE-11866

svn path=/trunk/; revision=72441

7 years ago[EXPLORER]
Giannis Adamopoulos [Tue, 23 Aug 2016 16:52:05 +0000 (16:52 +0000)]
[EXPLORER]
- CTrayWindow: Reorganise the code in logical groups to make it more readable. Move command handlers at the top of the file followed by the code that manages moving and resizing the taskbar. After that is code that paints the taskbar and the implementation of the ITrayWindow interface which I really doubt if it is needed. Finally at the bottom are the message handlers.

svn path=/trunk/; revision=72440

7 years ago[NtUser]
James Tabor [Tue, 23 Aug 2016 16:33:44 +0000 (16:33 +0000)]
[NtUser]
- Properly sync wine menu code. Attempt to fix CORE-11892.

svn path=/trunk/; revision=72439

7 years ago[CMAKE]: Update baseaddress_msvc.cmake with the updated scripts from CORE-11382 ...
Hermès Bélusca-Maïto [Tue, 23 Aug 2016 12:15:12 +0000 (12:15 +0000)]
[CMAKE]: Update baseaddress_msvc.cmake with the updated scripts from CORE-11382 , after the recent translations of some of the message compiler files.

svn path=/trunk/; revision=72438

7 years ago[NTVDM:SVGA]
Aleksandar Andrejevic [Mon, 22 Aug 2016 22:41:01 +0000 (22:41 +0000)]
[NTVDM:SVGA]
Implement starting address extensions, scanline offset extensions and memory
address extensions.
No more 64 KB memory banks. The code now uses SVGA_BANK_SIZE (1 MB) for
everything.

svn path=/trunk/; revision=72436

7 years ago[KDGDB]
Jérôme Gardou [Mon, 22 Aug 2016 22:24:30 +0000 (22:24 +0000)]
[KDGDB]
 - Implement setting and removing breakpoints
 - Implement single-stepping
 - Only get past the breakpoint instruction when it comes from RtlpBreakWithStatus
 - Implement writing to memory
 - Always send the thread raising the exception to GDB to avoid confusing it
 - Let GDB find the program counter alone by querying the registers (support was already there before.)
 - Properly escape special characters on input
Ladies and gentlemen : the almost-fully functional GDB stub. (still no real multi-process support :-( )
To enable , in CMakeCache.txt :
 - Set GDB:BOOL=TRUE
 - Set _WINKD_:BOOL=TRUE
 - Set KDBG:BOOL=FALSE
To do : give GDB the list of loaded drivers. Loading ntoskrnl.exe symbols at 0x80801000 already does a good enough job.
Default output is on COM1. Can be configure to any othe COM port with usual kernel options.
Hope you'll like it as much as I do ;-)

svn path=/trunk/; revision=72435

7 years ago[TRANSLATIONS]
Dmitry Chapyshev [Mon, 22 Aug 2016 21:18:42 +0000 (21:18 +0000)]
[TRANSLATIONS]
- Update Russian translation

svn path=/trunk/; revision=72434

7 years ago[SDK]
Dmitry Chapyshev [Mon, 22 Aug 2016 16:48:55 +0000 (16:48 +0000)]
[SDK]
- It is partially translated into Russian

* Now there is a possibility of the translation of *.mc of files

svn path=/trunk/; revision=72433

7 years ago[CMAKE]
Dmitry Chapyshev [Mon, 22 Aug 2016 14:34:53 +0000 (14:34 +0000)]
[CMAKE]
- Update kernel32 address

svn path=/trunk/; revision=72432

7 years ago[CMAKE]
Dmitry Chapyshev [Mon, 22 Aug 2016 14:02:42 +0000 (14:02 +0000)]
[CMAKE]
- Convert all *.mc files to UTF16 LE (without BOM) at build
- Use unicode flag in windmc/mc for source files
- Switch UNICODE_SOURCE files to UNICODE (must check for the presence of regression tests)

svn path=/trunk/; revision=72431

7 years ago[UTF16LE]
Dmitry Chapyshev [Mon, 22 Aug 2016 13:49:12 +0000 (13:49 +0000)]
[UTF16LE]
- Fix MSVC build

svn path=/trunk/; revision=72430

7 years ago[NtUser]
James Tabor [Mon, 22 Aug 2016 13:28:02 +0000 (13:28 +0000)]
[NtUser]
- Defer the changing of the window region while setting the window position.
- Patch based on Stefano Toncich work. See CORE-6897 and possibly CORE-7229.

svn path=/trunk/; revision=72429

7 years agoMaybe strcasecmp?
Dmitry Chapyshev [Mon, 22 Aug 2016 13:22:32 +0000 (13:22 +0000)]
Maybe strcasecmp?

svn path=/trunk/; revision=72428

7 years ago[UTF16LE]
Dmitry Chapyshev [Mon, 22 Aug 2016 13:18:26 +0000 (13:18 +0000)]
[UTF16LE]
Try to fix build

svn path=/trunk/; revision=72427

7 years ago[UTF16LE]
Dmitry Chapyshev [Mon, 22 Aug 2016 13:14:41 +0000 (13:14 +0000)]
[UTF16LE]
- Implement ability to disable BOM writing

svn path=/trunk/; revision=72426

7 years ago[KERNEL32]
Dmitry Chapyshev [Mon, 22 Aug 2016 12:15:00 +0000 (12:15 +0000)]
[KERNEL32]
- Update Russian translation

svn path=/trunk/; revision=72425

7 years ago[LSASRV]
Eric Kohl [Sun, 21 Aug 2016 21:39:02 +0000 (21:39 +0000)]
[LSASRV]
Implement LsarSetSecurityObject.

svn path=/trunk/; revision=72421

7 years ago[INCLUDE]
Eric Kohl [Sun, 21 Aug 2016 21:31:40 +0000 (21:31 +0000)]
[INCLUDE]
Add the RtlLengthSecurityDescriptor prototype to the NDK.

svn path=/trunk/; revision=72420

7 years ago[LSASRV]
Eric Kohl [Sun, 21 Aug 2016 21:24:10 +0000 (21:24 +0000)]
[LSASRV]
Implement LsaIFree_LSAPR_TRANSLATED_SIDS.

svn path=/trunk/; revision=72419

7 years agoAddendum to r72417. CORE-11858 #resolve
Mark Jansen [Sun, 21 Aug 2016 20:07:05 +0000 (20:07 +0000)]
Addendum to r72417. CORE-11858 #resolve

svn path=/trunk/; revision=72418

7 years ago[WIN32SS] Fix argument name, spotted by Hermes. CORE-11858
Mark Jansen [Sun, 21 Aug 2016 20:03:19 +0000 (20:03 +0000)]
[WIN32SS] Fix argument name, spotted by Hermes. CORE-11858

svn path=/trunk/; revision=72417

7 years ago[SHELL32] Partially implement CFolderItems. Thanks to Giannis for the advice :)
Mark Jansen [Sun, 21 Aug 2016 19:58:32 +0000 (19:58 +0000)]
[SHELL32] Partially implement CFolderItems. Thanks to Giannis for the advice :)

svn path=/trunk/; revision=72416

7 years ago[SHELL32] Fix a crash in shell32:shelldispatch by returning an empty CFolderItems...
Mark Jansen [Sun, 21 Aug 2016 18:48:48 +0000 (18:48 +0000)]
[SHELL32] Fix a crash in shell32:shelldispatch by returning an empty CFolderItems object instead of nothing.

svn path=/trunk/; revision=72415

7 years ago[WIN32SS] Implement windows class versioning, by Sylvain Deverre. CORE-11858 #comment...
Mark Jansen [Sun, 21 Aug 2016 18:28:33 +0000 (18:28 +0000)]
[WIN32SS] Implement windows class versioning, by Sylvain Deverre. CORE-11858 #comment Committed, thanks!

svn path=/trunk/; revision=72414

7 years ago[CRT] Sync wctype.c with Wine Staging 1.9.16 and document this. CORE-11866
Amine Khaldi [Sun, 21 Aug 2016 18:24:21 +0000 (18:24 +0000)]
[CRT] Sync wctype.c with Wine Staging 1.9.16 and document this. CORE-11866

svn path=/trunk/; revision=72413

7 years ago[FDEBUG] Improve header inclusions.
Amine Khaldi [Sun, 21 Aug 2016 17:25:07 +0000 (17:25 +0000)]
[FDEBUG] Improve header inclusions.

svn path=/trunk/; revision=72410

7 years ago[WIDL] Sync with Wine Staging 1.9.16. CORE-11866
Amine Khaldi [Sun, 21 Aug 2016 17:22:27 +0000 (17:22 +0000)]
[WIDL] Sync with Wine Staging 1.9.16. CORE-11866

svn path=/trunk/; revision=72409

7 years ago[UNICODE] Sync with Wine Staging 1.9.16. CORE-11866
Amine Khaldi [Sun, 21 Aug 2016 16:47:13 +0000 (16:47 +0000)]
[UNICODE] Sync with Wine Staging 1.9.16. CORE-11866

svn path=/trunk/; revision=72408

7 years ago[README.WINE] Update some paths.
Amine Khaldi [Sun, 21 Aug 2016 16:44:35 +0000 (16:44 +0000)]
[README.WINE] Update some paths.

svn path=/trunk/; revision=72407

7 years ago[CDMAKE][CTR] Fix strtok_s for empty strings. Part of Wine commit 4fa616c by Bernhard...
Amine Khaldi [Sun, 21 Aug 2016 16:30:06 +0000 (16:30 +0000)]
[CDMAKE][CTR] Fix strtok_s for empty strings. Part of Wine commit 4fa616c by Bernhard Übelacker.

svn path=/trunk/; revision=72406

7 years ago[CRT] Sync strtok_s() with Wine Staging 1.9.16 and mark strtok() as synced. CORE...
Amine Khaldi [Sun, 21 Aug 2016 16:24:00 +0000 (16:24 +0000)]
[CRT] Sync strtok_s() with Wine Staging 1.9.16 and mark strtok() as synced. CORE-11866

svn path=/trunk/; revision=72405

7 years ago[LSASRV]
Eric Kohl [Sun, 21 Aug 2016 14:56:54 +0000 (14:56 +0000)]
[LSASRV]
Implement LsaIFree_LSAPR_SR_SECURITY_DESCRIPTOR and LsaIFree_LSAPR_TRANSLATED_NAMES.

svn path=/trunk/; revision=72404

7 years ago[RAPPS]
Daniel Reimer [Sun, 21 Aug 2016 11:45:05 +0000 (11:45 +0000)]
[RAPPS]
Fix Audacity/NIRLauncher/Tahoma and Watercolor entries.

svn path=/trunk/; revision=72403

7 years ago[TRANSLATIONS] Japanese translation of control panel applets by Katayama Hirofumi...
Amine Khaldi [Sun, 21 Aug 2016 10:40:42 +0000 (10:40 +0000)]
[TRANSLATIONS] Japanese translation of control panel applets by Katayama Hirofumi MZ. CORE-11882

svn path=/trunk/; revision=72402

7 years ago[SHELL32]
Giannis Adamopoulos [Sat, 20 Aug 2016 22:05:12 +0000 (22:05 +0000)]
[SHELL32]
- CMenuBand: Do not open the context menu on mouse down but on mouse up.
- Patch by Joachim Henze (reactosfanboy)
CORE-10830

svn path=/trunk/; revision=72401

7 years ago[WIN32NT_APITEST] Add additional tests for NtUserCreateWindowEx by Sylvain Deverre...
Mark Jansen [Sat, 20 Aug 2016 16:58:20 +0000 (16:58 +0000)]
[WIN32NT_APITEST] Add additional tests for NtUserCreateWindowEx by Sylvain Deverre. ROSTESTS-237 #resolve #comment Thanks!

svn path=/trunk/; revision=72400

7 years ago[SHELL32]
Giannis Adamopoulos [Sat, 20 Aug 2016 09:53:55 +0000 (09:53 +0000)]
[SHELL32]
- Use ExpandEnvironmentStringsW instead of PathUnExpandEnvStringsW in the pick icon dialog.
- Patch by Jared Smudde.
CORE-10962

svn path=/trunk/; revision=72399

7 years ago[SHELL32]
Giannis Adamopoulos [Sat, 20 Aug 2016 09:43:09 +0000 (09:43 +0000)]
[SHELL32]
- Fail to delete any file if one is invalid.
- Patch by andy-123
CORE-9959

svn path=/trunk/; revision=72398

7 years ago[SHELL32]
Giannis Adamopoulos [Sat, 20 Aug 2016 09:34:25 +0000 (09:34 +0000)]
[SHELL32]
- Show an error message when creating a directory fails.
- Patch by Jared Smudde
CORE-11661

svn path=/trunk/; revision=72397

7 years ago[SERVICES]
Jérôme Gardou [Fri, 19 Aug 2016 22:15:53 +0000 (22:15 +0000)]
[SERVICES]
 - Properly invalidate service handles when closing/freeing them
Dedicated to Hermès and any regression chaser. FalsePositives--

svn path=/trunk/; revision=72396

7 years ago[NTOS/MM]
Jérôme Gardou [Fri, 19 Aug 2016 17:24:53 +0000 (17:24 +0000)]
[NTOS/MM]
 - Implement copy on write support in ARM3 page fault handler
CORE-8541 #resolve #comment committed in r72395

svn path=/trunk/; revision=72395

7 years ago[HNETCFG] Sync with Wine Staging 1.9.16. CORE-11866
Amine Khaldi [Fri, 19 Aug 2016 09:55:53 +0000 (09:55 +0000)]
[HNETCFG] Sync with Wine Staging 1.9.16. CORE-11866

svn path=/trunk/; revision=72363

7 years ago[SCRRUN_WINETEST] Sync with Wine Staging 1.9.16. CORE-11866
Amine Khaldi [Fri, 19 Aug 2016 09:54:01 +0000 (09:54 +0000)]
[SCRRUN_WINETEST] Sync with Wine Staging 1.9.16. CORE-11866

svn path=/trunk/; revision=72362

7 years ago[REG_WINETEST] Sync with Wine Staging 1.9.16. CORE-11866
Amine Khaldi [Fri, 19 Aug 2016 09:53:19 +0000 (09:53 +0000)]
[REG_WINETEST] Sync with Wine Staging 1.9.16. CORE-11866

svn path=/trunk/; revision=72361

7 years ago[REG] Sync with Wine Staging 1.9.16. CORE-11866
Amine Khaldi [Fri, 19 Aug 2016 09:52:47 +0000 (09:52 +0000)]
[REG] Sync with Wine Staging 1.9.16. CORE-11866

svn path=/trunk/; revision=72360

7 years ago[WSCRIPT_WINETEST] Sync with Wine Staging 1.9.16. CORE-11866
Amine Khaldi [Fri, 19 Aug 2016 09:49:22 +0000 (09:49 +0000)]
[WSCRIPT_WINETEST] Sync with Wine Staging 1.9.16. CORE-11866

svn path=/trunk/; revision=72359

7 years ago[WSCRIPT] Sync with Wine Staging 1.9.16. CORE-11866
Amine Khaldi [Fri, 19 Aug 2016 09:48:46 +0000 (09:48 +0000)]
[WSCRIPT] Sync with Wine Staging 1.9.16. CORE-11866

svn path=/trunk/; revision=72358

7 years ago[WININET_WINETEST] Sync with Wine Staging 1.9.16. CORE-11866
Amine Khaldi [Fri, 19 Aug 2016 09:46:10 +0000 (09:46 +0000)]
[WININET_WINETEST] Sync with Wine Staging 1.9.16. CORE-11866

svn path=/trunk/; revision=72357

7 years ago[WININET] Sync with Wine Staging 1.9.16. CORE-11866
Amine Khaldi [Fri, 19 Aug 2016 09:45:28 +0000 (09:45 +0000)]
[WININET] Sync with Wine Staging 1.9.16. CORE-11866

svn path=/trunk/; revision=72356

7 years ago[WINHTTP_WINETEST] Sync with Wine Staging 1.9.16. CORE-11866
Amine Khaldi [Fri, 19 Aug 2016 09:44:16 +0000 (09:44 +0000)]
[WINHTTP_WINETEST] Sync with Wine Staging 1.9.16. CORE-11866

svn path=/trunk/; revision=72355

7 years ago[WINHTTP] Sync with Wine Staging 1.9.16. CORE-11866
Amine Khaldi [Fri, 19 Aug 2016 09:43:46 +0000 (09:43 +0000)]
[WINHTTP] Sync with Wine Staging 1.9.16. CORE-11866

svn path=/trunk/; revision=72354

7 years ago[WINDOWSCODECS_WINETEST] Sync with Wine Staging 1.9.16. CORE-11866
Amine Khaldi [Fri, 19 Aug 2016 09:42:48 +0000 (09:42 +0000)]
[WINDOWSCODECS_WINETEST] Sync with Wine Staging 1.9.16. CORE-11866

svn path=/trunk/; revision=72353

7 years ago[WINDOWSCODECS] Sync with Wine Staging 1.9.16. CORE-11866
Amine Khaldi [Fri, 19 Aug 2016 09:42:13 +0000 (09:42 +0000)]
[WINDOWSCODECS] Sync with Wine Staging 1.9.16. CORE-11866

svn path=/trunk/; revision=72352

7 years ago[RPCRT4_WINETEST] Sync with Wine Staging 1.9.16. CORE-11866
Amine Khaldi [Fri, 19 Aug 2016 09:41:01 +0000 (09:41 +0000)]
[RPCRT4_WINETEST] Sync with Wine Staging 1.9.16. CORE-11866

svn path=/trunk/; revision=72351

7 years ago[RPCRT4] Sync with Wine Staging 1.9.16. CORE-11866
Amine Khaldi [Fri, 19 Aug 2016 09:40:25 +0000 (09:40 +0000)]
[RPCRT4] Sync with Wine Staging 1.9.16. CORE-11866

svn path=/trunk/; revision=72350

7 years ago[OLE32_WINETEST] Sync with Wine Staging 1.9.16. CORE-11866
Amine Khaldi [Fri, 19 Aug 2016 09:39:12 +0000 (09:39 +0000)]
[OLE32_WINETEST] Sync with Wine Staging 1.9.16. CORE-11866

svn path=/trunk/; revision=72349

7 years ago[OLE32] Sync with Wine Staging 1.9.16. CORE-11866
Amine Khaldi [Fri, 19 Aug 2016 09:38:43 +0000 (09:38 +0000)]
[OLE32] Sync with Wine Staging 1.9.16. CORE-11866

svn path=/trunk/; revision=72348

7 years ago[JSCRIPT_WINETEST] Sync with Wine Staging 1.9.16. CORE-11866
Amine Khaldi [Fri, 19 Aug 2016 09:37:22 +0000 (09:37 +0000)]
[JSCRIPT_WINETEST] Sync with Wine Staging 1.9.16. CORE-11866

svn path=/trunk/; revision=72347

7 years ago[JSCRIPT] Sync with Wine Staging 1.9.16. CORE-11866
Amine Khaldi [Fri, 19 Aug 2016 09:36:35 +0000 (09:36 +0000)]
[JSCRIPT] Sync with Wine Staging 1.9.16. CORE-11866

svn path=/trunk/; revision=72346

7 years ago[INETCOMM_WINETEST] Sync with Wine Staging 1.9.16. CORE-11866
Amine Khaldi [Fri, 19 Aug 2016 09:34:00 +0000 (09:34 +0000)]
[INETCOMM_WINETEST] Sync with Wine Staging 1.9.16. CORE-11866

svn path=/trunk/; revision=72345

7 years ago[INETCOMM] Sync with Wine Staging 1.9.16. CORE-11866
Amine Khaldi [Fri, 19 Aug 2016 09:33:16 +0000 (09:33 +0000)]
[INETCOMM] Sync with Wine Staging 1.9.16. CORE-11866

svn path=/trunk/; revision=72344

7 years ago[PSDK] Update mimeole.idl. CORE-11866
Amine Khaldi [Fri, 19 Aug 2016 09:30:21 +0000 (09:30 +0000)]
[PSDK] Update mimeole.idl. CORE-11866

svn path=/trunk/; revision=72343

7 years ago[GDIPLUS_WINETEST] Sync with Wine Staging 1.9.16. CORE-11866
Amine Khaldi [Fri, 19 Aug 2016 09:29:03 +0000 (09:29 +0000)]
[GDIPLUS_WINETEST] Sync with Wine Staging 1.9.16. CORE-11866

svn path=/trunk/; revision=72342

7 years ago[GDIPLUS] Sync with Wine Staging 1.9.16. CORE-11866
Amine Khaldi [Fri, 19 Aug 2016 09:28:13 +0000 (09:28 +0000)]
[GDIPLUS] Sync with Wine Staging 1.9.16. CORE-11866

svn path=/trunk/; revision=72341

7 years ago[PSDK] Update netfw.idl. CORE-11866
Amine Khaldi [Fri, 19 Aug 2016 09:26:49 +0000 (09:26 +0000)]
[PSDK] Update netfw.idl. CORE-11866

svn path=/trunk/; revision=72340

7 years ago[COMDLG32_WINETEST] Sync with Wine Staging 1.9.16. CORE-11866
Amine Khaldi [Fri, 19 Aug 2016 09:24:50 +0000 (09:24 +0000)]
[COMDLG32_WINETEST] Sync with Wine Staging 1.9.16. CORE-11866

svn path=/trunk/; revision=72339

7 years ago[COMDLG32] Sync with Wine Staging 1.9.16. CORE-11866
Amine Khaldi [Fri, 19 Aug 2016 09:24:04 +0000 (09:24 +0000)]
[COMDLG32] Sync with Wine Staging 1.9.16. CORE-11866

svn path=/trunk/; revision=72338

7 years ago[SETUPAPI_WINETEST] Sync with Wine Staging 1.9.16. CORE-11866
Amine Khaldi [Fri, 19 Aug 2016 09:21:44 +0000 (09:21 +0000)]
[SETUPAPI_WINETEST] Sync with Wine Staging 1.9.16. CORE-11866

svn path=/trunk/; revision=72337

7 years ago[PSDK] Update icftypes.idl. CORE-11866
Amine Khaldi [Fri, 19 Aug 2016 09:20:52 +0000 (09:20 +0000)]
[PSDK] Update icftypes.idl. CORE-11866

svn path=/trunk/; revision=72336

7 years ago[NtUser] - Patch by Józef Kucia : Prevent resetting WS_MINIMIZE through SetWindowLong.
James Tabor [Thu, 18 Aug 2016 23:37:42 +0000 (23:37 +0000)]
[NtUser] - Patch by Józef Kucia : Prevent resetting WS_MINIMIZE through SetWindowLong.

svn path=/trunk/; revision=72335

7 years agoAddendum to r72332
Mark Jansen [Thu, 18 Aug 2016 19:34:12 +0000 (19:34 +0000)]
Addendum to r72332

svn path=/trunk/; revision=72333

7 years ago[ATL][ATL_APITEST] Add CImage initial implementation + tests, by Katayama Hirofumi...
Mark Jansen [Thu, 18 Aug 2016 19:27:49 +0000 (19:27 +0000)]
[ATL][ATL_APITEST] Add CImage initial implementation + tests, by Katayama Hirofumi MZ. CORE-10029 #comment Thanks, first iteration committed!
- Tests focus mainly on loading + saving images.
- The implementation is not perfect yet, see CImage_WIP.txt for test results.
- The GDI+ functions should be fixed before this test can pass fully, MS' ATL fails in ReactOS, but passes on Windows.

svn path=/trunk/; revision=72332

7 years ago[KERNEL32_WINETEST] Come on Jérôme! commit the awesomeness so we can remove this...
Amine Khaldi [Thu, 18 Aug 2016 19:12:59 +0000 (19:12 +0000)]
[KERNEL32_WINETEST] Come on Jérôme! commit the awesomeness so we can remove this skip ;)

svn path=/trunk/; revision=72331

7 years ago[KERNEL32]
Dmitry Chapyshev [Thu, 18 Aug 2016 17:23:11 +0000 (17:23 +0000)]
[KERNEL32]
- Update Russian translation

svn path=/trunk/; revision=72329

7 years ago[SHELL32]
Giannis Adamopoulos [Thu, 18 Aug 2016 14:01:44 +0000 (14:01 +0000)]
[SHELL32]
- CDefaultContextMenu: Fix some cosmetic issues.

svn path=/trunk/; revision=72328

7 years ago[SHELL32]
Giannis Adamopoulos [Thu, 18 Aug 2016 13:50:56 +0000 (13:50 +0000)]
[SHELL32]
- CDefView: Set the site of the context menu to the CDefView essentialy reverting r68727 which was wrong.
- CDefaultContextMenu: Implement IObjectWithSite interface. Don't use CWM_GETISHELLBROWSER to get a pointer to the shell browser. Do a IUnknown_QueryService to the site instead asking for either the shell browser or the shell view (and it is fine if there is none of them).
- Rename IDefaultContextMenu_Constructor to CDefaultContextMenu_CreateInstance and use ShellObjectCreatorInit to simplify its code.

svn path=/trunk/; revision=72327

7 years ago[BROWSEUI]
Giannis Adamopoulos [Thu, 18 Aug 2016 13:24:16 +0000 (13:24 +0000)]
[BROWSEUI]
- CInternetToolbar: Fix resizing the top rebar. Works in windows (but not in ros).

svn path=/trunk/; revision=72326

7 years ago[BROWSEUI]
Giannis Adamopoulos [Thu, 18 Aug 2016 13:16:05 +0000 (13:16 +0000)]
[BROWSEUI]
- Use OleFlushClipboard while the browser window is being destroyed in order to make make any IDataObject that is in clipboard to render so as make is data available after the browser thread exits.
CORE-11565

svn path=/trunk/; revision=72325

7 years ago[BOOTDATA]
Daniel Reimer [Thu, 18 Aug 2016 12:07:59 +0000 (12:07 +0000)]
[BOOTDATA]
Update CA root scripts adding "ISRG Root X1"

svn path=/trunk/; revision=72324

7 years ago[FONTS]
Daniel Reimer [Thu, 18 Aug 2016 12:03:31 +0000 (12:03 +0000)]
[FONTS]
Update DejaVu to v2.37

svn path=/trunk/; revision=72323

7 years ago[PSDK] Update wincodecsdk.idl. CORE-11866
Amine Khaldi [Thu, 18 Aug 2016 11:11:13 +0000 (11:11 +0000)]
[PSDK] Update wincodecsdk.idl. CORE-11866

svn path=/trunk/; revision=72322

7 years ago[COMCTL32_WINETEST] Sync with Wine Staging 1.9.16. CORE-11866
Amine Khaldi [Thu, 18 Aug 2016 11:10:51 +0000 (11:10 +0000)]
[COMCTL32_WINETEST] Sync with Wine Staging 1.9.16. CORE-11866

svn path=/trunk/; revision=72321

7 years ago[COMCTL32] Sync with Wine Staging 1.9.16. CORE-11866
Amine Khaldi [Thu, 18 Aug 2016 11:09:45 +0000 (11:09 +0000)]
[COMCTL32] Sync with Wine Staging 1.9.16. CORE-11866

svn path=/trunk/; revision=72320

7 years ago[PSDK] Update gdiplusflat.h. CORE-11866
Amine Khaldi [Thu, 18 Aug 2016 10:56:57 +0000 (10:56 +0000)]
[PSDK] Update gdiplusflat.h. CORE-11866

svn path=/trunk/; revision=72319

7 years ago[XMLLITE_WINETEST] Sync with Wine Staging 1.9.16. CORE-11866
Amine Khaldi [Thu, 18 Aug 2016 10:55:43 +0000 (10:55 +0000)]
[XMLLITE_WINETEST] Sync with Wine Staging 1.9.16. CORE-11866

svn path=/trunk/; revision=72318

7 years ago[XMLLITE] Sync with Wine Staging 1.9.16. CORE-11866
Amine Khaldi [Thu, 18 Aug 2016 10:54:49 +0000 (10:54 +0000)]
[XMLLITE] Sync with Wine Staging 1.9.16. CORE-11866

svn path=/trunk/; revision=72317

7 years ago[WSHOM_WINETEST] Sync with Wine Staging 1.9.16. CORE-11866
Amine Khaldi [Thu, 18 Aug 2016 10:53:52 +0000 (10:53 +0000)]
[WSHOM_WINETEST] Sync with Wine Staging 1.9.16. CORE-11866

svn path=/trunk/; revision=72316

7 years ago[XINPUT1_3] Sync with Wine Staging 1.9.16. CORE-11866
Amine Khaldi [Thu, 18 Aug 2016 10:53:09 +0000 (10:53 +0000)]
[XINPUT1_3] Sync with Wine Staging 1.9.16. CORE-11866

svn path=/trunk/; revision=72315

7 years ago[WBEMDISP_WINETEST] Sync with Wine Staging 1.9.16. CORE-11866
Amine Khaldi [Thu, 18 Aug 2016 10:50:44 +0000 (10:50 +0000)]
[WBEMDISP_WINETEST] Sync with Wine Staging 1.9.16. CORE-11866

svn path=/trunk/; revision=72314

7 years ago[WBEMDISP] Sync with Wine Staging 1.9.16. CORE-11866
Amine Khaldi [Thu, 18 Aug 2016 10:50:14 +0000 (10:50 +0000)]
[WBEMDISP] Sync with Wine Staging 1.9.16. CORE-11866

svn path=/trunk/; revision=72313

7 years ago[USP10_WINETEST] Sync with Wine Staging 1.9.16. CORE-11866
Amine Khaldi [Thu, 18 Aug 2016 10:48:39 +0000 (10:48 +0000)]
[USP10_WINETEST] Sync with Wine Staging 1.9.16. CORE-11866

svn path=/trunk/; revision=72312

7 years ago[USP10] Sync with Wine Staging 1.9.16. CORE-11866
Amine Khaldi [Thu, 18 Aug 2016 10:47:59 +0000 (10:47 +0000)]
[USP10] Sync with Wine Staging 1.9.16. CORE-11866

svn path=/trunk/; revision=72311