[Libreoffice-commits] core.git: include/vcl vcl/source

2014-11-01 Thread Chris Sherlock
include/vcl/outdev.hxx |2 +- vcl/source/outdev/polyline.cxx |6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) New commits: commit b167d1127e1579468a74c4414e7f4f33d9d24122 Author: Chris Sherlock chris.sherloc...@gmail.com Date: Sun Nov 2 12:38:16 2014 +1100 vcl

[Libreoffice-commits] core.git: include/vcl

2014-11-01 Thread Chris Sherlock
include/vcl/outdev.hxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 1a178bd5a2249b49d61ccd8c5643aa6cb501f25b Author: Chris Sherlock chris.sherloc...@gmail.com Date: Sun Nov 2 12:42:13 2014 +1100 vcl: include variable names in definition of OutputDevice

[Libreoffice-commits] core.git: drawinglayer/source include/vcl vcl/source

2014-11-01 Thread Chris Sherlock
498a40f33908791c3b2409a1ccb4b3c81ea1e032 Author: Chris Sherlock chris.sherloc...@gmail.com Date: Sun Nov 2 13:10:13 2014 +1100 vcl: Refactor OutputDevice::TryDrawPolyLineDirect() I've renamed TryDrawPolyLineDirect() to DrawPolyLineDirect() and also renamed TryDrawPolyLineDirectNoAACheck

[Libreoffice-commits] core.git: include/vcl vcl/source

2014-11-03 Thread Chris Sherlock
include/vcl/outdev.hxx | 14 + vcl/source/outdev/polyline.cxx | 96 ++--- 2 files changed, 48 insertions(+), 62 deletions(-) New commits: commit 886eadd0862963de36f2a4a6901b6752c767ac9c Author: Chris Sherlock chris.sherloc...@gmail.com Date

[Libreoffice-commits] core.git: vcl/source

2014-11-03 Thread Chris Sherlock
vcl/source/outdev/line.cxx |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit 656ffdd4bf095152fb95f4d9ddb766964cd18c3b Author: Chris Sherlock chris.sherloc...@gmail.com Date: Sun Nov 2 15:55:33 2014 +1100 vcl: typo in variable name

OutputDevice::PaintLineGeometryWithEvtlExpand()

2014-11-03 Thread Chris Sherlock
Hi all, With the function OutputDevice::PaintLineGeometryWithEvtlExpand() in VCL, what on earth does Evtl mean, and what is being expanded? From what I can see of this function, it allows you to make lines with dots and dashes, as well as set line thickness. Can anyone clarify this? Chris

[Libreoffice-commits] core.git: include/vcl vcl/inc vcl/source

2014-11-03 Thread Chris Sherlock
/source/gdi/salgdilayout.cxx |5 vcl/source/outdev/gradient.cxx | 521 --- 9 files changed, 461 insertions(+), 91 deletions(-) New commits: commit ad6d94009cf8ea526eb70bf1a07e5c6a21320f83 Author: Chris Sherlock chris.sherloc...@gmail.com Date: Sat Oct

[Libreoffice-commits] core.git: include/vcl vcl/source

2014-11-05 Thread Chris Sherlock
include/vcl/outdev.hxx |2 +- vcl/source/outdev/line.cxx |6 ++ vcl/source/outdev/polyline.cxx |2 +- 3 files changed, 4 insertions(+), 6 deletions(-) New commits: commit 988477e2cef162c28eb5e8e91a6c40497a18f19c Author: Chris Sherlock chris.sherloc...@gmail.com Date

[Libreoffice-commits] core.git: include/vcl

2014-11-06 Thread Chris Sherlock
include/vcl/builder.hxx |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit ab2ed5a360e565299ae558b97bc39cf7aba1a81c Author: Chris Sherlock chris.sherloc...@gmail.com Date: Thu Nov 6 21:07:21 2014 +1100 vcl: split asserts in VclBuilder::get() for fdo#85939

[Libreoffice-commits] core.git: include/vcl

2014-11-10 Thread Chris Sherlock
include/vcl/window.hxx | 54 - 1 file changed, 27 insertions(+), 27 deletions(-) New commits: commit b9efff1c738af14ae4ee89732e3bb09e515e7959 Author: Chris Sherlock chris.sherloc...@gmail.com Date: Mon Nov 10 22:48:35 2014 +1100 vcl

[Libreoffice-commits] core.git: include/vcl vcl/source

2014-11-10 Thread Chris Sherlock
: commit df2dbdc283a5af85e7250e4ba94ba8dfef96932b Author: Chris Sherlock chris.sherloc...@gmail.com Date: Mon Nov 10 23:12:52 2014 +1100 vcl: move OutputDevice::ImplGetFrameDev() to Window ImplGetFrameDev() is for some unknown reason in OutputDevice, but it's most definitely

[Libreoffice-commits] core.git: include/vcl vcl/source

2014-11-10 Thread Chris Sherlock
include/vcl/outdev.hxx |4 ++-- vcl/source/outdev/outdev.cxx |8 2 files changed, 6 insertions(+), 6 deletions(-) New commits: commit b7c4c78a097f76314982d8c1a9f2e58df95080a1 Author: Chris Sherlock chris.sherloc...@gmail.com Date: Mon Nov 10 23:16:44 2014 +1100 vcl

[Libreoffice-commits] core.git: include/vcl vcl/source

2014-11-11 Thread Chris Sherlock
5 files changed, 58 insertions(+), 66 deletions(-) New commits: commit 896ac21a92d7617f2a1795ce7df3612493e12ba0 Author: Chris Sherlock chris.sherloc...@gmail.com Date: Mon Nov 10 23:23:13 2014 +1100 vcl: move OutputDevice::ImplDrawFrameDev() to Window I have moved

[Libreoffice-commits] core.git: vcl/source

2014-11-11 Thread Chris Sherlock
vcl/source/window/window.cxx |1 - 1 file changed, 1 deletion(-) New commits: commit 0a0bb28487915e02bfa183efe9f169f5a3ed2ba3 Author: Chris Sherlock chris.sherloc...@gmail.com Date: Mon Nov 10 23:26:25 2014 +1100 vcl: fdo#39468 - remove useless German comment Change-Id

[Libreoffice-commits] core.git: vcl/source

2014-11-12 Thread Chris Sherlock
vcl/source/outdev/outdev.cxx | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) New commits: commit d1ec0bf64ce7c099f199e62f148187509c998d3a Author: Chris Sherlock chris.sherloc...@gmail.com Date: Wed Nov 12 20:27:09 2014 +1100 vcl: rename variable

SalGraphics::mirror() question

2014-11-13 Thread Chris Sherlock
Hi all, Some time ago, all the SalGraphics::mirror() functions added a check to get the width from OutputDevice::GetOutWidthPixel() if the class is VirtualDevice. My questions are: 1. Why is this necessary? 2. What is the difference between SalGraphics::GetGraphicsWidth() and

[Libreoffice-commits] core.git: vcl/source

2014-11-16 Thread Chris Sherlock
vcl/source/gdi/salgdilayout.cxx | 36 ++-- 1 file changed, 6 insertions(+), 30 deletions(-) New commits: commit 28effca640fff262866d1d3ada6e51a3821a6725 Author: Chris Sherlock chris.sherloc...@gmail.com Date: Sat Nov 15 17:05:11 2014 +1100 vcl

[Libreoffice-commits] core.git: vcl/unx

2014-11-16 Thread Chris Sherlock
vcl/unx/generic/app/wmadaptor.cxx | 35 --- 1 file changed, 35 deletions(-) New commits: commit 29dd297739405eb1e2c6217795ca1bce3ac4f952 Author: Chris Sherlock chris.sherloc...@gmail.com Date: Sun Nov 16 20:29:58 2014 +1100 vcl: fdo#86307 removed Solaris

[Libreoffice-commits] core.git: 2 commits - include/vcl

2014-11-17 Thread Chris Sherlock
include/vcl/animate.hxx |6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) New commits: commit 65f41639e219470c80f896129731f9ed6f072b6b Author: Chris Sherlock chris.sherloc...@gmail.com Date: Mon Nov 17 21:59:28 2014 +1100 vcl: remove AnimViewList_impl typedef also

[Libreoffice-commits] core.git: officecfg/registry

2014-11-17 Thread Chris Sherlock
officecfg/registry/schema/org/openoffice/Office/Calc.xcs |1 + 1 file changed, 1 insertion(+) New commits: commit 0b8f49366a4d37343245382ff90c74b4166d2ab3 Author: Chris Sherlock chris.sherloc...@gmail.com Date: Tue Nov 18 10:34:55 2014 +1100 officecfg, opencl, calc: readd comment

[Libreoffice-commits] core.git: vcl/source

2014-11-17 Thread Chris Sherlock
vcl/source/gdi/impanmvw.hxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 0f1be97ffb10f298f3d9805a685d99eb948b4732 Author: Chris Sherlock chris.sherloc...@gmail.com Date: Tue Nov 18 10:40:43 2014 +1100 vcl: fix tab spacing in ImpAnimView class definition

[Libreoffice-commits] core.git: 2 commits - vcl/source

2014-11-17 Thread Chris Sherlock
cc02d84421182c70f1efbb24d1bda749b1f5e422 Author: Chris Sherlock chris.sherloc...@gmail.com Date: Tue Nov 18 12:02:10 2014 +1100 vcl: rename ImplAnimView functions to more readable names Change-Id: I47e888bcd08cadcbbd3788b264a478c56af4d063 diff --git a/vcl/source/gdi/animate.cxx b/vcl/source/gdi/animate.cxx

Attempt to make vcl::Timer use boost's Signals2

2014-11-18 Thread Chris Sherlock
Hi all, I'm attempting to get Timer to use boost's Signals2. When I compile, however, I get a warning and an error: http://pastebin.com/Vijr6Cfk The error is: [ CXX ] vcl/source/window/cursor.cxx [ CXX ] vcl/source/window/debugevent.cxx In file included from

Re: Attempt to make vcl::Timer use boost's Signals2

2014-11-18 Thread Chris Sherlock
I'll see what I can do :-) Any ideas about the errors? Chris Sent from my iPhone On 19 Nov 2014, at 12:51 am, Kohei Yoshida kohei.yosh...@collabora.com wrote: On Tue, 2014-11-18 at 08:20 -0500, Kohei Yoshida wrote: On Tue, 2014-11-18 at 23:50 +1100, Chris Sherlock wrote: Hi all

[Libreoffice-commits] core.git: include/vcl vcl/source

2014-11-20 Thread Chris Sherlock
include/vcl/outdev.hxx |4 +++- vcl/source/app/svapp.cxx | 26 +- 2 files changed, 16 insertions(+), 14 deletions(-) New commits: commit a91d3c0751f75b08561bf7d047043471956af747 Author: Chris Sherlock chris.sherloc...@gmail.com Date: Fri Nov 21 01:34:07 2014

[Libreoffice-commits] core.git: include/vcl vcl/source

2014-11-21 Thread Chris Sherlock
include/vcl/outdev.hxx|1 - vcl/source/gdi/bitmap.cxx |6 -- 2 files changed, 4 insertions(+), 3 deletions(-) New commits: commit a81027b13f1696c1cb2e8bcae3d712a193ff2dfd Author: Chris Sherlock chris.sherloc...@gmail.com Date: Fri Nov 21 19:12:38 2014 +1100 vcl: remove

[Libreoffice-commits] core.git: include/vcl

2014-11-21 Thread Chris Sherlock
include/vcl/outdev.hxx |1 - 1 file changed, 1 deletion(-) New commits: commit db93b490a65c7188bfc704948bc3a373cb3066e3 Author: Chris Sherlock chris.sherloc...@gmail.com Date: Sat Nov 22 11:11:32 2014 +1100 vcl: remove ImplImageBmp as friend of OutputDevice Change-Id

[Libreoffice-commits] core.git: include/vcl

2014-11-22 Thread Chris Sherlock
include/vcl/outdev.hxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 471ce7b54932c7abf76fd4af048bffe7b708205b Author: Chris Sherlock chris.sherloc...@gmail.com Date: Sat Nov 22 13:39:41 2014 +1100 vcl: remove System as friend of OutputDevice Change

[Libreoffice-commits] core.git: include/vcl toolkit/source vcl/source

2014-11-22 Thread Chris Sherlock
7304f974d8ef60433662da92c2e172e45ca64bd5 Author: Chris Sherlock chris.sherloc...@gmail.com Date: Sat Nov 22 21:53:22 2014 +1100 vcl: remove unnecessary typedef VCLXGraphicsList_impl Change-Id: Iaaf2f0edf721567f88ffc948501548fddd648428 diff --git a/include/vcl/outdev.hxx b/include/vcl/outdev.hxx index

[Libreoffice-commits] core.git: include/vcl

2014-11-22 Thread Chris Sherlock
include/vcl/outdev.hxx |1 - 1 file changed, 1 deletion(-) New commits: commit 11f041408adfe8191cccf1b4ae2fa763ffafdd26 Author: Chris Sherlock chris.sherloc...@gmail.com Date: Sat Nov 22 22:43:17 2014 +1100 vcl: remove commented out friend class from outdev.hxx Change-Id

Error when linking libglxtest.a

2014-11-23 Thread Chris Sherlock
Hi all, I'm getting a linking error when compling the vcl module - the issue is around libglxtest.a chris@LibreOfficeDev:~/repos/LibreOffice/core$ make vcl cd /home/chris/repos/LibreOffice/core/vcl /usr/bin/make -j 2 -rs [ DEP ] LNK:Executable/icontest [ LNK ] Executable/icontest [ LOC ] top

[Libreoffice-commits] core.git: vcl/Executable_icontest.mk

2014-11-23 Thread Chris Sherlock
vcl/Executable_icontest.mk |8 1 file changed, 4 insertions(+), 4 deletions(-) New commits: commit 6e7da281c22a62ae39799b2736885e54c388caf2 Author: Chris Sherlock chris.sherloc...@gmail.com Date: Sun Nov 23 22:49:46 2014 +1100 vcl: fix linkage issue for Executable_icontest.mk

Re: Error when linking libglxtest.a

2014-11-23 Thread Chris Sherlock
by racetrack, then libwheel would not be linked even if it was explicitly included in the command-line compiler flags. NOTE: The ld --as-needed default was reverted for the final natty release, and will be re-enabled in the o-series. Chris On Sun, Nov 23, 2014 at 7:40 PM, Chris Sherlock chris.sherloc

Re: SalGraphics::mirror() question

2014-11-23 Thread Chris Sherlock
On Mon, Nov 24, 2014 at 9:40 AM, Thorsten Behrens t...@documentfoundation.org wrote: Chris Sherlock wrote: 1. Why is this necessary? Dunno - that question should go to the committer, if the context is not clear. ;) I checked the git logs, it predates git history! 2. What

Formatting of README files

2014-11-24 Thread Chris Sherlock
Hi all, I noticed that there is some minor formatting capabilities on the docs.libreoffice.org website for readmes. e.g. http://docs.libreoffice.org/vcl.html shows headings, which uses Wikimedia style double-equals signs before and after the heading text. Are there any other formatting marks?

[Libreoffice-commits] core.git: vcl/source

2014-11-27 Thread Chris Sherlock
vcl/source/gdi/pdfwriter_impl.cxx | 43 +++--- 1 file changed, 31 insertions(+), 12 deletions(-) New commits: commit ba3ad2b6db555ec0c36f7be39f3148699b2ee4f6 Author: Chris Sherlock chris.sherloc...@gmail.com Date: Thu Nov 27 23:28:20 2014 +1100 vcl: make

[Libreoffice-commits] core.git: 3 commits - include/vcl

2014-11-28 Thread Chris Sherlock
include/vcl/svapp.hxx |1 - 1 file changed, 1 deletion(-) New commits: commit ea25b851e1796efa90abbdadd3459122e6606db6 Author: Chris Sherlock chris.sherloc...@gmail.com Date: Fri Nov 28 21:51:54 2014 +1100 vcl: remove newlines from include/vcl/svapp.hxx Change-Id

[Libreoffice-commits] core.git: vcl/inc

2014-11-28 Thread Chris Sherlock
vcl/inc/svdata.hxx | 99 +++-- 1 file changed, 51 insertions(+), 48 deletions(-) New commits: commit 086e03af05fcef4506f913b6c5419908a3493c57 Author: Chris Sherlock chris.sherloc...@gmail.com Date: Fri Nov 28 21:58:09 2014 +1100 vcl

[Libreoffice-commits] core.git: 3 commits - vcl/inc vcl/source

2014-11-28 Thread Chris Sherlock
* mpDockingManager; BlendFrameCache*mpBlendFrameCache; boolmbIsTestTool; commit cfea53881e27fe1bb5b9549972b83b18090fe417 Author: Chris Sherlock chris.sherloc...@gmail.com Date: Fri Nov 28 23:28:36 2014 +1100 vcl: comment says mnLayout is only used for RTL testing

[Libreoffice-commits] core.git: include/vcl vcl/source

2014-11-28 Thread Chris Sherlock
include/vcl/svapp.hxx | 13 ++--- vcl/source/app/svapp.cxx |6 ++ vcl/source/app/svmain.cxx |8 +--- 3 files changed, 13 insertions(+), 14 deletions(-) New commits: commit a4b6266311a95347696bc79baa84ddd09f69366e Author: Chris Sherlock chris.sherloc...@gmail.com

[Libreoffice-commits] core.git: vcl/inc

2014-11-30 Thread Chris Sherlock
vcl/inc/headless/svpgdi.hxx |2 -- 1 file changed, 2 deletions(-) New commits: commit c9271bd507e0eb9dd33e6f366479aad8b505a3e0 Author: Chris Sherlock chris.sherloc...@gmail.com Date: Sun Nov 30 18:49:24 2014 +1100 vcl: remove IOS/OSX only code Change-Id

Inserting a value into a XComponentContext

2014-11-30 Thread Chris Sherlock
Hi all, How do you insert a value to be retrieved later into an XComponentContext reference? I see there is a XNameContainer, which is created by comphelper::NameContainer_createInstance(::cppu::UnoTypesal_Int32::get()) or whatever value you want. From here you then do insertByName. However,

Re: Inserting a value into a XComponentContext

2014-11-30 Thread Chris Sherlock
an object to see of it supports setting values... I have done very little in this area and don't remember... Chris Sherlock chris.sherloc...@gmail.com wrote: Hi all, How do you insert a value to be retrieved later into an XComponentContext reference? I see there is a XNameContainer, which

Re: Inserting a value into a XComponentContext

2014-11-30 Thread Chris Sherlock
::ComponentContext class which implements the XNameContainer interface. *Please* correct me if I'm wrong :-) Chris On Mon, Dec 1, 2014 at 10:29 AM, Chris Sherlock chris.sherloc...@gmail.com wrote: So what about the following approach: Reference XComponentContext xContext = ::comphelper

Re: Inserting a value into a XComponentContext

2014-12-01 Thread Chris Sherlock
... But I would certainly try if I had a need. I know very little about this specifically. Chris Sherlock chris.sherloc...@gmail.com wrote: Oh, and sorry for the number of emails, but I guess I'm assuming that you can add a new property key at any point by insertByName()... Thanks in advance

EMF inspector

2014-12-01 Thread Chris Sherlock
I believe that there is some sort of Linux python-based app that allows folks to inspect all sorts of files in a GUI interface (I've used it before). I can't for the life of me remember it's name, but I've used it for inspecting EMFs when chasing down EMF bugs. I'm currently chasing down

[Libreoffice-commits] core.git: vcl/README.GDIMetaFile

2014-12-02 Thread Chris Sherlock
vcl/README.GDIMetaFile | 208 + 1 file changed, 208 insertions(+) New commits: commit d1a47da4a0dcaab5edbb3e40e6ef48de1060ee85 Author: Chris Sherlock chris.sherloc...@gmail.com Date: Tue Dec 2 21:35:03 2014 +1100 vcl: document GDIMetaFile

[Libreoffice-commits] core.git: include/vcl

2014-12-04 Thread Chris Sherlock
include/vcl/gdimtf.hxx | 80 - 1 file changed, 40 insertions(+), 40 deletions(-) New commits: commit 68a859f3e672435e623351c8bd5f0b667f6d89c2 Author: Chris Sherlock chris.sherloc...@gmail.com Date: Wed Dec 3 18:58:22 2014 +1100 vcl

[Libreoffice-commits] core.git: Repository.mk vcl/Executable_mtfdemo.mk vcl/Module_vcl.mk vcl/source vcl/workben

2014-12-08 Thread Chris Sherlock
commits: commit 5757af8008cb6881e9a40ec2b4e28330bc4fef7f Author: Chris Sherlock chris.sherloc...@gmail.com Date: Tue Dec 9 14:21:33 2014 +1100 vcl: add new metafile viewer demo - mainly for fdo#80503 This is going to be very helpful troubleshooting problems with metafiles that just

[Libreoffice-commits] core.git: vcl/README.GDIMetaFile

2014-12-09 Thread Chris Sherlock
vcl/README.GDIMetaFile |9 - 1 file changed, 4 insertions(+), 5 deletions(-) New commits: commit 4e27152046e80c7f4b676920727a1130c83559bb Author: Chris Sherlock chris.sherloc...@gmail.com Date: Wed Dec 10 06:56:23 2014 +1100 vcl: update REAME.GDIMetaFile Change-Id

Query about the direction of EMF/EMF+ processing

2014-12-10 Thread Chris Sherlock
Hi all, Currently we are doing EMF processing in cppcanvas. I guess I'm trying to understand whether cppcanvas is something we are actively developing. Currently the only renderer that I can see (unless I'm misreading the source code very badly!) is the mtfrenderer. I was wondering if we had

Re: Query about the direction of EMF/EMF+ processing

2014-12-11 Thread Chris Sherlock
Definitely, I'll hop on tonight some time (not sure you TZ, I'm in Sydney!) Chris On Thu, Dec 11, 2014 at 10:40 PM, Thorsten Behrens t...@documentfoundation.org wrote: Chris Sherlock wrote: Currently we are doing EMF processing in cppcanvas. I guess I'm trying to understand whether

Re: Build failure in 4.4 branch with --enable-ext-google-docs on Xubuntu 14.04 amd64: undefined reference to symbol 'dlclose@@GLIBC_2.2.5'

2014-12-17 Thread Chris Sherlock
/Executable_icontest.mk?id=6e7da281c22a62ae39799b2736885e54c388caf2 - I tried that fix and it fixed my build problem, so presumably that should go back to 4.4 branch as well (Chris Sherlock is looking into this). - d. ___ LibreOffice mailing list LibreOffice

[Libreoffice-commits] core.git: Branch 'libreoffice-4-4' - vcl/Executable_icontest.mk

2014-12-17 Thread Chris Sherlock
vcl/Executable_icontest.mk |8 1 file changed, 4 insertions(+), 4 deletions(-) New commits: commit f299c709cd0a78883297d374d73c48cf7bea792c Author: Chris Sherlock chris.sherloc...@gmail.com Date: Sun Nov 23 22:49:46 2014 +1100 vcl: fix linkage issue for Executable_icontest.mk

Re: undefined reference to non-virtual thunk

2014-12-20 Thread Chris Sherlock
Hi Kostas, I can see you've got quite a few configure options set there. Can you take them out one by one and run make svx.all Chris Sent from my iPhone On 16 Dec 2014, at 6:22 pm, Kostas Tamateas ktamat...@dataways.gr wrote: Hello everyone, I'm trying to build libreoffice-4.3.41

Re: internal openldap build fails when exporting FLAGS

2014-12-20 Thread Chris Sherlock
That does look an error. I've rebased and started a build - can't see any issues though! Chris Sent from my iPhone On 21 Dec 2014, at 7:41 am, Maarten Hoes hoes.maar...@gmail.com wrote: Hi, I made the minimum amount of change I needed, and submitted a patch to gerrit for review.

Re: [documentliberation-discuss] [ANN] libabw 0.1.1 has been released

2014-12-20 Thread Chris Sherlock
Do you have any instructions on how you went about doing that? Chris Sent from my iPhone On 21 Dec 2014, at 4:34 am, David Tardon dtar...@redhat.com wrote: I know... I used zzuf on some of our libs in the past. And I have been using afl since I discovered it 4-5 weeks ago. I have already

[Libreoffice-commits] core.git: vcl/source

2014-12-23 Thread Chris Sherlock
vcl/source/outdev/font.cxx |1 - 1 file changed, 1 deletion(-) New commits: commit 6acf1c7ab7b514a8713ed66b74efbee1a75f029a Author: Chris Sherlock chris.sherloc...@gmail.com Date: Wed Dec 24 00:31:45 2014 +1100 vcl: fdo#87510 regression in GetFontMetric Unfortunately when I

[Libreoffice-commits] core.git: Branch 'libreoffice-4-4' - vcl/source

2014-12-23 Thread Chris Sherlock
vcl/source/outdev/font.cxx |1 - 1 file changed, 1 deletion(-) New commits: commit a7f76a197900e7ece5d09fed2bf7920a42425e9c Author: Chris Sherlock chris.sherloc...@gmail.com Date: Wed Dec 24 00:31:45 2014 +1100 vcl: fdo#87510 regression in GetFontMetric Unfortunately when I

Re: [Bug 79641] LibreOffice 4.4 most annoying bugs

2014-12-26 Thread Chris Sherlock
Go to the URL at the bottom of the messages sent. The unsubscribe options are there. Chris Sent from my iPhone On 27 Dec 2014, at 11:22 am, Will Entriken fulldec...@gmail.com wrote: UNSUBSCRIBE On Fri, Dec 26, 2014 at 6:32 PM, bugzilla-dae...@freedesktop.org wrote: V Stuart Foote

Re: Building LO fails with autogen

2014-12-29 Thread Chris Sherlock
Probably best to use the ML - this sounds like an odd issue worthy if discussion. If you post a new message with you findings, it might be best. LO startup is something I'm interested in :-) Chris Sent from my iPhone On 29 Dec 2014, at 10:09 am, Jens Tröger jens.troe...@light-speed.de

Re: Building LO fails with autogen

2014-12-29 Thread Chris Sherlock
I've taken the liberty of actually following the link at the bottom of every list email, clicking on unsubscribe and putting your email address in they subscribe box :-) An unsubscribe confirmation email should be on its way. Chris Sent from my iPhone On 29 Dec 2014, at 11:35 am, Will

[Libreoffice-commits] core.git: 2 commits - sc/source

2015-02-03 Thread Chris Sherlock
sc/source/filter/inc/exp_op.hxx |8 1 file changed, 4 insertions(+), 4 deletions(-) New commits: commit ed2b4fcd9275dff8238ae38b36b2fa8f3bd8b772 Author: Chris Sherlock chris.sherl...@collabora.com Date: Tue Feb 3 09:44:36 2015 +1100 tdf#39468 translate German variable in sc

[Libreoffice-commits] core.git: sc/source

2015-02-03 Thread Chris Sherlock
sc/source/filter/excel/xechart.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit ac52b4252bf99a7745feb7ed19b7b2ad87a11acc Author: Chris Sherlock chris.sherl...@collabora.com Date: Tue Feb 3 09:51:12 2015 +1100 sc: typo in OSL_ENSURE (XclExpChLabelRange

[Libreoffice-commits] core.git: vcl/opengl

2015-01-20 Thread Chris Sherlock
vcl/opengl/gdiimpl.cxx |4 1 file changed, 4 deletions(-) New commits: commit 6cc84edfaf212fd202bc30002869d50f8ca7e53d Author: Chris Sherlock chris.sherloc...@gmail.com Date: Tue Jan 20 10:51:55 2015 + Revert vcl: increment ref in OpenGLSalGraphicsImpl::AcquireContext

[Libreoffice-commits] core.git: vcl/opengl

2015-01-20 Thread Chris Sherlock
vcl/opengl/gdiimpl.cxx |4 1 file changed, 4 insertions(+) New commits: commit 3d580990643119cccb73f4f15d549863a6660aa6 Author: Chris Sherlock chris.sherloc...@gmail.com Date: Tue Jan 20 21:49:30 2015 +1100 vcl: increment ref in OpenGLSalGraphicsImpl::AcquireContext

[Libreoffice-commits] core.git: vcl/opengl

2015-01-21 Thread Chris Sherlock
vcl/opengl/areaScaleFragmentShader.glsl |6 ++ 1 file changed, 6 insertions(+) New commits: commit 254ecc7c7d72310a1256bb7c266188ada0eb1c2a Author: Chris Sherlock chris.sherloc...@gmail.com Date: Thu Jan 22 11:17:03 2015 +1100 Apply GLSL patch for areaScaleFragmentShader

[Libreoffice-commits] core.git: vcl/unx

2015-01-21 Thread Chris Sherlock
vcl/unx/generic/gdi/openglx11cairotextrender.cxx |8 1 file changed, 8 deletions(-) New commits: commit 9ea6793a5b765aefc1a8e82c06f225305dd9c14f Author: Chris Sherlock chris.sherloc...@gmail.com Date: Tue Jan 20 17:58:40 2015 +1100 vcl: cleanup of OpenGLX11CairoTextRender

[Libreoffice-commits] core.git: Changes to 'private/tbsdy/drawserverfontlayout'

2015-01-16 Thread Chris Sherlock
New branch 'private/tbsdy/drawserverfontlayout' available with the following commits: commit c9b79c754777a3d1817249c6a85c13f54b8e0457 Author: Chris Sherlock chris.sherloc...@gmail.com Date: Fri Jan 16 03:15:38 2015 +1100 vcl: Add basic textdemo This can be used to isolate font

Font combo box sample text issue

2015-01-16 Thread Chris Sherlock
Hi all, I’ve been looking at some things in the LO codebase, and I noticed that we aren’t always displaying sample text in the font combobox (used in sidebar, writer toolbar and calc toolbar). I have actually winkled down the issue to an issue in the code in FontNameBox::UserDraw The code

[Libreoffice-commits] core.git: sw/source

2015-01-14 Thread Chris Sherlock
sw/source/core/txtnode/fntcache.cxx | 160 1 file changed, 92 insertions(+), 68 deletions(-) New commits: commit 6c389ec44707b67a2ec7bd71233020f6647a8b49 Author: Chris Sherlock chris.sherloc...@gmail.com Date: Thu Jan 15 13:26:04 2015 +1100 sw

[Libreoffice-commits] core.git: vcl/source

2015-01-14 Thread Chris Sherlock
vcl/source/gdi/sallayout.cxx | 190 +-- 1 file changed, 95 insertions(+), 95 deletions(-) New commits: commit ac2008d3c4c61e2a75b2cdac86c46ddcb00429b8 Author: Chris Sherlock chris.sherloc...@gmail.com Date: Thu Jan 15 13:59:18 2015 +1100 vcl: make

[Libreoffice-commits] core.git: filter/Library_textfd.mk filter/source solenv/bin

2015-02-18 Thread Chris Sherlock
|3 -- 5 files changed, 47 insertions(+), 14 deletions(-) New commits: commit 93a63e07119d63cfb73a970db67c7d73d4b82d9a Author: Chris Sherlock chris.sherl...@collabora.com Date: Wed Feb 18 21:09:51 2015 +1100 Revert filter: use constructor for filter module

[Libreoffice-commits] core.git: filter/Library_textfd.mk filter/source solenv/bin

2015-02-18 Thread Chris Sherlock
|3 +- 5 files changed, 14 insertions(+), 47 deletions(-) New commits: commit 99a09427e763a6fd020031e475357a989fc91994 Author: Chris Sherlock chris.sherl...@collabora.com Date: Wed Feb 18 21:11:30 2015 +1100 filter: use constructor for filter module Change-Id

[Libreoffice-commits] core.git: filter/Library_textfd.mk filter/source solenv/bin

2015-02-18 Thread Chris Sherlock
|3 +- 5 files changed, 14 insertions(+), 47 deletions(-) New commits: commit a2b197ff1f7676c2314a312fa8f40c6bf8871c7c Author: Chris Sherlock chris.sherl...@collabora.com Date: Wed Feb 18 21:04:24 2015 +1100 filter: use constructor for filter module Change-Id

[Libreoffice-commits] core.git: writerfilter/Library_writerfilter.mk writerfilter/source writerfilter/util

2015-02-19 Thread Chris Sherlock
files changed, 26 insertions(+), 91 deletions(-) New commits: commit b8a5e0cd17d53b787762f9827939c02ff25b92a5 Author: Chris Sherlock chris.sherl...@collabora.com Date: Wed Feb 18 23:18:59 2015 +1100 writerfilter: use constructor for writerfilter module Change-Id

Re: Test failing - CppunitTest_cppcanvas_emfplus

2015-02-16 Thread Chris Sherlock
On 16 Feb 2015, at 7:40 pm, Miklos Vajna vmik...@collabora.co.uk wrote: Hi Chris, On Mon, Feb 16, 2015 at 01:47:51PM +1100, Chris Sherlock chris.sherloc...@gmail.com wrote: I guess it would also be helpful to note: When I open it in oletoy, it's very definitely meant to be #00ff00

[Libreoffice-commits] core.git: vcl/workben

2015-01-27 Thread Chris Sherlock
vcl/workben/vcldemo.cxx | 39 --- 1 file changed, 36 insertions(+), 3 deletions(-) New commits: commit 786d5bce816fd0a44a5f525ce59b81412e4c1bc7 Author: Chris Sherlock chris.sherl...@collabora.com Date: Tue Jan 27 01:23:35 2015 +1100 vcl: clipping text

[Libreoffice-commits] core.git: vcl/workben

2015-01-27 Thread Chris Sherlock
vcl/workben/vcldemo.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit fe98210e4c45b3fefd1c4f096d9f7a93e578b5c9 Author: Chris Sherlock chris.sherl...@collabora.com Date: Tue Jan 27 22:34:59 2015 +1100 vcl: vcldemo correct mbArabic variables check, disable

[Libreoffice-commits] core.git: vcl/workben

2015-01-27 Thread Chris Sherlock
vcl/workben/vcldemo.cxx | 28 ++-- 1 file changed, 22 insertions(+), 6 deletions(-) New commits: commit 6c3aeeafbfe06b2b3b553dd1ef424f6d88c8a22d Author: Chris Sherlock chris.sherl...@collabora.com Date: Tue Jan 27 02:13:51 2015 +1100 vcl: vcldemo now shows

[Libreoffice-commits] core.git: vcl/workben

2015-01-27 Thread Chris Sherlock
vcl/workben/vcldemo.cxx | 57 +++- 1 file changed, 47 insertions(+), 10 deletions(-) New commits: commit 414b118a80c81ef1737958d91331e5b46f4cd3c1 Author: Chris Sherlock chris.sherl...@collabora.com Date: Tue Jan 27 01:37:44 2015 +1100 vcl

[Libreoffice-commits] core.git: vcl/workben

2015-01-28 Thread Chris Sherlock
vcl/workben/vcldemo.cxx | 112 +--- 1 file changed, 60 insertions(+), 52 deletions(-) New commits: commit 20b02912eb12b33ad8353226540821285f64e0cd Author: Chris Sherlock chris.sherl...@collabora.com Date: Wed Jan 28 15:30:04 2015 +1100 vcldemo

[Libreoffice-commits] core.git: 2 commits - vcl/inc vcl/source vcl/unx

2015-01-23 Thread Chris Sherlock
/openglx11cairotextrender.hxx |2 vcl/unx/generic/gdi/x11cairotextrender.cxx |3 - vcl/unx/generic/gdi/x11cairotextrender.hxx |3 - 7 files changed, 60 insertions(+), 11 deletions(-) New commits: commit fa4327421ebaaf562d8689b454117b101c5eee24 Author: Chris Sherlock chris.sherloc...@gmail.com

[Libreoffice-commits] core.git: vcl/inc vcl/unx

2015-01-23 Thread Chris Sherlock
|3 - vcl/unx/generic/gdi/x11cairotextrender.hxx |3 - 6 files changed, 11 insertions(+), 54 deletions(-) New commits: commit 686e35567ac31eee5aa8412c8e6f94c26bbbfb23 Author: Chris Sherlock chris.sherloc...@gmail.com Date: Sat Jan 24 14:32:46 2015 +1100 Revert vcl

[Libreoffice-commits] core.git: Changes to 'private/tbsdy/emf'

2015-01-05 Thread Chris Sherlock
New branch 'private/tbsdy/emf' available with the following commits: commit 832d43812459e6c5297c09811866b23212d23a09 Author: Chris Sherlock chris.sherloc...@gmail.com Date: Wed Dec 24 00:29:25 2014 +1100 vcl: Read EMF files I have rewritten the EMF filter to read files based

[Libreoffice-commits] core.git: vcl/inc

2015-01-10 Thread Chris Sherlock
vcl/inc/generic/glyphcache.hxx | 16 +--- 1 file changed, 9 insertions(+), 7 deletions(-) New commits: commit 78964ab80c391a25a1030894e19319f1873d1154 Author: Chris Sherlock chris.sherloc...@gmail.com Date: Sun Jan 11 13:08:29 2015 +1100 vcl: cosmetic changes

[Libreoffice-commits] core.git: vcl/inc

2015-01-10 Thread Chris Sherlock
vcl/inc/generic/glyphcache.hxx | 121 - 1 file changed, 61 insertions(+), 60 deletions(-) New commits: commit be62d0c892e19ef619688ec413bc5efde0e9 Author: Chris Sherlock chris.sherloc...@gmail.com Date: Sun Jan 11 12:56:33 2015 +1100 vcl: ident

[Libreoffice-commits] core.git: 4 commits - vcl/inc

2015-01-10 Thread Chris Sherlock
vcl/inc/generic/glyphcache.hxx | 68 ++--- 1 file changed, 38 insertions(+), 30 deletions(-) New commits: commit 85819f2374d94b891ba6702ac9dfbdc3b6db9795 Author: Chris Sherlock chris.sherloc...@gmail.com Date: Sun Jan 11 13:46:20 2015 +1100 vcl

[Libreoffice-commits] core.git: 2 commits - vcl/inc

2015-01-10 Thread Chris Sherlock
vcl/inc/generic/glyphcache.hxx | 54 + 1 file changed, 28 insertions(+), 26 deletions(-) New commits: commit 2343e796e9f787e57c9dfb0d56f21bf7dbec562b Author: Chris Sherlock chris.sherloc...@gmail.com Date: Sun Jan 11 12:52:20 2015 +1100 vcl: more

[Libreoffice-commits] core.git: vcl/inc

2015-01-10 Thread Chris Sherlock
vcl/inc/generic/glyphcache.hxx |7 --- 1 file changed, 4 insertions(+), 3 deletions(-) New commits: commit 0bae3db88548dfa6f9682b31508c4709069e83b2 Author: Chris Sherlock chris.sherloc...@gmail.com Date: Sun Jan 11 12:40:59 2015 +1100 vcl: whitespace cleanup on GlyphCache class

[Libreoffice-commits] core.git: 2 commits - vcl/generic vcl/inc

2015-01-11 Thread Chris Sherlock
vcl/generic/glyphs/gcach_layout.cxx | 10 +- vcl/inc/generic/glyphcache.hxx |4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) New commits: commit e46c61addd616a80c40e58e021326aa798eb6921 Author: Chris Sherlock chris.sherloc...@gmail.com Date: Sun Jan 11 19:40:31 2015

[Libreoffice-commits] core.git: vcl/source

2015-01-11 Thread Chris Sherlock
vcl/source/gdi/sallayout.cxx | 23 +++ 1 file changed, 19 insertions(+), 4 deletions(-) New commits: commit 7201fa07dd0352f69fd2b2b64efcb361ccad Author: Chris Sherlock chris.sherloc...@gmail.com Date: Mon Jan 12 10:00:31 2015 +1100 vcl: update comments about

[Libreoffice-commits] core.git: 3 commits - vcl/inc vcl/unx

2015-01-09 Thread Chris Sherlock
b3c6f2765602290fecd1f1e291e11667b6b446b6 Author: Chris Sherlock chris.sherloc...@gmail.com Date: Fri Jan 9 18:40:42 2015 +1100 vcl: CairoTextRender::nTextColor_ to mnTextColor Change-Id: Ia53dc393e4284989f6e967c4fa42e7ba6fc58183 diff --git a/vcl/inc/cairotextrender.hxx b/vcl/inc/cairotextrender.hxx index

[Libreoffice-commits] core.git: vcl/inc

2015-01-13 Thread Chris Sherlock
vcl/inc/unx/salgdi.h | 441 +++ 1 file changed, 239 insertions(+), 202 deletions(-) New commits: commit 066103b8a4e4930c72152f9af66022a25938dc1e Author: Chris Sherlock chris.sherloc...@gmail.com Date: Wed Jan 14 11:22:45 2015 +1100 vcl

[Libreoffice-commits] core.git: vcl/source

2015-01-12 Thread Chris Sherlock
vcl/source/gdi/sallayout.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit b0786565dbe15fed3b58d00138a5788d5c22e0c1 Author: Chris Sherlock chris.sherloc...@gmail.com Date: Tue Jan 13 01:33:00 2015 +1100 vcl: possible regression introduced in fa1f37753d2826a0

Test failing - CppunitTest_cppcanvas_emfplus

2015-02-15 Thread Chris Sherlock
of green). This test is for the bug here: https://bugs.documentfoundation.org/show_bug.cgi?id=77229 Can anyone shed any light on this? I think the test is wrong, but would like some other eyes on the code. Thanks! Chris Sherlock (failing test below) [ CUT ] sd_import_tests warn:vcl.window

Re: Test failing - CppunitTest_cppcanvas_emfplus

2015-02-15 Thread Chris Sherlock
I guess it would also be helpful to note: When I open it in oletoy, it's very definitely meant to be #00ff00 (green). There is some anti-aliasing, but that's not at position (140, 142)... and actually (140, 140) is the same as (140, 142). Chris On 16 Feb 2015, at 1:38 pm, Chris Sherlock

Re: Test failing - CppunitTest_cppcanvas_emfplus

2015-03-02 Thread Chris Sherlock
...@collabora.co.uk wrote: Hi Chris, On Sun, Mar 01, 2015 at 10:36:46AM +1100, Chris Sherlock chris.sherloc...@gmail.com wrote: It appears that the test is failing when I build with SAL_FORCEGL=1 Aah, that may indeed make a difference. Please always build in a new shell if you

Re: Test failing - CppunitTest_cppcanvas_emfplus

2015-02-28 Thread Chris Sherlock
closer to the middle of the image to ensure it is green? Chris On 16 Feb 2015, at 11:53 pm, Chris Sherlock chris.sherloc...@gmail.com wrote: Hi Miklos, I’m using Ubuntu Linux, running Gnome. It’s odd, I believe that this pixel is right next to a line that has been anti-aliased. I’m

[Libreoffice-commits] core.git: sw/source sw/util

2015-02-25 Thread Chris Sherlock
files changed, 157 insertions(+), 525 deletions(-) New commits: commit cd231286f4a54e4998ad9f5a24f65a91bac2a07d Author: Chris Sherlock chris.sherl...@collabora.com Date: Mon Feb 23 11:41:59 2015 +1100 sw: convert import export components to constructor usage Change-Id

<    5   6   7   8   9   10   11   12   13   14   >