Amine Khaldi
287d7cd80a
[SMDLL] Use precomp.h in dllmain.c.
2017-12-09 20:47:27 +01:00
Amine Khaldi
b3544fd00b
[BROWSEUI/SHELLBARS] Add a PCH.
2017-12-09 20:46:40 +01:00
Amine Khaldi
d6cb9f60d1
[ACLEDIT][ATL][ATL80][FLTMGR] Get the def files out of the source files lists. #179
2017-12-09 19:59:02 +01:00
Amine Khaldi
c4a412a2b9
[ACPPAGE] Make use of the PCH.
2017-12-09 13:40:23 +01:00
Amine Khaldi
44d57334de
[LSASRV] Deduplicate SAMPR_ULONG_ARRAY.
2017-12-09 13:29:58 +01:00
Amine Khaldi
f6108f3187
[MSAFD] Move the default debug channel to msafd.h.
2017-12-09 13:24:35 +01:00
Amine Khaldi
d086a431cb
[SAMLIB] Use precomp.h in dllmain.c.
2017-12-09 12:32:34 +01:00
Pierre Schweitzer
4fcaf92ec3
[KERNEL32] Silent a noisy DPRINT1
2017-12-09 11:54:18 +01:00
Amine Khaldi
e15874b491
[STOBJECT] Improve the existing PCH and make use of it.
2017-12-08 23:15:31 +01:00
James Tabor
c45a6e15bf
[User32|IMM32] Fix a recursion crash in IMM. See CORE-14041.
...
Required a sync port from wine. This is a hack fix with Win32SS until
proper IMM support is added to Win32SS.
2017-12-07 21:14:21 -06:00
Amine Khaldi
9b349f958c
[ADVAPI32_APITEST][NTDLL_APITEST][WINDOWSCODECS] Comment out some unused functions and types. Silences some clang-cl warnings.
2017-12-08 00:22:05 +01:00
Amine Khaldi
ccd5377851
[COMCTL32][FLTLIB][NETAPI32][SNDVOL32][STOBJECT][WBEMPROX] Remove unused debug channels and comment out unused variables. Silences some clang-cl warnings.
2017-12-08 00:06:13 +01:00
Amine Khaldi
e83592920b
[SHELL32] Remove unused debug channels and comment out unused variables. Silences some clang-cl warnings.
2017-12-07 23:54:22 +01:00
Amine Khaldi
7ed4c1dd03
[ADVAPI32] Remove unused debug channels and comment out unused variables. Silences some clang-cl warnings.
2017-12-07 23:34:28 +01:00
Giannis Adamopoulos
d163627319
[BROWSEUI] Move _ILIsDesktop to a shared header to avoid having 3 instances of it
2017-12-07 23:26:30 +02:00
Amine Khaldi
00124d1b1a
[CMAKE/CLANG-CL] Silence some clang-cl warnings in consistency with our gcc build.
2017-12-07 21:53:45 +01:00
Stanislav Motylkov
53edadb8c0
[BROWSEUI] SHExplorerParseCmdLine: Improve relative path handling
...
CORE-12882, CORE-13847
2017-12-05 10:48:37 +02:00
Serge Gautherie
57aa1f1fc6
[SHELL32] shellpath.c: it is _WIN32_WINNT, not WIN32_WINNT. We even need to use __REACTOS__ instead here. CORE-12580
2017-12-03 21:52:37 +01:00
Stanislav Motylkov
a2cc76af84
[IPHLPAPI] Implement interface name resolving functions
...
Including:
- NhGetInterfaceNameFromDeviceGuid
- NhGetInterfaceNameFromGuid
CORE-13831, CORE-14033
Reference:
https://github.com/boundary/wireshark/blob/master/capture_win_ifnames.c#L275
2017-12-03 21:08:31 +01:00
Stanislav Motylkov
c2bdad2981
[SHELL32] Fix show properties with Alt+Enter
2017-12-02 18:10:43 +02:00
Amine Khaldi
53d3f00b2b
[LIBTIRPC] Add a PCH.
2017-11-26 14:55:33 +01:00
Pierre Schweitzer
1feb8e627e
[LIBTIRPC] Match rtime() propotype and implementation
2017-11-26 14:44:26 +01:00
Amine Khaldi
b28272c545
[SHELLBTRFS] Add a PCH.
2017-11-26 14:34:53 +01:00
Amine Khaldi
58428a6c29
[NFS41_NP] Add a PCH.
2017-11-26 14:29:35 +01:00
Amine Khaldi
2cbc32e5e4
[NTOBJSHEX] Improve the existing PCH and make use of it.
2017-11-26 13:26:39 +01:00
Amine Khaldi
2a3392b97d
[GLU32] Add a PCH.
2017-11-26 13:24:50 +01:00
Amine Khaldi
d05c658dbd
[LIBJPEG] Add a PCH.
2017-11-26 13:17:07 +01:00
Katayama Hirofumi MZ
87d276f05d
[SHELL32] Don't show error when closing disk prop sheet ( #144 )
...
CORE-14035
2017-11-25 11:27:20 +02:00
Giannis Adamopoulos
4a843c4e85
[COMCTL32] syslink: Don't free the return value of WM_CTLCOLORSTATIC. CORE-13605
...
-This is a bug in wine and should be sent upstream
2017-11-24 00:15:57 +02:00
Giannis Adamopoulos
fc6c07c385
[UXTHEME] Add a hack for themed scrollbars
...
- After inspecting a theme file with different upper or lower tracks it seems that windows use what is called LowerTrackHorz and LowerTrackVert in the upper track and UpperTrackHorz and UpperTrackVert are used in the lower track.
CORE-13513
2017-11-23 23:07:35 +02:00
Giannis Adamopoulos
51333f3eec
[UXTHEME] Fix text background on themed tabs. CORE-13605
2017-11-23 22:25:52 +02:00
Giannis Adamopoulos
68af472a21
[UXTHEME] Improve drawing of the scrollbars when they are too small. CORE-13513
2017-11-23 21:19:03 +02:00
Amine Khaldi
09c06a2f45
[CLANG-CL] Initial commit that allows us to compile ReactOS with clang-cl.
2017-11-23 14:09:57 +01:00
Pierre Schweitzer
63dcfd2de3
[SHELL32] Update French translation
2017-11-21 18:24:08 +01:00
Stanislav Motylkov
f884d29c90
[SHELL32] Update Russian translation, following 6465705
2017-11-21 14:06:54 +02:00
Pierre Schweitzer
9904aafd12
[MSGINA] Fix buttons alignment in French translation
2017-11-21 11:49:01 +01:00
Giannis Adamopoulos
8f98574e1d
[UXTHEME] -Don't change the behaviour of DefWindowProc if SetWindowRgn was called before
2017-11-21 10:52:56 +02:00
Jérôme Gardou
4067eb1454
[OPENGL32]
...
- Get rid of the TLS based implementation
CORE-14024
2017-11-21 08:22:31 +01:00
Jérôme Gardou
31acac46a1
[OPENGL32]
...
- Get rid of the default stub table, use NULL instead
- Simplify stub code by using the appropriate macros
CORE-14024
2017-11-21 08:22:31 +01:00
Jérôme Gardou
b060a81d5d
[OPENGL]
...
- Always use the TEB to store opengl data
CORE-14024
2017-11-21 08:22:31 +01:00
Jérôme Gardou
640af3f429
[OPENGL32]
...
- Fix a trace
2017-11-21 08:22:31 +01:00
Jérôme Gardou
6aaf217b10
[OPENGL32]
...
- Implement storing thread data into the TEB
CORE-14024
2017-11-21 08:22:31 +01:00
Giannis Adamopoulos
1bfbdb6123
[COMCTL32] Button: Use double buffering when themes are enabled.
2017-11-20 18:51:03 +02:00
Giannis Adamopoulos
3a68bebf87
[UXTHEME] EnumThemes: Don't fail if a theme doesn't have a tooltip. CORE-13732
2017-11-19 16:02:44 +02:00
Katayama Hirofumi MZ
3dbd44fde1
input: Overwrite font substitutes settings on lang change
2017-11-19 14:36:32 +01:00
Pierre Schweitzer
2ddebe3291
[NFS41_NP] Attempt to fix MSVC build
2017-11-18 21:36:57 +01:00
Pierre Schweitzer
45b543202d
[SHELL32] Drop slash when dismounting a remote drive. MPR and NP are expecting a drive letter.
...
This fixes dismounting a network drive using explorer.
2017-11-18 21:27:30 +01:00
Pierre Schweitzer
764b2b6ef7
[NFS41_NP] Fix debug print in case of connection cancel failure
2017-11-18 21:27:30 +01:00
Pierre Schweitzer
0701527f20
[SHELL32] Update French translation, following 6465705
2017-11-18 18:56:59 +01:00
Katayama Hirofumi MZ
64657051c3
[SHELL32] CDrivesFolder: Implement the eject and disconnect menu items. CORE-13841
...
- The items are shown only for the drives where they are applicable.
- May not work fully yet due to bugs in the drivers.
2017-11-18 16:55:08 +02:00