Timo Kreuzer
c25857f291
[SPEC] Add missing newlines
2019-03-06 00:40:29 +01:00
Timo Kreuzer
f5f6ea2965
[REACTOS] Fix 64 bit issues
2019-03-04 21:58:42 +01:00
Timo Kreuzer
3d3377a5c0
[LIBTIRPC] Silence MSVC warnings
2019-03-04 21:58:42 +01:00
Eric Kohl
ac73ba7db6
[MSV1_0] Check logon hours and workstation names on logon. Also return the machine name on logon and fix the LOGONSERVER environment variable.
2019-03-04 17:26:27 +01:00
Ged Murphy
0649f25b48
[SHELL32] Implement SHTestTokenMembership and forward IsUserAnAdmin to it
...
Moved to the bottom of the file with the other ros functions to help keep wine syncs easier.
2019-03-04 11:54:43 +00:00
Eric Kohl
6748d72c9f
[MSV1_0] Export LsaApLogonUserEx2 instead of LsaApLogonUser and remove the outdated logon functions.
2019-03-04 10:20:10 +01:00
Eric Kohl
ef4ee94feb
[LSASRV] LsapLogonUser: Support LsaTokenInformationNull logins.
2019-03-04 01:37:15 +01:00
Eric Kohl
96466710f8
[MSV1_0] LsaApLogonUser: Pass the Authenticating Authority to the caller.
2019-03-04 01:37:14 +01:00
Joachim Henze
1d7287288d
[SHELL32] Update all languages RCs to fix possible text truncation CORE-15765
...
IDD_BROWSE_FOR_FOLDER displays text controlled by the calling applications in
IDC_BROWSE_FOR_FOLDER_TITLE. Its old height could lead to text truncation
for existing 3rd party apps.
The new height value for IDC_BROWSE_FOR_FOLDER_TITLE
was inspired by IDC with the same from dialog IDD_BROWSE_FOR_FOLDER_NEW.
I could change all languages to the same height,
as dimensions of the dialog and surrounding controls were same.
2019-03-03 02:23:34 +01:00
Joachim Henze
026c575577
[MSI] In dialogs show titlebar buttons CORE-15301
...
Import the Wine fix
https://source.winehq.org/git/wine.git/?a=commit;h=84e6b331918d57f39e20a3063b67eb7fc0876288
Many thanks to the fixes author Fabian Maurer.
2019-03-03 01:26:59 +01:00
Eric Kohl
e88a6b2053
[SETUPAPI] Implement CM_Next_Range()
2019-03-02 20:59:12 +01:00
Bișoc George
0bc8e2a5bb
[COVERITY][SETUPAPI] Release the blocks of memory when done
...
pRange variable allocates blocks of memory from the heap by HeapAlloc() although this resource is never freed afterwards.
COVERITY CID 1427056
2019-03-02 20:39:09 +01:00
Pierre Schweitzer
6ee2f9882c
[MSAFD] Don't leak event while querying/setting socket options
2019-02-25 22:34:29 +01:00
Pierre Schweitzer
6bc61f63f1
[MSAFD] Implement socket options SO_SNDBUF and SO_RCVBUF
2019-02-25 22:34:29 +01:00
Mark Jansen
c01fa8e9c1
[APPHELP] Implement SdbRegisterDatabase[Ex]
...
CORE-11301
2019-02-25 20:00:35 +01:00
Mark Jansen
28a091ac12
[APPHELP][APPHELP_APITEST] Implement SdbGetDatabaseInformation
...
CORE-11301
2019-02-25 20:00:34 +01:00
Mark Jansen
5c05a29d3d
[APPHELP] Implement ShimDumpCache and ShimFlushCache
...
These functions simply call into the Base* functions,
having a prototype that is compatible with rundll32
CORE-11301
2019-02-25 20:00:34 +01:00
Mark Jansen
f2f54a052e
[SDB] Initial SdbRegisterDatabase stubs
...
CORE-11301
2019-02-25 20:00:34 +01:00
Luo Yufan
ca9cdce760
[TRANSLATION] Update Chinese and Traditional Chinese translations. ( #1369 )
2019-02-25 00:36:53 +01:00
Pierre Schweitzer
f6c50cb93d
[MSAFD] Make WSPSetSockOpt() SO_RCVBUF stub return success
2019-02-24 21:25:39 +01:00
Eric Kohl
77e3fbfad5
[MMSYS] Volume page: Initialize the volume trackbar before it might be disabled because the tick marks must be visible on a disabled trackbar.
2019-02-24 17:15:13 +01:00
Eric Kohl
601b2532e1
[MMSYS] Sounds page: Update the 'Play' button and the current item in the 'Program events' treeview when a sound is selected or deselected.
2019-02-24 16:56:55 +01:00
Eric Kohl
722797c779
[SNDVOL32] Disable only the 'Play' button, when no audio device is avaiblable.
2019-02-24 16:16:53 +01:00
Stanislav Motylkov
8c90a67da6
[MSGINA] Add bar bitmap to logon and shutdown dialogs
2019-02-24 15:52:49 +01:00
Stanislav Motylkov
fe1d611e0f
[MSGINA] Improve Ctrl-Alt-Del invitation window
2019-02-24 15:52:49 +01:00
Stanislav Motylkov
f9d29319a6
[MSGINA] Implement rotation bar animation
...
Based on initial work by Bisoc George. Rotation bar image by Zcooger. CORE-15215
2019-02-24 15:52:49 +01:00
Eric Kohl
fb34029fde
[MMSYS] Disable the 'Low' and 'High' text of the volume trackbar and the 'Place volume icon in the taskbar' checkbox when no sound device is available.
2019-02-24 15:36:08 +01:00
Pierre Schweitzer
d1598788cd
[WS2_32] Use SEH in WSCGetProviderPath()
2019-02-23 13:35:07 +01:00
Pierre Schweitzer
02e84521cc
[WS2_32] Implement WSCGetProviderPath()
2019-02-23 10:57:30 +01:00
Mark Jansen
860f96f431
[MSI] Prevent uninitialized variable usage
2019-02-18 23:00:54 +01:00
Mark Jansen
2fade6ede4
[MSI] Do not leak rootkey
2019-02-18 23:00:54 +01:00
Mark Jansen
d766391231
[SHELL32] Abort change notifications on a nullptr
...
CORE-15703
2019-02-18 23:00:31 +01:00
Thomas Faber
8dcdf82e71
[COMCTL32] Check for NULL pointer when handling BCM_GETIDEALSIZE.
...
Fixes crash in comctl32_winetest:button.
2019-02-17 09:51:18 +01:00
Thomas Faber
3445129dd3
[COMCTL32] Add NULL checks to SetWindowSubclass.
...
Imports Wine commit 04847e68f87 by Sven Baars.
Fixes crash in comctl32_winetest:subclass.
2019-02-17 09:51:16 +01:00
Pierre Schweitzer
db3f3921b6
[KERNEL32] Stub SetThreadErrorMode()
...
Now, Steam crashes because of the stub of GetSystemTimePreciseAsFileTime
CORE-14966
2019-02-16 14:12:55 +01:00
Pierre Schweitzer
2b1f6c8b0d
[MSAFD] Add an initial implementation of SIO_GET_EXTENSION_FUNCTION_POINTER IOCTL
...
Also stub the related functions the IOCTL will return, namely: WSAID_ACCEPTEX,
WSAID_CONNECTEX, WSAID_DISCONNECTEX, WSAID_GETACCEPTEXSOCKADDRS
This will allow Steam client not to fail in an ASSERT
related to the Steam client PlatformSocketsInit function.
Even though, this doesn't fix Steam running on ReactOS since its UI requires
a Windows 7 API from Kernel32: SetThreadErrorMode().
Nota: its crash got fixed thanks to the Wine sync done recently.
CORE-14966
2019-02-16 13:51:32 +01:00
Pierre Schweitzer
22cb300805
[IPHLPAPI] Properly handle GetModuleBaseName failure
...
CID 1442662, 1442663
2019-02-16 09:05:15 +01:00
Pierre Schweitzer
93b0957641
[IPHLPAPI] Check pointers when returning module info from specific connection
2019-02-16 09:00:06 +01:00
Pierre Schweitzer
22f60faf43
[IPHLPAPI] Remove dead code
...
CID 513306, 1442673, 1442697
2019-02-16 08:48:08 +01:00
Bișoc George
67a3747722
[CRYPTEXT] Add Romanian & Italian translations ( #1352 )
2019-02-13 13:11:17 +01:00
Pierre Schweitzer
6295cc506e
[OOPS] That was not meant to be pushed/commited
2019-02-10 20:52:55 +01:00
Pierre Schweitzer
d2c71d761e
[CRYPTEX] Add French translation
2019-02-10 20:43:14 +01:00
Stanislav Motylkov
718ced9f3a
[CRYPTEXT] Add russian translation
...
Addendum to d56d9c1
.
2019-02-10 20:41:35 +01:00
Baruch Rutman
d56d9c1aaa
[CRYPTEXT] Make extension localizable, and add an icon for certificate files ( #1347 )
...
- Localize error message and shell file extension description.
- Added Hebrew resources.
- Added Icon.
The icon is the Tango icon named "certificate". If anybody has a idea for more fitting icon please recommend it.
Follow up of #1343
CORE-15736
2019-02-10 17:57:43 +01:00
Hermès Bélusca-Maïto
c0d97cec88
[NETCFGX] Fix an assignment typo.
2019-02-10 17:30:56 +01:00
Mark Jansen
0bdca09a85
[IPHLPAPI] Preserve decoration in exported symbols
...
CORE-8462
CORE-15665
2019-02-10 13:44:08 +01:00
Mark Jansen
fb7a0344cd
[CRYPTEXT] Add a minimal shell extension that will show the certificate dialog
2019-02-09 01:44:39 +01:00
Mark Jansen
27cc4c6a08
[LDR] Check forwarded imports against the manifest before trying to load them
...
CORE-15729
2019-02-08 21:24:01 +01:00
Mark Jansen
d93e516747
[LDR] Add support for .local files
...
CORE-187
2019-02-07 18:48:49 +01:00
Eric Kohl
d5ceace419
[MMSYS] Take the balance between channels into account for the master volume trackbar.
2019-02-04 23:54:04 +01:00
Amine Khaldi
e98ef4992e
[WINDOWSCODECS] Sync with Wine Staging 4.0. CORE-15682
2019-02-04 13:12:26 +01:00
Amine Khaldi
46add00db5
[WBEMPROX] Sync with Wine Staging 4.0. CORE-15682
2019-02-04 13:10:55 +01:00
Amine Khaldi
8786e12d13
[WBEMDISP] Sync with Wine Staging 4.0. CORE-15682
2019-02-04 13:09:55 +01:00
Amine Khaldi
f8a6a70be1
[VERSION] Sync with Wine Staging 4.0. CORE-15682
2019-02-04 13:09:00 +01:00
Amine Khaldi
72fa0fd6cc
[VBSCRIPT] Sync with Wine Staging 4.0. CORE-15682
2019-02-04 13:07:56 +01:00
Amine Khaldi
c0b82105b5
[USP10] Sync with Wine Staging 4.0. CORE-15682
2019-02-04 13:06:21 +01:00
Amine Khaldi
ad73c0a040
[URLMON] Sync with Wine Staging 4.0. CORE-15682
2019-02-04 13:04:30 +01:00
Amine Khaldi
9622551c51
[T2EMBED] Sync with Wine Staging 4.0. CORE-15682
2019-02-04 13:03:27 +01:00
Amine Khaldi
8d3e69919b
[SXS] Sync with Wine Staging 4.0. CORE-15682
2019-02-04 13:02:29 +01:00
Luo Yufan
96d1cd2b62
[TRANSLATION] Update Chinese translation.
2019-02-03 13:17:13 +01:00
Andrew Cook
d8e92b5a0a
Merge pull request #1335 from ariscop/CMP0065
...
Fixes for upstream cmake
2019-02-03 12:57:20 +01:00
Thomas Faber
1a14dcb53f
[RPCRT4][RPCRT4_WINETEST] Don't unset IDL_FLAGS. Fixes build on 64 bit hosts.
2019-02-02 19:06:04 +01:00
Eric Kohl
8687529bdf
[SETUPAPI] Add a stub for SetupDiDeleteDeviceInterfaceData to make the wine tests work.
2019-02-02 15:13:35 +01:00
Amine Khaldi
876fef085a
[SHDOCVW] Sync with Wine Staging 4.0. CORE-15682
2019-02-02 14:16:02 +01:00
Amine Khaldi
dbfaf10dc0
[RICHED20] Sync with Wine Staging 4.0. CORE-15682
2019-02-02 14:10:37 +01:00
Amine Khaldi
9ce8769f4e
[QMGR] Sync with Wine Staging 4.0. CORE-15682
2019-02-02 13:30:06 +01:00
Amine Khaldi
ab64b47497
[PROPSYS] Sync with Wine Staging 4.0. CORE-15682
2019-02-02 13:28:11 +01:00
Amine Khaldi
59e9abd907
[PIDGEN] Sync with Wine Staging 4.0. CORE-15682
2019-02-02 13:27:41 +01:00
Amine Khaldi
c9de708a9b
[PDH] Sync with Wine Staging 4.0. CORE-15682
2019-02-02 13:26:39 +01:00
Amine Khaldi
4abf2277a1
[OLEDLG] Sync with Wine Staging 4.0. CORE-15682
2019-02-02 13:25:12 +01:00
Thomas Faber
42b5f5ec06
[OLEAUT32] Add AMD64 version of call_double_method aka fix build.
2019-02-01 18:09:52 +01:00
Amine Khaldi
b6fdb56b9a
[RPCRT4] Sync with Wine Staging 4.0. CORE-15682
2019-01-30 12:31:33 +01:00
Joachim Henze
1e05f9cc32
[COMCTL32] Revert "button: Don't erase the area of the checkbox or the text."
...
This reverts commit 0.4.12-dev-347-g
75a80ec823
by explcit request of Giannis Adamopoulos.
I double-checked and confirm, that
this revert fixes both regressions CORE-15595 & CORE-15696.
On the downside the revert will intensify again the regression CORE-13278
(will make the text flash again as well).
Giannis Adamopoulos mentioned earlier, that using double-buffering
eventually could be a valid way out of CORE-13278 instead.
2019-01-29 19:25:57 +01:00
Ștefan Fulea
5417742f48
[TRANSLATION] Add Romanian to devcpux, intl.inf, and some rosapps
2019-01-29 13:48:48 +01:00
Ștefan Fulea
092b67c723
[TRANSLATION] Improve the existing translated contents
2019-01-29 13:48:48 +01:00
Ștefan Fulea
211ad8c73d
[TRANSLATION] Update the existing romanian resources
...
This includes both newly added and previously left untranslated strings.
2019-01-29 13:48:48 +01:00
Amine Khaldi
5db885cae7
[OLEAUT32] Sync with Wine Staging 4.0. CORE-15682
2019-01-29 13:18:42 +01:00
Amine Khaldi
016864f8ff
[OLEACC] Sync with Wine Staging 4.0. CORE-15682
2019-01-29 13:16:40 +01:00
Amine Khaldi
aeea294301
[OLE32] Sync with Wine Staging 4.0. CORE-15682
2019-01-29 13:15:33 +01:00
Amine Khaldi
d34c33223c
[ODBCCP32] Sync with Wine Staging 4.0. CORE-15682
2019-01-29 13:14:20 +01:00
Amine Khaldi
04ef5f7a85
[ODBC32] Sync with Wine Staging 4.0. CORE-15682
2019-01-29 13:13:48 +01:00
Amine Khaldi
9f0f6adfb0
[MSXML3] Sync with Wine Staging 4.0. CORE-15682
2019-01-29 13:11:02 +01:00
Amine Khaldi
9ab78df104
[MSVIDC32] Sync with Wine Staging 4.0. CORE-15682
2019-01-29 13:10:20 +01:00
Amine Khaldi
cbf79d98c6
[MSVFW32] Sync with Wine Staging 4.0. CORE-15682
2019-01-29 13:09:12 +01:00
Amine Khaldi
6c5ec3ddff
[MSRLE32] Sync with Wine Staging 4.0. CORE-15682
2019-01-29 13:07:09 +01:00
Amine Khaldi
606f6cab10
[MSGSM32.ACM] Sync with Wine Staging 4.0. CORE-15682
2019-01-29 13:06:38 +01:00
Amine Khaldi
3d3499acfa
[MSG711.ACM] Sync with Wine Staging 4.0. CORE-15682
2019-01-29 13:06:10 +01:00
Amine Khaldi
f089261cb9
[MSCTF] Sync with Wine Staging 4.0. CORE-15682
2019-01-29 13:05:02 +01:00
Amine Khaldi
513e144197
[MSCMS] Sync with Wine Staging 4.0. CORE-15682
2019-01-29 13:04:32 +01:00
Denis Malikov
bcfd350e9f
[APPCOMPAT] Run apps in compatibility with 6.1 SP1 (7 SP1), 6.2 (8) and 6.3 (8.1) ( #1273 )
2019-01-27 17:30:37 +01:00
Amine Khaldi
c90b53d5ad
[MSADP32.ACM] Sync with Wine Staging 4.0. CORE-15682
2019-01-26 13:18:47 +01:00
Amine Khaldi
3ea8528909
[MSACM32] Sync with Wine Staging 4.0. CORE-15682
2019-01-26 13:18:13 +01:00
Amine Khaldi
31d268d584
[MMDEVAPI] Sync with Wine Staging 4.0. CORE-15682
2019-01-26 13:17:08 +01:00
Amine Khaldi
ccc3eeaea8
[MLANG] Sync with Wine Staging 4.0. CORE-15682
2019-01-26 13:15:35 +01:00
Amine Khaldi
bca17f6bf6
[MCIWAVE] Sync with Wine Staging 4.0. CORE-15682
2019-01-26 13:15:03 +01:00
Amine Khaldi
dd78a4bf83
[MAPI32] Sync with Wine Staging 4.0. CORE-15682
2019-01-26 13:13:59 +01:00
Amine Khaldi
792a2286d8
[JSPROXY] Sync with Wine Staging 4.0. CORE-15682
2019-01-26 13:12:47 +01:00
Amine Khaldi
660f7b9090
[JSCRIPT] Sync with Wine Staging 4.0. CORE-15682
2019-01-26 13:11:40 +01:00
Amine Khaldi
4973a53fc3
[INETCOMM] Sync with Wine Staging 4.0. CORE-15682
2019-01-26 13:10:33 +01:00
Amine Khaldi
c0deab6d9d
[IMM32] Sync with Wine Staging 4.0. CORE-15682
2019-01-26 13:10:01 +01:00
Amine Khaldi
2653fad683
[IMAADP32.ACM] Sync with Wine Staging 4.0. CORE-15682
2019-01-26 13:09:32 +01:00
Amine Khaldi
ec33091a1d
[IEFRAME] Sync with Wine Staging 4.0. CORE-15682
2019-01-26 13:08:54 +01:00
Amine Khaldi
bd88475d94
[ICCVID] Sync with Wine Staging 4.0. CORE-15682
2019-01-26 13:07:54 +01:00
Amine Khaldi
07e4452656
[HLINK] Sync with Wine Staging 4.0. CORE-15682
2019-01-26 13:06:56 +01:00
Amine Khaldi
066d754700
[HHCTRL] Sync with Wine Staging 4.0. CORE-15682
2019-01-26 13:05:48 +01:00
Amine Khaldi
89f10a28f7
[GDIPLUS] Sync with Wine Staging 4.0. CORE-15682
2019-01-25 13:21:54 +01:00
Amine Khaldi
20c427d29e
[CRYPTUI] Sync with Wine Staging 4.0. CORE-15682
2019-01-25 13:20:18 +01:00
Amine Khaldi
b1b70ef9ed
[CRYPT32] Sync with Wine Staging 4.0. CORE-15682
2019-01-25 13:19:03 +01:00
Amine Khaldi
8767115816
[CREDUI] Sync with Wine Staging 4.0. CORE-15682
2019-01-25 13:17:45 +01:00
Amine Khaldi
90f41ebb28
[COMDLG32] Sync with Wine Staging 4.0. CORE-15682
2019-01-25 13:17:07 +01:00
Amine Khaldi
379c53db18
[AVIFIL32] Sync with Wine Staging 4.0. CORE-15682
2019-01-25 13:14:32 +01:00
Amine Khaldi
f9fd4bbc7c
[ATL] Sync with Wine Staging 4.0. CORE-15682
2019-01-25 13:13:28 +01:00
Amine Khaldi
2a1300f5b6
[ADVPACK] Sync with Wine Staging 4.0. CORE-15682
2019-01-25 13:12:55 +01:00
Amine Khaldi
517ea70ceb
[DMUSIC] Sync with Wine Staging 4.0. CORE-15682
2019-01-25 13:12:18 +01:00
Amine Khaldi
98e62237b1
[DINPUT] Sync with Wine Staging 4.0. CORE-15682
2019-01-25 13:11:07 +01:00
Amine Khaldi
e7b199daff
[D3DX9_*] Sync with Wine Staging 4.0. CORE-15682
2019-01-25 13:10:23 +01:00
Amine Khaldi
511039b77d
[D3DRM] Sync with Wine Staging 4.0. CORE-15682
2019-01-25 13:09:01 +01:00
Amine Khaldi
6971090559
[D3DCOMPILER_43] Sync with Wine Staging 4.0. CORE-15682
2019-01-25 13:08:25 +01:00
Pierre Schweitzer
342414c7d6
[SYSDM] Meh
2019-01-21 21:27:50 +01:00
Pierre Schweitzer
2d8f0aee5c
[SYSDM] Update French translation
2019-01-21 21:16:48 +01:00
Eric Kohl
9f41824321
[MMSYS] Set the tab title, implement the 'restore defaults' button and the synchronized trackbar movement.
2019-01-21 00:25:17 +01:00
Eric Kohl
431f9bf311
[MMSYS] Improvements to the speaker volume property page
...
- Open a separate mixer instance for the page, so that MM_MIXM_CONTROL_CHANGE notifications can be received.
- Keep line and channel configurations in a global struct.
- Handle MM_MIXM_CONTROL_CHANGE and WM_HSCROLL notifications.
2019-01-20 22:00:42 +01:00
Stanislav Motylkov
677edc637c
[WINMM] Load Wave/MIDI mapper drivers only after actual device drivers ( #1241 )
...
CORE-15620
2019-01-20 17:55:45 +01:00
Eric Kohl
3ae86a245d
[MMSYS] Replaces some magic values
2019-01-20 16:35:52 +01:00
Eric Kohl
d301d6a378
[MMSYS] Add the speaker volume dialog.
...
Retrieve information on the channels and initialize the trackbars accordingly.
2019-01-20 15:59:30 +01:00
Stanislav Motylkov
d893a6c355
[WINMM:MIDIMAP] Support Windows XP compatible MIDIMap registry setting ( #1240 )
...
CORE-15602
2019-01-19 22:48:22 +01:00
Jérôme Gardou
c3e4b5fec6
[OPENGL32] Fix wglChoosePixelFormat
...
Not asking for a feature is not asking not to have it.
2019-01-19 14:23:54 +01:00
Jérôme Gardou
5f2bebf7a5
[OPENGL32][MESA] Downgrade Mesa library to version 2.6
...
With this commit, we now use a forked version of MESA which only supports OpenGL 1.1, like the windows implementation does.
It exposes :
- The same pixel formats
- The same set of extensions
- Nothing more
All of this without taking 10% of your build time.
If you need a more modern option, look at the MESA package from Rapps, which is (and must be) maintained outside of this code tree.
CORE-7499
2019-01-19 14:23:54 +01:00
Jared Smudde
7d60b2e12f
[MMSYS] Set the initial media folder location. ( #1248 )
2019-01-16 12:53:00 +01:00
Serge Gautherie
6f2aa0cbf9
[SHELL32] CDefView: Remove a remnant string part ( #1250 )
...
Addendum to 9ae373a
.
2019-01-16 12:51:49 +01:00
Thomas Faber
b4a8afe55d
[MSXML3] Handle libxml2 API breakage. CORE-15280
...
Imports Wine commit 2a8719d280c.
2019-01-16 09:27:30 +01:00
Thomas Faber
af4421c39a
[LIBXSLT] Update to version 1.1.33. CORE-15280
2019-01-16 09:27:26 +01:00
Stanislav Motylkov
c95f335893
[MMSYS] Properly save Audio/MIDI In/Out in the registry
...
CORE-15582
2019-01-15 15:27:58 +02:00
Mark Jansen
9ae373a023
[SHELL32] CDefView: Find a reasonable place to show a context menu
...
Previously, we would treat the input as unsigned coordinates, this is wrong!
If the coordinates are invalid, we try to find a focused or selected item.
The center of this item is where we'll show the menu.
When there is no item, we default to 0,0
2019-01-15 14:34:53 +02:00
Mark Jansen
f9e50f5471
[ATL] Add GET_X_LPARAM and GET_Y_LPARAM to atlwin.h
...
Remove all local definitions
2019-01-15 14:34:53 +02:00
Eric Kohl
5f11c16ca8
[MMSYS] Move global variables into a GLOBAL_DATA struct and free allocated memory on WM_DESTROY.
2019-01-13 23:19:25 +01:00
Stanislav Motylkov
e0d80a4ab6
[MMSYS] Add icons for the sound tree ( #1235 )
...
CORE-15584
2019-01-13 19:13:20 +01:00
Denis Malikov
da9accfba6
[COMCTL32] add padding for status bar text
2019-01-13 18:21:36 +02:00
Joachim Henze
daadcc6141
[GDIPLUS] Fix a regression painting gradient CORE-15479
...
patch is import of Wine commit 0937186f7d15fed60f77fa2014d650f4d0b6b20b
by Nikolay Sivov
2019-01-13 17:14:41 +01:00
Eric Kohl
0ec2fd4c3e
[MMSYS] Fix the main volume trackbar
...
- Increase the height of the trackbar in order to make it fully visible.
- Remove the selection range code.
- Set a range from 0 to 500 and fix the volume calculations accordingly.
- Set a tick frequency of 50 and a page size of 100.
- Play the default sound on TB_ENDTRACK notifications.
2019-01-13 15:38:06 +01:00
Eric Kohl
fcadedb306
[MMSYS] Play default sound when the volume trackbar is released.
...
This works on Windows XP but it might not work on ReactOS because of unimplemented features of PlaySound().
2019-01-13 14:05:00 +01:00
Eric Kohl
5cf2a78473
[MMSYS] Replace the sound event list ListView by a TreeView.
...
CORE-15584
2019-01-13 10:37:21 +01:00
Stanislav Motylkov
4575747d61
[MMSYS] Fix tab-stop for group controls and comboboxes ( #1231 )
...
CORE-15581
2019-01-12 21:18:10 +01:00
Thomas Faber
b61b18157b
[LIBPNG] Update to version 1.6.36. CORE-15280
2019-01-12 16:27:18 +01:00
Stanislav Motylkov
da528a6606
[MMSYS] Properly select current MIDI output device
...
CORE-15582
2019-01-11 13:08:24 +02:00
Giannis Adamopoulos
75a80ec823
[COMCTL32] button: Don't erase the area of the checkbox or the text.
...
Attempt to fix the menace of the world, CORE-13278.
Note that this can also cause visual glitches for classic check boxes or radio buttons.
2019-01-10 23:38:02 +02:00
Denis Malikov
14df8c2e48
[MSVCRT] export _local_unwind4 for 6.0+ version
2019-01-10 19:48:49 +01:00
Stanislav Motylkov
e266b8c8c7
[SYSSETUP] Add spec definition for SetupInfObjectInstallActionW ( #1228 )
...
CORE-9897
2019-01-10 03:33:46 +01:00
Thomas Faber
0ba5bc40fb
[MBEDTLS] Update to version 2.7.9. CORE-15280
2019-01-09 10:47:38 +01:00
Luo Yufan
980d8b1b12
[TRANSLATION] Update Chinese translation. ( #1227 )
...
Update Chinese and Traditional Chinese translations.
2019-01-08 13:42:17 +01:00