Commit graph

62558 commits

Author SHA1 Message Date
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
Amine Khaldi af907575d7 [WIN32K] Sync bezier.c with Wine Staging 1.7.37. CORE-9246
svn path=/trunk/; revision=67957
2015-05-29 20:57:23 +00:00
Timo Kreuzer 604dacb5af [CRT]
Implement a portable version of sqrt. It's using an optimized combination of different algorithms, resulting in code that calculates the result in the maximum possible (when internally using double) precision with only 11 multiplications and a single division.

svn path=/trunk/; revision=67956
2015-05-29 20:10:48 +00:00
Amine Khaldi 27c53b6562 [README.WINE] Update user32 path.
svn path=/trunk/; revision=67955
2015-05-29 20:04:05 +00:00
Amine Khaldi aecde940b9 [XDK] Addendum to r67919.
svn path=/trunk/; revision=67954
2015-05-29 20:01:51 +00:00
Amine Khaldi b97ddad165 [WIN32K] Apply Wine commit aec376d by Huw Davies: Clear the accel flags.
svn path=/trunk/; revision=67953
2015-05-29 17:14:30 +00:00
Johannes Anderwald 1412b0426b [SNDVOL32]
- revert 67251 as it breaks the dynamic user interface
[KS]
- fix bugs to return pin / topology node names

svn path=/trunk/; revision=67952
2015-05-29 15:01:34 +00:00
Eric Kohl 38b7201227 [USETUP]
- Fix indenttation fof comments.
- Replace SectorsPerTrack by SectorAlignment in partition size and location calculations.

svn path=/trunk/; revision=67951
2015-05-29 14:06:01 +00:00
Eric Kohl 3eb7effa38 [USETUP]
Update prototypes.

svn path=/trunk/; revision=67950
2015-05-29 11:44:34 +00:00
Amine Khaldi e4f03e95bc [WIN32K] Update FTVectorToPOINTFX to reduce diff to Wine.
svn path=/trunk/; revision=67949
2015-05-29 11:21:31 +00:00
Amine Khaldi d0fbb92a57 [WIN32K] Apply Wine commit 147765a by Sam Edwards: Prevent possible buffer overflows in get_glyph_outline.
svn path=/trunk/; revision=67948
2015-05-29 11:03:17 +00:00
Amine Khaldi 0a619bf67b [WIN32K] Add some missing range checks in ftGdiGetGlyphOutline. Fixes some gdi32:font tests. Thanks to Benedikt Freisen for the inspection. CORE-9746
svn path=/trunk/; revision=67947
2015-05-29 10:50:38 +00:00
Amine Khaldi 58999a1bfd [TCPIP] The driver does both v4 and v6. CORE-9744
svn path=/trunk/; revision=67946
2015-05-29 08:56:05 +00:00
Amine Khaldi a33904e62f [NTDLL_WINETEST] Sync with Wine Staging 1.7.43.
svn path=/trunk/; revision=67945
2015-05-29 08:46:58 +00:00
Amine Khaldi 2bfe43a8b8 [WINE/INCLUDE] Update winioctl.h.
svn path=/trunk/; revision=67944
2015-05-29 08:46:19 +00:00
Hermès Bélusca-Maïto 02a99fdc3a [PSDK]: Remove commented-out Get/SetStdHandle API prototypes from wincon.h (they must be in winbase.h), and add a new console API prototype in wincon.h
svn path=/trunk/; revision=67943
2015-05-28 23:47:55 +00:00
Aleksandar Andrejevic 1371cf3d00 [NTVDM]
Implement panning by moving the addressing coordinates up instead
of moving the display coordinates down.


svn path=/trunk/; revision=67942
2015-05-28 15:45:40 +00:00
Amine Khaldi 64f488b5d7 [CMAKE] Do not treat C4189 as an error when compiling with VS 2010, or when in release mode.
svn path=/trunk/; revision=67941
2015-05-28 12:19:24 +00:00
Amine Khaldi 945f960a7d [TCPIP] Identify TCP/IP driver as version 4. By Lee Schroeder. CORE-9744
svn path=/trunk/; revision=67940
2015-05-28 10:31:38 +00:00
Amine Khaldi 7e52c2b702 [PSDK] Update access.idl.
svn path=/trunk/; revision=67939
2015-05-28 10:26:15 +00:00
Aleksandar Andrejevic 2cbf3e4d56 [NTVDM]
Implement VGA panning.


svn path=/trunk/; revision=67938
2015-05-27 23:31:49 +00:00
James Tabor b61240a9fd [NtUser]
- De-reference global cursor. See CORE-8305.

svn path=/trunk/; revision=67937
2015-05-27 22:13:03 +00:00
Eric Kohl f4494b1b46 [PARPORT]
- Add FdoQueryBusRelations to enumerate the 'attached' raw port.
- Create the PDO for the raw port (\Device\ParallelX) and let the symbolic link (\DosDevices\LPTX) point to it.
- Move the open, close and write code from the FDO to the PDO.

svn path=/trunk/; revision=67936
2015-05-27 20:18:10 +00:00
Amine Khaldi 556d08c8f1 [PSDK] Apply Wine commit ea41f29 by Vincent Povirk: Fix off-by-one error in EmfPlusRecordType enumeration.
svn path=/trunk/; revision=67935
2015-05-27 19:58:39 +00:00
Aleksandar Andrejevic 71d4766281 [NTVDM]
Now that the Fast486 FPU is feature-complete, tell programs that we have a builtin FPU.
(This commit may cause regressions if there are bugs in the FPU)


svn path=/trunk/; revision=67934
2015-05-27 01:07:05 +00:00
Aleksandar Andrejevic 391168594d [FAST486]
Implement FPATAN.
Fix the sign of the FPTAN result. Spotted by fox_anthony.


svn path=/trunk/; revision=67933
2015-05-27 01:00:20 +00:00
Aleksandar Andrejevic d0860613d9 [FAST486]
Implement FPTAN by calculating the sine and then dividing it by
the approximated cosine: sqrt(1 - sin(x) ^ 2).
This method turned out to be faster and more precise than the
Maclaurin series for tan(x), which converges very slowly.


svn path=/trunk/; revision=67932
2015-05-26 19:11:33 +00:00
Daniel Reimer 644884cece [rapps]
[rapps_new]
Add zh-CN translation in RAPPS/RAPPS_NEW by Henry Tang Ih
CORE-9554 #resolve #comment Committed, thx ^^

svn path=/trunk/; revision=67931
2015-05-26 18:18:27 +00:00