Katayama Hirofumi MZ
2e96d85133
[SHELL32] In #543 , I forgot sq-AL.rc and sv-SE.rc
2018-05-12 17:09:59 +02:00
Katayama Hirofumi MZ
2b0238a48a
[shell32] add some control IDs for IDD_FOLDER_OPTIONS_FILETYPES
2018-05-12 13:47:09 +02:00
Mark Jansen
60a1006d0f
[LDR] Initial verifier implementation
2018-05-12 13:35:10 +02:00
Mark Jansen
ad8a2edd85
[VERIFIER] Add skeleton provider.
2018-05-12 13:35:09 +02:00
Mark Jansen
5a68fbeb43
[SDK] Correct NtGlobalFlag names.
2018-05-12 13:34:24 +02:00
Eric Kohl
35bd6571bd
[SETUPAPI] SetupDiCallClassInstaller: Use the class GUID enclosed in curly brackets as a sub key name to retrieve the class co-installer.
2018-05-12 12:42:56 +02:00
Bișoc George
337e7322a6
[INETCPL] Fix a typo in Romanian resource file
2018-05-11 23:34:52 +02:00
Bișoc George
96c3d8d9eb
[COMCTL32] Update Romanian translation ( #538 )
2018-05-08 23:06:33 +02:00
Serge Gautherie
627f3dc725
[DEVMGR] Fix a Clang-Cl warning about DriverInfoDetailData.SectionName
...
"warning: logical not is only applied to the left hand side of this comparison [-Wlogical-not-parentheses]"
CORE-14306
2018-05-07 14:00:41 +02:00
Eric Kohl
12bdbe5710
[IDL][NETAPI32][SRVSVC] Hack around another midl/rpcrt4 bug
...
NETAPI32: Get rid of the old WINE NetServerGetInfo and replace it by a proper call to NetrServerGetInfo.
SRVSVC: Implement parts of NetrServerGetInfo.
srvsvc.idl: Hack around a bug in midl or rpcrt4. They are not able to handle a pointer to a union of pointers to structs. A pointer to a union of structs works a advertised.
2018-05-06 16:49:24 +02:00
Hermès Bélusca-Maïto
34b0f3e4f8
[BOOTDATA][SHELL32] Add some recognized file extensions (.db, .efi, .nls, .ocx, .tlb, .nt), and update some reported MIME types.
...
CORE-11308
2018-05-05 22:20:21 +02:00
Serge Gautherie
444553c7f0
[DESK.CPL] Fix a Clang-Cl warning about "LogPixels"
...
"warning: logical not is only applied to the left hand side of this comparison [-Wlogical-not-parentheses]"
CORE-14306
2018-05-04 22:02:48 +02:00
Robert Naumann
d6cebe736a
[ZIPFLDR] Add German translation
2018-05-04 21:34:09 +02:00
Serge Gautherie
8c312fe7e1
[ADVAPI32] Fix 2 TRACE() format copypastas.
2018-05-03 08:10:43 +02:00
Eric Kohl
db60cd219c
[ADVAPI32] SEH-protext the calls to service control handlers
...
ScControlService:
- SEH-protext the calls to service control handlers.
- Return ERROR_EXCEPTION_IN_SERVICE if a service control handler throws an exception.
- Return ERROR_SERVICE_CANNOT_ACCEPT_CTRL if no service control handler has been registered for the service.
2018-05-02 23:24:26 +02:00
Hermès Bélusca-Maïto
11f0e2c0f6
[MSGINA] Fix layout of the security dialog box; add some french translation.
2018-05-02 00:24:01 +02:00
Hermès Bélusca-Maïto
73f799629b
[TRANSLATION] Minor translation update.
2018-05-01 17:45:06 +02:00
Hermès Bélusca-Maïto
bf88116252
[SHELL32] Fix the layout of the Run/Execute dialog for many languages.
...
French fix covers CORE-12548.
2018-05-01 17:45:03 +02:00
Eric Kohl
b6ebd50d3f
[SYSSETUP] Close the device key after the property sheet page has been released.
2018-04-29 15:41:38 +02:00
Eric Kohl
1cb019bd21
[SYSSETUP] Read driver settings from and write them to the registry
...
- Read the driver settings from the registry.
- Write the driver settings to the registry.
- Make the read-only edit control for the input buffer length look like a non-read-only one because it is controlled by the up-down control.
2018-04-29 14:55:57 +02:00
Thomas Faber
708d26acf3
[MSXML3] Fix buffer overflow in BindStatusCallback_GetBindInfo. CORE-14570
2018-04-26 15:00:24 +02:00
Eric Kohl
dd653de251
[SYSSETUP] PS2MousePropPageProvider: Use the UDN_DELTAPOS notification to change the input buffer size in steps of 10
2018-04-23 23:58:49 +02:00
Eric Kohl
065e70048d
[SYSSETUP] Initialize the property sheet page dialog and implement the Defaults button
2018-04-23 00:00:46 +02:00
Bișoc George
e445b305bb
[CPL][CONSOLE] Mistake corrections
2018-04-22 22:52:48 +02:00
Mark Jansen
8b15a5ecd7
[SDK][ACGENRAL] Add the shim IgnoreFreeLibrary
2018-04-22 18:52:00 +02:00
Mark Jansen
2eaf526484
[SHIMLIB] Update helper functions, add ShimLib_StringNDuplicateA
2018-04-22 18:51:48 +02:00
Eric Kohl
4970f92d6c
[ZIPFLDR] Fix russian translation
2018-04-22 17:43:05 +02:00
Mark Jansen
b569195ecf
[SHELL32] Partially sync SHGetFileInfo with wine to improve folder type names.
...
CORE-14542
2018-04-22 17:38:44 +02:00
Mark Jansen
fd0b834a0a
[ZIPFLDR] Various usability improvements
...
- Take the user-entered folder into account
- Hide size / ratio for folders
CORE-14543
CORE-14542
2018-04-22 17:38:44 +02:00
Stanislav Motylkov
ae9fb8a68d
[ZIPFLDR] Add Russian translation
2018-04-22 17:12:47 +02:00
Doug Lyons
ea0cc1c783
[BROWSEUI] Apply a hack to prevent truncating the address bar text.
...
CORE-13003
2018-04-22 15:42:29 +02:00
Eric Kohl
e8f8536f9b
[SYSSETUP] Add the property sheet page and initialize it
...
- Add the wheel detection option strings.
- Add the property sheet page and initialize the dialog.
2018-04-22 14:26:11 +02:00
Eric Kohl
183a4bfd9c
[SYSSETUP] Add the PS/2-Mouse property page dialog
2018-04-22 11:59:47 +02:00
Mark Jansen
a91899a6a1
[APISETS] Fix data forwarding.
...
Thanks to Timo for the help :)
2018-04-21 18:56:33 +02:00
Timo Kreuzer
01ae49857a
[KERNEL32] Add Vista exports
2018-04-21 18:31:27 +02:00
Timo Kreuzer
87d3f1005b
[KERNEL32] Go back to auto-numbering of export ordinals
...
Using static numbers was a bad idea in the first place, since we already deal with x64, which has different ordinals. Also @ will automatically do the same thing! It does not mean "no ordinal", it only means automatically apply incrementing numbers.
2018-04-21 18:31:27 +02:00
Eric Kohl
a717eb373a
[SYSETUP] Add property page provider stubs and register them
2018-04-21 14:15:23 +02:00
Giannis Adamopoulos
b3fb8555bf
[COMCTL32] Sync with Wine Staging 3.3. CORE-14434
2018-04-20 16:27:17 +02:00
Eric Kohl
aba6ce5b84
[ADVAPI32] Ignore the return value of the HandlerFunctionEx as well
...
Ignore the return value of the HandlerFunctionEx because we already ignore the return value of the HandlerFunction.
This fixes a winetest failure.
2018-04-19 06:09:57 +02:00
Li Keqing
ee8d82f29d
[ZIPFLDR] Add Chinese(Simplified) translation
2018-04-15 15:54:45 +02:00
Pierre Schweitzer
74249053d9
[ZIPFLDR] Add French translation
2018-04-15 10:56:00 +02:00
Joann Mõndresku
4405d41b1d
[TRANSLATION][ZIPFLDR] Added Estonian translation
2018-04-14 21:10:59 +02:00
Bișoc George
e5de331954
[ZIPFLDR] Implement Romanian resource translation
2018-04-14 19:29:40 +02:00
Bișoc George
ee7c15445c
[ZIPFLDR] Implement Italian resource translation
2018-04-14 19:29:40 +02:00
Bișoc George
55381f8164
[ZIPFLDR] Typo fix on constant
2018-04-14 19:29:40 +02:00
Bișoc George
84cc11d4c3
[ZIPFLDR] Support for multiple languages interface
2018-04-14 19:29:35 +02:00
Eric Kohl
ceb596f100
[NETMSG] Add netmsg resource dll with some lmerr messages
2018-04-14 18:56:09 +02:00
Serge Gautherie
a8f1bea4b1
[KERNEL32] FlsAlloc(): Add a missing '\n' to a DPRINT1()
2018-04-14 16:07:29 +02:00
Mark Jansen
e8dcbcc61d
[SHELL32] Sync CShellDispatch and family with wine.
...
Incorporates work from Ivan Rodionov.
CORE-12955
2018-04-14 15:47:13 +02:00
Mark Jansen
ab240d1b6d
[NTDLL] Allow shimdata to override the process manifest.
2018-04-12 18:49:25 +02:00