Commit graph

62435 commits

Author SHA1 Message Date
Daniel Reimer 64df8c274d [RAPPS_NEW]
Remove copy of rapps DB

svn path=/trunk/; revision=68009
2015-06-04 14:02:06 +00:00
Daniel Reimer 1975891903 [rapps]
[rapps_new]
Add zh-CN translation in RAPPS/RAPPS_NEW by Henry Tang Ih
CORE-9554 #comment V3 patch committed

svn path=/trunk/; revision=68008
2015-06-04 14:00:51 +00:00
Christoph von Wittich 10ca80e69e [SETUPAPI]
there are three overlay icons
ImageList_SetOverlayImage expects an overlay index based on 1

svn path=/trunk/; revision=68006
2015-06-04 08:29:55 +00:00
Hermès Bélusca-Maïto 6844f1e037 [NTVDM]: Fix my fix of r68003.
svn path=/trunk/; revision=68005
2015-06-04 02:14:24 +00:00
Hermès Bélusca-Maïto 77f9846093 [INCLUDE:ASM]: fix the .space macro definition for MASM: it aims at imitating the .space macro of GAS. Its syntax is: ".space size_in_bytes optional_fill_byte_defaults_to_zero" . As previously declared, it was doing the reverse: filling *just* one (zero?) bytes with 'count' interpreted as a byte value. Also add a .skip macro that exactly does the same (and is equivalent of the same one in GAS).
svn path=/trunk/; revision=68004
2015-06-04 01:53:22 +00:00
Hermès Bélusca-Maïto e1aecc4b70 [NTVDM]: Do not rely on 0xCCCC for cold reboot checks. Fix some sentences.
svn path=/trunk/; revision=68003
2015-06-04 00:13:43 +00:00
Hermès Bélusca-Maïto 3461ea9719 [NTVDM]: Enable reads for current address and count registers (caught by Mysoft); for 16-bit accesses, be sure to drop the carry when shifting left CurrAddress; fix comments.
svn path=/trunk/; revision=68002
2015-06-03 21:23:30 +00:00
Aleksandar Andrejevic 3c167d248f [NTVDM]
Implement XMS functions 10h, 11h and 12h by forwarding them to the
VDM DOS memory manager.
CORE-9651 CORE-9741 #resolve #comment Fixed in revision 68001.


svn path=/trunk/; revision=68001
2015-06-02 21:59:19 +00:00
Eric Kohl 132e058f65 [CDFS]
Initialize an uninitialized variable.

svn path=/trunk/; revision=68000
2015-06-02 13:14:33 +00:00
Eric Kohl 9e959dc0a3 [CDFS]
Add IRP_MJ_QUERY_VOLUME_INFORMATION.FileFsFullSizeInformation to CDFS too.

svn path=/trunk/; revision=67999
2015-06-02 12:37:37 +00:00
Eric Kohl ec3eb2d675 [FASTFAT]
Add IRP_MJ_QUERY_VOLUME_INFORMATION.FileFsFullSizeInformation. This fixes a number of ntdll winetests.

svn path=/trunk/; revision=67998
2015-06-02 09:08:33 +00:00
Eric Kohl 102fea8ac8 [CDFS]
Finally queue IRP_MJ_CREATE IRPs too.

svn path=/trunk/; revision=67997
2015-06-01 19:22:42 +00:00
Amine Khaldi 5ff668f298 [KERNEL32] Apply Wine commit debd62c by Daniel Jelinski: Improved stub for GetCalendarInfo's CAL_SCALNAME. CORE-9246
svn path=/trunk/; revision=67996
2015-06-01 18:53:24 +00:00
Amine Khaldi 582fcf61a6 [CRT][LIBCNTPR] Adopt strtoul() from Wine Staging 1.7.37. Fixes a msvcrt:string test. CORE-9246
svn path=/trunk/; revision=67995
2015-06-01 18:49:52 +00:00
Eric Kohl 51086174d5 [CDFS]
Queue IRP_MJ_READ, IRP_MJ_WRITE, IRP_MJ_CLOSE and IRP_MJ_CLEANUP IRPs.

svn path=/trunk/; revision=67994
2015-06-01 17:15:11 +00:00
Daniel Reimer 39d0fe44d8 [TRANSLATIONS]
Add/Update Chinese (zh-CN) translation by Henry Tang Ih
CORE-9003 #resolve #comment Trunk patch applied, thx ^^
See issue 9003 for more details.

svn path=/trunk/; revision=67993
2015-06-01 17:13:53 +00:00
Daniel Reimer 0710e9e266 [ROSAPPS]
Add/Update Chinese (zh-CN) translation by Henry Tang Ih
CORE-9003 #comment ROSApps patch applied

svn path=/trunk/; revision=67992
2015-06-01 17:11:00 +00:00
Eric Kohl 378407a5c8 [CDFS]
Queue IRP_MJ_DIRECTORY_CONTROL IRPs.

svn path=/trunk/; revision=67991
2015-06-01 15:04:50 +00:00
Eric Kohl ef692c9c85 [CDFS]
Fix indentation and coding style. No code changes!

svn path=/trunk/; revision=67990
2015-06-01 15:00:51 +00:00
Eric Kohl d284e715f4 [CDFS]
Do not complete an IRP that will be passed down to a lower driver.

svn path=/trunk/; revision=67989
2015-06-01 14:26:58 +00:00
Eric Kohl 2ae749ea34 [CDFS]
- Move the fastio code to a separate file.
- Add Pierres IRP-Queue code and use it for IRP_MJ_QUERY_VOLUME_INFORMATION, IRP_MJ_SET_VOLUME_INFORMATION, IRP_MJ_QUERY_INFORMATION, IRP_MJ_SET_INFORMATION, IRP_MJ_DEVICE_CONTROL and IRP_MJ_FILE_SYSTEM_CONTROL requests.

svn path=/trunk/; revision=67988
2015-06-01 13:13:18 +00:00
Amine Khaldi cf09e71a19 [KERNEL32] Apply Wine commit 81dc0fe by Daniel Jelinski: Implement CAL_ICALINTVALUE in GetCalendarInfo. CORE-9246
svn path=/trunk/; revision=67987
2015-06-01 10:00:31 +00:00
Amine Khaldi 3323a3b964 [KERNEL32] Sync CompareStringW() with Wine Staging 1.7.37. CORE-9246
svn path=/trunk/; revision=67986
2015-06-01 09:56:53 +00:00
Amine Khaldi a4bc0dbd76 [DEVMGMT_NEW] Revert r67976 as requested by Ged.
svn path=/trunk/; revision=67985
2015-06-01 09:25:46 +00:00
Pierre Schweitzer 4512ae4da4 [NTFS]
So faar our driver is read-only

svn path=/trunk/; revision=67984
2015-05-31 21:31:14 +00:00
Pierre Schweitzer 4a632280f0 [NTFS]
Directly implement NtfsOpenFileById() for special files from the MFT where we cannot moonwalk there path.
It concerns any file with ID < 0x10.
This function can only cope with file which ID is < 0xc. Windows Internals reports that 0xc - 0xf entries are unused.

It would be interesting to double check returrned status in case of error, and also what Windows returns when attempting weird opening of suchs entries (overwrite, create for unused, etc).

svn path=/trunk/; revision=67983
2015-05-31 21:28:52 +00:00
Christoph von Wittich 5d511f10ac [DEVMGMT_NEW]
enable/disable context menu items on selection change

svn path=/trunk/; revision=67981
2015-05-31 09:14:29 +00:00
Daniel Reimer 94a8aa121b [DXDIAG]
Update german translation. Apply slight design fixes to the rest of the languages.

svn path=/trunk/; revision=67980
2015-05-31 07:15:23 +00:00
Christoph von Wittich 19d0becca8 [DEVMGMT_NEW]
show popupmenu on right click (not finished yet)

svn path=/trunk/; revision=67979
2015-05-30 20:32:37 +00:00
Christoph von Wittich 54294b0fb1 [DEVMGMT_NEW]
update german translation

svn path=/trunk/; revision=67978
2015-05-30 20:05:34 +00:00
David Quintana bc0a82a1ac [devmgmt_new]
Hopefully fix build in case-sensitive hosts.

svn path=/trunk/; revision=67977
2015-05-30 19:57:18 +00:00
David Quintana 481667de41 [DEVMGMT_NEW]
At the request of Christoph von Wittich, bring devmgmt_new into the build.
* Created CMakeLists.txt and added to parent folder.
* Removed some references to CAtlString that were not needed and are not implemented in our headers.
* Fixed build with gcc.
* Spread all the changes done to the english resources to the other languages. Many languages now contain untranslated strings that will need to be fixed.
Note that I made no effort to fix any bugs or improve any features. The app comes as-is, except it now builds with rosbe.

svn path=/trunk/; revision=67976
2015-05-30 19:53:44 +00:00
Amine Khaldi 2bf0f53d8a [DXDIAG] Improve the content of the tabs that have missing content. By Lee Schroeder. See CORE-8969 for more details.
svn path=/trunk/; revision=67975
2015-05-30 19:04:23 +00:00
Amine Khaldi bc1e6e58ea [USER32] Sync edit.c with Wine Staging 1.7.37. CORE-9246
svn path=/trunk/; revision=67974
2015-05-30 17:14:16 +00:00
Amine Khaldi c71f683e88 [README.WINE] Mark sortkey.c as synced with Wine Staging 1.7.37. CORE-9246
svn path=/trunk/; revision=67973
2015-05-30 17:13:30 +00:00
Amine Khaldi e59aa0f1d0 [WIN32K] Apply some bits of Wine commit 88acc9c8 by Akihiro Sagawa: Don't modify output glyph metrics unless the function succeeds. CORE-9746
svn path=/trunk/; revision=67972
2015-05-30 17:00:52 +00:00
Christoph von Wittich b1e5b0ed46 [NTVDM]
adjust VdmMenuPos in case the menu already exists
CORE-9487

svn path=/trunk/; revision=67971
2015-05-30 16:05:10 +00:00
Hermès Bélusca-Maïto 9565c83981 [NTVDM]: When ntvdm crashes and we restart it in the same console, do not add fresh new menu items but just keep the old ones.
Patch by Christoph von Wittich, with some added comments to think about.
CORE-9487 #resolve

svn path=/trunk/; revision=67970
2015-05-30 15:51:18 +00:00
Daniel Reimer 829726353b [RAPPS]
Update entries to recent versions... btw... why do we have all these files twice now???

svn path=/trunk/; revision=67969
2015-05-30 15:15:24 +00:00
Daniel Reimer 09a677918c [rapps]
[rapps_new]
Add zh-CN translation in RAPPS/RAPPS_NEW by Henry Tang Ih
CORE-9554 #comment V2 patch committed. Thx ^^

svn path=/trunk/; revision=67968
2015-05-30 14:18:31 +00:00
Daniel Reimer ad3824d2e0 [STOBJECT]
Missing italian translations in ReactOS by Carlo Bramini
CORE-9725 #comment stobject patch committed. thx ^^

svn path=/trunk/; revision=67967
2015-05-30 14:09:29 +00:00
Daniel Reimer ce34521083 [RAPPS]
Update LibreOffice version to 4.4.3 and add zh-CN translation in RAPPS/RAPPS_NEW by Henry Tang Ih
CORE-9748 #resolve #comment Committed, thx

svn path=/trunk/; revision=67966
2015-05-30 14:09:12 +00:00
Amine Khaldi 8b64c9ce1f [NETAPI32] Fix array index use before limits check. By Kudratov Olimjon using Cppcheck. CORE-8978
svn path=/trunk/; revision=67965
2015-05-30 10:24:29 +00:00
Amine Khaldi 0e02eb304d [FTP] Fix array index use before limits check. By Kudratov Olimjon using Cppcheck. CORE-8978
svn path=/trunk/; revision=67964
2015-05-30 10:21:48 +00:00
Amine Khaldi d6a45cb528 [NOTEPAD] Fix array index use before limits check. By Kudratov Olimjon using Cppcheck. CORE-8978
svn path=/trunk/; revision=67963
2015-05-30 10:19:49 +00:00
Amine Khaldi 7140da34ed [NOTEPAD] Fix loading font settings. By Lee Schroeder. CORE-9074
svn path=/trunk/; revision=67962
2015-05-30 10:15:48 +00:00
Aleksandar Andrejevic e9fde4873d [NTVDM][BASESRV]
- When a DOS application is started by a process that has no console,
the ConsoleHandle in the VDM_CONSOLE_RECORD is initially NULL.
Fix that by making an initial VDM_GET_FIRST_COMMAND call in NTVDM
and setting the ConsoleHandle to the handle of NTVDM's console in
BaseSrvGetNextVDMCommand.
- Fix a bug in BaseSrvGetVDMExitCode (VDM_READY means the task has exited).


svn path=/trunk/; revision=67961
2015-05-30 02:23:44 +00:00
Amine Khaldi 47f56b8765 [USER32] Sync combo.c with Wine Staging 1.7.37. CORE-9246
svn path=/trunk/; revision=67960
2015-05-29 22:06:52 +00:00
Amine Khaldi ebef8a5c75 [USER32] Sync button.c with Wine Staging 1.7.37. CORE-9246
svn path=/trunk/; revision=67959
2015-05-29 21:48:55 +00:00
Amine Khaldi e753bc0b4c [README.WINE] Mark some user32 source files as synced with Wine Staging 1.7.37. CORE-9246
svn path=/trunk/; revision=67958
2015-05-29 21:30:01 +00:00