Amine Khaldi
5d02fb80e2
[TRANSLATIONS] Simplified Chinese translation update by Henry Tang Ih. CORE-10588
...
svn path=/trunk/; revision=70219
2015-11-30 19:01:56 +00:00
Amine Khaldi
5716b5bfb6
[TRANSLATIONS] Spanish translation update by Ismael Ferreras Morezuelas. CORE-10613
...
svn path=/trunk/; revision=70218
2015-11-30 18:53:22 +00:00
Ged Murphy
bc3c1a8ed6
[ATL]
...
- Implement CHandle
svn path=/trunk/; revision=70217
2015-11-30 12:07:18 +00:00
Thomas Faber
95fa8202a5
[FASTFAT]
...
- Gracefully handle empty filenames found on disk, and warn about them.
svn path=/trunk/; revision=70216
2015-11-30 11:25:14 +00:00
Ged Murphy
e828ff57bc
[SHELL32]
...
- Add support for canonical/string verbs when using CMINVOKECOMMANDINFO. This fixes switching views and adding a new folder when using the button in the common dialogs. This really needs to go in a CDefFolderMenu class (which likely inherits the context menu class), but we don't use that design.
- Partially implement CDefaultContextMenu::GetCommandString 'while I was there' It's completely untested though.
CORE-10089
svn path=/trunk/; revision=70215
2015-11-30 11:17:26 +00:00
Thomas Faber
51c131bcb5
[FASTFAT]
...
- Handle multiple trailing backslashes without asserting
CORE-10483
svn path=/trunk/; revision=70214
2015-11-29 20:23:43 +00:00
Pierre Schweitzer
e7830d5ae9
[TCPIP]
...
Stub implementation of IOCTL_QUERY_IP_HW_ADDRESS.
This fixes 5 tests in iphlpapi_apitest!
svn path=/trunk/; revision=70213
2015-11-29 19:53:48 +00:00
Pierre Schweitzer
575842c05c
[ARPING]
...
Implement an arping tool. Some portions of code are just plain copy/paste from ping tool code (booh, it's bad!).
It was designed and tested on W2K3.
It's in RosApps for two major reasons: such a tool doesn't exist by default in Windows 2K3.
And it doesn't work in ReactOS.
svn path=/trunk/; revision=70212
2015-11-29 19:44:29 +00:00
Amine Khaldi
fedd88382f
[PSDK] Update d3d8types.h. CORE-10536
...
svn path=/trunk/; revision=70211
2015-11-29 19:38:09 +00:00
Pierre Schweitzer
1fe3047f6b
[IPHLPAPI_APITEST]
...
Add a new apitest for iphlpapi.dll.
It includes tests for testing the SendARP() and its underlying IOCTL.
Tested against W2K3.
Obviously, most of these tests fail on ReactOS.
svn path=/trunk/; revision=70210
2015-11-29 19:31:33 +00:00
Thomas Faber
4cf4eebb95
[KMTESTS:IO]
...
- Add more path open tests
- Also test creating files
CORE-10483
svn path=/trunk/; revision=70209
2015-11-29 19:11:35 +00:00
Thomas Faber
774ff48872
[FASTFAT]
...
- Fail attempts to open files relative to the volume
svn path=/trunk/; revision=70208
2015-11-29 18:43:50 +00:00
Amine Khaldi
8e9e71dcfb
[NOTEPAD] Let the user know when an opened file is modified. By Lee Schroeder. CORE-9721
...
svn path=/trunk/; revision=70207
2015-11-29 18:13:33 +00:00
Amine Khaldi
93fe673fa4
[SHELL32] Set the OK button in the run dialog as disabled by default unless text is added. By Mark Jansen. CORE-10436
...
svn path=/trunk/; revision=70206
2015-11-29 18:00:19 +00:00
Amine Khaldi
f9e53e90df
[FDEBUG] Add an application manifest and change the window title from to "FreeLoader Debugger". By Ricardo Hanke. CORE-10410
...
svn path=/trunk/; revision=70205
2015-11-29 17:53:09 +00:00
Hermès Bélusca-Maïto
46edb74bda
[IPCONFIG]: Fix word lost in translation.
...
svn path=/trunk/; revision=70204
2015-11-29 17:49:43 +00:00
Amine Khaldi
1d103c37ac
[WIN32K] This looks more like a normal trace to me. Jim, please review. CORE-9604 CORE-5272
...
svn path=/trunk/; revision=70203
2015-11-29 17:45:09 +00:00
Amine Khaldi
4c37643684
[TRANSLATIONS] Russian translation update by Kudratov Olimjon. CORE-10589
...
svn path=/trunk/; revision=70202
2015-11-29 17:08:13 +00:00
Amine Khaldi
56e2616d19
[ADVAPI32] Apply Wine commit 985e226 by Hans Leidekker: Support parsing mandatory label ACE strings. CORE-10536
...
svn path=/trunk/; revision=70201
2015-11-29 16:50:05 +00:00
Amine Khaldi
4f7f9c423e
[RTL] Partially sync wait.c with Wine Staging 1.7.55. By Samuel Serapión. CORE-10536 CORE-10577
...
svn path=/trunk/; revision=70200
2015-11-29 16:35:51 +00:00
Amine Khaldi
f995d57b93
[MBEDTLS] Update to v2.2.0. By Ismael Ferreras Morezuelas. CORE-10561
...
svn path=/trunk/; revision=70199
2015-11-29 16:30:45 +00:00
Amine Khaldi
dbf61f13bd
[ADVAPI32] Apply Wine commit 4f3acf3 by Michael Müller: Add initial implementation for GetWindowsAccountDomainSid. CORE-10536
...
svn path=/trunk/; revision=70198
2015-11-28 21:47:43 +00:00
Amine Khaldi
c8433464e9
[ADVAPI32] Apply Wine commit d2f0bc2
by Dmitry Timoshkov: Add CreatePrivateObjectSecurityWithMultipleInheritance semi-stub. CORE-10536
...
svn path=/trunk/; revision=70197
2015-11-28 21:33:49 +00:00
Amine Khaldi
94e9662ec0
[README.WINE] Mark some advapi32 related entries as synced with Wine Staging 1.7.55. CORE-10536
...
svn path=/trunk/; revision=70196
2015-11-28 21:23:21 +00:00
Amine Khaldi
eea4a9e43c
[ADVAPI32] Sync crypt.c with Wine Staging 1.7.55 and update the exports list accordingly. CORE-10536
...
svn path=/trunk/; revision=70195
2015-11-28 21:21:52 +00:00
Amine Khaldi
234bd67427
[README.WINE] Update some entires and remove some no longer relevant ones. CORE-10536
...
svn path=/trunk/; revision=70194
2015-11-28 21:13:41 +00:00
Amine Khaldi
b417d5296d
[MSHTML_WINETEST] Sync with Wine Staging 1.7.55. CORE-10536
...
svn path=/trunk/; revision=70193
2015-11-28 21:11:14 +00:00
Eric Kohl
9179de2560
[MSGINA]
...
Fix exceptions while processing messages when the "Welcome to ReactOS" dialog is created.
svn path=/trunk/; revision=70192
2015-11-28 21:11:11 +00:00
Amine Khaldi
3d0a8a174a
[MSHTML] Sync with Wine Staging 1.7.55. [APPWIZ][BOOTDATA] Update gecko package to 2.40. CORE-10536
...
svn path=/trunk/; revision=70191
2015-11-28 21:10:43 +00:00
Amine Khaldi
50d5b7acea
[PSDK] Update mshtmdid.h and mshtml.idl. CORE-10536
...
svn path=/trunk/; revision=70190
2015-11-28 18:53:53 +00:00
Amine Khaldi
f9c8e766ac
[USER32] Sync mdi.c with Wine Staging 1.7.55. CORE-10536
...
svn path=/trunk/; revision=70189
2015-11-28 18:51:17 +00:00
Amine Khaldi
50df902b08
[SECUR32] Partially sync sspi.c with Wine Staging 1.7.55. We don't need secext.c anymore. CORE-10536
...
svn path=/trunk/; revision=70188
2015-11-28 18:49:34 +00:00
Timo Kreuzer
547821d10d
[WIN32K]
...
Use the actual DC attribute, not the embedded one, when checking iGraphicsMode in GreExtTextOutW.
CORE-4657 #resolve
svn path=/trunk/; revision=70187
2015-11-28 17:43:30 +00:00
Amine Khaldi
eb108acad4
[WINMINE] Apply Wine commit 3966aff by Jared Smudde: Load main icon in the about window. CORE-10536
...
svn path=/trunk/; revision=70186
2015-11-28 17:37:30 +00:00
Amine Khaldi
f9c372f1d4
[CRT] Sync undname.c with Wine Staging 1.7.55. CORE-10536
...
svn path=/trunk/; revision=70185
2015-11-28 16:33:35 +00:00
Amine Khaldi
e927e91575
[USER32] Sync spy.c with Wine Staging 1.7.55. CORE-10536
...
svn path=/trunk/; revision=70184
2015-11-28 16:29:14 +00:00
Amine Khaldi
b4abe066d4
[USER32] Sync exticon.c with Wine Staging 1.7.55. CORE-10536
...
svn path=/trunk/; revision=70183
2015-11-28 16:27:34 +00:00
Amine Khaldi
a6a7b6c127
[PSDK] Add missing TB_HASACCELERATOR.
...
svn path=/trunk/; revision=70182
2015-11-28 16:25:17 +00:00
Amine Khaldi
4328123d60
[RTL] Partially sync actctx.c with Wine Staging 1.7.55. Fixes 3 kernel32:actctx failures. CORE-10536
...
svn path=/trunk/; revision=70181
2015-11-28 16:24:53 +00:00
Timo Kreuzer
7ceb06e329
[WIN32K]
...
Fix DC reference leak in IntPolygon.
svn path=/trunk/; revision=70180
2015-11-28 15:52:20 +00:00
Timo Kreuzer
99cbcf396b
[WIN32K]
...
Check for dc->dclevel.pSurface == NULL in IntGdiPolygon.
CORE-10377 #resolve
svn path=/trunk/; revision=70179
2015-11-28 15:48:57 +00:00
Hermès Bélusca-Maïto
9e8af4769b
[SHELL32]
...
Use the programs folder icon in the Open-With list box. By Jared Smudde.
CORE-10592
svn path=/trunk/; revision=70178
2015-11-28 15:35:33 +00:00
Thomas Faber
85fe2a25a0
[NTOS:PS]
...
- Properly acquire process rundown
- Reference job object when assigning a process to it
- Don't assert when creating a child process whose parent is in a job
Fixes crashes in kernel32_winetest:process
svn path=/trunk/; revision=70177
2015-11-28 12:45:16 +00:00
Thomas Faber
3638c8781a
[KERNEL32]
...
- Use JOB_OBJECT_ALL_ACCESS for job objects instead of JOB_ALL_ACCESS (which is for print jobs). Dedicated to Samuel
svn path=/trunk/; revision=70176
2015-11-28 10:21:38 +00:00
Thomas Faber
d876ecae70
[GDIPLUS_WINETEST]
...
- Fix VS2010 build
svn path=/trunk/; revision=70175
2015-11-28 10:00:40 +00:00
Amine Khaldi
d95ba7f8c7
[README.WINE] Mark some modules as synced with Wine Staging 1.7.55. CORE-10536
...
svn path=/trunk/; revision=70174
2015-11-28 09:55:56 +00:00
Hermès Bélusca-Maïto
d06631bfb2
[CLIPBRD]
...
Implement loading the clipboard contents from a file. By Ricardo Hanke :)
CORE-10550
svn path=/trunk/; revision=70173
2015-11-28 01:22:34 +00:00
Amine Khaldi
bc29d4a7d5
[USER32] Sync ddemisc.c with Wine Staging 1.7.55. CORE-10536
...
svn path=/trunk/; revision=70172
2015-11-27 22:52:21 +00:00
Amine Khaldi
99429545d9
[USER32] Sync ddeserver.c with Wine Staging 1.7.55. CORE-10536
...
svn path=/trunk/; revision=70171
2015-11-27 22:51:40 +00:00
Amine Khaldi
8f1fa5e08f
[USER32] Sync ddeclient.c with Wine Staging 1.7.55. CORE-10536
...
svn path=/trunk/; revision=70170
2015-11-27 22:50:54 +00:00