vcl/inc/sallayout.hxx |1 +
vcl/source/gdi/CommonSalLayout.cxx |5 +
vcl/source/gdi/sallayout.cxx | 23 +++
3 files changed, 29 insertions(+)
New commits:
commit d9ea614a1e7c29bb6831822dc6fc29657d40bdd9
Author: Khaled Hosny
Date: Sat Nov 5
sw/source/core/text/itrform2.cxx | 35 ---
1 file changed, 8 insertions(+), 27 deletions(-)
New commits:
commit c1cb0fe8c5e36ff2d08f5eb2d91a7652b03f4b66
Author: Khaled Hosny
Date: Sat Nov 5 14:22:54 2016 +0200
Bin pointless #ifdefâs
Since we
vcl/source/font/PhysicalFontCollection.cxx |1 -
vcl/source/outdev/font.cxx |5 -
vcl/unx/generic/gdi/salgdi.cxx |2 --
3 files changed, 8 deletions(-)
New commits:
commit a04cda96c6b70314546a8126783e573e16c78e1d
Author: Khaled Hosny
Date: Sat Nov 5
sw/source/core/text/porlay.cxx | 19 ---
1 file changed, 8 insertions(+), 11 deletions(-)
New commits:
commit 7fdb418aea11a4e1f09a04c02d125880925272aa
Author: Khaled Hosny
Date: Sun Nov 6 22:30:32 2016 +0200
tdf#65344: Donât put Kashida before any final char
sw/source/core/text/porlay.cxx | 10 --
1 file changed, 4 insertions(+), 6 deletions(-)
New commits:
commit 6a087ef7d4f67f52ab688d0dc84b39b5bd36d931
Author: Khaled Hosny
Date: Sun Nov 6 22:44:15 2016 +0200
Update comments
Change-Id
sw/source/core/text/porlay.cxx | 64 -
1 file changed, 50 insertions(+), 14 deletions(-)
New commits:
commit 0b9298bf50eb104b684207e10987144c058421ea
Author: Khaled Hosny
Date: Mon Nov 7 00:41:44 2016 +0200
Extend joining groups with new Unicode
sw/source/core/text/porlay.cxx |4
1 file changed, 4 insertions(+)
New commits:
commit 639735edaffd35dfe99e527789402e030d95ab45
Author: Khaled Hosny
Date: Mon Nov 7 06:53:38 2016 +0200
Fix thinkos in my previous commit
Change-Id
configure.ac | 15 ---
vcl/quartz/ctfonts.cxx |9 +
2 files changed, 17 insertions(+), 7 deletions(-)
New commits:
commit 8285af5e56cbc9d3871f75454781ce0f5386ec08
Author: Khaled Hosny
Date: Mon Nov 7 07:59:49 2016 +0200
Disable VCL_FLOAT_DEVICE_PIXEL
gt; d0ce/
>
> commit 3a543f1f57aed3beba8879ed46e1f92f657151cb
> Author: Khaled Hosny
> Date: Mon Oct 10 00:54:00 2016 +0200
>
> Validate Kashida positions in CommonSalLayout
>
> triggers a crash on reexporting fdo58980-3.odt to odt.
>
> I've bodged it with...
>
> commit 2439
vcl/source/gdi/CommonSalLayout.cxx | 10 +++---
1 file changed, 7 insertions(+), 3 deletions(-)
New commits:
commit 281b3458940e06f9cb5f679537adc19532a0a80d
Author: Khaled Hosny
Date: Wed Nov 9 16:19:08 2016 +0200
Allow the Kashida here
Change-Id
On Wed, Nov 09, 2016 at 03:29:31PM +0200, Khaled Hosny wrote:
> On Wed, Nov 09, 2016 at 11:01:48AM +, Caolán McNamara wrote:
> > On Tue, 2016-11-08 at 23:08 +, Crashtest VM wrote:
> > > New crashtest update available at http://dev-
> > > build
insertions(+), 72 deletions(-)
New commits:
commit 73b9b72cf1658208c2b2eb10cc0acfc3833dd875
Author: Khaled Hosny
Date: Thu Nov 10 00:57:08 2016 +0200
tdf#103718: Correctly set vertical direction
Follow UTR#50 and set vertical direction based on character orientation,
not the
vcl/source/gdi/CommonSalLayout.cxx |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit f26df72f6e424492d101f527deb81f550ff3c941
Author: Khaled Hosny
Date: Thu Nov 10 01:33:48 2016 +0200
Typo
No idea how this ever compiled for me!
Change-Id
vcl/source/gdi/CommonSalLayout.cxx |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit f6391d9696bfa7485bf785ac81edef4d5441e232
Author: Khaled Hosny
Date: Thu Nov 10 01:48:29 2016 +0200
Who would think sal_Int32 is not the same as int32_t
Change-Id
vcl/source/gdi/CommonSalLayout.cxx | 10 ++
1 file changed, 6 insertions(+), 4 deletions(-)
New commits:
commit 66bd5ef022eb242a8fdecb491963bbad99fc3a9d
Author: Khaled Hosny
Date: Thu Nov 10 03:59:28 2016 +0200
Use hb_script_t directly
Change-Id
On Mon, Apr 04, 2016 at 05:17:15PM +0900, Takeshi Abe wrote:
> Hi,
>
> Looking into tdf#49547 [1], I wonder which version of FontForge is supposed
> or recommended to be used for producing
> extras/source/truetype/symbol/opens__.ttf
> from OpenSymbol.sdf.
> Thank you for your attention.
>
> [1]
vcl/unx/gtk3/gdi/gtk3salnativewidgets-gtk.cxx | 30 +++---
1 file changed, 23 insertions(+), 7 deletions(-)
New commits:
commit 2ce903c7b2d67a46c2fe2755cfaa66d98f2eddf2
Author: Khaled Hosny
Date: Mon Aug 17 00:49:39 2015 +0200
Fix GTK3 right-to-left rendering
While trying to fix a bug in OpenSymbol font, I found that it contains
some a GSUB table with some weird ligature entries, namely:
period + period + period -> ellipsis
integral + integral-> double integral
integral + int
extras/source/truetype/symbol/OpenSymbol.sfd | 14 +++---
extras/source/truetype/symbol/opens___.ttf |binary
2 files changed, 7 insertions(+), 7 deletions(-)
New commits:
commit 75a8b1cf84ac718aa1c8d671cd27b0b10307f50a
Author: Khaled Hosny
Date: Tue Aug 18 02:35:35 2015 +0200
vcl/unx/gtk3/gdi/gtk3salnativewidgets-gtk.cxx | 30 +++---
1 file changed, 23 insertions(+), 7 deletions(-)
New commits:
commit a803ec69f69068e0c45a7825094941b9ea765c1c
Author: Khaled Hosny
Date: Mon Aug 17 00:49:39 2015 +0200
Fix GTK3 right-to-left rendering
insertions(+), 1666 deletions(-)
New commits:
commit 2dd5ba7ee56dcb12e549d8916a4d7d1b7b1aac10
Author: Khaled Hosny
Date: Mon Aug 17 00:49:39 2015 +0200
Fix GTK3 right-to-left rendering
* Reverse the direction of arrows e.g. in menus
* Reverse the position of combobox button
On Thu, Aug 20, 2015 at 04:40:29PM +0100, Caolán McNamara wrote:
> On Tue, 2015-08-18 at 01:53 +0200, Khaled Hosny wrote:
> > While trying to fix a bug in OpenSymbol font, I found that it
> > contains some a GSUB table with some weird ligature entries, namely:
> ...
> >
extras/source/truetype/symbol/OpenSymbol.sfd |6 --
extras/source/truetype/symbol/opens___.ttf |binary
2 files changed, 6 deletions(-)
New commits:
commit 26f3a6470336644988de1f8a76d982dae4de67ae
Author: Khaled Hosny
Date: Fri Aug 21 16:58:28 2015 +0200
Remove bogus ligatures
vcl/source/gdi/salgdilayout.cxx |4 ++-
vcl/unx/gtk3/gdi/gtk3salnativewidgets-gtk.cxx | 29 +++---
2 files changed, 25 insertions(+), 8 deletions(-)
New commits:
commit e2582341af9f6b756e5d95c8ddd99652b62d1a41
Author: Khaled Hosny
Date: Mon Aug 17 04:00
vcl/unx/gtk3/gdi/gtk3salnativewidgets-gtk.cxx | 29 +++---
1 file changed, 22 insertions(+), 7 deletions(-)
New commits:
commit 3a0ca27411f37b86a56737d89349ac629863af00
Author: Khaled Hosny
Date: Mon Aug 17 04:00:49 2015 +0200
Fix GTK3 right-to-left rendering of
In may build I see this warning a lot:
In file included from cui/source/tabpages/textattr.cxx:37:0:
include/svx/dlgutil.hxx:37:28: warning: ‘OUTPUT_DRAWMODE_CONTRAST’ defined but
not used [-Wunused-variable]
static const DrawModeFlags OUTPUT_DRAWMODE_CONTRAST =
DrawModeFlags::SettingsLine | Draw
On Tue, Aug 25, 2015 at 05:54:32PM +0200, Stephan Bergmann wrote:
> On 08/25/2015 05:30 PM, Khaled Hosny wrote:
> >In may build I see this warning a lot:
> >In file included from cui/source/tabpages/textattr.cxx:37:0:
> >include/svx/dlgutil.hxx:37:28: warning: ‘OUTPUT_DRAWM
On Tue, Aug 25, 2015 at 07:28:26PM +0300, Maxim Monastirsky wrote:
> Hi Khaled,
>
> On Tue, Aug 25, 2015 at 6:30 PM, Khaled Hosny wrote:
> >In may build I see this warning a lot:
> >In file included from cui/source/tabpages/textattr.cxx:37:0:
> >include/svx
On Thu, Nov 19, 2015 at 11:14:10AM +, Caolán McNamara wrote:
> On Thu, 2015-11-19 at 11:16 +0100, Riccardo Magliocchetti wrote:
> > We should now link against cairo and the system one is usually linked
> > against X11. So i think i'm going to just build the libo shipped one
> > and see how it
On Thu, Nov 19, 2015 at 06:15:46PM +0100, Riccardo Magliocchetti wrote:
> Il 19/11/2015 15:00, Khaled Hosny ha scritto:
> >On Thu, Nov 19, 2015 at 11:14:10AM +, Caolán McNamara wrote:
> >>On Thu, 2015-11-19 at 11:16 +0100, Riccardo Magliocchetti wrote:
> >>>We sho
vcl/generic/glyphs/gcach_ftyp.cxx | 23 ---
1 file changed, 23 deletions(-)
New commits:
commit aefcb307c246275fa9001996bd815c73b4ac79b3
Author: Khaled Hosny
Date: Tue Nov 24 09:13:48 2015 +0400
Remove recently unused code
Change-Id
vcl/generic/glyphs/gcach_layout.cxx | 24 ++--
1 file changed, 18 insertions(+), 6 deletions(-)
New commits:
commit e5cc49dbf139b2d3ca2bbc0c41e7c47d63c11d66
Author: Khaled Hosny
Date: Fri Nov 27 19:32:42 2015 +0400
Disable code not needed with new HarfBuzz versions
extras/source/truetype/symbol/OpenSymbol.sfd | 14 +++---
extras/source/truetype/symbol/opens___.ttf |binary
2 files changed, 7 insertions(+), 7 deletions(-)
New commits:
commit bf6e219ee57bb17fdb4f176bc4888a540cbeb290
Author: Khaled Hosny
Date: Tue Aug 18 02:35:35 2015 +0200
On Sun, Nov 08, 2015 at 10:06:51AM -0600, Adolfo Jayme Barrientos wrote:
> Whenever the UI font doesn’t support a different script, LibreOffice
> does not fall back to anything else and displays squares.
Is this true, I always had font fallback on LibreOffice UI (on Linux at
least), even my main U
On Tue, Nov 10, 2015 at 03:10:25AM -0600, Adolfo Jayme Barrientos wrote:
> 2015-11-08 23:24 GMT-06:00 Khaled Hosny :
> > Is this true, I always had font fallback on LibreOffice UI (on Linux at
> > least), even my main UI font does not support Latin at all but otherwise
> >
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
601 - 700 of 1567 matches
Mail list logo