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

2018-03-05 Thread Chris Sherlock
bdd62b4c327ab894dbba00fe2e07696c1b7d9de6 Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Thu Mar 1 06:07:39 2018 +1100 vcl: split painting bitmap functions to bitmappaint.cxx Change-Id: Ib5f52e4b7b5121de15cdb205165fcbdb8b09bc8a Reviewed-on: https://gerrit.libreoffice.org/50530

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

2018-03-05 Thread Chris Sherlock
include/vcl/bitmap.hxx | 23 +-- 1 file changed, 17 insertions(+), 6 deletions(-) New commits: commit 221b17794c1cb15ce7f5a0b5a543fc79eee7085f Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Thu Mar 1 05:10:26 2018 +1100 vcl: document Bitmap::MakeMono

[Libreoffice-commits] core.git: solenv/clang-format vcl/Library_vcl.mk vcl/source

2018-03-04 Thread Chris Sherlock
solenv/clang-format/blacklist |2 +- vcl/Library_vcl.mk|2 +- 2 files changed, 2 insertions(+), 2 deletions(-) New commits: commit 1b51bca4ce77bdeefd2461e3b8a8b6b38bda6d43 Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Thu Mar 1 06:25:40 2018 +1100 vcl

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

2018-03-01 Thread Chris Sherlock
changed, 49 insertions(+), 253 deletions(-) New commits: commit c3074cb5784329eaf558c2f58d96a64085b42d48 Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Sun Jan 7 00:39:33 2018 +1100 vcl: remove dead code I have converted the debug code that causes a force

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

2018-02-28 Thread Chris Sherlock
vcl/qa/cppunit/BitmapTest.cxx | 97 +- 1 file changed, 96 insertions(+), 1 deletion(-) New commits: commit 3ef3852b2552c154928faaff5340ea991550b76b Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Tue Feb 27 08:23:20 2018 +1100 vcl

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

2018-02-26 Thread Chris Sherlock
vcl/qa/cppunit/BitmapTest.cxx | 56 ++ 1 file changed, 56 insertions(+) New commits: commit 5fffb11947397181af0105e3fd4e6775c2e45f67 Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Mon Feb 26 06:58:26 2018 +1100 vcl: test BitmapP

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

2018-02-26 Thread Chris Sherlock
+ vcl/source/gdi/bitmapex.cxx|6 +- vcl/source/outdev/bitmap.cxx |2 8 files changed, 84 insertions(+), 90 deletions(-) New commits: commit 7ab5e5c8902de8cc7429d863b4ab6e40ad4b3bbc Author: Chris Sherlock <chris.sherloc...@gmail.com>

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

2018-02-25 Thread Chris Sherlock
vcl/unx/generic/print/genpspgraphics.cxx | 66 +-- 1 file changed, 28 insertions(+), 38 deletions(-) New commits: commit fa2dd2ba03f8be1f148dca8f6164daaf7bbf7d96 Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Sat Feb 24 18:00:29 2018 +1100

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

2018-02-25 Thread Chris Sherlock
include/vcl/bitmapaccess.hxx | 13 ++--- vcl/source/gdi/bmpacc.cxx| 40 +--- 2 files changed, 7 insertions(+), 46 deletions(-) New commits: commit ea05b6595b2d0c8106249b08f3529b4574bdfdf5 Author: Chris Sherlock <chris.sherloc...@gmail.com>

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

2018-02-25 Thread Chris Sherlock
vcl/qa/cppunit/BitmapTest.cxx | 68 ++ 1 file changed, 68 insertions(+) New commits: commit 6a3dab0542d9bfd2dfc4f0f2dfe311f756b65953 Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Mon Feb 26 00:25:00 2018 +1100 vcl: test

Re: BitmapPalette::GetGreyPalette() missing an index?

2018-02-25 Thread Chris Sherlock
Yeah, brain fart - thanks Noel. Chris > On 26 Feb 2018, at 6:29 am, Noel Grandin wrote: > > I don't see anything missing there​ ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

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

2018-02-25 Thread Chris Sherlock
vcl/CppunitTest_vcl_bitmap_test.mk |1 vcl/qa/cppunit/bitmapcolor.cxx | 249 + 2 files changed, 250 insertions(+) New commits: commit 14e13fe5ddfa7968b929208aef4cda93bd84605f Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Sat Feb

BitmapPalette::GetGreyPalette() missing an index?

2018-02-25 Thread Chris Sherlock
Hi all, I’ve been writing some unit tests around bitmaps and colours, and when I went to write a unit test for BitmapPalette::GetGreyPalette(nNum) it seems to be missing index 0 for grey palettes that should have 16 entries...

[Libreoffice-commits] core.git: solenv/clang-format vcl/qa

2018-02-25 Thread Chris Sherlock
solenv/clang-format/blacklist |1 - vcl/qa/cppunit/BitmapTest.cxx | 14 +++--- 2 files changed, 7 insertions(+), 8 deletions(-) New commits: commit 1dd4590f817cce0b9e973c4767551067067702b5 Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Sun Feb 25 17:31:49 2018

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

2018-02-25 Thread Chris Sherlock
vcl/qa/cppunit/BitmapTest.cxx | 115 +++--- 1 file changed, 108 insertions(+), 7 deletions(-) New commits: commit e2d0945c41a3558264491d01bd269a8ec5bcf796 Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Sun Feb 25 17:40:10 2018 +1100

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

2018-02-25 Thread Chris Sherlock
vcl/qa/cppunit/BitmapTest.cxx | 22 ++ 1 file changed, 22 insertions(+) New commits: commit 99223fc736c55cc1eb319ae1576b3998771e6b6f Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Sun Feb 25 04:51:32 2018 +1100 vcl: add some basic Bitmap

VCL environment variable naming convention

2018-02-23 Thread Chris Sherlock
Hi all, I have a gerrit patch queued, it works fine but not sure of the environment variable name (the one I chose is probably quite clunky). https://gerrit.libreoffice.org/#/c/47493/ I currently have it as $VCLSALFRAME_KEYDEBUG, what should it

Re: How to check that CVE-2018-6871 is fixed?

2018-02-20 Thread Chris Sherlock
this be updated? Chris Sent from my iPhone > On 12 Feb 2018, at 12:50 am, Rene Engelhard <r...@debian.org> wrote: > >> On Mon, Feb 12, 2018 at 12:32:39AM +1100, Chris Sherlock wrote: >> CVE-2018-1055 is the CVE we have listed on our security advisories page. >> [1]htt

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

2018-02-19 Thread Chris Sherlock
cui/source/options/optgdlg.cxx | 15 --- 1 file changed, 15 deletions(-) New commits: commit bd22f1be6739c9d90e129e5b094206157893c030 Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Sat Jan 6 14:17:22 2018 +1100 cui: remove dead code Cha

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

2018-02-18 Thread Chris Sherlock
include/vcl/salbtype.hxx | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) New commits: commit bf2e3dc2a9b3801366c83b0036ca1778198fa8ae Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Fri Feb 16 22:46:23 2018 +1100 vcl: change mbIndex from sal_uInt8 t

Re: How to check that CVE-2018-6871 is fixed?

2018-02-11 Thread Chris Sherlock
CVE-2018-1055 is the CVE we have listed on our security advisories page. https://www.libreoffice.org/about-us/security/advisories/ > On 11 Feb 2018, at 8:34 pm, Rene Engelhard wrote: > > On Sat, Feb 10, 2018 at

Re: Unifying Color

2018-02-11 Thread Chris Sherlock
I see the error I’ve made now - it’s not possible to move Color to vcl as svl uses it. > On 11 Feb 2018, at 6:10 pm, Chris Sherlock <chris.sherloc...@gmail.com> wrote: > > Hi all, > > I am trying to unify our color code. We currently have the following that > h

Re: Render differences of DOCX between Word and LO/AOO

2018-02-10 Thread Chris Sherlock
Can you submit a bug? https://bugs.documentfoundation.org/enter_bug.cgi Chris > On 1 Feb 2018, at 4:21 am, Jens Tröger wrote: > > Thank you Jonathon for the char/word count explanation. > > However, I’m more

Re: How to check that CVE-2018-6871 is fixed?

2018-02-10 Thread Chris Sherlock
Sorry, I should also note that we have a security advisories page: https://www.libreoffice.org/about-us/security/advisories/ <https://www.libreoffice.org/about-us/security/advisories/> This one is fixed in LibreOffice 5.4.5/6.0.1 Chris > On 11 Feb 2018, at 6:22 pm, Chris

Re: How to check that CVE-2018-6871 is fixed?

2018-02-10 Thread Chris Sherlock
Fixed in commit: https://cgit.freedesktop.org/libreoffice/core/commit/?id=34bbe8f858fd992c784586b839c0f1dc8a218b4a > authorCaolán McNamara 2018-01-10 14:27:35 >

Unifying Color

2018-02-10 Thread Chris Sherlock
Hi all, I am trying to unify our color code. We currently have the following that handles color: Color - in tools BitmapColor - completely seperate and in vcl SalColor - a typedef to a sal_uInt32 with a MAKE_SALCOLOR constexpr BColor - part of basegfx, takes three doubles and inherits from

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

2018-02-05 Thread Chris Sherlock
: commit 16ea77bc4d2218b68d40708f4b8b4a4418a84d05 Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Sun Jan 7 00:14:48 2018 +1100 chart2: remove dead code Change-Id: I67bc3785eb0fd2030626becd1ffb6a80bd97d861 Reviewed-on: https://gerrit.libreoffice.org/47491

[Libreoffice-commits] core.git: canvas/source cppcanvas/qa cui/source drawinglayer/source filter/source include/vcl sd/qa sd/source svtools/source svx/source sw/qa vcl/backendtest vcl/qa vcl/quartz vc

2018-02-05 Thread Chris Sherlock
- vcl/win/gdi/gdiimpl.cxx |4 - 25 files changed, 180 insertions(+), 168 deletions(-) New commits: commit 01e470f0ab49e458c57b0f28636a517b2bfb1b4a Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Sun Jan 21 04:48:50 2018 +1100 vcl: remove Bitma

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

2018-02-04 Thread Chris Sherlock
include/sal/types.h | 10 -- 1 file changed, 10 deletions(-) New commits: commit 79517c0471aff4abf336bd81834bd28732dad67f Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Thu Jan 11 13:20:50 2018 +1100 sal: remove unnecessary comments in types.h Cha

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

2018-02-02 Thread Chris Sherlock
editeng/source/accessibility/AccessibleContextBase.cxx | 12 editeng/source/outliner/outliner.cxx |9 - 2 files changed, 21 deletions(-) New commits: commit 6bec9bf0f85ec3503c46d8abd4a93139b1856a18 Author: Chris Sherlock <chris.sherloc...@gmail.

[Libreoffice-commits] core.git: sal/osl

2018-02-01 Thread Chris Sherlock
sal/osl/unx/file_misc.cxx | 86 ++ 1 file changed, 35 insertions(+), 51 deletions(-) New commits: commit 2de83d5ad256dc5a101108418554630a15193734 Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Mon Jan 29 02:11:50 2018 +1100

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

2018-02-01 Thread Chris Sherlock
connectivity/source/drivers/firebird/ResultSet.cxx | 16 connectivity/source/drivers/firebird/ResultSet.hxx | 10 -- 2 files changed, 26 deletions(-) New commits: commit 192b2f754cc4f05d84e7da0d18bfa88f21329c15 Author: Chris Sherlock <chris.sherloc...@gmail.com>

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

2018-01-28 Thread Chris Sherlock
include/osl/file.h |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) New commits: commit 623a87a3c338a9b4cdc5d9753388b5956006b8b4 Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Mon Jan 29 01:17:35 2018 +1100 osl: document osl_File_E_NETWORK enum Cha

Re: University practical exercise about LibreOffice

2018-01-19 Thread Chris Sherlock
On 15 Jan 2018, at 11:26 pm, Jacobo Aragunde Pérez wrote: > > Hi Adrián, > > the code base of LibreOffice predates most bibliography about software > patterns, so you aren't going to find documents like those here! > > Still, I made a presentation some time ago that you

[Libreoffice-commits] core.git: sal/osl

2018-01-13 Thread Chris Sherlock
sal/osl/w32/security.cxx | 41 - 1 file changed, 8 insertions(+), 33 deletions(-) New commits: commit 9acf3da78a5146c5af557967eabd0c47bf54d466 Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Mon Jan 1 00:49:25 2018 +1100 sal:

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

2018-01-13 Thread Chris Sherlock
store/source/storpage.hxx | 12 +++- 1 file changed, 3 insertions(+), 9 deletions(-) New commits: commit fa09d724b4c3309ce2961ad6b9cd11ade5753f33 Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Sun Dec 31 00:47:36 2017 +1100 store: remove unnecessary co

[Libreoffice-commits] core.git: sal/osl

2018-01-01 Thread Chris Sherlock
sal/osl/w32/process.cxx |5 + 1 file changed, 5 insertions(+) New commits: commit c092fbdb4e5bd9a91d9dd2ef5955af519a46ba19 Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Sat Dec 23 23:22:16 2017 +1100 sal: (win32) readd comment explaining about buffer size de

G_SLICE in sal module

2017-12-31 Thread Chris Sherlock
I submitted a gerrit change https://gerrit.libreoffice.org/#/c/46139/ to remove check of the G_SLICE environment variable. Stephan made the following reasonable comment: Note that (before bc6a5d8e79e7d0e7d75ac107aa8e6aa275e434e9 "Disable custom

[Libreoffice-commits] core.git: sal/textenc

2017-12-27 Thread Chris Sherlock
sal/textenc/tcvtmb.cxx | 14 +- 1 file changed, 1 insertion(+), 13 deletions(-) New commits: commit 363cb299ddda76504f49e3445e6609fe3a4c8111 Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Fri Dec 22 19:01:25 2017 +1100 sal: fix typo in tcvtmb.cxx and

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

2017-12-17 Thread Chris Sherlock
sfx2/source/view/viewimp.hxx | 20 sfx2/source/view/viewsh.cxx | 32 2 files changed, 24 insertions(+), 28 deletions(-) New commits: commit ab0aa44cbc9d1ad33247e2ee0df8852c925dbe5c Author: Chris Sherlock <chris.sherloc...@gmail.com>

[Libreoffice-commits] core.git: sal/rtl

2017-11-10 Thread Chris Sherlock
sal/rtl/bootstrap.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 394dbb7f637afe10041506975b5dbc2202a78b4d Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Sun Nov 5 01:20:54 2017 +1100 rtl: change nullptr comparison Cha

Re: basegfx::BColor

2017-10-09 Thread Chris Sherlock
-between targets > have. > > Just my 2ct, > Armin > > >> Am 08.10.2017 um 14:22 schrieb Chris Sherlock: >> Just a quick query: is there any reason why basegfx::BColor doesn’t store >> the alpha value? >> >> I was thinking it would be great to mi

basegfx::BColor

2017-10-08 Thread Chris Sherlock
Just a quick query: is there any reason why basegfx::BColor doesn’t store the alpha value? I was thinking it would be great to migrate from tools::Color to basegfx::BColor, but I genuinely don’t think this is really possible without storing the alpha channel. Also, I noticed a decent gerrit

[Libreoffice-commits] core.git: filter/qa include/editeng include/filter include/sfx2 include/svtools include/svx include/vcl vcl/inc writerfilter/source

2017-10-07 Thread Chris Sherlock
insertions(+), 18 deletions(-) New commits: commit 4d94541a7b88b76d856e30dba7f8a3de48260eda Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Sat Oct 7 22:01:45 2017 +1100 Make Color a forward declaration Change-Id: Ib28833555661b119de8e967b05e3c8691fca826a Reviewed-on:

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

2017-10-01 Thread Chris Sherlock
drawinglayer/source/tools/emfphelperdata.cxx | 71 --- 1 file changed, 1 insertion(+), 70 deletions(-) New commits: commit a2a3e06a29077d4274dc15eea28a01afe22e3658 Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Mon Oct 2 02:32:33 2017

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

2017-10-01 Thread Chris Sherlock
drawinglayer/source/tools/emfphelperdata.cxx | 29 +++ drawinglayer/source/tools/emfphelperdata.hxx |2 - 2 files changed, 30 insertions(+), 1 deletion(-) New commits: commit 6996c65015703b6aaa6d44f76c492371f47b138d Author: Chris Sherlock <chris.sherloc...@gmail.

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

2017-10-01 Thread Chris Sherlock
drawinglayer/source/tools/emfphelperdata.cxx | 17 + 1 file changed, 5 insertions(+), 12 deletions(-) New commits: commit d64dd40552bdcfe4fd2ab0d10f0c72796e579487 Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Mon Oct 2 02:16:57 2017 +1100 drawinglayer:

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

2017-09-20 Thread Chris Sherlock
New branch 'private/tbsdy/workbench' available with the following commits: commit 7e5da42c3d860eff7ca25c579f721f8567de2f78 Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Sat Sep 2 14:52:35 2017 +1000 sal workbench: fix monitor.cxx - need to release and acquire

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

2017-08-29 Thread Chris Sherlock
include/osl/socket_decl.hxx | 57 +--- 1 file changed, 38 insertions(+), 19 deletions(-) New commits: commit a486a379ba868ec0198755ad75a5312bf693ad5c Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Wed Aug 30 02:04:07 2017 +1000

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

2017-08-29 Thread Chris Sherlock
desktop/unx/source/start.c | 32 1 file changed, 16 insertions(+), 16 deletions(-) New commits: commit 9806359e65a4d33fdcfd968914cecfe388217738 Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Tue Aug 29 23:53:04 2017 +1000 revert "

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

2017-08-29 Thread Chris Sherlock
desktop/unx/source/start.c | 86 ++--- 1 file changed, 43 insertions(+), 43 deletions(-) New commits: commit 06c3fd26fbb1ab086be938bb3b61794472b80782 Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Tue Aug 29 23:49:41 2017 +1000

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

2017-08-29 Thread Chris Sherlock
desktop/unx/source/start.c | 695 ++--- 1 file changed, 351 insertions(+), 344 deletions(-) New commits: commit 59a25f6f82656d34735168036f7c5f923a505ce1 Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Tue Aug 29 23:30:36 2017

[Libreoffice-commits] core.git: Branch 'private/tbsdy/workbench' - 2 commits - Repository.mk sal/Executable_socket.mk sal/Module_sal.mk sal/workben

2017-08-29 Thread Chris Sherlock
insertions(+), 6 deletions(-) New commits: commit 2ae3e6b01effa46822e2544649d804331e2a50bb Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Tue Aug 29 21:44:27 2017 +1000 sal workbench: include basic socket example Change-Id: Ie3441f25d2ff9589fecff27a52c49dfb8d301050 diff

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

2017-08-27 Thread Chris Sherlock
include/osl/socket.h | 431 +-- 1 file changed, 215 insertions(+), 216 deletions(-) New commits: commit e002de40ca970933d44eec9601e11ea2b8080293 Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Mon Aug 28 05:23:06 2017 +1000

[Libreoffice-commits] core.git: sal/osl

2017-08-27 Thread Chris Sherlock
sal/osl/unx/socket.cxx | 42 -- sal/osl/w32/socket.cxx | 14 +++--- 2 files changed, 27 insertions(+), 29 deletions(-) New commits: commit d96b243c5d363f66e574fe68879e59244c338c22 Author: Chris Sherlock <chris.sherloc...@gmail.com> Date:

[Libreoffice-commits] core.git: sal/osl

2017-08-27 Thread Chris Sherlock
sal/osl/w32/socket.cxx | 46 +++--- 1 file changed, 23 insertions(+), 23 deletions(-) New commits: commit 534a156c1654767db70af2d8f4c81aeb65101d22 Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Mon Aug 28 03:59:14 2017 +1000 osl:

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

2017-08-27 Thread Chris Sherlock
include/osl/socket.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 0876a6f05d78b9754005f8bd70f79386b44a7813 Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Mon Aug 28 03:39:07 2017 +1000 osl: fix socket.h doxygen param Cha

[Libreoffice-commits] core.git: sal/osl

2017-08-27 Thread Chris Sherlock
sal/osl/unx/socket.cxx | 19 ++- sal/osl/w32/socket.cxx | 23 --- 2 files changed, 26 insertions(+), 16 deletions(-) New commits: commit 3d5be8cd31bcf6fce8772133298d2ae076361362 Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Mon Aug 28

[Libreoffice-commits] core.git: sal/osl

2017-08-27 Thread Chris Sherlock
sal/osl/unx/socket.cxx | 90 - 1 file changed, 90 deletions(-) New commits: commit bbf3da220e8c031022098a4414fd367c39e228c5 Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Mon Aug 28 01:45:01 2017 +1000 osl: remove comment

[Libreoffice-commits] core.git: sal/osl

2017-08-27 Thread Chris Sherlock
sal/osl/unx/socket.cxx | 77 - 1 file changed, 7 insertions(+), 70 deletions(-) New commits: commit 8233349b6de3bdfa025aec21a93f68c622e22627 Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Mon Aug 28 01:43:48 2017 +1000

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

2017-08-27 Thread Chris Sherlock
include/osl/socket.h | 163 +++ 1 file changed, 89 insertions(+), 74 deletions(-) New commits: commit 8f60fe1af60944092c28f5a534af6f10cf9f6ba9 Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Sun Aug 27 16:05:10 2017 +1000

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

2017-08-26 Thread Chris Sherlock
include/osl/socket.h | 174 +++ 1 file changed, 94 insertions(+), 80 deletions(-) New commits: commit 1fab08fbeadc072f0196a7245785a6ab63474135 Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Sun Aug 27 13:16:35 2017 +1000

[Libreoffice-commits] core.git: Branch 'private/tbsdy/workbench' - sal/Executable_setgetenv.mk sal/workben

2017-08-26 Thread Chris Sherlock
sal/Executable_setgetenv.mk |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit cb71ba8e4d5e9a015b74d85623bebb7e3e0560e5 Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Sun Aug 27 12:59:42 2017 +1000 sal workbench: more reorg cleanup Cha

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

2017-08-26 Thread Chris Sherlock
New branch 'private/tbsdy/workbench' available with the following commits: commit 47dc11d7ded4a47ec57924058c229fb1730f43b2 Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Sun Aug 27 02:41:01 2017 +1000 sal workbench: reorganize files Cha

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

2017-08-26 Thread Chris Sherlock
include/osl/thread.h |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) New commits: commit 1ab6d39146b6ff0a633ae0821e2db5705d3ad6c3 Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Sun Aug 27 01:36:41 2017 +1000 osl: clarify osl_scheduleThread() documen

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

2017-08-26 Thread Chris Sherlock
include/osl/thread.h | 34 +- 1 file changed, 33 insertions(+), 1 deletion(-) New commits: commit 4aee9d3283b93bc617474b94afa9395495c3792b Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Sun Aug 27 01:31:47 2017 +1000 osl: thread doxygen

[Libreoffice-commits] core.git: Branch 'private/tbsdy/workbench' - sal/workben

2017-08-26 Thread Chris Sherlock
sal/workben/osl/monitor.cxx |1 - 1 file changed, 1 deletion(-) New commits: commit 81fab24cf89ee65d6dda08f0d14fb9c7175aaf81 Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Sat Aug 26 23:33:47 2017 +1000 vcl workbench: followup cond var removal Cha

[Libreoffice-commits] core.git: Branch 'private/tbsdy/workbench' - sal/workben

2017-08-26 Thread Chris Sherlock
sal/workben/osl/monitor.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 60827c395566b23a987e91e99aa984e1735034e0 Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Sat Aug 26 23:31:02 2017 +1000 vcl workbench: remove unneeded cond variabl

[Libreoffice-commits] core.git: Branch 'private/tbsdy/workbench' - Repository.mk sal/Executable_monitor.mk sal/Module_sal.mk sal/workben

2017-08-26 Thread Chris Sherlock
aa9bb4ba0937e24b09356516c16593619f634422 Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Sat Aug 26 23:22:01 2017 +1000 sal workbench: added monitor - demonstrates mutex, cond vars and threads Change-Id: Ia61653d5b10f96150df2bacc336b6961a0922c71 diff --git a/Repository.mk b/Repository.mk index 3dc4e9

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

2017-08-25 Thread Chris Sherlock
New branch 'private/tbsdy/workbench' available with the following commits: commit 47cbb049118c3414341e4ec6dfb77e55813549ac Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Fri Aug 25 20:57:23 2017 +1000 sal workbench: add signal handler example Cha

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

2017-08-25 Thread Chris Sherlock
New branch 'private/tbsdy/workbench' available with the following commits: commit ebcd0ed9a49000f9fc3bd6b1f88532d1ded16461 Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Fri Aug 25 20:57:23 2017 +1000 sal workbench: add signal handler example Cha

Re: ANN: ongoing emf+ parser & rendering rework

2017-08-22 Thread Chris Sherlock
On Tue, Aug 22, 2017 at 11:30 PM, Armin Le Grand wrote: > Hiho, > > here are some cleanup start points: > > - m_bUseCanvas: no longer needed, no longetr interesting from outside > Metafile > - ImplPlayWithRenderer: should be removed. Adding a warning in > Metafile::Play

[Libreoffice-commits] core.git: Branch 'private/tbsdy/workbench' - sal/Executable_getenvvars.mk sal/workben

2017-08-13 Thread Chris Sherlock
sal/Executable_getenvvars.mk | 31 --- sal/workben/osl/getenvvars.cxx | 47 - 2 files changed, 78 deletions(-) New commits: commit 5004a4667c91706695b663ef245bee4e56ece940 Author: Chris Sherlock <chris.sherloc...@gmail.

[Libreoffice-commits] core.git: Branch 'private/tbsdy/workbench' - 2 commits - Repository.mk sal/Executable_getenvvars.mk sal/Executable_setgetenv.mk sal/Executable_terminateprocess.mk sal/Module_sal.

2017-08-13 Thread Chris Sherlock
insertions(+) New commits: commit d068beca518ff4b01b154e8b9ca95bb52f46f8be Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Mon Aug 14 00:04:20 2017 +1000 sal workben: set and get an environment variable Change-Id: Ifcd5eaf2fbc75752e574081dc736ecf4529e5d22 diff

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

2017-07-30 Thread Chris Sherlock
New branch 'private/tbsdy/osl_getAllEnvironment' available with the following commits: commit 879d912f7278730664049b26f03481b59a22cc70 Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Sun Jul 30 19:25:17 2017 +1000 osl: create new function osl_getAllEnvironment()

[Libreoffice-commits] core.git: sal/osl

2017-07-30 Thread Chris Sherlock
sal/osl/unx/process_impl.cxx | 45 ++- 1 file changed, 3 insertions(+), 42 deletions(-) New commits: commit 633248e240b904352e66c8ff8b23a3b5f2854b69 Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Sun Jul 30 19:37:03 2017 +1000

[Libreoffice-commits] core.git: Branch 'private/tbsdy/workbench' - 2 commits - Repository.mk sal/Executable_executeprocess.mk sal/Executable_processcmdlineargs.mk sal/Module_sal.mk sal/workben

2017-07-29 Thread Chris Sherlock
|2 sal/workben/osl/executeprocess.cxx | 83 + sal/workben/osl/processcmdlineargs.cxx | 75 + 8 files changed, 245 insertions(+) New commits: commit cd2179ddb6f7f88b67c5ad9a0a0ff919c93606b4 Author: Chris Sherlock

[Libreoffice-commits] core.git: Branch 'private/tbsdy/workbench' - 2 commits - Repository.mk sal/Executable_getprocessinfo.mk sal/Executable_processworkdir.mk sal/Module_sal.mk sal/workben

2017-07-28 Thread Chris Sherlock
+++ sal/workben/osl/processworkdir.cxx | 47 + 6 files changed, 153 insertions(+) New commits: commit d20d2a8a582885b29a14b43b1fcfa225576760e3 Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Sat Jul 29 02:19:46 2017 +1000 sal w

[Libreoffice-commits] core.git: Branch 'private/tbsdy/workbench' - 2 commits - Repository.mk sal/Executable_alloca.mk sal/Executable_config.mk sal/Executable_macro.mk sal/Module_sal.mk sal/workben

2017-07-27 Thread Chris Sherlock
+++ sal/workben/config.cxx | 42 ++ 7 files changed, 167 insertions(+), 1 deletion(-) New commits: commit 7f7e9b6eab571186ae791d04bc476e808d8e376f Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Thu Jul 27 22:05:36 2017 +1000 sal workbe

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

2017-07-26 Thread Chris Sherlock
New branch 'private/tbsdy/workbench' available with the following commits: commit 125574e49ad63d5f9faef0b564009694336ef8fd Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Thu Jul 27 00:11:50 2017 +1000 sal workben: examples of SAL_N_ELEMENTS, SAL_BOUND and SAL_STR

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

2017-07-26 Thread Chris Sherlock
New branch 'private/tbsdy/workben' available with the following commits: commit ec2eaec28a79c7b3b9d7943caaafa7b48dd7507d Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Thu Jul 27 00:11:50 2017 +1000 sal workben: examples of SAL_N_ELEMENTS, SAL_BOUND and SAL_STR

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

2017-07-26 Thread Chris Sherlock
New branch 'private/tbsdy/workben' available with the following commits: commit d625617475783c2ec49c8e8fde5fb0a0dee88e06 Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Thu Jul 27 00:11:50 2017 +1000 sal workben: examples of SAL_N_ELEMENTS, SAL_BOUND and SAL_STR

[Libreoffice-commits] core.git: Branch 'private/tbsdy/workben' - sal/Executable_salmain_bin.mk sal/workben

2017-07-23 Thread Chris Sherlock
sal/Executable_salmain_bin.mk |2 +- sal/workben/salmain_bin.cxx |6 +- 2 files changed, 6 insertions(+), 2 deletions(-) New commits: commit 485c9bbb28df4a20236136895e740adad748b3d3 Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Sun Jul 23 19:40:15 2017

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

2017-07-23 Thread Chris Sherlock
New branch 'private/tbsdy/workben' available with the following commits: commit f84ce8c10b152c3030a82a2753e34bf46bee7d06 Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Sun Jul 23 19:15:13 2017 +1000 sal: add a new salmain_bin workbench example Cha

[Libreoffice-commits] core.git: Branch 'feature/gsoc17-revamp-customize-dialog' - 1442 commits - accessibility/AllLangMoTarget_acc.mk accessibility/AllLangResTarget_acc.mk accessibility/inc accessibil

2017-07-23 Thread Chris Sherlock
Rebased ref, commits from common ancestor: commit 28b382b7b0a32417e0aedd4ae415a69e479fe60b Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Sun Jul 23 12:24:29 2017 +1000 rtl: cleanup equality conditions in uuid.cxx Change-Id: I8918cd97f9ab89f0a2f7f95cd59b706ca5

[Libreoffice-commits] core.git: 4 commits - sal/rtl

2017-07-22 Thread Chris Sherlock
(-) New commits: commit 28b382b7b0a32417e0aedd4ae415a69e479fe60b Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Sun Jul 23 12:24:29 2017 +1000 rtl: cleanup equality conditions in uuid.cxx Change-Id: I8918cd97f9ab89f0a2f7f95cd59b706ca5a55e2b diff --git a/sal/rtl/uuid

[Libreoffice-commits] core.git: sal/osl

2017-07-22 Thread Chris Sherlock
sal/osl/w32/pipe.cxx | 23 +-- 1 file changed, 13 insertions(+), 10 deletions(-) New commits: commit 5a883e94f372da0cb2340df5af8cf9b8bc54fc74 Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Fri Jul 21 17:18:09 2017 +1000 osl: Windows pipe converte

[Libreoffice-commits] core.git: 3 commits - sal/rtl

2017-07-22 Thread Chris Sherlock
sal/rtl/locale.cxx | 86 --- sal/rtl/math.cxx | 401 - 2 files changed, 280 insertions(+), 207 deletions(-) New commits: commit f175e360c60f6970e95907a1c46ff786d1f25594 Author: Chris Sherlock <chris.sherloc...@gmail.com>

[Libreoffice-commits] core.git: sal/rtl

2017-07-22 Thread Chris Sherlock
sal/rtl/hash.cxx | 117 +-- 1 file changed, 63 insertions(+), 54 deletions(-) New commits: commit d485bb01a2d0eee9f7904cf7d2c306ac2c635fb3 Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Sun Jul 23 03:02:29 2017 +1000

[Libreoffice-commits] core.git: sal/rtl

2017-07-22 Thread Chris Sherlock
sal/rtl/crc.cxx| 20 - sal/rtl/digest.cxx | 687 +++-- 2 files changed, 366 insertions(+), 341 deletions(-) New commits: commit 7720e5978366be615617b8af09dc8d1502b5990a Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Sun

[Libreoffice-commits] core.git: 2 commits - sal/rtl

2017-07-22 Thread Chris Sherlock
sal/rtl/cipher.cxx | 340 + 1 file changed, 114 insertions(+), 226 deletions(-) New commits: commit 42bd4103f8591e679259f9d138d1d579fef1271d Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Sun Jul 23 01:59:19 2017 +1000

[Libreoffice-commits] core.git: sal/rtl

2017-07-22 Thread Chris Sherlock
sal/rtl/alloc_arena.cxx | 22 +++--- sal/rtl/alloc_cache.cxx |6 +++--- 2 files changed, 14 insertions(+), 14 deletions(-) New commits: commit 9f2cd53913389d14f344e6cc0841a066b13bc669 Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Sun Jul 23 00:58:45 2017

[Libreoffice-commits] core.git: sal/osl

2017-07-22 Thread Chris Sherlock
sal/osl/w32/pipe.cxx |5 + 1 file changed, 5 insertions(+) New commits: commit aeb3853a21435f00f225d751e56184e875bc46ed Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Sat Jul 22 11:07:39 2017 +1000 osl: (Win32) check allocated pipe succeeded, otherwise needs t

[Libreoffice-commits] core.git: 3 commits - sal/rtl

2017-07-22 Thread Chris Sherlock
| 408 +--- 6 files changed, 618 insertions(+), 920 deletions(-) New commits: commit 3b4fdb3f64a5db4ecfd38242c6b799c5d248a066 Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Sat Jul 22 23:43:20 2017 +1000 rtl: fix bootstrap formatting, comp

[Libreoffice-commits] core.git: 7 commits - sal/osl

2017-07-22 Thread Chris Sherlock
| 10 - 7 files changed, 67 insertions(+), 333 deletions(-) New commits: commit 4f5238deaca3e565e56adefb6b4805cb2c571ed4 Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Sat Jul 22 20:41:40 2017 +1000 osl: get rid of comment cruft in w32/time.cxx Cha

[Libreoffice-commits] core.git: sal/osl

2017-07-22 Thread Chris Sherlock
sal/osl/w32/procimpl.cxx | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) New commits: commit 09b676940e8133a31031d6f471e030935d56461f Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Sat Jul 22 20:09:53 2017 +1000 osl: small cosmetic change to make c

[Libreoffice-commits] core.git: sal/osl

2017-07-22 Thread Chris Sherlock
sal/osl/w32/path_helper.hxx | 32 ++-- 1 file changed, 10 insertions(+), 22 deletions(-) New commits: commit 90d6538a996e6ac0c172edabd6b289511389585e Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Sat Jul 22 20:08:06 2017 +1000 osl: g

[Libreoffice-commits] core.git: 4 commits - sal/osl

2017-07-22 Thread Chris Sherlock
commits: commit 91d37dfd5186e1cd4a9a06a88078ed9ca24bbba8 Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Sat Jul 22 19:56:34 2017 +1000 osl: get rid of comment cruft in w32 path_helper.cxx Change-Id: I111c8b4e39fc9f1dd894979ff6fb5e98659182d1 diff --git a/sal/o

[Libreoffice-commits] core.git: sal/osl

2017-07-22 Thread Chris Sherlock
sal/osl/w32/file_url.hxx |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit 7b4924421b4b5e4dbb4dc24eb16c5d3c866ed73b Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Sat Jul 22 19:49:12 2017 +1000 osl: minor whitespace fixup from automated

[Libreoffice-commits] core.git: sal/osl

2017-07-22 Thread Chris Sherlock
sal/osl/w32/file_dirvol.cxx | 22 -- 1 file changed, 4 insertions(+), 18 deletions(-) New commits: commit 191893bc8751f56c93bd65d2ce39b0bbd8e97914 Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Sat Jul 22 19:43:56 2017 +1000 osl: remove extraneous co

<    1   2   3   4   5   6   7   8   9   10   >