wine/programs
Zhiyi Zhang 24836f73b4 winecfg: Use 10 DLUs for check box height.
10 DLUs is the recommended height for check boxes on Windows. 8 DLUs is not enough and may cause
shrinking in HiDPI settings.

Signed-off-by: Zhiyi Zhang <zzhang@codeweavers.com>
2022-07-15 11:32:53 +02:00
..
arp
aspnet_regiis
attrib attrib: Use OEM code page for output. 2022-05-02 11:47:14 +02:00
cabarc cabarc: Enable compilation with long types. 2022-02-04 11:20:33 +01:00
cacls
chcp.com chcp: Use OEM code page for output. 2022-05-02 11:47:17 +02:00
clock
cmd cmd: Skip too long paths. 2022-05-05 22:02:56 +02:00
conhost conhost: Update debug output and comments when loading/saving settings. 2022-06-09 20:55:20 +02:00
control
cscript [cw]script: Enable compilation with long types. 2022-02-04 11:20:33 +01:00
dism
dllhost dllhost: Try to load the dll server's factory at the start. 2022-05-06 12:07:07 +02:00
dplaysvr
dpnsvr
dpvsetup
dxdiag dxdiag: Enable compilation with long types. 2022-02-04 11:20:33 +01:00
eject eject: Enable compilation with long types. 2022-02-04 11:20:33 +01:00
expand expand: Use the standard va_list instead of __ms_va_list. 2021-10-25 11:00:40 +02:00
explorer explorer: Fix memory leaks. 2022-07-14 21:00:54 +02:00
extrac32
fc
find find/tests: Enable compilation with long types. 2022-02-03 17:19:41 +01:00
findstr
fsutil fsutil: Use OEM code page for output. 2022-05-02 11:47:19 +02:00
hh
hostname hostname: Use OEM code page for output. 2022-05-02 11:47:21 +02:00
icacls
icinfo icinfo: Use OEM code page for output. 2022-05-02 11:47:24 +02:00
iexplore
ipconfig ipconfig: Use OEM code page for output. 2022-05-02 11:47:26 +02:00
lodctr
mofcomp
mshta
msidb
msiexec msiexec: Enable compilation with long types. 2022-02-04 11:20:33 +01:00
msinfo32
net net: Use OEM code page for output. 2022-05-02 11:47:28 +02:00
netsh
netstat netstat: Use OEM code page for output. 2022-05-02 11:47:30 +02:00
ngen
notepad notepad: Avoid using pointer value after free. 2022-06-15 11:53:29 +02:00
oleview
ping ping: Enable compilation with long types. 2022-02-04 11:20:33 +01:00
plugplay plugplay: Enable compilation with long types. 2022-02-04 11:20:33 +01:00
powershell
presentationfontcache presentationfontcache: Enable compilation with long types. 2022-02-04 11:20:33 +01:00
progman progman: Use correct integral type. 2022-01-26 21:53:55 +01:00
reg reg: Add REG_QWORD support to 'add'. 2022-06-27 22:58:21 +02:00
regasm
regedit regedit: Replace heap_x*() functions with malloc(), realloc() and free(). 2022-07-07 19:11:38 +02:00
regini
regsvcs
regsvr32 regsvr32: Use OEM code page for output. 2022-05-02 11:47:34 +02:00
robocopy robocopy: Add stub. 2021-10-18 21:26:10 +02:00
rpcss rpcss: Use CRT memory allocation functions. 2022-07-05 12:34:03 +02:00
rundll.exe16
rundll32 rundll32: Activate context at ID 123 before calling library functions. 2022-04-13 18:15:48 +02:00
sc sc: Allow using separate arguments for parameter name and value. 2022-05-03 20:39:14 +02:00
schtasks schtasks: Enable compilation with long types. 2022-02-09 18:37:32 +01:00
sdbinst
secedit
servicemodelreg
services services: Start services detached from console. 2022-03-17 21:06:10 +01:00
shutdown
spoolsv spoolsv: Enable compilation with long types. 2022-02-07 10:59:15 +01:00
start start: Use OEM code page for output. 2022-05-02 11:47:36 +02:00
subst
svchost svchost: Enable compilation with long types. 2022-02-07 10:59:24 +01:00
systeminfo
taskkill taskkill: Use OEM code page for output. 2022-05-02 11:47:37 +02:00
tasklist
taskmgr taskmgr: Fix the unit in memory usage graph on performance tab. 2022-05-23 10:27:54 +02:00
termsv termsv: Enable compilation with long types. 2022-02-07 10:59:27 +01:00
uninstaller uninstaller: Use OEM code page for output. 2022-05-02 11:47:39 +02:00
unlodctr
view
wevtutil
where
whoami whoami: Use OEM code page for output. 2022-05-02 11:47:40 +02:00
wineboot wineboot: Don't use ai_canonname for ComputerName if it is "localhost". 2022-04-27 21:47:43 +02:00
winebrowser winebrowser: Enable compilation with long types. 2022-02-07 10:59:41 +01:00
winecfg winecfg: Use 10 DLUs for check box height. 2022-07-15 11:32:53 +02:00
wineconsole wineconsole: Enable compilation with long types. 2022-02-07 10:59:48 +01:00
winedbg winedbg: No longer hide current WineDbg process from 'info proc'. 2022-06-29 23:23:41 +02:00
winedevice winedevice: Enable compilation with long types. 2022-02-07 10:59:56 +01:00
winefile winefile: Set size before calling RegQueryValueExW(). 2021-10-20 11:22:30 +02:00
winemenubuilder winemenubuilder: Use the full path name when extracting an icon. 2022-03-31 18:51:32 +02:00
winemine
winemsibuilder winemsibuilder: Use CRT allocation functions. 2022-07-05 12:34:03 +02:00
winepath winepath: Use CRT allocation functions. 2022-07-05 12:34:03 +02:00
winetest winetest: Also trace the country and ANSI code page. 2022-02-18 22:10:47 +01:00
winevdm Revert "winevdm: Enable visual styles.". 2021-10-18 10:47:56 +02:00
winhelp.exe16
winhlp32 winhlp32: Enable compilation with long types. 2022-02-07 11:00:09 +01:00
winmgmt winmgmt: Enable compilation with long types. 2022-02-07 11:00:13 +01:00
winoldap.mod16 winoldap.mod16: Enable compilation with long types. 2022-02-07 11:00:16 +01:00
winver
wmic wmic: Handle properly list for GET verb. 2022-07-05 19:06:12 +02:00
wmplayer
wordpad wordpad: Use CRT allocation functions. 2022-07-05 12:34:03 +02:00
write
wscript wscript: Use CRT memory allocation functions. 2022-07-05 12:34:03 +02:00
wuauserv wuauserv: Enable compilation with long types. 2022-02-07 11:00:24 +01:00
wusa wusa: Remove string duplication helper. 2022-04-20 22:57:51 +02:00
xcopy xcopy: Use OEM code page for output. 2022-05-02 11:47:43 +02:00