Katayama Hirofumi MZ
0f308a0076
[FONTS] Improve Tahoma font (14px bitmap and ligatures) ( #809 )
...
Add 14-pixel height bitmap, and improve some ligatures (fi and fl).
CORE-12091
2018-08-24 12:38:35 +02:00
Baruch Rutman
8a407b5c60
[FONTS] Update Hebrew font subtitutions ( #795 )
...
Updated the font substitutions to use the new Hebrew glyphs in the updated Tahoma font.
Also added substitution for the Ubuntu font to make the Lautus and Modern themes legible with Hebrew UI elements.
Follow up to PR #789 and #790 ; CORE-14880, CORE-14943
2018-08-21 17:21:21 +02:00
Katayama Hirofumi MZ
e58607eaba
[FONTS] Add Hebrew vector glyphs to Tahoma Bold font ( #790 )
...
Bitmap glyphs are not added.
CORE-14943
2018-08-21 15:35:52 +02:00
Katayama Hirofumi MZ
b80171e5d3
[FONTS] Add Hebrew vector glyphs to Tahoma font ( #789 )
...
Bitmap glyphs are not added.
CORE-14943
2018-08-21 15:35:18 +02:00
Jake Collins
72827bc514
[MODERN.MSSTYLES] Add the initial version of the modern theme.
...
CORE-13020
2018-08-20 15:06:53 +02:00
Katayama Hirofumi MZ
2355838fbb
[FONTS] Delete 16px bitmap from Tahoma Bold
2018-06-05 15:57:45 +02:00
Amine Khaldi
f554481baf
[WTSAPI32] Sync with Wine Staging 3.9. CORE-14656
2018-06-04 03:59:11 +01:00
Amine Khaldi
c399348b83
[WMVCORE] Sync with Wine Staging 3.9. CORE-14656
2018-06-04 03:58:45 +01:00
Amine Khaldi
2f569d4a7f
[WINTRUST] Sync with Wine Staging 3.9. CORE-14656
2018-06-04 03:58:20 +01:00
Amine Khaldi
12381d5dc1
[WININET] Sync with Wine Staging 3.9. CORE-14656
2018-06-04 03:57:34 +01:00
Amine Khaldi
8317165d65
[WINHTTP] Sync with Wine Staging 3.9. CORE-14656
2018-06-04 03:56:48 +01:00
Amine Khaldi
324214f998
[WINDOWSCODECS] Sync with Wine Staging 3.9. CORE-14656
2018-06-04 03:55:39 +01:00
Amine Khaldi
983dc4266c
[WBEMPROX] Sync with Wine Staging 3.9. CORE-14656
2018-06-04 03:54:01 +01:00
Amine Khaldi
6091f5c76b
[VERSION] Sync with Wine Staging 3.9. CORE-14656
2018-06-04 03:53:34 +01:00
Amine Khaldi
bcea8c65d0
[VBSCRIPT] Sync with Wine Staging 3.9. CORE-14656
2018-06-04 03:52:36 +01:00
Amine Khaldi
aa15c73fc5
[USP10] Sync with Wine Staging 3.9. CORE-14656
2018-06-04 03:51:34 +01:00
Amine Khaldi
d0eebfbd6f
[URLMON] Sync with Wine Staging 3.9. CORE-14656
2018-06-04 03:50:24 +01:00
Amine Khaldi
96d77d846f
[RPCRT4] Sync with Wine Staging 3.9. CORE-14656
2018-06-04 03:49:11 +01:00
Amine Khaldi
aefc6e4447
[RICHED20] Sync with Wine Staging 3.9. CORE-14656
2018-06-04 03:48:07 +01:00
Amine Khaldi
be43e1385f
[PROPSYS] Sync with Wine Staging 3.9. CORE-14656
2018-06-04 03:47:25 +01:00
Amine Khaldi
4523246628
[PIDGEN] Sync with Wine Staging 3.9. CORE-14656
2018-06-04 03:46:44 +01:00
Amine Khaldi
85037eb745
[OLE32] Sync with Wine Staging 3.9. CORE-14656
2018-06-04 03:45:35 +01:00
Amine Khaldi
d52f5b708b
[ODBCCP32] Sync with Wine Staging 3.9. CORE-14656
2018-06-04 03:44:04 +01:00
Amine Khaldi
33bcb8c53a
[NTDSAPI] Sync with Wine Staging 3.9. CORE-14656
2018-06-04 03:43:22 +01:00
Amine Khaldi
4335e46944
[MSCTF] Sync with Wine Staging 3.9. CORE-14656
2018-06-04 03:41:08 +01:00
Amine Khaldi
3f071cc527
[JSCRIPT] Sync with Wine Staging 3.9. CORE-14656
2018-06-04 03:38:45 +01:00
Amine Khaldi
e64b032987
[ITSS] Sync with Wine Staging 3.9. CORE-14656
2018-06-04 03:37:18 +01:00
Amine Khaldi
1656f44ad3
[IMM32] Sync with Wine Staging 3.9. CORE-14656
2018-06-04 03:36:30 +01:00
Amine Khaldi
88b70c737a
[IEFRAME] Sync with Wine Staging 3.9. CORE-14656
2018-06-04 03:35:42 +01:00
Baruch Rutman
a4a59ad413
[GDI32][LPK] BiDi support for ExtTextOut and GetCharacterPlacement ( #534 )
...
Introduce BiDi (bi-directional text) support for ExtTextOut and GetCharacterPlacement, using Wine's GDI BIDI_Reorder function.
Solves the main issue with CORE-7003.
To be compatible with Win2k3+, introduce the "Language Pack" (LPK) dll.
- All the bidi code is removed from gdi32 and replaced by calls to LPK.
Gdi32 uses dynamic linking to lpk.dll. In case of linking failure no bidi processing will be available.
- Implemented LpkGetCharacterPlacement.
- Implement LpkExtTextOut.
- Add a demo test program to show how the apis should function.
- Added all the remaining code, added special case for lpDx calculation if also GCP_GLYPHSHAPE flag was called.
Applications that call GCP that use GCP_GLYPHSHAPE flags should also use the GCP_REORDER flag.
(As written in https://msdn.microsoft.com/en-us/library/windows/desktop/dd144860(v=vs.85).aspx )
- Add ETO_RTLREADING flag handling.
Imported the ETO_RTLREADING flag handling from wine, which changes the string part order (runs).
A RRR1LLLRRR2 string without will show as RRR1LLLRRR2 without it, with it RRR2LLLRRR1.
2018-05-30 14:41:22 +02:00
Katayama Hirofumi MZ
e0f5ded66a
[FONTS] Improve Tahoma Bold font (tahomabd.ttf) #580
2018-05-30 13:44:54 +02:00
Pierre Schweitzer
469289ed5c
[VFATLIB] Upgrade fsck.fat to 4.1
...
Also make it easier to sync in the future.
2018-05-28 23:18:25 +02:00
Eric Kohl
cd9f22e9e5
[SYSSETUP][INF] Add the 'Registry Values' section to the default security settings and apply it to the registry
2018-05-28 19:26:02 +02:00
Amine Khaldi
1d62a5beb5
[HNETCFG] Sync with Wine Staging 3.9. CORE-14656
2018-05-27 04:12:51 +01:00
Amine Khaldi
6619d0261f
[GDIPLUS] Sync with Wine Staging 3.9. CORE-14656
2018-05-27 04:10:39 +01:00
Amine Khaldi
2fb248c799
[DBGHELP] Sync with Wine Staging 3.9. CORE-14656
2018-05-27 04:08:32 +01:00
Amine Khaldi
102f53e05c
[CRYPT32] Sync with Wine Staging 3.9. CORE-14656
2018-05-27 04:07:57 +01:00
Amine Khaldi
f68b0c5100
[COMDLG32] Sync with Wine Staging 3.9. CORE-14656
2018-05-27 04:06:36 +01:00
Amine Khaldi
01707e98b5
[AVIFIL32] Sync with Wine Staging 3.9. CORE-14656
2018-05-27 04:02:26 +01:00
Amine Khaldi
f267af2ac1
[QUARTZ] Sync with Wine Staging 3.9. CORE-14656
2018-05-27 04:00:39 +01:00
Amine Khaldi
20e02be701
[MSDMO] Sync with Wine Staging 3.9. CORE-14656
2018-05-27 03:59:47 +01:00
Amine Khaldi
e467e5ff1b
[DMUSIC] Sync with Wine Staging 3.9. CORE-14656
2018-05-27 03:59:04 +01:00
Amine Khaldi
e2ded18d65
[DINPUT] Sync with Wine Staging 3.9. CORE-14656
2018-05-27 03:57:38 +01:00
Amine Khaldi
5e3341f4bb
[DEVENUM] Sync with Wine Staging 3.9. CORE-14656
2018-05-27 03:56:13 +01:00
Amine Khaldi
561fd57166
[D3DX9_24 => 43] Sync with Wine Staging 3.9. CORE-14656
2018-05-27 03:54:15 +01:00
Amine Khaldi
61ea4c528e
[D3DRM] Sync with Wine Staging 3.9. CORE-14656
2018-05-27 03:53:02 +01:00
Amine Khaldi
7af3969e9f
[D3D8][D3D9][DDRAW][WINED3D] Sync with Wine Staging 3.9. CORE-14656
2018-05-27 03:52:04 +01:00
Amine Khaldi
a5f73f6c86
[AMSTREAM] Sync with Wine Staging 3.9. CORE-14656
2018-05-27 03:50:07 +01:00
Amine Khaldi
98cf80fbc5
[REG] Sync with Wine Staging 3.9. CORE-14656
2018-05-27 03:48:33 +01:00
Pierre Schweitzer
de58c459fa
[UBTRFS] Upgrade to 1.0.2
...
CORE-14655
2018-05-26 11:00:51 +02:00