Commit graph

57201 commits

Author SHA1 Message Date
Thomas Faber f860a631fc [NTOS:IO]
- Get rid of some magic numbers

svn path=/trunk/; revision=71110
2016-04-06 20:02:38 +00:00
Thomas Faber 552f1fd24d [NTOS:IO]
- Handle RtlCreateUnicodeString failure in IopInitializeBuiltinDriver. Patch by Víctor Martínez Calvo. CID 1341416
CORE-11029 #resolve

svn path=/trunk/; revision=71109
2016-04-06 20:00:34 +00:00
Thomas Faber 1a15d6a55c [BOOTLIB]
- Fix uninitialized variable in MmFwGetMemoryMap. Patch by Víctor Martínez Calvo. CID 1341421
CORE-11026 #resolve

svn path=/trunk/; revision=71106
2016-04-06 12:30:06 +00:00
Thomas Faber 17943c3f75 [NDIS]
- Print status code in case MiniportInitialize fails
CORE-11073

svn path=/trunk/; revision=71105
2016-04-06 12:14:28 +00:00
Eric Kohl 88a13bc297 [CHARMAP]
Statusbar character descriptions.
Patch by Baruch Rutman.
CORE-7386 #resolve #comment Thanks a lot!

svn path=/trunk/; revision=71104
2016-04-05 20:29:48 +00:00
Robert Naumann a6e21cf122 [WELCOME] Fix the blurry header bitmap. By Henry Tang Ih. CORE-10712
svn path=/trunk/; revision=71103
2016-04-05 19:29:56 +00:00
Robert Naumann fd892c0f79 [EXPLORER][SHELL32] Fix some blurry and ugly icons. By Jared Smudde. CORE-10847 CORE-10848
svn path=/trunk/; revision=71102
2016-04-05 17:35:11 +00:00
Robert Naumann 0b456041ef [EXPLORER] Add missing German translation. Patch by Joachim Henze. CORE-11075
svn path=/trunk/; revision=71099
2016-04-04 18:10:01 +00:00
Eric Kohl cba34a3d1a [SERVMAN]
Improved column ordering.
Patch by Carlo Bramini.
CORE-10674 #resolve #comment Thanks a lot!

svn path=/trunk/; revision=71098
2016-04-03 22:13:01 +00:00
Thomas Faber 8a7494dd08 [KERNEL32]
- Correctly calculate the buffer size if the PATH variable is set but empty in BasepComputeProcessPath. Yes, this is a bug in Windows.
CORE-11080 #resolve

svn path=/trunk/; revision=71097
2016-04-03 20:48:51 +00:00
Pierre Schweitzer d741481035 [NTOSKRNL]
Rework debug prints in Mcb, this is what helped bringing the infamous r71091.
NFC.

CORE-11002

svn path=/trunk/; revision=71096
2016-04-03 20:17:09 +00:00
Eric Kohl 57bdb633c8 [NETSTAT]
- Fix parsing of the -p option and enable / as option indicator.
- Display foreign address of a listening TCP port as '<host>:0'.

svn path=/trunk/; revision=71095
2016-04-03 14:10:31 +00:00
Daniel Reimer 43e5749a1d [RAPPS]
Automatic Fixup of the whole RAPPS DB with a Python sync script from Christopher Reimer (based on the script from Ismael Ferreras Morezuelas): https://dl.dropboxusercontent.com/u/30053674/shaonificator.py
- Fixed ANY INI parsing errors like double language sections, missing braces, missing variable descriptions, typos...
- Fixed ANY sizes of downloads + all language specific alterations.
- Fixed ANY dead links.
- Fixed ANY SHA1 hashes.
- Comments are no more. All ppl who contributed and left their names in the comments of the files are now found in CONTRIBUTORS.
++ Removed offbyone.txt. The Browser is no more.

svn path=/trunk/; revision=71093
2016-04-03 13:38:29 +00:00
Eric Kohl 57b8eba2fe [NETAPI32]
Fix copypasta bug from r71085.
Hint by Thomas Faber. Thank you very much!

svn path=/trunk/; revision=71090
2016-04-01 21:16:45 +00:00
Hermès Bélusca-Maïto a66b77582f [CFGMGR32]: Fix an export, caught by Jason Wendt.
CORE-11076 #comment Fixed, thanks!

svn path=/trunk/; revision=71089
2016-04-01 18:51:08 +00:00
Thomas Faber 902af12d45 [USBSTOR]
- Fix memory leak in USBSTOR_ClassRequest. Patch by Vadim Galyant (vgal at rambler dot ru).
CORE-11074 #resolve

svn path=/trunk/; revision=71088
2016-04-01 08:32:40 +00:00
Eric Kohl 79407a8027 [NET]
Net utility not enumerating local user accounts.
Patch by Curtis Wilson.
CORE-11023 #resolve #comment Thanks a lot!

svn path=/trunk/; revision=71087
2016-03-31 21:48:43 +00:00
Eric Kohl ec5cd6b41d [ADVAPI32]
CredWriteDomainCredentialsW missing in advapi32.dll.
Patch by Jared Smudde.
CORE-11055 #resolve #comment Thanks a lot!

svn path=/trunk/; revision=71086
2016-03-31 21:22:05 +00:00
Eric Kohl 84cd712088 [NETAPI32]
DsEnumerateDomainTrustsW missing in netapi32.dll.
Patch by Jared Smudde.
CORE-11056 #resolve #comment Thanks a lot!

svn path=/trunk/; revision=71085
2016-03-31 21:12:46 +00:00
Thomas Faber 3a5f8b5d7e [APPHELP]
- Add apphelp.dll. Patch by Mark Jansen, partially based on work by Mislav Blažević and the Wine team.
CORE-10367 #resolve

svn path=/trunk/; revision=71084
2016-03-31 12:54:05 +00:00
Thomas Faber d4705d3a33 [NTOS:PNP]
- Fix indentation in PnpRootPdoPnpControl. Also avoid unnecessary casts. No functional changes.

svn path=/trunk/; revision=71083
2016-03-31 07:54:52 +00:00
Thomas Faber 72cf18964b [NTOS:PNP]
- Avoid INVALID_HANDLE_VALUE, it's not meant for the kernel.

svn path=/trunk/; revision=71082
2016-03-31 07:51:08 +00:00
Thomas Faber d44ee74466 [SHELL32]
- Correctly handle desktop pidls in CDesktopFolder::CompareIDs. Based on a patch by Sylvain Deverre.
CORE-10747 CORE-10801 #resolve

svn path=/trunk/; revision=71081
2016-03-30 11:35:22 +00:00
Thomas Faber 113dd2e1e9 [SHELL32]
- Correctly handle NULL pidls in CDesktopFolder::CompareIDs and CDrivesFolder::CompareIDs. Based on a patch by Sylvain Deverre.
CORE-10745 #resolve
CORE-10747

svn path=/trunk/; revision=71080
2016-03-30 11:11:37 +00:00
Thomas Faber 510fc325df [SHELL32]
- Treat psfgaoOut as optional in SHParseDisplayName. Patch by Sylvain Deverre.
CORE-10747

svn path=/trunk/; revision=71079
2016-03-30 09:35:04 +00:00
Amine Khaldi ef66463fce [IERNONCE] Turkish translation by Erdem Ersoy. CORE-11042
svn path=/trunk/; revision=71078
2016-03-29 09:53:44 +00:00
Thomas Faber df2d6a0e8a [BROWSEUI]
- Add stubs for IEnumString and IAutoCompleteDropDown to CAutoComplete. Patch by Jared Smudde.
CORE-11045 #resolve

svn path=/trunk/; revision=71076
2016-03-29 08:27:26 +00:00
Daniel Reimer 053ffccb8e [CAROOTS]
Updated SSL certs to up to date Mozilla DB. Done with swyter's great script from ROSBE-61

svn path=/trunk/; revision=71075
2016-03-28 23:15:30 +00:00
Daniel Reimer d65859c0da [RAPPS]
BOMS! EVERYWHERE!

svn path=/trunk/; revision=71074
2016-03-28 22:56:27 +00:00
Daniel Reimer ef66168b39 [Woops...]
Fix some missing stuff...

svn path=/trunk/; revision=71072
2016-03-28 21:40:16 +00:00
Daniel Reimer 68c216c066 [RAPPS/RAPPS_NEW]
Add Update Database to the toolbar by Jared Smudde
CORE-10924 #resolve #comment Committed, thx ^^

svn path=/trunk/; revision=71071
2016-03-28 21:38:35 +00:00
Daniel Reimer e85d20412c [USERINIT]
Fix Russian translation for userinit by BinaryTree
CORE-10936 #resolve #comment Committed, thx.

svn path=/trunk/; revision=71070
2016-03-28 21:26:21 +00:00
Daniel Reimer 70e4386998 [RAPPS]
Update link to msxml3 and add entry for msxml6.
CORE-10602 #resolve #comment Fixed. Thx 

svn path=/trunk/; revision=71069
2016-03-28 21:16:49 +00:00
Amine Khaldi 55799c678e [TASKMGR][SYSDM] Russian translation update by Sergey Shmygalev. CORE-11043
svn path=/trunk/; revision=71068
2016-03-28 20:29:51 +00:00
Daniel Reimer 3f3038d338 [RAPPS]
Database Update... incl. SHA1 hashes. Appreciate it! This took 5 hrs thx to the stupid and USELESS hashes!

svn path=/trunk/; revision=71067
2016-03-28 18:26:24 +00:00
Timo Kreuzer 92100df1fc [CMAKE/MSVC] Enable function level linking and comdat folding independent from build type. This reduces freeldr size and allows to build with /RTC1 again. Since GCC doesn't support function level linking, cmlib should be refactored by moving some functions into different source files to avoid linking unused code into freeldr.
svn path=/trunk/; revision=71066
2016-03-28 16:38:26 +00:00
Timo Kreuzer 920ada6ae0 {SPEC2DEF] Allow forwarders to contain ordinals (xydll.#123)
svn path=/trunk/; revision=71065
2016-03-28 16:31:32 +00:00
Thomas Faber 677a03e5af [USER32]
- Fix is_dib_monochrome for bitmaps using BITMAPCOREINFO. Patch by Mark Jansen.
CORE-10889

svn path=/trunk/; revision=71063
2016-03-28 14:58:20 +00:00
Thomas Faber 6da01fa019 [RTL]
- Don't print an uninitialized variable in parse_assembly_identity_elem. Spotted by Mark Jansen.
CORE-10927 #resolve

svn path=/trunk/; revision=71062
2016-03-28 11:43:16 +00:00
Thomas Faber d7dacbad47 [CMAKE]
- Delay imports belong before regular imports because delayimp may pull in functions from kernel32
CORE-10935

svn path=/trunk/; revision=71061
2016-03-27 15:14:32 +00:00
Pierre Schweitzer 60b7bdf7c8 [NTFS]
Fix invalid read for data shared over two sectors

Patch by Trevor Thompson

CORE-10998

svn path=/trunk/; revision=71060
2016-03-27 09:33:22 +00:00
James Tabor bc08222791 [User32]
- Fix crash by use of MDI container rules.
- Patch by Michael Müller: Preserve beginning of extra data for MDI windows.
- Patch by Jacek Caban : Ignore WM_CHILDACTIVATE on disabled windows in DefMDIChildProc.
- CORE-10912 Wine Staging 1.9.4

svn path=/trunk/; revision=71059
2016-03-26 23:12:01 +00:00
James Tabor b0c749c4ea [User32]
- Patch by Piotr Caban : Select text control content while setting dialog focus.
- CORE-10912 Wine Staging 1.9.4
- Added comments.

svn path=/trunk/; revision=71058
2016-03-26 21:20:55 +00:00
Amine Khaldi e308102f4a [REISERFS] Import ReiserFS file system driver for Windows. It will be enabled later on. Brought to you by Peter Hater. CORE-11005
svn path=/trunk/; revision=71057
2016-03-26 20:40:42 +00:00
Thomas Faber aa172ad912 [USER32]
- Use the correct, previously calculated width and height in BITMAP_LoadImageW instead of assuming pbmi is an actual BITMAPINFO. Fixes loading bitmaps using BITMAPCOREINFO format. Patch by Mark Jansen.
CORE-10889

svn path=/trunk/; revision=71056
2016-03-26 15:35:21 +00:00
Pierre Schweitzer 7dd5bed1c6 [NTFS]
Fix a typo.

Patch by Trevor Thompson

CORE-10998

svn path=/trunk/; revision=71055
2016-03-26 13:22:32 +00:00
Pierre Schweitzer 49cf2b67df [FREELDR]
Cherrypick r71053

svn path=/trunk/; revision=71054
2016-03-26 13:19:09 +00:00
Pierre Schweitzer 4516374507 [NTFS]
Fix a bug in sparse files reading.

Spotted and fixed by Aman Priyadarshi

svn path=/trunk/; revision=71053
2016-03-26 13:15:14 +00:00
Pierre Schweitzer 0df3e104b4 [BTRFS]
Upgrade the WinBtrfs to release 0.3.

Mostly bugfixes

CORE-11024 #resolve #comment Committed in r71052

svn path=/trunk/; revision=71052
2016-03-26 11:53:07 +00:00
Hermès Bélusca-Maïto 7fb342fec3 [SYSSETUP]
- Reduce the C COM "ugliness" by using suitable macros. Thanks to Mark Jansen for having pointed that.
- Use sizeof() instead of ARRAYSIZE() * sizeof(WCHAR) to do the same thing.

svn path=/trunk/; revision=71051
2016-03-26 02:11:58 +00:00
Hermès Bélusca-Maïto 7dc1d07379 [SYSSETUP]: Code formatting, and exclusively use UNICODE strings.
svn path=/trunk/; revision=71050
2016-03-26 01:43:34 +00:00
Hermès Bélusca-Maïto fcc8dd0c5a [SYSSETUP]
Allow for an optional working directory in the shortcuts definitions in the shortcuts.inf file.
Patch by Mark Jansen
CORE-11020 #comment Thank you very much!

[SHORTCUTS.INF]
As an application of the previous feature, make the shortcuts (desktop & start menu) of cmd.exe start it from the user directory.
CORE-11018 #comment Please retest with r71049.

svn path=/trunk/; revision=71049
2016-03-26 01:16:35 +00:00
Robert Naumann 85ca1a67fc [IERNONCE] Add resources, update file header, remove unneeded includes CORE-7194
svn path=/trunk/; revision=71048
2016-03-25 23:54:55 +00:00
Pierre Schweitzer de0bb0d228 [NTOSKRNL_VISTA]
Bug fixes to FsRtlRemoveDotsFromPath() (buffer overrun, buffer underrun, etc.).

This fixes the failing test

svn path=/trunk/; revision=71047
2016-03-25 22:12:08 +00:00
Ziliang Guo 77f62e2539 Last rapps sync patch for rapps_new. Sync by Mark Jensen. Patch by toe_head2001.
CORE-10986

svn path=/trunk/; revision=71045
2016-03-25 02:14:36 +00:00
Ziliang Guo 1e01918302 Additional rapps sync involving SSL certs. Porting done by Mark Jensen. Original code from Ismael Ferreras Morezuelas.
CORE-10986

svn path=/trunk/; revision=71044
2016-03-25 02:10:08 +00:00
Ziliang Guo 3ccdac9aca Sync rapps_new with rapps. Porting done by Mark Jensen. Original code from Ismael Ferreras Morezuelas.
CORE-10986

svn path=/trunk/; revision=71043
2016-03-24 23:03:35 +00:00
Amine Khaldi 72fc8c1283 [HIVESFT] Fix Santiago timezone in ReactOS time settings. By Peter Hater. CORE-10231
svn path=/trunk/; revision=71042
2016-03-24 18:18:30 +00:00
Amine Khaldi 989c5c1042 [SHELL32] Do not ignore the localized name for Desktop. By Ștefan Fulea. CORE-11001
svn path=/trunk/; revision=71041
2016-03-24 18:05:47 +00:00
Amine Khaldi 1c83377e38 [NPFS] Add version information. By Lee Schroeder. CORE-11004
svn path=/trunk/; revision=71040
2016-03-24 10:21:25 +00:00
Hermès Bélusca-Maïto 8699bf007d [BTRFS]
BUGBUG in fileinfo.c: 'datalen' is used but not initialized!

[NTOSKRNL_VISTA]
Add most of the same compile-time definitions as for ntoskrnl proper, since this static library can be seen as part of the kernel! Fixes MSVC build.

svn path=/trunk/; revision=71039
2016-03-23 21:24:28 +00:00
Pierre Schweitzer d0b46d4b4f [BTRFS]
Add the driver to the registry and to the CDs (out of cab)
Feel free to enjoy btrfs in ReactOS :-)

CORE-10892

svn path=/trunk/; revision=71038
2016-03-23 20:37:55 +00:00
Pierre Schweitzer d6b45221ca [BTRFS]
Import the WinBtrfs 0.2 driver from https://github.com/maharmstone/btrfs.

Based on the initial work from Peter Hater, with various modification and patches sent upstream (yay, yet another collaboration :-)).

This driver is in its earlies, so expect crashes, issues, and so on. We'll keep it updated to get rid of these issues.
For now, it reads really well from a btrfs volume!

CORE-10892

svn path=/trunk/; revision=71037
2016-03-23 20:35:05 +00:00
Pierre Schweitzer bd24dc4921 [NTOSKRNL_VISTA]
Introduce a new library dedicated to recent drivers: ntoskrnl_vista.

Its purpose is to provide some Vista+ syscalls to drivers that would require them.
Only 'simple' syscalls not depending on internal structures can land in this library (for the others, you're doomed ;-)).
This library is to be statically linked to your driver.

For the initial commit, the following syscalls have been implemented:
- RtlUnicodeToUTF8N(), RtlUTF8ToUnicodeN(), taken from Wine trunk, implemented by Thomas
- FsRtlRemoveDotsFromPath() implemented for the library

These three are required by the WinBtrfs FS driver

CORE-10892

svn path=/trunk/; revision=71036
2016-03-23 20:01:51 +00:00
Thomas Faber 8a1bed04bb [DBGHELP]
- Properly rename SYMBOL_INFO's member to Index, as done upstream. Dedicated to Timo.

svn path=/trunk/; revision=71035
2016-03-23 11:43:20 +00:00
Sylvain Petreolle 69a888dc46 [SMSS]
Less debug, better diagnostis.

svn path=/trunk/; revision=71034
2016-03-22 18:34:18 +00:00
Amine Khaldi 48463497bb [README.WINE] Mark some modules as synced with Wine Staging 1.9.4. CORE-10912
svn path=/trunk/; revision=71033
2016-03-21 16:28:41 +00:00
Pierre Schweitzer 2bff25caed [NTOSKRNL]
Fix build.
Seriously... GCC, you allow this?!

svn path=/trunk/; revision=71032
2016-03-20 19:30:43 +00:00
Pierre Schweitzer a15c1b7b67 [EXT2]
Update the driver to release 0.63.

One notable change is support for ExtX links (hard/sym). They work out of the box due to all the previous work that was done for supporting reparse points on NTFS.

Full changelog available at: http://www.ext2fsd.com/?p=195

CORE-10996 #resolve #comment Commited in r71031

svn path=/trunk/; revision=71031
2016-03-20 18:36:38 +00:00
Pierre Schweitzer 0a5da2af17 [NTOSKRNL]
Implement in a really simple way CcSetBcbOwnerPointer() and CcUnpinDataForThread(). They don't do everything the Windows Cc does, but at least, they do the basic job.

CORE-10996

svn path=/trunk/; revision=71030
2016-03-20 18:33:54 +00:00
Timo Kreuzer b9ead554ad [PSDK] "Fix" _SYMBOL_INFO structure, by replacing "info" member with a union of Index (correct member name) and info (required by wine code)
svn path=/trunk/; revision=71029
2016-03-20 17:11:49 +00:00
Amine Khaldi 1071daa616 [RAPPS_NEW] Add menu to the main window. By Mark Jansen. CORE-10992
svn path=/trunk/; revision=71026
2016-03-18 21:51:58 +00:00
Amine Khaldi 71df9d2dc5 [INETCPL][MMSYS][MSTSC][REGEDIT][SHELL32] Minor icon fixes by Jared Smudde. CORE-10987
svn path=/trunk/; revision=71022
2016-03-18 10:44:46 +00:00
Amine Khaldi 024dcc7549 [MUP][NTOS] Fix some misspellings. By Jared Smudde. CORE-10984
svn path=/trunk/; revision=71021
2016-03-18 10:29:46 +00:00
Ziliang Guo acf15ae965 Implement SHA1 checksum in new RAPPS. Patch by Mark Jansen.
CORE-10908 #resolve

svn path=/trunk/; revision=71020
2016-03-18 06:40:39 +00:00
Pierre Schweitzer 32d02efe94 [MPR]
Import Wine commit:
- e8c8ddcbfc8bc4458add06062005a4022162deab, Don't send lpRemoteName when requesting network place.

This is the end: ReactOS WNet is fully in sync with Wine, with all the features required for network providers in.
Enjoy your VBox/VMware shared folders working with synced upstream!

CORE-10878
CORE-10032

svn path=/trunk/; revision=71019
2016-03-17 18:18:18 +00:00
Ged Murphy bea0c19634 Implement CHeapPtr with a template allocator.
Re-Implement CComHeapPtr by deriving from CHeapPtr with a COM allocator
Patch by Mark Jansen
CORE 10903

svn path=/trunk/; revision=71018
2016-03-17 18:05:44 +00:00
Pierre Schweitzer 34c525c85d [VFATLIB]
Hint for future and current developers: there's a hidden feature in ReactOS, you can build it locally before committing, so that you can check whether your commit breaks build...
Amazing, isn't it?

svn path=/trunk/; revision=71017
2016-03-17 07:55:00 +00:00
Hermès Bélusca-Maïto 14590f92cf [VFATLIB]: Few "adjustments" (inspired from the code of DPRINT1) to diagnose
CORE-10932 CORE-10981 #comment Please retest with revision 71016 and make a debug log!

svn path=/trunk/; revision=71016
2016-03-17 01:11:10 +00:00
Pierre Schweitzer 02ce356779 [MPR]
Import Wine commit (by Nikolay Sivov):
- e920b4ecffd6387e24dd046fd7fa97d13d418d26, Implement WNetUseConnectionA().

CORE-10032

svn path=/trunk/; revision=71015
2016-03-16 18:40:14 +00:00
Eric Kohl ca5647ee50 [RAPPS][RAPPS_NEW]
Missing italian translations in ReactOS.
Patch by Carlo Bramini.
CORE-9725

svn path=/trunk/; revision=71014
2016-03-14 18:55:23 +00:00
Eric Kohl aedb89b5d9 [SHELL32]
Missing italian translations in ReactOS.
Patch by Carlo Bramini.
CORE-9725

svn path=/trunk/; revision=71013
2016-03-14 18:44:24 +00:00
Eric Kohl d39f1f56f5 [SNDREC32]
Missing italian translations in ReactOS.
Patch by Carlo Bramini.
CORE-9725

svn path=/trunk/; revision=71012
2016-03-14 18:30:35 +00:00
Eric Kohl 3dae907e81 [NOTEPAD]
Missing italian translations in ReactOS.
Patch by Carlo Bramini.
CORE-9725

svn path=/trunk/; revision=71011
2016-03-14 18:25:07 +00:00
Amine Khaldi b7c126d10e [TREE][USERINIT] Italian Translation update by Riccardo Montanari with fixes by me. CORE-10970
svn path=/trunk/; revision=71010
2016-03-14 09:22:20 +00:00
Eric Kohl 768609963a [MSGINA]
Missing italian translations in ReactOS.
Patch by Carlo Bramini.
CORE-9725

svn path=/trunk/; revision=71009
2016-03-13 23:21:52 +00:00
Eric Kohl 7f1403f94b [LSASRV]
Missing italian translations in ReactOS.
Patch by Carlo Bramini.
CORE-9725

svn path=/trunk/; revision=71008
2016-03-13 23:06:55 +00:00
Amine Khaldi bf13654827 [README.WINE] Addendum to r71006.
svn path=/trunk/; revision=71007
2016-03-13 18:18:06 +00:00
Amine Khaldi 8164b6f2bc [MSACM32.DRV] Move to dll/win32.
svn path=/trunk/; revision=71006
2016-03-13 18:08:50 +00:00
Eric Kohl 5f61233a8f [CLIPBRD][MMC][REACTOS][APPWIZ][CONSOLE]
Update Simplified Chinese and Traditional Chinese Translation.
Patch by Henry Tang Ih.
CORE-10939 #resolve #comment Thanks a lot!

svn path=/trunk/; revision=71005
2016-03-13 18:05:10 +00:00
Eric Kohl d4cd5254ba [BROWSEUI]
Brazilian Portuguese translation for browseui.dll.
Patch by Edison Henrique Andreassy.
CORE-10933 #resolve #comment Thanks a lot!

svn path=/trunk/; revision=71004
2016-03-13 16:55:23 +00:00
Eric Kohl 475537344f [INTL][INPUT]
Brazilian Portuguese translation for intl.cpl and input.dll.
Patch by Edison Henrique Andreassy.
CORE-10930 #release #comment Thanks a lot!

svn path=/trunk/; revision=71003
2016-03-13 14:21:09 +00:00
Amine Khaldi 8b061d20f4 [FREETYPE] Update to v2.6.3. CORE-10964
svn path=/trunk/; revision=71002
2016-03-13 11:33:31 +00:00
Amine Khaldi 614ed3b39a [WELCOME] React => ReactOS. By Henry Tang Ih. CORE-10946
svn path=/trunk/; revision=71001
2016-03-13 10:36:19 +00:00
Amine Khaldi f9253f9bea [README.WINE] Mark some dlls as synced with Wine Staging 1.9.4. CORE-10912
svn path=/trunk/; revision=71000
2016-03-13 09:06:54 +00:00
Hermès Bélusca-Maïto aac6a3218e [SHELL32]: Modify EnumPickIconResourceProc so that it indeed uses its hModule parameter, and as a last simplification, just gives hDlgCtrl to EnumResourceNamesW.
svn path=/trunk/; revision=70999
2016-03-12 23:51:57 +00:00
Hermès Bélusca-Maïto fba8d14251 [SHELL32]: Use _countof instead of ARRAYSIZE macro.
svn path=/trunk/; revision=70998
2016-03-12 17:09:39 +00:00
Hermès Bélusca-Maïto c872e338a1 [SHELL32]: Correctly copy the icon file name string, using the user-defined nMaxFile parameter.
svn path=/trunk/; revision=70997
2016-03-12 17:06:33 +00:00
Pierre Schweitzer 6c63754861 [BOOTLIB]
Fix some invalid sizeof() usage

svn path=/trunk/; revision=70996
2016-03-12 17:01:39 +00:00
Amine Khaldi 49a077dc61 [SHELL32] Fix build.
svn path=/trunk/; revision=70995
2016-03-11 22:59:57 +00:00
Hermès Bélusca-Maïto 36ccda324d [SHELL32]: Use the system colours for drawing the icon list item selection rectangle, instead of using hardcoded values.
svn path=/trunk/; revision=70994
2016-03-11 22:13:48 +00:00
Hermès Bélusca-Maïto 431880741a [SHELL32]: Few SendMessageA -> SendMessageW conversions, and whitespace fixes.
svn path=/trunk/; revision=70993
2016-03-11 22:12:44 +00:00
Hermès Bélusca-Maïto 264200c726 [DELAYIMP]: Whitespace fixes only (tabs -> spaces).
svn path=/trunk/; revision=70992
2016-03-10 18:31:52 +00:00
Aleksandar Andrejevic ab5df40430 [NTVDM]
Make the default graphics cursor more narrow and less ugly.
The new cursor is based on the one from DOSBox.


svn path=/trunk/; revision=70991
2016-03-10 02:44:37 +00:00
Aleksandar Andrejevic 2f923086b1 [NTVDM]
Implement PaintMouseCursor and EraseMouseCursor for video modes 12h and 13h.


svn path=/trunk/; revision=70990
2016-03-10 00:59:50 +00:00
Hermès Bélusca-Maïto ac22a1149a [SHELL32]: Use Unicode version of GetWindowTextLength in the Run dialog box.
svn path=/trunk/; revision=70989
2016-03-10 00:05:00 +00:00
Amine Khaldi e43a9a5105 [WINE/CONFIG] Update the LLVM bug report. Spotted by Mark Jansen.
svn path=/trunk/; revision=70985
2016-03-09 18:38:31 +00:00
Hermès Bélusca-Maïto fd4e6f9c26 [PSDK][XDK]
- Add few missing #ifdef __GNUC__ before including msvctarget.h.
- The contents of intrin.h is included only if RC_INVOKED is not defined. Compatible with MinGW and WinSDK.
- Ignore PROBE_ALIGNMENT definition if no platform is defined, in case RC_INVOKED is defined. Compatible with MinGW and latest WinSDK.
The two last fixes are also necessary to not make the Visual Studio resource compiler complain when a resource file is opened in it.

svn path=/trunk/; revision=70984
2016-03-09 16:54:43 +00:00
Amine Khaldi 7e46a7f7f4 [KERNEL32] Correct Turkish Locale. By Erdem Ersoy. CORE-10921
svn path=/trunk/; revision=70983
2016-03-09 16:40:59 +00:00
Amine Khaldi cded9ccbed [TRANSLATIONS] Turkish translation update by Erdem Ersoy. CORE-10920
svn path=/trunk/; revision=70982
2016-03-09 16:39:02 +00:00
Amine Khaldi 8a0062231b [PSDK] Update oleidl.idl. CORE-10912
svn path=/trunk/; revision=70981
2016-03-09 16:34:27 +00:00
Amine Khaldi 3a9620d0b4 [TRANSLATIONS] Spanish translation update by Ismael Ferreras Morezuelas. CORE-10922
svn path=/trunk/; revision=70980
2016-03-09 16:33:41 +00:00
Hermès Bélusca-Maïto 5d8398fc61 [NTVDM]: Fix space padding calculation in the text-mode hex dumper.
svn path=/trunk/; revision=70974
2016-03-09 00:07:24 +00:00
Amine Khaldi 2efa541daf [XDK][PSDK][DDK] Improve winnt.h and make it share more definitions with wdm.h.
svn path=/trunk/; revision=70972
2016-03-08 15:35:17 +00:00
Amine Khaldi 6b4fafcb54 [PSDK] Update shobjidl.idl. CORE-10912
svn path=/trunk/; revision=70970
2016-03-08 14:55:33 +00:00
Amine Khaldi c5d7583214 [BCRYPT] Implement mbedTLS backend. Brought to you by Peter Hater. CORE-10934
svn path=/trunk/; revision=70969
2016-03-08 14:49:52 +00:00
Amine Khaldi 6ac836433e [PSDK] Update xmldomdid.h. CORE-10912
svn path=/trunk/; revision=70968
2016-03-07 16:32:35 +00:00
Amine Khaldi 6b2347f73e [PSDK] Add some missing MUI_* definitions.
svn path=/trunk/; revision=70967
2016-03-06 21:32:01 +00:00
Amine Khaldi 6e801f790b [OLEPRO32] Sync with Wine Staging 1.9.4. CORE-10912
svn path=/trunk/; revision=70961
2016-03-06 16:11:19 +00:00
Amine Khaldi 8266de896c [PSDK] Update winerror.h. CORE-10912
svn path=/trunk/; revision=70960
2016-03-06 16:06:07 +00:00
Hermès Bélusca-Maïto eadaf9793c [PROGMAN]: Fix build. Tango-like icon by Ismael Ferreras Morasuelas (swyter).
svn path=/trunk/; revision=70959
2016-03-06 15:01:08 +00:00
Thomas Faber 2145a94c5c [PROGMAN]
- Hermès, go fix build or whatever

svn path=/trunk/; revision=70958
2016-03-06 11:42:25 +00:00
Hermès Bélusca-Maïto 1f41be7d09 [PSDK]: Fix a define.
svn path=/trunk/; revision=70957
2016-03-05 22:46:54 +00:00
Amine Khaldi 375b0b6042 [PSDK] Satisfy MSVC 2010. Dedicated to Hermès.
svn path=/trunk/; revision=70956
2016-03-05 22:40:18 +00:00
Pierre Schweitzer cfec64a66a [FS_REC]
Implement support for recognizing the Btrfs volumes.

Patch by Peter Hater.

CORE-10892 #comment The fs_rec part has been committed, thanks!

svn path=/trunk/; revision=70955
2016-03-05 13:01:11 +00:00
Amine Khaldi 15e3e7fd28 [WTSAPI32] Sync with Wine Staging 1.9.4. CORE-10912
svn path=/trunk/; revision=70951
2016-03-05 11:04:47 +00:00
Amine Khaldi eff9d67cf2 [WLDAP32] Sync with Wine Staging 1.9.4. CORE-10912
svn path=/trunk/; revision=70950
2016-03-05 11:01:59 +00:00
Amine Khaldi 0dbcea8773 [WININET] Sync with Wine Staging 1.9.4. CORE-10912
svn path=/trunk/; revision=70948
2016-03-05 10:58:26 +00:00
Amine Khaldi 6de537bd43 [WINHTTP] Sync with Wine Staging 1.9.4. CORE-10912
svn path=/trunk/; revision=70946
2016-03-05 10:51:52 +00:00
Amine Khaldi dc9f8b24d1 [WBEMPROX] Sync with Wine Staging 1.9.4. CORE-10912
svn path=/trunk/; revision=70944
2016-03-05 10:48:13 +00:00
Amine Khaldi 9ff47835c1 [WBEMDISP] Sync with Wine Staging 1.9.4. CORE-10912
svn path=/trunk/; revision=70943
2016-03-05 10:36:27 +00:00
Amine Khaldi 1faa5d60a4 [VERSION] Sync with Wine Staging 1.9.4. CORE-10912
svn path=/trunk/; revision=70941
2016-03-05 10:33:17 +00:00
Amine Khaldi 5182944828 [USP10] Sync with Wine Staging 1.9.4. CORE-10912
svn path=/trunk/; revision=70939
2016-03-05 10:30:03 +00:00
Amine Khaldi cc0b58e9c8 [URLMON] Sync with Wine Staging 1.9.4. CORE-10912
svn path=/trunk/; revision=70937
2016-03-05 10:27:46 +00:00
Amine Khaldi 2805e855c4 [TAPI32] Sync with Wine Staging 1.9.4. CORE-10912
svn path=/trunk/; revision=70936
2016-03-05 10:26:27 +00:00
Pierre Schweitzer 277399b7d0 [AUTOCHK]
Add support for the Btrfs file system

CORE-10892

svn path=/trunk/; revision=70935
2016-03-05 10:24:16 +00:00
Pierre Schweitzer bdcc0812c3 [UBTRFS]
Implement the utility DLL for the Btrfs file system

svn path=/trunk/; revision=70934
2016-03-05 10:22:15 +00:00
Pierre Schweitzer 19f279aa02 [BTRFSLIB]
Stub the Btrfs lib

CORE-10892

svn path=/trunk/; revision=70932
2016-03-05 10:20:32 +00:00
Amine Khaldi 18e1e62ec0 [SHLWAPI] Sync with Wine Staging 1.9.4. CORE-10912
svn path=/trunk/; revision=70931
2016-03-05 10:20:00 +00:00
Amine Khaldi a12a32176f [PSDK] Add missing URL_ESCAPE_AS_UTF8.
svn path=/trunk/; revision=70929
2016-03-05 10:10:10 +00:00
Amine Khaldi c3885d3546 [SCRRUN] Sync with Wine Staging 1.9.4. CORE-10912
svn path=/trunk/; revision=70926
2016-03-05 10:06:02 +00:00
Amine Khaldi c20ac899c6 [RPCRT4] Sync with Wine Staging 1.9.4. CORE-10912
svn path=/trunk/; revision=70925
2016-03-05 10:04:14 +00:00
Amine Khaldi 465363dbbd [RICHED20] Sync with Wine Staging 1.9.4. CORE-10912
svn path=/trunk/; revision=70923
2016-03-05 09:57:50 +00:00
Amine Khaldi 53f7b483b5 [PROGMAN] Properly import from Wine Staging 1.9.4. This fixes PCH usage, marks ReactOS specific diffs, reduces difference to upstream code, properly documents the sync in README.WINE, improves header inclusions and more. Changes should be sent upstream by their author (TM). CORE-10912
svn path=/trunk/; revision=70922
2016-03-05 08:45:08 +00:00
Amine Khaldi e5678878b7 [PROGMAN] Fix build.
svn path=/trunk/; revision=70921
2016-03-05 08:24:55 +00:00
Hermès Bélusca-Maïto 61d6b87b99 [OOPS]
A little bird pointed to me that I forgot to add progman to compilation...

svn path=/trunk/; revision=70920
2016-03-05 01:29:46 +00:00
Hermès Bélusca-Maïto 841705c296 [PROGMAN]
- Fix the Shell-About box.
- Whitespace/indentation fixes in string.c
- Add missing size for the ICON resource item of the dialog "Program attributes". MSVC resource compiler considered that as an error, while GCC's windres compiled that without warning (who knows what they took as the default value...).

svn path=/trunk/; revision=70919
2016-03-05 01:27:27 +00:00
Hermès Bélusca-Maïto 1b6a12077c [PROGMAN]: Add the famous Program Manager (Win3.1 style) from Wine 1.9.5, with minor fixes for compilation. The icon should be replaced as soon as possible.
svn path=/trunk/; revision=70918
2016-03-04 19:22:35 +00:00
Hermès Bélusca-Maïto 7073e04791 [AUTOCHK][CHKDSK]
- Whitespace fixes;
- Remove useless comments.

[FORMAT]
- Whitespace (tabs -> spaces) and indentation fixes.

[VFATLIB]
- Change of name of variable.

svn path=/trunk/; revision=70917
2016-03-04 17:09:34 +00:00
Hermès Bélusca-Maïto dc17af93ed [FORMAT]
- Completely reunicodify the application. CORE-9369
- Add back the original copyright/author information.

svn path=/trunk/; revision=70916
2016-03-04 16:26:57 +00:00
Robert Naumann f19459a13b [RAPPS] Display error messages on download failures. Patch by toe_head2001. Thank you!
svn path=/trunk/; revision=70915
2016-03-04 16:10:26 +00:00
Robert Naumann 7110605be1 [APPWIZ] Stubplement ConfigStartMenu Patch by Jared Smudde. CORE-10788
svn path=/trunk/; revision=70914
2016-03-04 15:43:31 +00:00
Amine Khaldi f9a4d5fa42 [PSDK] Update richedit.h. CORE-10912
svn path=/trunk/; revision=70913
2016-03-04 10:18:29 +00:00
Amine Khaldi 9676b263df [RASAPI32] Sync with Wine Staging 1.9.4. CORE-10912
svn path=/trunk/; revision=70912
2016-03-04 09:46:02 +00:00
Amine Khaldi 8daa517099 [QMGR] Sync with Wine Staging 1.9.4. CORE-10912
svn path=/trunk/; revision=70910
2016-03-04 09:44:01 +00:00
Amine Khaldi 299154ad71 [PDH] Sync with Wine Staging 1.9.4. CORE-10912
svn path=/trunk/; revision=70907
2016-03-04 09:38:25 +00:00
Amine Khaldi 798ac71373 [OLEDLG] Sync with Wine Staging 1.9.4. CORE-10912
svn path=/trunk/; revision=70905
2016-03-04 09:35:57 +00:00
Amine Khaldi 5567f3cf36 [OLEAUT32] Sync with Wine Staging 1.9.4. CORE-10912
svn path=/trunk/; revision=70903
2016-03-04 09:33:34 +00:00
Amine Khaldi bdeb901264 [OLE32] Sync with Wine Staging 1.9.4. CORE-10912
svn path=/trunk/; revision=70901
2016-03-04 09:25:52 +00:00
Amine Khaldi afcabd6d9e [PSDK] Update objidl.idl. CORE-10912
svn path=/trunk/; revision=70900
2016-03-04 09:20:21 +00:00
Hermès Bélusca-Maïto 4f69fb7420 [HELP]: Use ARRAYSIZE(buffer) instead of hardcoding its size.
svn path=/trunk/; revision=70899
2016-03-03 23:00:55 +00:00
Eric Kohl ba411a1da0 [TIMEDATE]
Brazilian Portuguese translation for timedate.cpl.
Patch by  Edison Henrique Andreassy.
CORE-10919 #resolve #comment Thanks a lot!

svn path=/trunk/; revision=70898
2016-03-03 20:16:39 +00:00
Eric Kohl f1de96bca2 Brazilian Portuguese translation for console.dll.
Patch by Edison Henrique Andreassy.
CORE-10918 #resolve #comment Thanks a lot!

svn path=/trunk/; revision=70897
2016-03-03 20:13:25 +00:00
Eric Kohl e34e1dfc1d Brazilian Portuguese translation for access.cpl.
Patch by Edison Henrique Andreassy.
CORE-10916 #resolve #comment Thanks a lot!

svn path=/trunk/; revision=70896
2016-03-03 20:10:20 +00:00
Amine Khaldi 476ff7e622 [OLE32] Adapt to the recent objbase.h change.
svn path=/trunk/; revision=70895
2016-03-03 17:54:32 +00:00
Amine Khaldi c9e309bf60 [PSDK] Update objbase.h. CORE-10912
svn path=/trunk/; revision=70894
2016-03-03 17:49:03 +00:00
Amine Khaldi ae74d4fba9 [MSIEXEC] Sync with Wine Staging 1.9.4. CORE-10912
svn path=/trunk/; revision=70893
2016-03-03 14:29:43 +00:00
Amine Khaldi 5b552508ae [MSI] Sync with Wine Staging 1.9.4. CORE-10912
svn path=/trunk/; revision=70891
2016-03-03 14:28:37 +00:00
Amine Khaldi 528c860782 [PSDK] Add some missing definitions.
svn path=/trunk/; revision=70890
2016-03-03 14:11:13 +00:00
Amine Khaldi b65776bc1b [ODBC32] Sync with Wine Staging 1.9.4. CORE-10912
svn path=/trunk/; revision=70887
2016-03-03 14:08:04 +00:00
Amine Khaldi ce187684eb [MSXML3] Sync with Wine Staging 1.9.4. CORE-10912
svn path=/trunk/; revision=70885
2016-03-03 14:00:49 +00:00
Amine Khaldi 565ee09080 [MSCTF] Sync with Wine Staging 1.9.4. CORE-10912
svn path=/trunk/; revision=70884
2016-03-03 13:48:58 +00:00
Amine Khaldi 0737aa31b7 [PSDK] Add some missing definitions.
svn path=/trunk/; revision=70883
2016-03-03 13:45:51 +00:00
Amine Khaldi 57634b2a21 [MSACM32.DRV] Sync with Wine Staging 1.9.4. CORE-10912
svn path=/trunk/; revision=70879
2016-03-03 13:41:35 +00:00
Amine Khaldi 338dcef71c [MSACM32] Sync with Wine Staging 1.9.4. CORE-10912
svn path=/trunk/; revision=70878
2016-03-03 13:40:51 +00:00
Amine Khaldi 8abbe01e6c [MMDEVAPI] Sync with Wine Staging 1.9.4. CORE-10912
svn path=/trunk/; revision=70877
2016-03-03 13:39:42 +00:00
Amine Khaldi 77f243c007 [MCIQTZ32] Sync with Wine Staging 1.9.4. CORE-10912
svn path=/trunk/; revision=70876
2016-03-03 13:38:34 +00:00
Amine Khaldi c3677ca740 [MAPI32] Sync with Wine Staging 1.9.4. CORE-10912
svn path=/trunk/; revision=70874
2016-03-03 13:36:26 +00:00
Amine Khaldi 5d4b069a8b [PSDK] Update d3d11shader.h. CORE-10912
svn path=/trunk/; revision=70873
2016-03-03 13:25:26 +00:00
Amine Khaldi 07a14c5c02 [JSCRIPT] Sync with Wine Staging 1.9.4. CORE-10912
svn path=/trunk/; revision=70871
2016-03-03 13:24:43 +00:00
Amine Khaldi 832c97fe3b [INETCOMM] Sync with Wine Staging 1.9.4. CORE-10912 [PSDK] Update objidl.idl. [MAPI32][OLE32] Adapt to objidl.idl changes.
svn path=/trunk/; revision=70870
2016-03-03 13:03:11 +00:00
Hermès Bélusca-Maïto b1ef18e020 [AUTOCHK][CHKDSK]: Minor fixes / formatting. Really add chkdsk to build.
[FMIFS]: Quickly implement the chkdsk function, the same way as it is done for the formatting function.

svn path=/trunk/; revision=70869
2016-03-03 00:36:25 +00:00
Hermès Bélusca-Maïto 9723b5e974 [CHKDSK]
- Integrate chkdsk into our build system.
- Whitespace fixes.

svn path=/trunk/; revision=70868
2016-03-02 22:05:19 +00:00
Hermès Bélusca-Maïto 9ebceb025b [CHKDSK]: Move checkdisk utility into the main trunk, but don't add it to compilation yet.
svn path=/trunk/; revision=70866
2016-03-02 20:21:27 +00:00
Amine Khaldi b4c2da5739 [IEFRAME] Sync with Wine Staging 1.9.4. CORE-10912
svn path=/trunk/; revision=70865
2016-03-02 10:41:57 +00:00
Amine Khaldi b3d83afecb [PSDK] Update some D3D10 related headers. CORE-10912
svn path=/trunk/; revision=70864
2016-03-02 10:41:10 +00:00
Amine Khaldi 615db957ca [GDIPLUS] Sync with Wine Staging 1.9.4. CORE-10912
svn path=/trunk/; revision=70862
2016-03-02 10:34:40 +00:00
Amine Khaldi 1a6ea4f8e9 [PSDK] Update gdiplusflat.h. CORE-10912
svn path=/trunk/; revision=70861
2016-03-02 10:17:31 +00:00
Amine Khaldi 2de608a0e7 [FUSION][FUSION_1_1][FUSION_2_0] Sync with Wine Staging 1.9.4. CORE-10912
svn path=/trunk/; revision=70860
2016-03-02 10:11:41 +00:00
Amine Khaldi c685be6a9e [DNSAPI] Correct and improve DnsFlushResolverCacheEntry_A() stub. CORE-10912
svn path=/trunk/; revision=70859
2016-03-02 09:58:46 +00:00
Hermès Bélusca-Maïto 778b819070 [VFATLIB]: Sync the FAT checker with dosfstools' fsck.vfat, from https://github.com/dosfstools/dosfstools . Synced with master branch, commit ed4e47b6757c05d4c23a9075b8b68003aa5dbfb8
svn path=/trunk/; revision=70858
2016-03-02 01:08:54 +00:00
Hermès Bélusca-Maïto 9fe7f7642f [USETUP]: In case chkdsk detects some disk errors, just display a warning message but allow the user to continue the installation.
svn path=/trunk/; revision=70857
2016-03-02 00:51:48 +00:00
Amine Khaldi fcfb86e245 [DBGHELP] Sync with Wine Staging 1.9.4. CORE-10912
svn path=/trunk/; revision=70853
2016-03-01 19:28:06 +00:00
Amine Khaldi d814026136 [CRYPT32] Sync with Wine Staging 1.9.4. CORE-10912
svn path=/trunk/; revision=70851
2016-03-01 19:20:47 +00:00
Amine Khaldi 084413dfe6 [README.WINE] Mark the remaining DX modules as synced with Wine Staging 1.9.4. CORE-10912
svn path=/trunk/; revision=70850
2016-03-01 19:13:32 +00:00
Amine Khaldi 1f027afc05 [COMDLG32] Sync with Wine Staging 1.9.4. CORE-10912
svn path=/trunk/; revision=70848
2016-03-01 19:11:55 +00:00
Amine Khaldi 74d4ba7655 [COMCTL32] Sync with Wine Staging 1.9.4. CORE-10912
svn path=/trunk/; revision=70846
2016-03-01 19:02:33 +00:00
Amine Khaldi cfef8c6c9b [INCLUDE/WINE] Update test.h. By Thomas Faber. CORE-10912
svn path=/trunk/; revision=70844
2016-03-01 18:56:14 +00:00
Amine Khaldi c5485a4bf0 [AVIFIL32] Sync with Wine Staging 1.9.4. CORE-10912
svn path=/trunk/; revision=70842
2016-03-01 18:31:48 +00:00
Amine Khaldi 4e179c15ac [QUARTZ] Sync with Wine Staging 1.9.4. CORE-10912
svn path=/trunk/; revision=70840
2016-03-01 18:25:44 +00:00
Amine Khaldi d4d184c689 [INCLUDE/WINE] Update winternl.h. CORE-10912
svn path=/trunk/; revision=70839
2016-03-01 18:21:47 +00:00
Amine Khaldi 1bd33c5367 [DXSDK] Add missing ksuuids.h inclusion.
svn path=/trunk/; revision=70838
2016-03-01 18:15:48 +00:00
Hermès Bélusca-Maïto e3445e18d1 [USETUP]
- bootsup.c/.h, usetup.c: Save the old MBR sector in the system partition (this makes easier to restore the old one).
- fslist.c/.h, usetup.h: Fix header inclusion order.
- partlist.c/.h, usetup.c: On BIOS-PC architectures, the system partition can be formatted in any FS as long as it is the active partition (on the contrary, on architectures where such system partition is required, it is formatted in FAT). We currently do not have write support for all FSes out there (apart for FAT until now), so do a "clever" "trick" to work around this problem: on initialized disks, find the active partition and check its FS. If we support write access to this FS then we're OK, otherwise we change the (active) system partition for the one on which we are going to install ReactOS (which is, by construction, formatted with a FS on which we support write access).
The MBR (resp. the VBR) of the disk (resp. of the system partition) are always saved into files, making easy for people to boot on them (using FreeLdr) or restoring them.

CORE-10898

svn path=/trunk/; revision=70837
2016-03-01 15:00:56 +00:00
Amine Khaldi a91cef7070 [STRMBASE] Sync with Wine Staging 1.9.4. CORE-10912
svn path=/trunk/; revision=70836
2016-03-01 13:41:22 +00:00
Amine Khaldi 284bfcc823 [PSDK] Update d3dcommon.idl. CORE-10912
svn path=/trunk/; revision=70835
2016-03-01 13:38:40 +00:00
Amine Khaldi 1c657e3e04 [DXDIAGN] Sync with Wine Staging 1.9.4. CORE-10912
svn path=/trunk/; revision=70833
2016-03-01 13:17:52 +00:00
Amine Khaldi 2e477a8332 [DPLAYX] Sync with Wine Staging 1.9.4. CORE-10912
svn path=/trunk/; revision=70832
2016-03-01 12:30:17 +00:00
Amine Khaldi 4efedc0606 [BCRYPT] Sync with Wine Staging 1.9.4. CORE-10912
svn path=/trunk/; revision=70830
2016-03-01 12:27:13 +00:00
Amine Khaldi 580e868308 [PSDK] Update bcrypt.h. CORE-10912
svn path=/trunk/; revision=70829
2016-03-01 12:24:32 +00:00
Amine Khaldi 6310ce0e66 [ATL] Sync with Wine Staging 1.9.4. CORE-10912
svn path=/trunk/; revision=70827
2016-03-01 12:14:12 +00:00
Amine Khaldi 49bcd564e8 [CABINET] Sync with Wine Staging 1.9.4. CORE-10912
svn path=/trunk/; revision=70826
2016-03-01 12:12:48 +00:00
Aleksandar Andrejevic c6e5bf1f49 [NTVDM]
Some programs expect an 8x8 font at F000:FA6E.
CORE-10877 #comment Works rather well as of r70825.


svn path=/trunk/; revision=70825
2016-03-01 00:44:20 +00:00
Pierre Schweitzer 5e3fd4edeb [NTOSKRNL]
The Ewoks concil said it's fine to dereference null pointers in the kernel, so, partly revert r70819 (by partly, I mean: revert everything excepted the comments that were fixed!).
Also add asserts that exist on Windows to make it obvious we're about to kill the whole kernel

To make it clear: fix the FSD!

svn path=/trunk/; revision=70824
2016-02-29 21:45:44 +00:00
Amine Khaldi a1a070ac19 [DXSDK] Update d3dx9anim.h. CORE-10912
svn path=/trunk/; revision=70823
2016-02-29 21:09:38 +00:00
Amine Khaldi 6fb762b426 [DXSDK] Update d3dx9tex.h. CORE-10912
svn path=/trunk/; revision=70822
2016-02-29 21:07:02 +00:00
Amine Khaldi 0918f6d8ea [D3DX9_24][D3DX9_36] Sync with Wine Staging 1.9.4. CORE-10912
svn path=/trunk/; revision=70821
2016-02-29 21:01:26 +00:00
Hermès Bélusca-Maïto 679011f92d [USETUP]
- Formatting fixes only.
[DISKPART]
- Fix a confusion CylinderAlignment vs. SectorAlignment.
- Formatting fixes.

svn path=/trunk/; revision=70820
2016-02-29 20:58:32 +00:00
Pierre Schweitzer 2f26a4a9e9 [NTOSKRNL]
Don't attempt to null-dereference fastio routine without checking whether it was set first.

This fixes RW with FSDs using cache but no FastIO possibilities.

CORE-10892

svn path=/trunk/; revision=70819
2016-02-29 13:59:32 +00:00
Thomas Faber 5786d08d01 [VERSION]
- Trunk is 0.5-SVN now.

svn path=/trunk/; revision=70818
2016-02-29 13:12:57 +00:00
Aleksandar Andrejevic c799784abf [NTVDM]
VidBiosScrollWindow shouldn't corrupt the screen in non-alphanumeric modes.
CORE-10877


svn path=/trunk/; revision=70816
2016-02-29 04:14:55 +00:00
Hermès Bélusca-Maïto 960b573f7b [REACTOS]: s/partiton/partition/
svn path=/trunk/; revision=70815
2016-02-29 01:22:02 +00:00
James Tabor 3e20700354 - Fix build.
svn path=/trunk/; revision=70814
2016-02-29 00:32:08 +00:00
James Tabor 96ab54cc90 [Win32SS]
- Based on patch : Jacek Caban : Don't use window' s parent as an owner if WS_CHILD style is not set.
- https://www.winehq.org/pipermail/wine-cvs/2016-February/111835.html
- Pass all win:test_parent_owner.
- Add window last view to Desktop Information structure.

svn path=/trunk/; revision=70813
2016-02-29 00:29:52 +00:00
Amine Khaldi 6a531b1d1a [DINPUT] Sync with Wine Staging 1.9.4. CORE-10912
svn path=/trunk/; revision=70812
2016-02-29 00:08:18 +00:00
Amine Khaldi 44d7b7156e [D3DRM] Sync with Wine Staging 1.9.4. CORE-10912
svn path=/trunk/; revision=70810
2016-02-29 00:01:53 +00:00
Amine Khaldi 3268729a9f [PSDK] Update ndrtypes.h. CORE-10912
svn path=/trunk/; revision=70809
2016-02-28 23:59:17 +00:00
Amine Khaldi 2172618e95 [D3D8][D3D9][DDRAW][WINED3D] Sync with Wine Staging 1.9.4. CORE-10912
svn path=/trunk/; revision=70808
2016-02-28 23:33:47 +00:00
Amine Khaldi 351cc7ab9c [WINHLP32] Sync with Wine Staging 1.9.4. CORE-10912
svn path=/trunk/; revision=70807
2016-02-28 23:05:53 +00:00
Amine Khaldi 5352d102a7 [INCLUDE/WINE] Update test.h. CORE-10912
svn path=/trunk/; revision=70805
2016-02-28 22:55:32 +00:00
Amine Khaldi edd653485e [REG] Sync with Wine Staging 1.9.4. CORE-10912
svn path=/trunk/; revision=70804
2016-02-28 22:53:26 +00:00
Amine Khaldi 8d45bf82db [UNICODE] Sync with Wine Staging 1.9.4. CORE-10912
svn path=/trunk/; revision=70803
2016-02-28 22:40:54 +00:00
Eric Kohl fbaaa03502 [DESK]
Brazilian Portuguese translation for desk.cpl.
Patch by Edison Henrique Andreassy.
CORE-10905 #resolve #comment Thanks a lot!

svn path=/trunk/; revision=70801
2016-02-28 20:48:31 +00:00
Eric Kohl 9173d75317 Brazilian Portuguese translation for hdwwiz.cpl.
Patch by Edison Henrique Andreassy.
CORE-10901 #resolve #comment Thanks a lot!

svn path=/trunk/; revision=70800
2016-02-28 20:44:26 +00:00
Eric Kohl 8035df5526 [INPUT]
Prevent removal of all languages from the language list by disabling the 'Remove' button when only one item remains. Enable the 'Remove' button when there is more than one item in the list.
CORE-3587 #resolve

svn path=/trunk/; revision=70799
2016-02-28 17:01:35 +00:00
Hermès Bélusca-Maïto 619dcec227 [USETUP]: Isolate the recognition of the filesystem of a partition into its own function.
svn path=/trunk/; revision=70798
2016-02-28 16:01:54 +00:00
Hermès Bélusca-Maïto dd0671dab2 [USETUP]
- Remove some unused structure members.
- Consistently use the vocable "system partition" and "boot partition" (using MS aka. hardware-oriented definition) according to:
  https://en.wikipedia.org/wiki/System_partition_and_boot_partition
  http://homepage.ntlworld.com/jonathan.deboynepollard/FGA/boot-and-system-volumes.html
  in few words:
  "system partition": the one that will be started by the platform firmware, and where the bootloader is found (only one per computer);
  "boot partition": the one where the OS of your choice resides (any number).

svn path=/trunk/; revision=70797
2016-02-28 15:25:22 +00:00
Pierre Schweitzer cb7c75c1d1 [FS_REC]
--MagicValues;

svn path=/trunk/; revision=70796
2016-02-28 11:27:05 +00:00
Hermès Bélusca-Maïto 429d288e03 [USETUP]: Fix some translations (especially the french one).
svn path=/trunk/; revision=70795
2016-02-28 02:51:47 +00:00
Pierre Schweitzer 5b8d869263 [SHELL32]
Thanks to r70793, this hack is no longer needed.

CORE-10878
CORE-10032

svn path=/trunk/; revision=70794
2016-02-27 21:01:11 +00:00
Pierre Schweitzer 13dfbf2592 [MPR]
Fix enumeration of network places root directory when starting the enumeration from network providers enumeration

CORE-10878 #resolve #comment Fixed with r70793

svn path=/trunk/; revision=70793
2016-02-27 20:58:32 +00:00
Hermès Bélusca-Maïto ad68f421d5 [USETUP]
- Use a more complete list of partition type names for displaying the partition types in the list.
CORE-4043 #resolve
- HACK (for ChkDsk): Guess the filesystem type of the current partition, based on its partition type ID. This is hackish because partitions with the same ID can be formatted with different file systems (e.g.: Linux partition ID 0x83 can cover EXT2/3/4, ReiserFS, etc). Therefore do NOT use GetPartTypeStringFromPartitionType for that!! (see r68156 and r70283).

svn path=/trunk/; revision=70792
2016-02-27 20:49:17 +00:00
Amine Khaldi 9ddf12fef6 [NTOSKRNL] Demote the UNIMPLEMENTED_DBGBREAK in WmiSetMark() to UNIMPLEMENTED. By Jared Smudde. CORE-10687
svn path=/trunk/; revision=70791
2016-02-27 20:18:14 +00:00
Pierre Schweitzer 3355fd5594 [FASTFAT]
Don't mark a pending IRP twice

svn path=/trunk/; revision=70788
2016-02-25 20:52:55 +00:00
Pierre Schweitzer 0f01876900 [NTFS]
Add a missing lock

svn path=/trunk/; revision=70787
2016-02-25 20:49:31 +00:00
Amine Khaldi 6184b009f9 [TRANSLATIONS] Spanish translation update and general localization improvements by Ismael Ferreras Morezuelas. CORE-10685
svn path=/trunk/; revision=70786
2016-02-25 11:03:21 +00:00
Eric Kohl eda8c9117f Russian translation for mspaint.
Patch by BinaryTree.
CORE-10740 #resolve #comment Thanks a lot!

svn path=/trunk/; revision=70785
2016-02-24 22:18:54 +00:00
James Tabor 1a71a5dae6 [Win32SS]
- Fix hang, CORE-10785 and ROSTESTS-208.

svn path=/trunk/; revision=70784
2016-02-24 10:20:06 +00:00
James Tabor 1673380d6e - Fix build, this is used later.
svn path=/trunk/; revision=70783
2016-02-24 08:45:36 +00:00
James Tabor c8fff05661 [Win32SS]
- Fix all wine win:test_GetMessagePos tests.
- See CORE-10867, please verify this is a fix.

svn path=/trunk/; revision=70782
2016-02-24 08:41:26 +00:00
Pierre Schweitzer c87591d771 [DISK]
Also had the nasty partition number hack to IOCTL_DISK_GET_PARTITION_INFO_EX.

It is required for some file system to work in ReactOS (teasing :-))

svn path=/trunk/; revision=70781
2016-02-24 07:55:36 +00:00