reactos.git
9 years ago[CONSRV]
Hermès Bélusca-Maïto [Tue, 22 Apr 2014 03:44:13 +0000 (03:44 +0000)]
[CONSRV]
- Selection info is per-terminal.
- Lock the console only when needed.

svn path=/trunk/; revision=62864

9 years ago[CONSRV]... and fix comments (forgotten in revision 62861).
Hermès Bélusca-Maïto [Tue, 22 Apr 2014 00:55:03 +0000 (00:55 +0000)]
[CONSRV]... and fix comments (forgotten in revision 62861).

svn path=/trunk/; revision=62863

9 years agoCode formatting.
Hermès Bélusca-Maïto [Tue, 22 Apr 2014 00:47:24 +0000 (00:47 +0000)]
Code formatting.

svn path=/trunk/; revision=62862

9 years ago[CONSRV]
Hermès Bélusca-Maïto [Tue, 22 Apr 2014 00:46:49 +0000 (00:46 +0000)]
[CONSRV]
- Introduce a helper function to query the console leader process (instead of using duplicated code).
- Fix the algorithm of the last close notification, as demonstrated by the tests I did on windows 2003 (test app is provided in CORE-7250):
  a console app that registered for the last close notification, closes only if the process that was the console leader process at the time the app registered for the notification, is killed.
  In this case, we notify the app, and we clear some flags. On the contrary, if we close the app that registered for the notification, we just clear the flags without doing extra operations.

svn path=/trunk/; revision=62861

9 years ago[WS2_32_WINETEST]
Amine Khaldi [Mon, 21 Apr 2014 20:07:13 +0000 (20:07 +0000)]
[WS2_32_WINETEST]
* Sync with Wine 1.7.17.
CORE-8080

svn path=/trunk/; revision=62860

9 years ago[PSDK]
Amine Khaldi [Mon, 21 Apr 2014 20:05:34 +0000 (20:05 +0000)]
[PSDK]
* Import wsnwlink.h from Wine 1.7.17.
CORE-8080

svn path=/trunk/; revision=62859

9 years ago[PSDK]
Amine Khaldi [Mon, 21 Apr 2014 19:52:53 +0000 (19:52 +0000)]
[PSDK]
* Fix WSAID_WSASENDMSG definition.

svn path=/trunk/; revision=62858

9 years ago[SYSDM]
Kamil Hornicek [Mon, 21 Apr 2014 19:04:32 +0000 (19:04 +0000)]
[SYSDM]
- formatting
- remove BOM from the Russian resource
- update the Czech translation
- add myself to the credits because vanity~

svn path=/trunk/; revision=62857

9 years ago[SYSDM]
Kamil Hornicek [Mon, 21 Apr 2014 18:27:40 +0000 (18:27 +0000)]
[SYSDM]
- use alpha blend when drawing the ros logo on the general page
- misc code cleanup
CORE-8071

svn path=/trunk/; revision=62856

9 years ago[WIN32K]
Timo Kreuzer [Mon, 21 Apr 2014 17:09:27 +0000 (17:09 +0000)]
[WIN32K]
Do not ignore failure when calling DrvEnablePDEV and properly handle a failure in PDEVOBJ_bEnablePDEV instead of ASSERTing. Properly cleanup the PDEV after failure, check if the PDEV was enabled before calling DrvDisablePDEV. Fixes some crashes with VBox driver.

svn path=/trunk/; revision=62855

9 years ago[NTDDRAW]
Timo Kreuzer [Mon, 21 Apr 2014 14:12:06 +0000 (14:12 +0000)]
[NTDDRAW]
Fix buffer overflow

svn path=/trunk/; revision=62854

9 years ago[MSVC]
Amine Khaldi [Mon, 21 Apr 2014 11:06:42 +0000 (11:06 +0000)]
[MSVC]
* Don't error on C4603 now that the PCH setup is well tested.
CORE-7716

svn path=/trunk/; revision=62852

9 years ago[KERNEL32]
Hermès Bélusca-Maïto [Mon, 21 Apr 2014 01:36:00 +0000 (01:36 +0000)]
[KERNEL32]
- Add a debug output to the default console dispatcher for the CTRL_LAST_CLOSE_EVENT code;
- hardcoded_value--;
Addendum to revision 62847.

svn path=/trunk/; revision=62848

9 years ago[KERNEL32][CONSRV]
Hermès Bélusca-Maïto [Mon, 21 Apr 2014 01:22:17 +0000 (01:22 +0000)]
[KERNEL32][CONSRV]
Implement (undocumented) SetLastConsoleEventActive API.
Patch by Alexander Andrejevic, with a minor modification by me concerning the addition of a NotifiedLastCloseProcess member to the CONSOLE structure and a check that makes sure that only the app that asked for the notification, receives it (and so that we don't call the console control dispatcher for nothing).
This API is used by ntvdm to be sure that it gets killed when all other console apps attached to the ntvdm's console are away.
CORE-7250

svn path=/trunk/; revision=62847

9 years ago[KERNEL32][CONSRV]
Hermès Bélusca-Maïto [Sun, 20 Apr 2014 22:40:39 +0000 (22:40 +0000)]
[KERNEL32][CONSRV]
Make kernel32 / winsrv console CSR structures Win2k3-compliant for CreateConsoleScreenBuffer.
The aim is to be able to put our kernel32.dll or winsrv.dll on win2k3, and vice-versa.

Because of that, we need to introduce and use the redundant hMutex and lpBitMap in the CONSOLE_CREATESCREENBUFFER structure, instead of the ones that are already present in its CONSOLE_GRAPHICS_BUFFER_INFO member ...
Isn't MS dumb sometimes?

I also homogeneize some variable names wrt. equivalent ones that I use elsewhere, and I fix a broken return value in the case the API fails.

Part 3/X

CORE-7931

svn path=/trunk/; revision=62846

9 years ago[NTDLL_APITEST]
Thomas Faber [Sun, 20 Apr 2014 18:15:41 +0000 (18:15 +0000)]
[NTDLL_APITEST]
- Add test for NtQueryVolumeInformationFile. Patch by Víctor Martínez.
ROSTESTS-134 #resolve

svn path=/trunk/; revision=62844

9 years ago[KERNEL32][CONSRV]
Hermès Bélusca-Maïto [Sun, 20 Apr 2014 14:39:38 +0000 (14:39 +0000)]
[KERNEL32][CONSRV]
Implement console part of Get/SetHandleInformation, needed by msvcrt / cmd.exe (at least the windows version) and other console apps...

svn path=/trunk/; revision=62843

9 years ago[NTDLL_WINETEST]
Amine Khaldi [Sun, 20 Apr 2014 13:44:55 +0000 (13:44 +0000)]
[NTDLL_WINETEST]
* Sync with Wine 1.7.17.
CORE-8080

svn path=/trunk/; revision=62842

9 years ago[PSDK]
Amine Khaldi [Sun, 20 Apr 2014 13:42:12 +0000 (13:42 +0000)]
[PSDK]
* Add some missing LDR_ADDREF_DLL_PIN definition.

svn path=/trunk/; revision=62841

9 years ago[PSDK]
Amine Khaldi [Sun, 20 Apr 2014 13:34:54 +0000 (13:34 +0000)]
[PSDK]
* Add some missing definitions.

svn path=/trunk/; revision=62840

9 years ago[WIN32K]
Kamil Hornicek [Sun, 20 Apr 2014 13:29:53 +0000 (13:29 +0000)]
[WIN32K]
- apply r61265 for win32k, for consistency

svn path=/trunk/; revision=62839

9 years ago[SHELL32_WINETEST]
Amine Khaldi [Sun, 20 Apr 2014 13:19:24 +0000 (13:19 +0000)]
[SHELL32_WINETEST]
* Sync with Wine 1.7.17.
* Speedup build.
CORE-8080

svn path=/trunk/; revision=62838

9 years ago[MSVCRT_WINETEST]
Amine Khaldi [Sun, 20 Apr 2014 13:14:11 +0000 (13:14 +0000)]
[MSVCRT_WINETEST]
* Fix *nix build.

svn path=/trunk/; revision=62837

9 years ago[MSVCRT_WINETEST]
Amine Khaldi [Sun, 20 Apr 2014 13:10:24 +0000 (13:10 +0000)]
[MSVCRT_WINETEST]
* Sync with Wine 1.7.17.
CORE-8080

svn path=/trunk/; revision=62836

9 years ago[GDI32_WINETEST]
Amine Khaldi [Sun, 20 Apr 2014 13:01:01 +0000 (13:01 +0000)]
[GDI32_WINETEST]
* Sync with Wine 1.7.17.
CORE-8080

svn path=/trunk/; revision=62835

9 years ago[SETUPAPI_WINETEST]
Amine Khaldi [Sun, 20 Apr 2014 12:37:05 +0000 (12:37 +0000)]
[SETUPAPI_WINETEST]
* Sync with Wine 1.7.17.
CORE-8080

svn path=/trunk/; revision=62834

9 years ago[KERNEL32][CONSRV]
Hermès Bélusca-Maïto [Sun, 20 Apr 2014 11:25:38 +0000 (11:25 +0000)]
[KERNEL32][CONSRV]
Make kernel32 / winsrv console CSR structures Win2k3-compliant.
The aim is to be able to put our kernel32.dll or winsrv.dll on win2k3, and vice-versa.

Part 2/X

CORE-7931

svn path=/trunk/; revision=62833

9 years ago[ACTXPRXY]
Amine Khaldi [Sun, 20 Apr 2014 00:25:16 +0000 (00:25 +0000)]
[ACTXPRXY]
* Sync with Wine 1.7.17.
CORE-8080

svn path=/trunk/; revision=62832

9 years ago[DXDIAGN_WINETEST]
Amine Khaldi [Sun, 20 Apr 2014 00:20:32 +0000 (00:20 +0000)]
[DXDIAGN_WINETEST]
* Sync with Wine 1.7.17.
CORE-8080

svn path=/trunk/; revision=62831

9 years ago[DXDIAGN]
Amine Khaldi [Sun, 20 Apr 2014 00:20:21 +0000 (00:20 +0000)]
[DXDIAGN]
* Sync with Wine 1.7.17.
CORE-8080

svn path=/trunk/; revision=62830

9 years ago[DPLAYX_WINETEST]
Amine Khaldi [Sun, 20 Apr 2014 00:08:29 +0000 (00:08 +0000)]
[DPLAYX_WINETEST]
* Sync with Wine 1.7.17.
CORE-8080

svn path=/trunk/; revision=62829

9 years ago[DPLAYX]
Amine Khaldi [Sun, 20 Apr 2014 00:08:13 +0000 (00:08 +0000)]
[DPLAYX]
* Sync with Wine 1.7.17.
CORE-8080

svn path=/trunk/; revision=62828

9 years ago[DMUSIC]
Amine Khaldi [Sun, 20 Apr 2014 00:00:52 +0000 (00:00 +0000)]
[DMUSIC]
* Sync with Wine 1.7.17.
CORE-8080

svn path=/trunk/; revision=62827

9 years ago[DINPUT8]
Amine Khaldi [Sat, 19 Apr 2014 23:50:01 +0000 (23:50 +0000)]
[DINPUT8]
* Sync with Wine 1.7.17.
CORE-8080

svn path=/trunk/; revision=62826

9 years ago[DINPUT_WINETEST]
Amine Khaldi [Sat, 19 Apr 2014 23:44:04 +0000 (23:44 +0000)]
[DINPUT_WINETEST]
* Sync with Wine 1.7.17.
CORE-8080

svn path=/trunk/; revision=62825

9 years ago[DINPUT]
Amine Khaldi [Sat, 19 Apr 2014 23:43:51 +0000 (23:43 +0000)]
[DINPUT]
* Sync with Wine 1.7.17.
CORE-8080

svn path=/trunk/; revision=62824

9 years ago[SOLITAIRE][RAPPS][MSGINA]
Hermès Bélusca-Maïto [Sat, 19 Apr 2014 23:18:29 +0000 (23:18 +0000)]
[SOLITAIRE][RAPPS][MSGINA]
Polish translation of solitaire, rapps and msgina
Patch by Wojciech Kozłowski and Adam Stachowicz. Thanks a lot!
CORE-8068 #resolve #comment Second patch committed in revision 62823, thanks ;)

svn path=/trunk/; revision=62823

9 years ago[DEVENUM_WINETEST]
Amine Khaldi [Sat, 19 Apr 2014 19:30:34 +0000 (19:30 +0000)]
[DEVENUM_WINETEST]
* Sync with Wine 1.7.17.
CORE-8080

svn path=/trunk/; revision=62822

9 years ago[DEVENUM]
Amine Khaldi [Sat, 19 Apr 2014 19:30:15 +0000 (19:30 +0000)]
[DEVENUM]
* Sync with Wine 1.7.17.
CORE-8080

svn path=/trunk/; revision=62821

9 years ago[D3DXOF]
Amine Khaldi [Sat, 19 Apr 2014 19:13:01 +0000 (19:13 +0000)]
[D3DXOF]
* Sync with Wine 1.7.17.
CORE-8080

svn path=/trunk/; revision=62820

9 years ago[D3DX9_36]
Amine Khaldi [Sat, 19 Apr 2014 18:58:53 +0000 (18:58 +0000)]
[D3DX9_36]
* Sync with Wine 1.7.17.
CORE-8080

svn path=/trunk/; revision=62819

9 years ago[D3DX9_37] => [D3DX9_43]
Amine Khaldi [Sat, 19 Apr 2014 18:55:57 +0000 (18:55 +0000)]
[D3DX9_37] => [D3DX9_43]
* Sync with Wine 1.7.17.
CORE-8080

svn path=/trunk/; revision=62818

9 years ago[DXSDK]
Amine Khaldi [Sat, 19 Apr 2014 18:48:40 +0000 (18:48 +0000)]
[DXSDK]
* Sync the d3dx9 headers with Wine 1.7.17.
CORE-8080

svn path=/trunk/; revision=62817

9 years ago[D3DX9_24] => [D3DX9_35]
Amine Khaldi [Sat, 19 Apr 2014 18:35:05 +0000 (18:35 +0000)]
[D3DX9_24] => [D3DX9_35]
* Sync with Wine 1.7.17.
CORE-8080

svn path=/trunk/; revision=62816

9 years ago[D3DCOMPILER_43]
Amine Khaldi [Sat, 19 Apr 2014 18:26:34 +0000 (18:26 +0000)]
[D3DCOMPILER_43]
* Sync with Wine 1.7.17.
CORE-8080

svn path=/trunk/; revision=62815

9 years ago[RSAENH_WINETEST]
Amine Khaldi [Sat, 19 Apr 2014 18:12:06 +0000 (18:12 +0000)]
[RSAENH_WINETEST]
* Sync with Wine 1.7.17.
CORE-8080

svn path=/trunk/; revision=62814

9 years ago[RSAENH]
Amine Khaldi [Sat, 19 Apr 2014 18:11:58 +0000 (18:11 +0000)]
[RSAENH]
* Sync with Wine 1.7.17.
CORE-8080

svn path=/trunk/; revision=62813

9 years ago[PSDK]
Amine Khaldi [Sat, 19 Apr 2014 18:06:05 +0000 (18:06 +0000)]
[PSDK]
* Add missing CRYPT_USERDATA definition.

svn path=/trunk/; revision=62812

9 years ago[D3D8][D3D9][DDRAW][DXGI][QEDIT][WINED3D]
Amine Khaldi [Sat, 19 Apr 2014 17:30:00 +0000 (17:30 +0000)]
[D3D8][D3D9][DDRAW][DXGI][QEDIT][WINED3D]
* Sync with Wine 1.7.17.
CORE-8080

svn path=/trunk/; revision=62811

9 years ago[QUARTZ_WINETEST]
Amine Khaldi [Sat, 19 Apr 2014 16:28:22 +0000 (16:28 +0000)]
[QUARTZ_WINETEST]
* Sync with Wine 1.7.17.
CORE-8080

svn path=/trunk/; revision=62810

9 years ago[AMSTREAM][QUARTZ][STRMBASE]
Amine Khaldi [Sat, 19 Apr 2014 16:26:49 +0000 (16:26 +0000)]
[AMSTREAM][QUARTZ][STRMBASE]
* Sync with Wine 1.7.17.
CORE-8080

svn path=/trunk/; revision=62809

9 years ago[DXSDK]
Amine Khaldi [Sat, 19 Apr 2014 15:24:56 +0000 (15:24 +0000)]
[DXSDK]
* Add missing CLSID_VideoMixingRenderer.

svn path=/trunk/; revision=62808

9 years ago[CDFS]: Fix typo spotted by Alexander and confirmed by Pierre (see rev 62779).
Hermès Bélusca-Maïto [Sat, 19 Apr 2014 15:17:28 +0000 (15:17 +0000)]
[CDFS]: Fix typo spotted by Alexander and confirmed by Pierre (see rev 62779).

svn path=/trunk/; revision=62807

9 years agoAdding New Apps for Rapps by Erdem Ersoy
Daniel Reimer [Sat, 19 Apr 2014 15:16:25 +0000 (15:16 +0000)]
Adding New Apps for Rapps by Erdem Ersoy
German translations, version updates and mirror fixes by me.
CORE-7493 #resolve #comment Committed. Thx for helping.

svn path=/trunk/; revision=62806

9 years agoRapps - Polish Translation for multiple description files + a small translation in...
Daniel Reimer [Sat, 19 Apr 2014 14:46:57 +0000 (14:46 +0000)]
Rapps - Polish Translation for multiple description files + a small translation in the program itself. By wojo664
Rapps entries were integrated into the previous update. SF mirrors were kept as they were instead of using the freesoft.ru ones of the patch.
CORE-7882 #resolve #comment Committed. Thx for helping.

svn path=/trunk/; revision=62805

9 years ago[TASKMGR][MSGINA]
Eric Kohl [Sat, 19 Apr 2014 14:29:27 +0000 (14:29 +0000)]
[TASKMGR][MSGINA]
msgina and taskmgr: correction Russian translation
Patch by petr akhlamov. Thanks a lot!
CORE-7996 #resolve

svn path=/trunk/; revision=62804

9 years ago[MSGINA][SOLITAIRE]
Eric Kohl [Sat, 19 Apr 2014 14:16:55 +0000 (14:16 +0000)]
[MSGINA][SOLITAIRE]
Italian translation updates
Patches by Marco Maria Emanuele Bartucci. Thanks a lot!
CORE-8086 #resolve

svn path=/trunk/; revision=62803

9 years ago[PSDK]
Amine Khaldi [Sat, 19 Apr 2014 12:14:16 +0000 (12:14 +0000)]
[PSDK]
* Remove a __WINESRC__ case.
CORE-5743

svn path=/trunk/; revision=62802

9 years ago[SOLITAIRE]
Eric Kohl [Sat, 19 Apr 2014 12:12:44 +0000 (12:12 +0000)]
[SOLITAIRE]
Solitaire: Timed games and scoring.
Patch by Ricardo Hanke. Thanks a lot!
CORE-8031 #resolve

svn path=/trunk/; revision=62801

9 years ago[DXSDK]
Amine Khaldi [Sat, 19 Apr 2014 11:19:14 +0000 (11:19 +0000)]
[DXSDK]
* Update axextend.idl.

svn path=/trunk/; revision=62800

9 years ago[CDFS]
Pierre Schweitzer [Sat, 19 Apr 2014 11:03:26 +0000 (11:03 +0000)]
[CDFS]
Rely on RTL when possible. Spotted by Thomas.

svn path=/trunk/; revision=62799

9 years ago* A BOM sneaked in ;)
Amine Khaldi [Sat, 19 Apr 2014 10:47:47 +0000 (10:47 +0000)]
* A BOM sneaked in ;)

svn path=/trunk/; revision=62798

9 years ago[MSGINA]
Amine Khaldi [Sat, 19 Apr 2014 10:46:27 +0000 (10:46 +0000)]
[MSGINA]
* Italian translation update. By Marco Maria Emanuele Bartucci.
CORE-8085 #resolve #comment Committed in r62797. Thanks!

svn path=/trunk/; revision=62797

9 years ago[PSDK]
Amine Khaldi [Sat, 19 Apr 2014 10:40:15 +0000 (10:40 +0000)]
[PSDK]
* Add some missing definitions.

svn path=/trunk/; revision=62796

9 years agoRapps DB Update (1/2)
Daniel Reimer [Sat, 19 Apr 2014 10:27:52 +0000 (10:27 +0000)]
Rapps DB Update (1/2)

svn path=/trunk/; revision=62795

9 years ago[SYSDM][USRMGR][MSGINA]
Eric Kohl [Sat, 19 Apr 2014 09:40:15 +0000 (09:40 +0000)]
[SYSDM][USRMGR][MSGINA]
Polish translation of msgina, sysdm and usrmgr.
Patch by Wojciech Kozłowski and Adam Stachowicz. Thanks a lot!
CORE-8068 #resolve

svn path=/trunk/; revision=62794

9 years ago[MSGINA]
Eric Kohl [Sat, 19 Apr 2014 09:09:12 +0000 (09:09 +0000)]
[MSGINA]
- Allways add the computer name to the domain list.
- Notify the user about required password changes and repeat the logon using the new password.

svn path=/trunk/; revision=62793

10 years ago[CDFS]
Pierre Schweitzer [Sat, 19 Apr 2014 06:38:25 +0000 (06:38 +0000)]
[CDFS]
Fix MSVC build

svn path=/trunk/; revision=62792

10 years ago[CDFS]
Pierre Schweitzer [Sat, 19 Apr 2014 06:32:58 +0000 (06:32 +0000)]
[CDFS]
Don't attempt anything during the cleanup of stream file (or of an unopened file).
Fix crash on boot.

svn path=/trunk/; revision=62791

10 years ago[PSDK]
Amine Khaldi [Fri, 18 Apr 2014 23:05:43 +0000 (23:05 +0000)]
[PSDK]
* Add some missing definitions from Wine 1.7.17
CORE-8080

svn path=/trunk/; revision=62790

10 years ago[PSDK]
Amine Khaldi [Fri, 18 Apr 2014 22:57:46 +0000 (22:57 +0000)]
[PSDK]
* Add some missing definition from Wine 1.7.17
CORE-8080

svn path=/trunk/; revision=62789

10 years ago[PSDK]
Amine Khaldi [Fri, 18 Apr 2014 22:54:06 +0000 (22:54 +0000)]
[PSDK]
* Import delayloadhandler.h and fileapi.h from Wine 1.7.17.
CORE-8080

svn path=/trunk/; revision=62788

10 years ago[KERNEL32_WINETEST]
Amine Khaldi [Fri, 18 Apr 2014 22:50:27 +0000 (22:50 +0000)]
[KERNEL32_WINETEST]
* Sync with Wine 1.7.17.
CORE-8080

svn path=/trunk/; revision=62787

10 years ago[PSDK]
Amine Khaldi [Fri, 18 Apr 2014 22:39:12 +0000 (22:39 +0000)]
[PSDK]
* Add missing LINGUISTIC_IGNORECASE and NORM_LINGUISTIC_CASING definitions.

svn path=/trunk/; revision=62786

10 years ago[USER32_WINETEST]
Amine Khaldi [Fri, 18 Apr 2014 22:26:13 +0000 (22:26 +0000)]
[USER32_WINETEST]
* Sync with Wine 1.7.17.
CORE-8080

svn path=/trunk/; revision=62785

10 years ago[UNICODE]
Amine Khaldi [Fri, 18 Apr 2014 22:15:54 +0000 (22:15 +0000)]
[UNICODE]
* Sync with Wine 1.7.17.
CORE-8080

svn path=/trunk/; revision=62784

10 years ago* Addendum to r62773 (I don't know how did this file escape earlier).
Amine Khaldi [Fri, 18 Apr 2014 22:10:41 +0000 (22:10 +0000)]
* Addendum to r62773 (I don't know how did this file escape earlier).

svn path=/trunk/; revision=62783

10 years ago[WINE/TEST.H]
Amine Khaldi [Fri, 18 Apr 2014 22:07:22 +0000 (22:07 +0000)]
[WINE/TEST.H]
* Sync with Wine 1.7.17.
CORE-8080

svn path=/trunk/; revision=62782

10 years ago[ADVAPI32_WINETEST]
Amine Khaldi [Fri, 18 Apr 2014 21:58:58 +0000 (21:58 +0000)]
[ADVAPI32_WINETEST]
* Sync with Wine 1.7.17.
CORE-8080

svn path=/trunk/; revision=62781

10 years ago[CDFS]
Pierre Schweitzer [Fri, 18 Apr 2014 21:49:12 +0000 (21:49 +0000)]
[CDFS]
Allow registering notifications.
None implemented yet.

svn path=/trunk/; revision=62780

10 years ago[CDFS]
Pierre Schweitzer [Fri, 18 Apr 2014 21:40:02 +0000 (21:40 +0000)]
[CDFS]
Convert FCB pathname from simple buffer to unicode string.
Please carefully review if I missed something

svn path=/trunk/; revision=62779

10 years ago[PSDK]
Amine Khaldi [Fri, 18 Apr 2014 21:32:49 +0000 (21:32 +0000)]
[PSDK]
* Fix netioapi.h inclusion.
* Fix extern "C" placement.
CORE-7685

svn path=/trunk/; revision=62778

10 years ago[IPHLPAPI]
Amine Khaldi [Fri, 18 Apr 2014 21:26:31 +0000 (21:26 +0000)]
[IPHLPAPI]
* Zap GetIf{Entry,Table}2().
CORE-8081 #resolve

svn path=/trunk/; revision=62777

10 years ago[LIBXSLT]
Amine Khaldi [Fri, 18 Apr 2014 20:44:26 +0000 (20:44 +0000)]
[LIBXSLT]
* Move a couple headers to the appropriate folder.

svn path=/trunk/; revision=62776

10 years ago[REGEDIT]
Amine Khaldi [Fri, 18 Apr 2014 20:24:51 +0000 (20:24 +0000)]
[REGEDIT]
* Sync regproc.c with Wine 1.7.17. Formatting is overrated ;)
* Inspired by CORE-7916 (thanks Edijs Kolesnikovics!)
* Fixes all regedit test failures.
CORE-8080

svn path=/trunk/; revision=62775

10 years ago[WIDL]
Amine Khaldi [Fri, 18 Apr 2014 20:22:07 +0000 (20:22 +0000)]
[WIDL]
* Sync with Wine 1.7.17.
CORE-8080

svn path=/trunk/; revision=62774

10 years ago[LIBXML2]
Amine Khaldi [Fri, 18 Apr 2014 19:33:35 +0000 (19:33 +0000)]
[LIBXML2]
* Update to 2.9.1
* Make use of our iconvc and zlib libs.
[LIBXSLT][MSXML3]
* Make use of our iconvc and zlib libs.
CORE-8079 #resolve

svn path=/trunk/; revision=62773

10 years ago[FASTFAT]
Eric Kohl [Fri, 18 Apr 2014 12:07:55 +0000 (12:07 +0000)]
[FASTFAT]
Add file and directory removal notification.

svn path=/trunk/; revision=62772

10 years ago- Add support to scrolls too.
James Tabor [Thu, 17 Apr 2014 23:09:50 +0000 (23:09 +0000)]
- Add support to scrolls too.

svn path=/trunk/; revision=62771

10 years ago[User32]
James Tabor [Thu, 17 Apr 2014 22:48:14 +0000 (22:48 +0000)]
[User32]
- Fixed right click on title bar. See CORE-7054.

svn path=/trunk/; revision=62770

10 years ago[USETUP]
Kamil Hornicek [Thu, 17 Apr 2014 21:32:35 +0000 (21:32 +0000)]
[USETUP]
- add a default page file entry to the registry also during unattended setup
CORE-8074

svn path=/trunk/; revision=62769

10 years ago[BOOTDATA]
Hermès Bélusca-Maïto [Thu, 17 Apr 2014 20:58:30 +0000 (20:58 +0000)]
[BOOTDATA]
In the same vein as in revision 62766:
CORE-1697 CORE-7915 #comment Disable Multiprocessor choices at installation because it *DOESN'T correctly WORK* and cause problems to newcomers. Please reenable it *ONLY WHEN* you know it *REALLY* works !!! (revision 62768).

svn path=/trunk/; revision=62768

10 years ago[SYSDM]
Eric Kohl [Thu, 17 Apr 2014 20:56:12 +0000 (20:56 +0000)]
[SYSDM]
Bugfix: Enable the user to set a system managed paging file size if no paging file was set before. The user does not need to set a custom paging file size before setting the system managed paging file size.

svn path=/trunk/; revision=62767

10 years ago[USETUP]
Hermès Bélusca-Maïto [Thu, 17 Apr 2014 20:43:41 +0000 (20:43 +0000)]
[USETUP]
Disable EXT2 formatting because it *DOESN'T WORK* and cause problems to newcomers. Please reenable it *ONLY WHEN* you know it *REALLY* works !!!!!!!!!!
CORE-3091 CORE-3073 CORE-4003 #comment EXT2 formatting disabled in USETUP in revision 62766. Please reenable ONLY when you know it works.

svn path=/trunk/; revision=62766

10 years ago[SYSDM]
Eric Kohl [Thu, 17 Apr 2014 19:03:49 +0000 (19:03 +0000)]
[SYSDM]
Delete a paging file on the next boot after the user selected the "no paging file" option for a disk drive.

svn path=/trunk/; revision=62765

10 years ago[CMAKE]
Amine Khaldi [Thu, 17 Apr 2014 13:49:49 +0000 (13:49 +0000)]
[CMAKE]
* Enable the PCH related warnings globally.

svn path=/trunk/; revision=62764

10 years ago[CONSRV]
Hermès Bélusca-Maïto [Thu, 17 Apr 2014 00:46:43 +0000 (00:46 +0000)]
[CONSRV]
Code "symmetrization" (see the upper helper function).

svn path=/trunk/; revision=62763

10 years ago[LIBWINE]
Kamil Hornicek [Wed, 16 Apr 2014 23:17:59 +0000 (23:17 +0000)]
[LIBWINE]
- apply r61265 and use relative paths

svn path=/trunk/; revision=62762

10 years ago[LIBWINE]
Kamil Hornicek [Wed, 16 Apr 2014 22:47:40 +0000 (22:47 +0000)]
[LIBWINE]
- bring back the old debug output format ie class:(file:line), Testman depends on this

svn path=/trunk/; revision=62761

10 years ago[KERNEL32]
Hermès Bélusca-Maïto [Wed, 16 Apr 2014 22:25:29 +0000 (22:25 +0000)]
[KERNEL32]
Fix a DPRINT.

[CONSRV]
Some code reorganization and few fixes.

svn path=/trunk/; revision=62760