reactos.git
9 years ago- silence traces
Johannes Anderwald [Sun, 29 Mar 2015 16:02:40 +0000 (16:02 +0000)]
- silence traces

svn path=/trunk/; revision=66966

9 years ago[ACPI:BUS]: Fix dereferencing NULL pointers in acpi_bus_notify. By Victor Martinez...
Hermès Bélusca-Maïto [Sun, 29 Mar 2015 15:49:03 +0000 (15:49 +0000)]
[ACPI:BUS]: Fix dereferencing NULL pointers in acpi_bus_notify. By Victor Martinez with small adaptation by me.
CORE-8271

svn path=/trunk/; revision=66965

9 years ago[SETUPAPI] Adopt SetupGetInfFileListW() from Wine Staging 1.7.37. Based on the work...
Amine Khaldi [Sun, 29 Mar 2015 15:07:27 +0000 (15:07 +0000)]
[SETUPAPI] Adopt SetupGetInfFileListW() from Wine Staging 1.7.37. Based on the work of Victor Martinez with my updates. CORE-9431 CORE-9246

svn path=/trunk/; revision=66964

9 years ago[NTVDM]: Introduce the possibility to compile multiple x86-16bit ASM files by using...
Hermès Bélusca-Maïto [Sun, 29 Mar 2015 14:51:14 +0000 (14:51 +0000)]
[NTVDM]: Introduce the possibility to compile multiple x86-16bit ASM files by using the trick of concatenating them in correct order so that the resulting file is a compilable ASM file. (We cannot do linking or 16-bit objects, so we need to take a middle approach).
CORE-9442 #resolve

svn path=/trunk/; revision=66963

9 years ago[TEST.H]
Giannis Adamopoulos [Sun, 29 Mar 2015 14:51:02 +0000 (14:51 +0000)]
[TEST.H]
- Add an additional new line before showing the test results.
Some log commands print their lines in multiple print commands. As a result the results line can end up in the middle of a previous log that was not a complete line. This confuses testman and causes it to report this test as a crashed test as it can't find the line with the results. This is not the best fix possible but makes sure that the results in testman fluctuate a bit less.

svn path=/trunk/; revision=66962

9 years ago[SAMSRV] Add Italian translation. By Carlo Bramini. CORE-9438
Amine Khaldi [Sun, 29 Mar 2015 14:47:40 +0000 (14:47 +0000)]
[SAMSRV] Add Italian translation. By Carlo Bramini. CORE-9438

svn path=/trunk/; revision=66961

9 years ago[NTDLL_APITEST]
Thomas Faber [Sun, 29 Mar 2015 14:47:21 +0000 (14:47 +0000)]
[NTDLL_APITEST]
- Also test decreasing the size in RtlReAllocateHeap. Patch by Mark Jansen.
CORE-9441

svn path=/trunk/; revision=66960

9 years ago[RTL]
Thomas Faber [Sun, 29 Mar 2015 14:10:20 +0000 (14:10 +0000)]
[RTL]
- HEAP_ENTRY::Size is in bytes for HEAP_ENTRY_VIRTUAL_ALLOC allocations. Save it accordingly
CORE-9441

svn path=/trunk/; revision=66959

9 years ago[NTDLL_APITEST]
Thomas Faber [Sun, 29 Mar 2015 14:07:00 +0000 (14:07 +0000)]
[NTDLL_APITEST]
- Add a test for RtlReAllocateHeap -- shows that it doesn't handle allocations larger than 0x7f000 correctly in ROS
CORE-9441

svn path=/trunk/; revision=66958

9 years ago[CSCRIPT] Add missing user32 import lib. Fixes build.
Amine Khaldi [Sun, 29 Mar 2015 13:58:24 +0000 (13:58 +0000)]
[CSCRIPT] Add missing user32 import lib. Fixes build.

svn path=/trunk/; revision=66957

9 years ago[WSCRIPT_WINETEST] Sync with Wine Staging 1.7.37. CORE-9246
Amine Khaldi [Sun, 29 Mar 2015 13:54:08 +0000 (13:54 +0000)]
[WSCRIPT_WINETEST] Sync with Wine Staging 1.7.37. CORE-9246

svn path=/trunk/; revision=66956

9 years ago[WSCRIPT] Sync with Wine Staging 1.7.37. CORE-9246
Amine Khaldi [Sun, 29 Mar 2015 13:53:55 +0000 (13:53 +0000)]
[WSCRIPT] Sync with Wine Staging 1.7.37. CORE-9246

svn path=/trunk/; revision=66955

9 years ago[WSHOM_WINETEST] Sync with Wine Staging 1.7.37. CORE-9246
Amine Khaldi [Sun, 29 Mar 2015 13:36:03 +0000 (13:36 +0000)]
[WSHOM_WINETEST] Sync with Wine Staging 1.7.37. CORE-9246

svn path=/trunk/; revision=66954

9 years ago[WSHOM.OCX] Sync with Wine Staging 1.7.37. CORE-9246
Amine Khaldi [Sun, 29 Mar 2015 13:35:37 +0000 (13:35 +0000)]
[WSHOM.OCX] Sync with Wine Staging 1.7.37. CORE-9246

svn path=/trunk/; revision=66953

9 years ago[CMAKE/BOOTDATA]
Timo Kreuzer [Sun, 29 Mar 2015 11:38:05 +0000 (11:38 +0000)]
[CMAKE/BOOTDATA]
Implement support for decentralized registry inf files.
This is done with the new add_registry_inf() cmake function, which takes one or more inf files, which are then converted to UTF-16 and merged into a single registry.inf, which is then used to create the livecd hives and imported by usetup. Move the registry entries for some drivers out of hivesys.inf into separate files next to the driver.

svn path=/trunk/; revision=66952

9 years ago[USETUP]
Timo Kreuzer [Sun, 29 Mar 2015 11:29:02 +0000 (11:29 +0000)]
[USETUP]
Upgrade a few DPRINT to DPRINT1 for failure cases.

svn path=/trunk/; revision=66951

9 years ago[NTOS:MM]
Thomas Faber [Sun, 29 Mar 2015 10:02:47 +0000 (10:02 +0000)]
[NTOS:MM]
- Do not track failed pool allocations as successful
CORE-9440 #resolve

svn path=/trunk/; revision=66950

9 years ago[WSCRIPT]
Thomas Faber [Sun, 29 Mar 2015 07:48:38 +0000 (07:48 +0000)]
[WSCRIPT]
- Mark as GUI app
CORE-9439

svn path=/trunk/; revision=66949

9 years ago[NTOSKRNL]
Thomas Faber [Sun, 29 Mar 2015 06:04:19 +0000 (06:04 +0000)]
[NTOSKRNL]
- More pool tagging!

svn path=/trunk/; revision=66948

9 years ago[BIN2C][CAT]: Use stderr for printing errors (to not mix them up with normal output...
Hermès Bélusca-Maïto [Sun, 29 Mar 2015 02:00:15 +0000 (02:00 +0000)]
[BIN2C][CAT]: Use stderr for printing errors (to not mix them up with normal output that should go to stdout. This is especially needed for cat).

svn path=/trunk/; revision=66947

9 years ago[CMAKE]
Hermès Bélusca-Maïto [Sun, 29 Mar 2015 01:53:10 +0000 (01:53 +0000)]
[CMAKE]
Improve the concatenate_files macro introduced by Timo in r52179 + r52182 and hackfixed in r53914 . Notice that now it can take an arbitrary number of files to be concatenated. Hence you need to specify first the output file, and all the rest is the different files.

[FREELDR]
Use the improved concatenate_files macro.

svn path=/trunk/; revision=66946

9 years ago[CAT]
Hermès Bélusca-Maïto [Sun, 29 Mar 2015 00:52:49 +0000 (00:52 +0000)]
[CAT]
- stricmp doesn't exist in *nix, use strcasecmp instead.
- setmode (for setting IO streams mode -- text, binary --) is useless in *nix world, so just define it as a dummy function.
Should fix build.

svn path=/trunk/; revision=66945

9 years ago[SHELL32]
Giannis Adamopoulos [Sun, 29 Mar 2015 00:37:39 +0000 (00:37 +0000)]
[SHELL32]
- Load the shell extensions of the * class only for files.
CORE-6806

svn path=/trunk/; revision=66944

9 years ago[CAT]: io.h appears to be useless, and seems to not be part of all C setups.
Hermès Bélusca-Maïto [Sun, 29 Mar 2015 00:16:53 +0000 (00:16 +0000)]
[CAT]: io.h appears to be useless, and seems to not be part of all C setups.

svn path=/trunk/; revision=66943

9 years ago[ROSAPPS][HOST-TOOLS]:
Hermès Bélusca-Maïto [Sun, 29 Mar 2015 00:13:25 +0000 (00:13 +0000)]
[ROSAPPS][HOST-TOOLS]:
- Take the best of the two CAT rosapps and turn them into a host-tool. Will be used later on in the build process.
- Few comment cleaning in bin2c tool.

svn path=/trunk/; revision=66942

9 years agoForgot this file.
David Quintana [Sat, 28 Mar 2015 23:37:36 +0000 (23:37 +0000)]
Forgot this file.

svn path=/trunk/; revision=66941

9 years ago[SHELL32]
David Quintana [Sat, 28 Mar 2015 23:27:10 +0000 (23:27 +0000)]
[SHELL32]
* Implement CLSID_QueryAssociations class. Patch by Ivan Rodionov, with some unrotting by me.
CORE-8188 #resolve

svn path=/trunk/; revision=66940

9 years ago[REACTOS.DFF]
Sylvain Petreolle [Sat, 28 Mar 2015 21:36:37 +0000 (21:36 +0000)]
[REACTOS.DFF]
Show the cornich^W user what to NOT do before losing hair, hours, and hope into mankind.

svn path=/trunk/; revision=66939

9 years ago[PSDK]
Giannis Adamopoulos [Sat, 28 Mar 2015 21:11:42 +0000 (21:11 +0000)]
[PSDK]
- Make IsEqualGUID typesafe for c++

[SHELL32]
- Properly call IsEqualIID in _ILIsControlPanel. Should fix CORE-8891.

svn path=/trunk/; revision=66938

9 years ago[TCPIP]
Thomas Faber [Sat, 28 Mar 2015 20:49:13 +0000 (20:49 +0000)]
[TCPIP]
- Free transport context in TiCloseFileObject
CORE-9437 #resolve

svn path=/trunk/; revision=66937

9 years ago[SHELL32]
Giannis Adamopoulos [Sat, 28 Mar 2015 19:45:27 +0000 (19:45 +0000)]
[SHELL32]
- CDefaultContextMenu: Reduce relying on the type of the pidl. Query the attributes of the item from the folder instead.
CORE-8973

svn path=/trunk/; revision=66936

9 years ago[SHELL32]
Giannis Adamopoulos [Sat, 28 Mar 2015 19:42:08 +0000 (19:42 +0000)]
[SHELL32]
- Fix CControlPanelFolder to report its attributes.

svn path=/trunk/; revision=66935

9 years ago[MCISEQ] Sync with Wine Staging 1.7.37. CORE-9246
Amine Khaldi [Sat, 28 Mar 2015 19:12:22 +0000 (19:12 +0000)]
[MCISEQ] Sync with Wine Staging 1.7.37. CORE-9246

svn path=/trunk/; revision=66934

9 years ago[NtUser]
James Tabor [Sat, 28 Mar 2015 17:37:44 +0000 (17:37 +0000)]
[NtUser]
- Patch by Fedor Zaytsev : Fixes edit cursor, remained painted after it was removed, see CORE-2131.

svn path=/trunk/; revision=66933

9 years ago[FASTFAT]
Thomas Faber [Sat, 28 Mar 2015 17:14:14 +0000 (17:14 +0000)]
[FASTFAT]
- Assert that clusters supposedly belonging to a file are not in fact marked as free
CORE-9433

svn path=/trunk/; revision=66932

9 years ago[FASTFAT]
Thomas Faber [Sat, 28 Mar 2015 16:58:53 +0000 (16:58 +0000)]
[FASTFAT]
- Do not delete files that have open handles
- Delete on cleanup instead of close, and do not depend on FileObject->DeletePending (since the last file object is not necessarily the one that caused the delete)
CORE-9433

svn path=/trunk/; revision=66931

9 years ago[MSHTML_WINETEST] Skip LCIDToLocaleName related tests.
Amine Khaldi [Sat, 28 Mar 2015 16:52:19 +0000 (16:52 +0000)]
[MSHTML_WINETEST] Skip LCIDToLocaleName related tests.

svn path=/trunk/; revision=66930

9 years ago[MSHTML_WINETEST] Sync with Wine Staging 1.7.37. CORE-9246
Amine Khaldi [Sat, 28 Mar 2015 15:53:45 +0000 (15:53 +0000)]
[MSHTML_WINETEST] Sync with Wine Staging 1.7.37. CORE-9246

svn path=/trunk/; revision=66929

9 years ago[MSHTML] Sync with Wine Staging 1.7.37. CORE-9246
Amine Khaldi [Sat, 28 Mar 2015 15:51:47 +0000 (15:51 +0000)]
[MSHTML] Sync with Wine Staging 1.7.37. CORE-9246
[BOOTDATA][APPWIZ][GECKO] Update to version 2.34.

svn path=/trunk/; revision=66928

9 years ago[PSDK] Update tom.idl. CORE-9246
Amine Khaldi [Sat, 28 Mar 2015 15:30:42 +0000 (15:30 +0000)]
[PSDK] Update tom.idl. CORE-9246

svn path=/trunk/; revision=66927

9 years ago[WIN32K] Enable PCH again.
Amine Khaldi [Sat, 28 Mar 2015 14:58:42 +0000 (14:58 +0000)]
[WIN32K] Enable PCH again.

svn path=/trunk/; revision=66926

9 years ago[FAST486]
Aleksandar Andrejevic [Sat, 28 Mar 2015 02:52:04 +0000 (02:52 +0000)]
[FAST486]
Generate a #DE if the division result can't fit in the destination register.

svn path=/trunk/; revision=66925

9 years ago[RAPPS]
Sylvain Petreolle [Fri, 27 Mar 2015 22:04:56 +0000 (22:04 +0000)]
[RAPPS]
Update NirLauncher location to 1.19.26.
Add French translation.

svn path=/trunk/; revision=66924

9 years ago[CDFS]
Thomas Faber [Fri, 27 Mar 2015 18:09:51 +0000 (18:09 +0000)]
[CDFS]
- Simplify string handling, add a few asserts

svn path=/trunk/; revision=66923

9 years ago[CDFS][MSFS][PCI]
Thomas Faber [Fri, 27 Mar 2015 18:03:39 +0000 (18:03 +0000)]
[CDFS][MSFS][PCI]
- Use sensible pool tags

svn path=/trunk/; revision=66922

9 years ago[INF]
Johannes Anderwald [Fri, 27 Mar 2015 17:30:05 +0000 (17:30 +0000)]
[INF]
- properly install kmixer
- disable audio category filter  until audio stack is ready

svn path=/trunk/; revision=66921

9 years ago[ACPI]
Thomas Faber [Fri, 27 Mar 2015 17:20:03 +0000 (17:20 +0000)]
[ACPI]
- Use more sensible pool tags
[NULL]
- Use pool tagging

svn path=/trunk/; revision=66920

9 years ago[VMWINST]
Thomas Faber [Fri, 27 Mar 2015 15:44:32 +0000 (15:44 +0000)]
[VMWINST]
- Fix build

svn path=/trunk/; revision=66919

9 years ago[INF]
Christoph von Wittich [Fri, 27 Mar 2015 15:43:19 +0000 (15:43 +0000)]
[INF]
add a dummy inf file for wmiacpi driver

svn path=/trunk/; revision=66918

9 years ago[PSDK]
Thomas Faber [Fri, 27 Mar 2015 15:30:22 +0000 (15:30 +0000)]
[PSDK]
- Add InstallHinfSection definitions

svn path=/trunk/; revision=66917

9 years ago[PSDK]
Thomas Faber [Fri, 27 Mar 2015 14:29:43 +0000 (14:29 +0000)]
[PSDK]
- Add NotifyServiceStatusChange definitions

svn path=/trunk/; revision=66916

9 years ago[KERNEL32]
Thomas Faber [Fri, 27 Mar 2015 13:29:59 +0000 (13:29 +0000)]
[KERNEL32]
- Addendum to r66912 and Romanian translation update by Ștefan Fulea
CORE-9429 #resolve

svn path=/trunk/; revision=66915

9 years ago[SYSSETUP]
Thomas Faber [Fri, 27 Mar 2015 11:44:59 +0000 (11:44 +0000)]
[SYSSETUP]
- Move the hotkey loop to its own thread to make it work when modal dialogs are open, and also during device installation
CORE-9428

svn path=/trunk/; revision=66914

9 years ago[SYSSETUP]
Thomas Faber [Fri, 27 Mar 2015 11:21:40 +0000 (11:21 +0000)]
[SYSSETUP]
- Open a command prompt if Shift+F10 is pressed during GUI setup, as Windows does.
CORE-9428 #resolve

svn path=/trunk/; revision=66913

9 years ago[KERNEL32]
Thomas Faber [Fri, 27 Mar 2015 11:12:22 +0000 (11:12 +0000)]
[KERNEL32]
- Add missing location friendly names
- Correctly handle location ids larger than USHORT_MAX in NLS_GetGeoFriendlyName

svn path=/trunk/; revision=66912

9 years ago[CONSRV]
Thomas Faber [Fri, 27 Mar 2015 10:10:42 +0000 (10:10 +0000)]
[CONSRV]
- Make error message actually useful

svn path=/trunk/; revision=66911

9 years ago[NTVDM]
Aleksandar Andrejevic [Fri, 27 Mar 2015 01:26:45 +0000 (01:26 +0000)]
[NTVDM]
Fix the implementation of the "Get Device Information" IOCTL.
Remove the broken implementation of the "Set Device Information" IOCTL.

svn path=/trunk/; revision=66910

9 years ago[NTVDM]: In case some app sends repeatedly beeps of Frequency == 0 (to stop beeping...
Hermès Bélusca-Maïto [Fri, 27 Mar 2015 00:44:44 +0000 (00:44 +0000)]
[NTVDM]: In case some app sends repeatedly beeps of Frequency == 0 (to stop beeping) but with Duration == INFINITY, do the duration fixup before actually checking whether our previous beep was the same, so that we don't saturate the beep driver with beep stop IRQ requests (Windows seems to handle that properly but ReactOS seems to do not, and the real problem seems to lie in NTOS kernel and not in the beep driver, because the same problem happens even when using windows' beep.sys in ROS). Patch by Aleksander, tested by both of us.

svn path=/trunk/; revision=66909

9 years ago[HIVESYS.INF]
Giannis Adamopoulos [Thu, 26 Mar 2015 23:57:16 +0000 (23:57 +0000)]
[HIVESYS.INF]
- Enable ConnectMultiplePorts for mouclass. This means that "the events generated by all pointing devices on the system are fed to the Windows subsystem in a single input stream".

svn path=/trunk/; revision=66908

9 years ago[NTVDM]
Aleksandar Andrejevic [Thu, 26 Mar 2015 23:31:01 +0000 (23:31 +0000)]
[NTVDM]
On DOS, CONIN$ and CONOUT$ are actually the same thing - a device called CON.

svn path=/trunk/; revision=66907

9 years ago[NTVDM]
Aleksandar Andrejevic [Thu, 26 Mar 2015 23:19:22 +0000 (23:19 +0000)]
[NTVDM]
In the DOS CON driver, for special keys, always send the scancode right after
the 0x00 byte.

svn path=/trunk/; revision=66906

9 years ago[NTOS:CM]
Thomas Faber [Thu, 26 Mar 2015 17:02:31 +0000 (17:02 +0000)]
[NTOS:CM]
- Do not allow the creation of keys in the master hive. Fixes boot with the VMware sound driver from rapps installed (and it works, too).
CORE-5381 #resolve

svn path=/trunk/; revision=66905

9 years ago[MSGINA] - Stub ShellDimScreen.
Giannis Adamopoulos [Thu, 26 Mar 2015 15:36:27 +0000 (15:36 +0000)]
[MSGINA] - Stub ShellDimScreen.

svn path=/trunk/; revision=66904

9 years ago[NTVDM]
Hermès Bélusca-Maïto [Thu, 26 Mar 2015 14:52:16 +0000 (14:52 +0000)]
[NTVDM]
- Fix some english.
- Validity checks for DosGetSftEntry returned pointer added.
- Use unsigned indices for for-loops indices that are always positive.

svn path=/trunk/; revision=66903

9 years ago[SHLWAPI]
Giannis Adamopoulos [Thu, 26 Mar 2015 13:01:58 +0000 (13:01 +0000)]
[SHLWAPI]
- Improve stubs for SHPropertyBag_ReadDWORD, PathFileExistsDefExtAndAttributesW, IUnknown_QueryServicePropertyBag and SHWindowsPolicyGetValue

svn path=/trunk/; revision=66902

9 years ago[SHELL32]
Thomas Faber [Thu, 26 Mar 2015 12:05:54 +0000 (12:05 +0000)]
[SHELL32]
- Correctly handle recursive change notifications in CDefView
- Remove desktop folder hack from SHChangeNotify and move it to CDefView until we have ITranslateShellChangeNotify
Fixes phantom files/folders on desktop. Based on a patch by Huw Campbell.
CORE-8844

svn path=/trunk/; revision=66901

9 years ago[WINMM]
Thomas Faber [Thu, 26 Mar 2015 09:53:23 +0000 (09:53 +0000)]
[WINMM]
- Apply Wine commit b1d9d43a (winmm: Don't mask out SND_ALIAS_ID or SND_FILENAME in sndPlaySound.) by Andrew Eikum. Fixes crash in winmm_winetest:wave
- Import WINMM_CheckCallback from Wine and use it, various cleanups (commits cb77f9a206d6dd3ee6a501bba311dff7 by Jörg Höhle). In particular, accepting a NULL callback in DriverCallback fixes the crash in winmm_winetest:wave.
CORE-9401 #resolve

svn path=/trunk/; revision=66900

9 years ago[NTVDM]
Aleksandar Andrejevic [Thu, 26 Mar 2015 01:57:35 +0000 (01:57 +0000)]
[NTVDM]
Fix a bug in CpuExceptionFilter.

svn path=/trunk/; revision=66899

9 years ago[NTVDM]: Improve few DPRINTs and fix the memory range check in the access violation...
Hermès Bélusca-Maïto [Thu, 26 Mar 2015 01:52:22 +0000 (01:52 +0000)]
[NTVDM]: Improve few DPRINTs and fix the memory range check in the access violation filter.

svn path=/trunk/; revision=66898

9 years ago[NTVDM]
Hermès Bélusca-Maïto [Thu, 26 Mar 2015 01:46:27 +0000 (01:46 +0000)]
[NTVDM]
Write a proper exception filter for the emulated CPU. Allows to:
- handle memory access exceptions inside the virtual memory space (happens when a VDD installs a memory hook on a memory region and a DOS app tries to read/write inside this region);
- detect NTVDM bugs (if during emulation one tries to read/write in invalid memory areas). This should unveils at least 1 bug in the DOS device emulation, when running 386TO486.COM inside NTVDM.

svn path=/trunk/; revision=66897

9 years agoFix 3 misspellings. No code changes.
Hermès Bélusca-Maïto [Thu, 26 Mar 2015 01:43:47 +0000 (01:43 +0000)]
Fix 3 misspellings. No code changes.

svn path=/trunk/; revision=66896

9 years ago[NTVDM]
Aleksandar Andrejevic [Thu, 26 Mar 2015 00:21:25 +0000 (00:21 +0000)]
[NTVDM]
Implement DOS character device support and driver loading support.
Separate the DOS memory manager code from the main DOS kernel source file.

CORE-9370 #resolve #comment Committed in revision r66895.

svn path=/trunk/; revision=66895

9 years ago[SHELL32]
Giannis Adamopoulos [Thu, 26 Mar 2015 00:00:24 +0000 (00:00 +0000)]
[SHELL32]
- Stub SHGetComputerDisplayNameW.

svn path=/trunk/; revision=66894

9 years ago[WIN32K]
Timo Kreuzer [Wed, 25 Mar 2015 22:38:20 +0000 (22:38 +0000)]
[WIN32K]
Rewrite brush code in C++

svn path=/trunk/; revision=66893

9 years ago[WIN32K]
Timo Kreuzer [Wed, 25 Mar 2015 22:37:16 +0000 (22:37 +0000)]
[WIN32K]
Handle DIB_PAL_INDICES in DIB_BitmapInfoSize

svn path=/trunk/; revision=66892

9 years ago[WIN32K]
Timo Kreuzer [Wed, 25 Mar 2015 22:32:48 +0000 (22:32 +0000)]
[WIN32K]
- Make brush structure definition C++ compatible
- Add delete callback for GDI objects and use if for brushes.
- Make IntGdiSetSolidBrushColor NTAPI instead of FASTCALL

svn path=/trunk/; revision=66891

9 years ago[WIN32K]
Timo Kreuzer [Wed, 25 Mar 2015 22:32:35 +0000 (22:32 +0000)]
[WIN32K]
- Add InterlockedIn/DecrementUL
- Define NULL to nullptr for C++ code
- Reorder includes a bit. First GDI then USER. Don't include most USER headers for C++ for now.

svn path=/trunk/; revision=66890

9 years ago[WIN32K]
Timo Kreuzer [Wed, 25 Mar 2015 22:32:22 +0000 (22:32 +0000)]
[WIN32K]
Make internal GDI headers C++ compatible, get rid of USER dependencies

svn path=/trunk/; revision=66889

9 years ago[WIN32SS/INCLUDE]
Timo Kreuzer [Wed, 25 Mar 2015 22:32:06 +0000 (22:32 +0000)]
[WIN32SS/INCLUDE]
- Add ntwin32.h, move declaration of PTHREADINFO, PPROCESSINFO and W32CLIENTINFO there
- Avoid language extensions that are not C++ compatible
- Avoid dependenence to PTHREADINFO/PPROCESSINFO in ntuser.h and use incomplete types instead
- Move duplicate definition of PATRECT from ntusrtyp.h to user32.h private header

svn path=/trunk/; revision=66888

9 years ago[WIN32K/INCLUDE]
Timo Kreuzer [Wed, 25 Mar 2015 22:30:28 +0000 (22:30 +0000)]
[WIN32K/INCLUDE]
Add ntwin32.h

svn path=/trunk/; revision=66887

9 years ago[INCLUDE]
Timo Kreuzer [Wed, 25 Mar 2015 22:27:44 +0000 (22:27 +0000)]
[INCLUDE]
- intsafe.h: Fix some constants to be C++ compatible
- sal.h: Implement _Analysis_mode_, __prefast_operator_new_null and __prefast_operator_new_throws annotations
- Make probe.h (mostly) C++ compatible

svn path=/trunk/; revision=66886

9 years ago[WIN32K]
Timo Kreuzer [Wed, 25 Mar 2015 22:27:16 +0000 (22:27 +0000)]
[WIN32K]
Implement GreCreateDIBitmapFromPackedDIB

svn path=/trunk/; revision=66885

9 years ago[WIN32K]
Timo Kreuzer [Wed, 25 Mar 2015 22:27:05 +0000 (22:27 +0000)]
[WIN32K]
Add definition for DIB_PAL_INDICES and fix typo in the related brush flag (BR_IS_DIBPALINDICES). See http://support.microsoft.com/kb/kbview/108497

svn path=/trunk/; revision=66884

9 years ago[WIN32K]
Timo Kreuzer [Wed, 25 Mar 2015 22:26:52 +0000 (22:26 +0000)]
[WIN32K]
- Handle allocation failures in FixupDIBBrushPalette
- In IntCreateDIBitmap make sure to the absolute height to GreCreateBitmap

svn path=/trunk/; revision=66883

9 years ago[MCIQTZ32] Sync with Wine Staging 1.7.37. CORE-9246
Amine Khaldi [Wed, 25 Mar 2015 16:00:49 +0000 (16:00 +0000)]
[MCIQTZ32] Sync with Wine Staging 1.7.37. CORE-9246

svn path=/trunk/; revision=66882

9 years ago[MAPI32_WINETEST] Sync with Wine Staging 1.7.37. CORE-9246
Amine Khaldi [Wed, 25 Mar 2015 16:00:04 +0000 (16:00 +0000)]
[MAPI32_WINETEST] Sync with Wine Staging 1.7.37. CORE-9246

svn path=/trunk/; revision=66881

9 years ago[MCIAVI32] Sync with Wine Staging 1.7.37. CORE-9246
Amine Khaldi [Wed, 25 Mar 2015 15:59:32 +0000 (15:59 +0000)]
[MCIAVI32] Sync with Wine Staging 1.7.37. CORE-9246

svn path=/trunk/; revision=66880

9 years ago[LOCALSPL] Sync with Wine Staging 1.7.37. CORE-9246
Amine Khaldi [Wed, 25 Mar 2015 15:58:54 +0000 (15:58 +0000)]
[LOCALSPL] Sync with Wine Staging 1.7.37. CORE-9246

svn path=/trunk/; revision=66879

9 years ago[JSCRIPT_WINETEST] Sync with Wine Staging 1.7.37. CORE-9246
Amine Khaldi [Wed, 25 Mar 2015 15:58:33 +0000 (15:58 +0000)]
[JSCRIPT_WINETEST] Sync with Wine Staging 1.7.37. CORE-9246

svn path=/trunk/; revision=66878

9 years ago[JSCRIPT] Sync with Wine Staging 1.7.37. CORE-9246
Amine Khaldi [Wed, 25 Mar 2015 15:58:08 +0000 (15:58 +0000)]
[JSCRIPT] Sync with Wine Staging 1.7.37. CORE-9246

svn path=/trunk/; revision=66877

9 years ago[PSDK] Update mlang.idl. CORE-9246
Amine Khaldi [Wed, 25 Mar 2015 11:59:44 +0000 (11:59 +0000)]
[PSDK] Update mlang.idl. CORE-9246

svn path=/trunk/; revision=66876

9 years ago[ITSS_WINETEST] Sync with Wine Staging 1.7.37. CORE-9246
Amine Khaldi [Wed, 25 Mar 2015 11:58:28 +0000 (11:58 +0000)]
[ITSS_WINETEST] Sync with Wine Staging 1.7.37. CORE-9246

svn path=/trunk/; revision=66875

9 years ago[IMAGEHLP_WINETEST] Sync with Wine Staging 1.7.37. CORE-9246
Amine Khaldi [Wed, 25 Mar 2015 11:57:51 +0000 (11:57 +0000)]
[IMAGEHLP_WINETEST] Sync with Wine Staging 1.7.37. CORE-9246

svn path=/trunk/; revision=66874

9 years ago[IMAGEHLP] Sync with Wine Staging 1.7.37. CORE-9246
Amine Khaldi [Wed, 25 Mar 2015 11:57:17 +0000 (11:57 +0000)]
[IMAGEHLP] Sync with Wine Staging 1.7.37. CORE-9246

svn path=/trunk/; revision=66873

9 years ago[IEFRAME] Sync with Wine Staging 1.7.37. CORE-9246
Amine Khaldi [Wed, 25 Mar 2015 11:56:14 +0000 (11:56 +0000)]
[IEFRAME] Sync with Wine Staging 1.7.37. CORE-9246

svn path=/trunk/; revision=66872

9 years ago[ICCVID] Sync with Wine Staging 1.7.37. CORE-9246
Amine Khaldi [Wed, 25 Mar 2015 11:54:53 +0000 (11:54 +0000)]
[ICCVID] Sync with Wine Staging 1.7.37. CORE-9246

svn path=/trunk/; revision=66871

9 years ago[HNETCFG] Sync with Wine Staging 1.7.37. CORE-9246
Amine Khaldi [Wed, 25 Mar 2015 11:54:05 +0000 (11:54 +0000)]
[HNETCFG] Sync with Wine Staging 1.7.37. CORE-9246

svn path=/trunk/; revision=66870

9 years ago[GDIPLUS_WINETEST] Sync with Wine Staging 1.7.37. CORE-9246
Amine Khaldi [Wed, 25 Mar 2015 11:51:58 +0000 (11:51 +0000)]
[GDIPLUS_WINETEST] Sync with Wine Staging 1.7.37. CORE-9246

svn path=/trunk/; revision=66869

9 years agoFix build.
Hermès Bélusca-Maïto [Wed, 25 Mar 2015 00:09:09 +0000 (00:09 +0000)]
Fix build.

svn path=/trunk/; revision=66868

9 years ago[CONSRV]
Hermès Bélusca-Maïto [Tue, 24 Mar 2015 23:58:44 +0000 (23:58 +0000)]
[CONSRV]
- Introduce a "console configuration" library that is used by both CONSRV and the console properties applet so that they can share common code concerning getting/setting console registry properties.
- Make use of the Windows-compatible (and undocumented) CONSOLE_STATE_INFO structure for that purpose (as well as the WM_SETCONSOLEINFO): see commits r63819 and r58415 and links within for more details. Note: this structure needs to be 4-byte packed (contrary to what it is said in almost all the links from above. The difference is only visible at the level of the last member that is the ConsoleTitle string array. This was tested on windows).
- Simplify some parts of console settings initialization.
- Some work is still needed concerning how to correctly retrieve the default console settings (without touching the ConsoleTitle member of CONSOLE_STATE_INFO, contrary to what we do currently).

[CONSOLE.DLL]
- Make the console properties applet windows-compatible, in the sense that you can now run it on win2k3 and use it instead of the windows one. This implies having the same strange hacks as windows' one, namely, that the window handle parameter of the CPlApplet entry point is either used as the caller (parent) window handle, OR, as a shared section handle to shared data with CONSRV.

[KERNEL32]
- Rework the console applet initialization accordingly. Also we reload each time the console.dll when opening the console applet, and then unload it: this "allows" to reset all the global variables that console.dll may (and does) have.

svn path=/trunk/; revision=66867