Vadim Galyant
18702047a1
[USBPORT] Implement USBPORT_InitializeTT().
2018-01-21 19:35:38 +01:00
Vadim Galyant
da1e283837
[USBPORT] Add USB2_InitTtEndpoint().
2018-01-21 19:35:37 +01:00
Vadim Galyant
9cdc1d64b3
[USBPORT] Add USB2_InitTT().
2018-01-21 19:35:37 +01:00
Vadim Galyant
0f2f4c6ca2
[USBPORT] Add USB2_InitController().
2018-01-21 19:35:37 +01:00
Vadim Galyant
faa792987b
[USBPORT] Add initial support for transaction translators in USBPORT_AddDevice().
2018-01-21 19:35:36 +01:00
Vadim Galyant
0b78ad8eb2
[USBPORT] Use constants in USBPORT_OpenPipe().
2018-01-21 19:35:36 +01:00
Vadim Galyant
d2b088e9d6
[USBPORT] Define structures for Transaction Translator.
2018-01-21 19:35:36 +01:00
Vadim Galyant
a3dd5620d3
[USBPORT] Use constants in USBPORT_CalculateUsbBandwidth().
2018-01-21 19:35:35 +01:00
Vadim Galyant
41f4814c44
[USBPORT] Define constants for Transaction Translator.
2018-01-21 19:35:35 +01:00
Vadim Galyant
d4ff198c7c
[PSDK] Add USB hub class-specific request type codes.
2018-01-21 19:35:34 +01:00
Kamil Smoliński
00ed9fc88b
[SHELL32] Fix typo in Polish translation pl-PL.rc
2018-01-21 19:13:57 +01:00
Amine Khaldi
bb888f9b11
[CMAKE] My eyes!
2018-01-21 13:54:18 +01:00
Amine Khaldi
94e0942644
[USBSTOR_NEW] Create usbstor_new based on usbstor in order to contain Vadim Galyant's work.
2018-01-21 13:51:07 +01:00
Amine Khaldi
d7c47feb25
[FREETYPE] Bring back our diffs to reduce the stack usage in cf2_interpT2CharString(). CORE-14227
2018-01-21 13:31:05 +01:00
Stanislav Motylkov
dade22f479
[WIN32K:NTUSER] Fix hardcoded color for MF_GRAYED menu items
...
CORE-14196 #resolve
2018-01-21 00:27:23 +02:00
Pierre Schweitzer
d849794a35
[NFI] Rewrite the way files are handled, this allows querying handling a new file while already handling one.
...
This is useful to fix the problem when a directory wasn't in cache yet, but one of its files is to be displayed.
2018-01-20 22:25:46 +01:00
Pierre Schweitzer
2abb99faa9
[NTOSKRNL] In FsRtlAddToTunnelCache() allocate memory from PagedPool when required.
...
Also, if allocating from lookaside list, reattempt a cold allocation.
2018-01-20 21:21:00 +01:00
Ged Murphy
cb8cc0d098
[EXPLORER]
...
We need to leave one slot available for the m_WakeUpEvent handle
2018-01-20 18:50:10 +00:00
Ged Murphy
be2bf9b8c5
- Properly handle cases of more than 64 icons
...
- Don't leak the list of handles on each pass through the loop
- Make sure we clean up if the wait fails for whatever reason
2018-01-20 18:38:42 +00:00
gedmurphy
851e0ca5a8
Delete the lock on exit
2018-01-20 18:38:42 +00:00
gedmurphy
2abd068398
Properly delete the object and allow its destructor to cleanup
2018-01-20 18:38:42 +00:00
gedmurphy
8c91a00fcf
Minor update
2018-01-20 18:38:42 +00:00
gedmurphy
6c9629bb72
forgot about the gcc build...
2018-01-20 18:38:42 +00:00
gedmurphy
d66c6890f7
Initial implementation of a watcher for the systray (notification area) that removes icons if the owning process dies/terminates without removing it
2018-01-20 18:38:42 +00:00
Ged Murphy
37a39f1843
Formatting, no code change
2018-01-20 18:22:44 +00:00
Serge Gautherie
63775c3215
[LWIP] dhcp.c: Cherry-pick lwIP 32aa9a4. CORE-8978
...
- Fix a while() check order.
2018-01-20 16:04:34 +01:00
Thomas Faber
fda24da872
[NTOS] Remove unnecessary NULL checks and add a missing one. CIDs 1411958, 716670, 1322186
2018-01-20 15:59:35 +01:00
Thomas Faber
cd992d022f
[USP10] Re-use script caches for the same font. CORE-14192
...
This significantly speeds up WM_SETTEXT in multiline edit controls.
2018-01-20 15:55:07 +01:00
Mark Jansen
7e9fb41b9f
[CMAKE/WIDL] Add rudimentary dependency tracking in add_rpcproxy_files
...
CORE-14204
2018-01-20 15:46:25 +01:00
Pierre Schweitzer
a34d807311
[NFI] Remove the $Extend specific case. This fixes a FIXME
2018-01-20 15:35:05 +01:00
Pierre Schweitzer
a46d9999dd
[NFI] Add a first skeleton of what NFI could be.
...
All it will do for now is dumping the MFT / Files and their attributes.
It lacks many features, could be really improved and is bugged.
Note that logical sectors dump seems to be broken. MS NFI and this one don't agree on values.
Developed against W2K3.
2018-01-20 14:54:00 +01:00
Amine Khaldi
69d123ae25
[WINHTTP_WINETEST] Sync with Wine 3.0. CORE-14225
2018-01-20 13:56:09 +01:00
Amine Khaldi
9048bdf976
[WINHTTP] Sync with Wine 3.0. CORE-14225
2018-01-20 13:55:24 +01:00
Amine Khaldi
4f825146c2
[PSDK] Update winhttp.h. CORE-14225
2018-01-20 13:54:50 +01:00
Amine Khaldi
c8f158b700
[WINEMP3.ACM] Sync with Wine 3.0. CORE-14225
2018-01-20 13:52:52 +01:00
Amine Khaldi
a5cb9a0a8d
[WINDOWSCODECS_WINETEST] Sync with Wine 3.0. CORE-14225
2018-01-20 13:51:37 +01:00
Amine Khaldi
c3715ca58f
[WINDOWSCODECS] Sync with Wine 3.0. CORE-14225
2018-01-20 13:50:46 +01:00
Amine Khaldi
71b8c8c1e2
[WBEMPROX_WINETEST] Sync with Wine 3.0. CORE-14225
2018-01-20 13:48:13 +01:00
Amine Khaldi
7e99651d65
[WBEMPROX] Sync with Wine 3.0. CORE-14225
2018-01-20 13:47:34 +01:00
Amine Khaldi
b99f0b4922
[WBEMDISP] Sync with Wine 3.0. CORE-14225
2018-01-20 13:45:23 +01:00
Amine Khaldi
41c4d894f3
[VERSION_WINETEST] Sync with Wine 3.0. CORE-14225
2018-01-20 13:43:01 +01:00
Amine Khaldi
9e01104f70
[VERSION] Sync with Wine 3.0. CORE-14225
2018-01-20 13:41:59 +01:00
Amine Khaldi
942c426525
[VBSCRIPT_WINETEST] Sync with Wine 3.0. CORE-14225
2018-01-20 13:40:57 +01:00
Amine Khaldi
e0b80a0929
[VBSCRIPT] Sync with Wine 3.0. CORE-14225
2018-01-20 13:39:40 +01:00
Amine Khaldi
eb91a73902
[URLMON_WINETEST] Sync with Wine 3.0. CORE-14225
2018-01-20 13:30:25 +01:00
Amine Khaldi
2eb77351e0
[URLMON] Sync with Wine 3.0. CORE-14225
2018-01-20 13:29:39 +01:00
Amine Khaldi
a0b6db8b7f
[SHLWAPI_WINETEST] Sync with Wine 3.0. CORE-14225
2018-01-20 13:27:32 +01:00
Amine Khaldi
d3f4d62dde
[SHDOCVW_WINETEST] Sync with Wine 3.0. CORE-14225
2018-01-20 13:19:06 +01:00
Amine Khaldi
0edcbac349
[TWAIN_32] Sync with Wine 3.0. CORE-14225
2018-01-20 13:17:45 +01:00
Amine Khaldi
b7250325e4
[SHLWAPI] Sync with Wine 3.0. CORE-14225
2018-01-20 13:15:19 +01:00