[Libreoffice-commits] online.git: Branch 'distro/collabora/milestone-7' - loleaflet/src

2016-01-16 Thread Henry Castro
loleaflet/src/layer/tile/TileLayer.js |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) New commits: commit de6072d364258d97b7771529d8068704722112ba Author: Henry Castro Date: Sat Jan 16 15:36:43 2016 -0400 leaflet: fixed js lint erros in layer/tile/TileLayer.js diff --git

[Libreoffice-commits] online.git: Branch 'distro/collabora/milestone-7' - loleaflet/src

2016-01-16 Thread Henry Castro
loleaflet/src/control/Control.PartsPreview.js | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) New commits: commit 5172e0b14dc63c28adc7467eccf0f582b1935812 Author: Henry Castro Date: Sat Jan 16 16:36:58 2016 -0400 loleaflet: fixed js lint errors in control

[Libreoffice-commits] online.git: Branch 'distro/collabora/milestone-7' - loleaflet/src

2016-01-16 Thread Henry Castro
loleaflet/src/layer/tile/CalcTileLayer.js | 18 -- 1 file changed, 16 insertions(+), 2 deletions(-) New commits: commit ba62d824ea7bd4cc262c83d4298c5b9d2d776978 Author: Henry Castro Date: Sat Jan 16 16:50:31 2016 -0400 loleaflet: adjust document size to map size diff

[Libreoffice-commits] online.git: loleaflet/src

2016-01-16 Thread Henry Castro
loleaflet/src/layer/tile/CalcTileLayer.js | 18 -- 1 file changed, 16 insertions(+), 2 deletions(-) New commits: commit 3cbaded0d2c7a687f81f3feea318b870a72f7ba2 Author: Henry Castro Date: Sat Jan 16 16:50:31 2016 -0400 loleaflet: adjust document size to map size diff

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.0' - cppuhelper/source

2015-08-31 Thread Henry Castro
901999aea8559a41b9cd927f7feaa0af73754792 Author: Henry Castro Date: Mon Aug 31 23:33:15 2015 -0400 cppuhelper: add loadImplementations pre-load all C++ component library. Change-Id: I95637b628c5a6340afce09b2d2033127c6f8f504 diff --git a/cppuhelper/source

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.0' - desktop/source

2015-08-31 Thread Henry Castro
desktop/source/lib/init.cxx | 159 +++- 1 file changed, 28 insertions(+), 131 deletions(-) New commits: commit 718815a1a5d4f12e9d259bf4c605cc9ed89c625f Author: Henry Castro Date: Mon Aug 31 23:43:47 2015 -0400 lok: use preInitBootstrap

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.0' - desktop/source

2015-09-01 Thread Henry Castro
desktop/source/lib/init.cxx | 40 1 file changed, 12 insertions(+), 28 deletions(-) New commits: commit 1bea5bf90187f0dac06d0c438b96def4bcd746f8 Author: Henry Castro Date: Tue Sep 1 20:10:09 2015 -0400 Revert lok: use preInitBootstrap

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.0' - desktop/source

2015-09-01 Thread Henry Castro
desktop/source/lib/init.cxx | 21 - 1 file changed, 12 insertions(+), 9 deletions(-) New commits: commit 5032455fe1ecdca9ee6eb96b5d539a66733bfb9e Author: Henry Castro Date: Tue Sep 1 22:06:09 2015 -0400 lok: rework use preInitBootstrap Change-Id

[Libreoffice-commits] core.git: Branch 'private/hcvcastro/preinit' - smoketest/libtest.cxx

2015-09-07 Thread Henry Castro
smoketest/libtest.cxx | 55 ++ 1 file changed, 34 insertions(+), 21 deletions(-) New commits: commit 0defc31227295d4625bcc4c183dd0f8b1244b425 Author: Henry Castro Date: Mon Sep 7 17:04:37 2015 -0400 smoketest: add lok_preinit to libtest

[Libreoffice-commits] core.git: Branch 'private/hcvcastro/preinit' - cppuhelper/source

2015-09-07 Thread Henry Castro
cppuhelper/source/servicemanager.cxx | 86 --- 1 file changed, 81 insertions(+), 5 deletions(-) New commits: commit 2f7bbe65c0df647a917aefddb949d1e43ef41eb6 Author: Henry Castro Date: Mon Sep 7 17:11:45 2015 -0400 cppuhelper: rework loadImplementations

[Libreoffice-commits] core.git: Branch 'private/hcvcastro/preinit' - cppuhelper/source include/cppuhelper

2015-09-07 Thread Henry Castro
991594a88f2225bf518604728f781a2c73dcf273 Author: Henry Castro Date: Mon Sep 7 17:17:22 2015 -0400 cppuhelper: add preInitBootstrap parameter ... component context. Change-Id: Ib116e3da172b860f2df4d672f6181b5de0b7e6b2 diff --git a/cppuhelper/source/defaultbootstrap.cxx b/cppuhelper/source

[Libreoffice-commits] core.git: Branch 'private/hcvcastro/preinit' - desktop/source

2015-09-07 Thread Henry Castro
desktop/source/lib/init.cxx | 36 +++- 1 file changed, 15 insertions(+), 21 deletions(-) New commits: commit a038fdfbb27c0918906b4ffb733e8395adeac340 Author: Henry Castro Date: Mon Sep 7 17:21:38 2015 -0400 desktop: add InitVCL to lo_initialize

[Libreoffice-commits] core.git: Branch 'private/hcvcastro/preinit' - vcl/source

2015-09-07 Thread Henry Castro
vcl/source/app/svmain.cxx | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) New commits: commit 03ba843ee64c0520ae5850ca1ce2afde3c6f6731 Author: Henry Castro Date: Mon Sep 7 17:33:09 2015 -0400 vcl: add isInitVCL() InitVCL() is initialized in preinit stage, so

[Libreoffice-commits] core.git: Branch 'private/hcvcastro/preinit' - vcl/source

2015-09-07 Thread Henry Castro
vcl/source/app/svmain.cxx |8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) New commits: commit ca61ef9eed82b41a299c59a34b2e8aed68279a49 Author: Henry Castro Date: Mon Sep 7 17:43:04 2015 -0400 vcl: assing NULL after delete Change-Id

[Libreoffice-commits] core.git: Branch 'private/hcvcastro/preinit' - vcl/source

2015-09-07 Thread Henry Castro
vcl/source/app/svdata.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 7ddc979db233935ee8095c54670391944946cf6d Author: Henry Castro Date: Mon Sep 7 17:48:38 2015 -0400 vcl: more, assign NULL after delete Change-Id

[Libreoffice-commits] core.git: Branch 'private/hcvcastro/preinit' - cppuhelper/source

2015-09-07 Thread Henry Castro
: Henry Castro Date: Mon Sep 7 20:27:40 2015 -0400 cppuhelper: method 2 for loading services. This method is simplified, but we cannot set flag SAL_LOADMODULE_NOW Change-Id: Ieb7b90f4f43f980e15d66d490505147e166bf772 diff --git a/cppuhelper/source/defaultbootstrap.cxx b

[Libreoffice-commits] core.git: Branch 'private/hcvcastro/preinit' - desktop/source

2015-09-08 Thread Henry Castro
desktop/source/lib/init.cxx |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit 5476f0f4eed5123e2c70887ed8f03f6a55bc7e5e Author: Henry Castro Date: Tue Sep 8 15:25:14 2015 -0400 desktop: make sure Application is created ... before trying to acquire

[Libreoffice-commits] online.git: Branch 'private/hcvcastro/forking' - loolwsd/loolstat

2015-09-08 Thread Henry Castro
loolwsd/loolstat |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit a04d9dab7ee843423183e2bf603a0bc0b32007b4 Author: Henry Castro Date: Tue Sep 8 16:11:29 2015 -0400 loolwsd: update loolstat for preinit. diff --git a/loolwsd/loolstat b/loolwsd/loolstat

[Libreoffice-commits] online.git: Branch 'private/hcvcastro/forking' - loolwsd/loolmap.c

2015-09-08 Thread Henry Castro
loolwsd/loolmap.c |7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) New commits: commit ae79d896d536c4b5c6e2b07613b87b762575e7a3 Author: Henry Castro Date: Tue Sep 8 16:15:28 2015 -0400 loolwsd: update loolmap for preinit diff --git a/loolwsd/loolmap.c b/loolwsd/loolmap.c

[Libreoffice-commits] online.git: loolwsd/LOOLWSD.cpp

2015-09-11 Thread Henry Castro
loolwsd/LOOLWSD.cpp | 13 - 1 file changed, 12 insertions(+), 1 deletion(-) New commits: commit 8a10a16855534c1d41a138ea66e881cf3a16bbc1 Author: Henry Castro Date: Fri Sep 11 16:31:43 2015 -0400 loolwsd: restore interactive testing diff --git a/loolwsd/LOOLWSD.cpp b

[Libreoffice-commits] core.git: Branch 'private/hcvcastro/preinit' - vcl/source

2015-09-12 Thread Henry Castro
vcl/source/app/svmain.cxx | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) New commits: commit 614c77ab7c2029a58ec3e6b3ebffd98f525d46a3 Author: Henry Castro Date: Sat Sep 12 12:11:43 2015 -0400 lok: desktop terminate The tiled rendering case, it does not

[Libreoffice-commits] core.git: Branch 'private/hcvcastro/preinit' - 8 commits - cppuhelper/source desktop/source include/cppuhelper smoketest/libtest.cxx vcl/source

2015-09-13 Thread Henry Castro
Rebased ref, commits from common ancestor: commit bfe8e4c19643228cb4c87de23946f377166b7b8a Author: Henry Castro Date: Mon Sep 7 20:27:40 2015 -0400 cppuhelper: method 2, load implementations to invoke component factory In the preinit stage, method 2 is simplified, looping all

[Libreoffice-commits] core.git: Branch 'private/hcvcastro/preinit' - 5 commits - cppuhelper/source desktop/source vcl/source

2015-09-13 Thread Henry Castro
Rebased ref, commits from common ancestor: commit 56a20f98a66aa5f81be7cdd35d1532e8655a4bd0 Author: Henry Castro Date: Mon Sep 7 20:27:40 2015 -0400 cppuhelper: method 2, load implementations to invoke component factory In the preinit stage, method 2 is simplified, looping all

[Libreoffice-commits] online.git: loleaflet/build loleaflet/dist loleaflet/src

2015-11-08 Thread Henry Castro
, 243 insertions(+) New commits: commit fd6d0c2b53c862303c1f3f4244d7f16258a53dfd Author: Henry Castro Date: Sun Nov 8 12:29:58 2015 -0400 loleaflet: add ColumnHeader and RowHeader controls Column and Row headers for spreadsheet documents, based on html table tag diff --git a

[Libreoffice-commits] online.git: loleaflet/src

2015-11-08 Thread Henry Castro
loleaflet/src/layer/tile/CalcTileLayer.js |8 1 file changed, 8 insertions(+) New commits: commit fd4505079064bde0de7756f9a883e3cf60204c05 Author: Henry Castro Date: Sun Nov 8 13:11:45 2015 -0400 loleaflet: add controls to calc tile layer diff --git a/loleaflet/src/layer

[Libreoffice-commits] online.git: loleaflet/debug loleaflet/src

2015-11-08 Thread Henry Castro
loleaflet/debug/document/document_simple_example.html |1 - loleaflet/src/layer/tile/CalcTileLayer.js |1 + 2 files changed, 1 insertion(+), 1 deletion(-) New commits: commit a01d56ed116ea7ba13a58690601b722f825bd8a0 Author: Henry Castro Date: Sun Nov 8 13:22:58 2015 -0400

[Libreoffice-commits] online.git: loleaflet/src

2015-11-08 Thread Henry Castro
loleaflet/src/layer/tile/CalcTileLayer.js | 15 ++- 1 file changed, 14 insertions(+), 1 deletion(-) New commits: commit 13b93b6ee03d0875249def4601af1f79167703aa Author: Henry Castro Date: Sun Nov 8 13:38:05 2015 -0400 loleaflet: request and process command values

[Libreoffice-commits] online.git: loleaflet/src

2015-11-08 Thread Henry Castro
loleaflet/src/control/Control.Scroll.js |2 ++ loleaflet/src/layer/tile/CalcTileLayer.js |6 ++ 2 files changed, 8 insertions(+) New commits: commit e967b0f388e9c15c192c486b28e2265c9d09508a Author: Henry Castro Date: Sun Nov 8 14:05:08 2015 -0400 loleaflet: add map fire

[Libreoffice-commits] online.git: loleaflet/src

2015-11-08 Thread Henry Castro
loleaflet/src/layer/tile/CalcTileLayer.js |6 ++ 1 file changed, 6 insertions(+) New commits: commit 5485d63aeeb6bb027896eb7642dbe99f5785b082 Author: Henry Castro Date: Sun Nov 8 14:34:51 2015 -0400 loleaflet: handle zoom to update columns and rows diff --git a/loleaflet/src

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

2015-11-08 Thread Henry Castro
sc/source/ui/view/tabview.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit c615699af18635c1aa1e7c9b930748eca004c5fc Author: Henry Castro Date: Sun Nov 8 15:55:57 2015 -0400 sc lok: add missing commandName LOOL requires to filter a requested command values message

[Libreoffice-commits] online.git: loleaflet/src

2015-11-09 Thread Henry Castro
(+), 10 deletions(-) New commits: commit 75ad86bee187cddc05e7e8b7c46d670ddcdac9c9 Author: Henry Castro Date: Mon Nov 9 22:00:09 2015 -0400 loleaflet: fix row/column, scroll issues diff --git a/loleaflet/src/control/Control.ColumnHeader.js b/loleaflet/src/control/Control.ColumnHeader.js index

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.0' - sc/source

2015-11-10 Thread Henry Castro
sc/source/ui/view/tabview.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit 02f452d67faf086c4ade874bcf588cf48b8a1ddb Author: Henry Castro Date: Sun Nov 8 15:55:57 2015 -0400 sc lok: add missing commandName LOOL requires to filter a requested command values message

[Libreoffice-commits] online.git: loleaflet/dist

2015-11-15 Thread Henry Castro
loleaflet/dist/leaflet.css | 86 ++--- 1 file changed, 50 insertions(+), 36 deletions(-) New commits: commit 85b242a791cb63ccbd5bd9c1a4652cd782282f06 Author: Henry Castro Date: Sun Nov 15 19:17:26 2015 -0400 loleaflet: update row/columns styles

[Libreoffice-commits] online.git: loleaflet/src

2015-11-15 Thread Henry Castro
loleaflet/src/control/Control.ColumnHeader.js | 116 +- 1 file changed, 61 insertions(+), 55 deletions(-) New commits: commit 61648fa8affa30083534e33ec8eef6bba3e62f98 Author: Henry Castro Date: Sun Nov 15 19:21:17 2015 -0400 loleaflet: update column headers to

[Libreoffice-commits] online.git: loleaflet/src

2015-11-15 Thread Henry Castro
loleaflet/src/control/Control.RowHeader.js | 108 +++-- 1 file changed, 58 insertions(+), 50 deletions(-) New commits: commit 7ed35f810e50471aee8958d1f23b9bc000d32706 Author: Henry Castro Date: Sun Nov 15 19:25:50 2015 -0400 loleaflet: update row headers to

[Libreoffice-commits] online.git: loleaflet/src

2015-11-15 Thread Henry Castro
loleaflet/src/layer/tile/CalcTileLayer.js | 30 ++ 1 file changed, 26 insertions(+), 4 deletions(-) New commits: commit 0883cd6d914b5da2cde44344ee44d349dbddd98a Author: Henry Castro Date: Sun Nov 15 19:28:38 2015 -0400 loleaflet: fix row/header last item

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

2015-09-15 Thread Henry Castro
desktop/source/lib/init.cxx | 58 1 file changed, 58 insertions(+) New commits: commit d3a2c0f60365d6092e5061b1d061d6e3e53eb9cf Author: Henry Castro Date: Mon Sep 14 20:14:34 2015 -0400 lok: initialize UNO url command dispatch In

[Libreoffice-commits] online.git: Branch 'private/hcvcastro/forking' - loolwsd/LOOLBroker.cpp loolwsd/LOOLWSD.cpp loolwsd/LOOLWSD.hpp loolwsd/MasterProcessSession.cpp

2015-09-27 Thread Henry Castro
: Henry Castro Date: Sun Sep 27 12:07:17 2015 -0400 loolwsd: remove shared memory diff --git a/loolwsd/LOOLBroker.cpp b/loolwsd/LOOLBroker.cpp index 8930883..57a5cef 100644 --- a/loolwsd/LOOLBroker.cpp +++ b/loolwsd/LOOLBroker.cpp @@ -29,7 +29,6 @@ #include #include #include -#include

[Libreoffice-commits] online.git: Branch 'private/hcvcastro/forking' - loolwsd/loolwsd-systemplate-setup

2015-09-27 Thread Henry Castro
loolwsd/loolwsd-systemplate-setup |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 7f9c24eeaeb9dbb5098447ec1a14631b2dd28254 Author: Henry Castro Date: Sun Sep 27 12:14:57 2015 -0400 loolwsd: use g++ to avoid warnings. diff --git a/loolwsd/loolwsd

[Libreoffice-commits] online.git: Branch 'private/hcvcastro/forking' - loolwsd/loolmap.c

2015-09-27 Thread Henry Castro
loolwsd/loolmap.c |1 + 1 file changed, 1 insertion(+) New commits: commit fdc9881be5ab4abc97090642e032ee68a9e89c1c Author: Henry Castro Date: Sun Sep 27 12:18:18 2015 -0400 loolwsd: add string.h header to avoid warnings. diff --git a/loolwsd/loolmap.c b/loolwsd/loolmap.c index

[Libreoffice-commits] online.git: Branch 'private/hcvcastro/forking' - loolwsd/Util.cpp loolwsd/Util.hpp

2015-09-27 Thread Henry Castro
loolwsd/Util.cpp | 67 +++ loolwsd/Util.hpp |6 2 files changed, 73 insertions(+) New commits: commit 0e6367c1692b992d7c97eb343fbfcd29eb4185da Author: Henry Castro Date: Sun Sep 27 12:27:40 2015 -0400 loolwsd: add FIFO write

[Libreoffice-commits] online.git: Branch 'private/hcvcastro/forking' - loolwsd/LOOLKit.cpp

2015-09-27 Thread Henry Castro
loolwsd/LOOLKit.cpp | 172 +--- 1 file changed, 112 insertions(+), 60 deletions(-) New commits: commit 02d114191d23e701282c14ff5cd580eaf42564e8 Author: Henry Castro Date: Sun Sep 27 13:39:09 2015 -0400 loolwsd: add Connection thread class

[Libreoffice-commits] online.git: Branch 'private/hcvcastro/forking' - loolwsd/LOOLBroker.cpp loolwsd/LOOLKit.cpp

2015-09-27 Thread Henry Castro
loolwsd/LOOLBroker.cpp |5 + loolwsd/LOOLKit.cpp| 146 - 2 files changed, 148 insertions(+), 3 deletions(-) New commits: commit ace1ec813db24c248c66fde0699ddf44c53c30a8 Author: Henry Castro Date: Sun Sep 27 13:59:24 2015 -0400

[Libreoffice-commits] online.git: Branch 'private/hcvcastro/forking' - loolwsd/LOOLBroker.cpp

2015-09-27 Thread Henry Castro
loolwsd/LOOLBroker.cpp | 28 +++- 1 file changed, 23 insertions(+), 5 deletions(-) New commits: commit 1cbeabb18f94cea85740a7786b0f75964cec935c Author: Henry Castro Date: Sun Sep 27 17:14:00 2015 -0400 loolwsd: crate writer FIFO pipe to send message to childs

[Libreoffice-commits] online.git: Branch 'private/hcvcastro/forking' - loolwsd/LOOLBroker.cpp

2015-09-27 Thread Henry Castro
loolwsd/LOOLBroker.cpp |7 --- 1 file changed, 4 insertions(+), 3 deletions(-) New commits: commit c4a97a172b43272f97a215e26dbb45d82ec8943e Author: Henry Castro Date: Sun Sep 27 17:18:33 2015 -0400 loolwsd: change map childprocesses to store file descriptor FIFO diff --git a

[Libreoffice-commits] online.git: Branch 'private/hcvcastro/forking' - loolwsd/LOOLBroker.cpp

2015-09-27 Thread Henry Castro
loolwsd/LOOLBroker.cpp | 17 ++--- 1 file changed, 14 insertions(+), 3 deletions(-) New commits: commit 7f7453cd7f3a2b0c2597d4a0506acfc588d1fe6a Author: Henry Castro Date: Sun Sep 27 17:25:52 2015 -0400 loolwsd: change startupLibreOfficeKit to report error status diff

[Libreoffice-commits] online.git: Branch 'private/hcvcastro/forking' - loolwsd/LOOLBroker.cpp

2015-09-27 Thread Henry Castro
loolwsd/LOOLBroker.cpp | 15 +++ 1 file changed, 15 insertions(+) New commits: commit 764f9f398ad86004509f5d8b3c527fc40c787bb6 Author: Henry Castro Date: Sun Sep 27 17:33:05 2015 -0400 loolwsd: create reader FIFO to read messages from childs diff --git a/loolwsd

[Libreoffice-commits] online.git: Branch 'private/hcvcastro/forking' - loolwsd/LOOLBroker.cpp

2015-09-27 Thread Henry Castro
loolwsd/LOOLBroker.cpp | 21 ++--- 1 file changed, 14 insertions(+), 7 deletions(-) New commits: commit 3fd57d9c968395bd1178de80eb76cbc9d2b8 Author: Henry Castro Date: Sun Sep 27 17:39:25 2015 -0400 loolwsd: open reader FIFO to read messages from client diff --git

[Libreoffice-commits] online.git: Branch 'private/hcvcastro/forking' - loolwsd/LOOLBroker.cpp

2015-09-27 Thread Henry Castro
loolwsd/LOOLBroker.cpp | 13 + 1 file changed, 13 insertions(+) New commits: commit 361a190cdf3696f12d80539beedce0edc344d22d Author: Henry Castro Date: Sun Sep 27 17:45:13 2015 -0400 loolwsd: fork new child if new client requests diff --git a/loolwsd/LOOLBroker.cpp b

[Libreoffice-commits] online.git: Branch 'private/hcvcastro/forking' - loolwsd/LOOLBroker.cpp

2015-09-27 Thread Henry Castro
loolwsd/LOOLBroker.cpp | 278 - 1 file changed, 274 insertions(+), 4 deletions(-) New commits: commit 85de9ac86f0ca858439ad14492f1df1ec1e26a4e Author: Henry Castro Date: Sun Sep 27 18:04:12 2015 -0400 loolwsd: add pipe thread handler diff

[Libreoffice-commits] online.git: Branch 'private/hcvcastro/forking' - loolwsd/LOOLBroker.cpp

2015-09-27 Thread Henry Castro
loolwsd/LOOLBroker.cpp |4 1 file changed, 4 insertions(+) New commits: commit 091d9cdbd2eda4ad3487f9baebc458ed2f8876d4 Author: Henry Castro Date: Sun Sep 27 18:08:08 2015 -0400 loolwsd: clear cache URL when child processes died diff --git a/loolwsd/LOOLBroker.cpp b/loolwsd

[Libreoffice-commits] online.git: Branch 'private/hcvcastro/forking' - loolwsd/LOOLWSD.cpp loolwsd/LOOLWSD.hpp

2015-09-27 Thread Henry Castro
loolwsd/LOOLWSD.cpp | 14 ++ loolwsd/LOOLWSD.hpp |2 ++ 2 files changed, 16 insertions(+) New commits: commit d621a49ffee698473283d56d88d00651b62ae116 Author: Henry Castro Date: Sun Sep 27 18:21:15 2015 -0400 loolwsd: create writer pipe to send messages to broker

[Libreoffice-commits] online.git: Branch 'private/hcvcastro/forking' - loolwsd/MasterProcessSession.cpp loolwsd/MasterProcessSession.hpp

2015-09-27 Thread Henry Castro
loolwsd/MasterProcessSession.cpp | 18 +++--- loolwsd/MasterProcessSession.hpp |2 +- 2 files changed, 12 insertions(+), 8 deletions(-) New commits: commit 74296af4b409491392eecccd1802ef40e9555b98 Author: Henry Castro Date: Sun Sep 27 18:37:02 2015 -0400 loolwsd: change

[Libreoffice-commits] online.git: Branch 'private/hcvcastro/forking' - loolwsd/MasterProcessSession.cpp

2015-09-27 Thread Henry Castro
loolwsd/MasterProcessSession.cpp |4 1 file changed, 4 insertions(+) New commits: commit 6fc60667ef16b4b7daa03094e68d1b73e1c5d3d3 Author: Henry Castro Date: Sun Sep 27 18:41:21 2015 -0400 loolwsd: request new connection when client load document diff --git a/loolwsd

[Libreoffice-commits] online.git: Branch 'private/hcvcastro/forking' - loolwsd/MasterProcessSession.cpp

2015-09-27 Thread Henry Castro
loolwsd/MasterProcessSession.cpp | 41 +++ 1 file changed, 33 insertions(+), 8 deletions(-) New commits: commit 334874cc527f8726992b0b9361a15104b61ca9c0 Author: Henry Castro Date: Sun Sep 27 18:48:28 2015 -0400 loolwsd: drop client connection after

[Libreoffice-commits] online.git: Branch 'private/hcvcastro/forking' - loolwsd/LOOLKit.cpp

2015-09-27 Thread Henry Castro
loolwsd/LOOLKit.cpp |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 7a12c411b841b4ace184f095489be704609cf221 Author: Henry Castro Date: Sun Sep 27 18:57:05 2015 -0400 loolwsd: forgot uncomment loKit diff --git a/loolwsd/LOOLKit.cpp b/loolwsd/LOOLKit.cpp

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.0' - sw/source

2018-07-09 Thread Henry Castro
sw/source/uibase/app/docsh2.cxx |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) New commits: commit 046f62db2e6a8092e84fa7c3e82e12cce1d52eb4 Author: Henry Castro Date: Thu Jul 5 15:28:06 2018 -0400 tdf#118540: LO6.1b2: DOCX crashes when properties... are opened in

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.3' - sw/source

2018-07-09 Thread Henry Castro
sw/source/uibase/app/docsh2.cxx |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) New commits: commit 8dd5be05ae7ed825af4fc99604f9772f0f60003c Author: Henry Castro Date: Thu Jul 5 15:28:06 2018 -0400 tdf#118540: LO6.1b2: DOCX crashes when properties... are opened in

[Libreoffice-commits] core.git: include/sfx2 sfx2/Library_sfx.mk sfx2/sdi sfx2/source

2018-07-11 Thread Henry Castro
/guisaveas.cxx | 54 +--- sfx2/source/doc/objserv.cxx |9 + sfx2/source/view/frame.cxx| 10 +- 8 files changed, 152 insertions(+), 27 deletions(-) New commits: commit 3add3e5b70ad991c8351a54b0da62d05e977458f Author: Henry Castro Date: Mon

[Libreoffice-commits] online.git: loleaflet/dist loleaflet/src

2017-10-21 Thread Henry Castro
loleaflet/dist/toolbar/toolbar.js|3 +++ loleaflet/src/control/Control.Menubar.js |4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) New commits: commit 18867cc98fa42462c1a99bf9a258d2b2cc29704b Author: Henry Castro Date: Sat Oct 21 13:42:35 2017 -0400 loleaflet

[Libreoffice-commits] core.git: include/svl sc/qa sc/sdi sc/source sc/uiconfig sfx2/source

2017-10-22 Thread Henry Castro
: commit 2fa424f40a185eb43d862a29abce07345695fcf3 Author: Henry Castro Date: Thu Oct 19 22:47:17 2017 -0400 sc lok: fix spell checking languages in Calc Change-Id: Iadcc3b55a30ce2a2c785366fb3807ff6e4bda1fe Reviewed-on: https://gerrit.libreoffice.org/43581 Tested-by: Jenkins

[Libreoffice-commits] online.git: loleaflet/src

2017-10-24 Thread Henry Castro
loleaflet/src/control/Control.Menubar.js |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 2965cebe6c85488d68d42d5727d9cd6bd359c539 Author: Henry Castro Date: Tue Oct 24 14:57:57 2017 -0400 loleaflet: check if languages are an array type Change-Id

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.3' - editeng/source sd/qa sd/source

2017-10-26 Thread Henry Castro
insertions(+), 6 deletions(-) New commits: commit 514c93d9741ce4bc12edf38eadb0e268aae80a90 Author: Henry Castro Date: Fri Oct 13 20:47:29 2017 -0400 sd lok: fix spell checking languages in Impress Change-Id: I133c9b91521fa7f2b5f7e3a47396f7efa31e1a86 Reviewed-on: https

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.3' - include/svl sc/qa sc/sdi sc/source sc/uiconfig sfx2/source

2017-10-26 Thread Henry Castro
: commit 804038a4c05f5296fa34722650bc393ac01c02dd Author: Henry Castro Date: Thu Oct 19 22:47:17 2017 -0400 sc lok: fix spell checking languages in Calc Change-Id: Iadcc3b55a30ce2a2c785366fb3807ff6e4bda1fe Reviewed-on: https://gerrit.libreoffice.org/43581 Tested-by: Jenkins

[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-2-1' - loleaflet/dist loleaflet/src

2017-10-26 Thread Henry Castro
loleaflet/dist/toolbar/toolbar.js|3 +++ loleaflet/src/control/Control.Menubar.js |4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) New commits: commit ef7aa17eb7677fe19033a3bd5f21b01f546f72b0 Author: Henry Castro Date: Fri Oct 13 20:59:19 2017 -0400 loleaflet

[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-2-1' - loleaflet/src

2017-10-26 Thread Henry Castro
loleaflet/src/control/Control.Menubar.js | 19 +-- 1 file changed, 13 insertions(+), 6 deletions(-) New commits: commit 934da691850fd39ca07c89e4fa44ef889894cea0 Author: Henry Castro Date: Fri Oct 6 17:33:26 2017 -0400 loleaflet: add "None (Do not check spelling)&qu

[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-2-1' - loleaflet/dist loleaflet/src

2017-10-26 Thread Henry Castro
loleaflet/dist/toolbar/toolbar.js|3 +++ loleaflet/src/control/Control.Menubar.js |4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) New commits: commit b330106bec0b60f3cdd119ba6153816858043961 Author: Henry Castro Date: Sat Oct 21 13:42:35 2017 -0400 loleaflet

[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-2-1' - loleaflet/dist

2017-10-26 Thread Henry Castro
loleaflet/dist/toolbar/toolbar.js | 36 +++- 1 file changed, 23 insertions(+), 13 deletions(-) New commits: commit 09e997f583e8a38134519e3f8423e7dd936c679e Author: Henry Castro Date: Wed Oct 4 09:39:50 2017 -0400 loleaflet: fix statusbar items when

[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-2-1' - loleaflet/src

2017-10-26 Thread Henry Castro
loleaflet/src/control/Control.Menubar.js |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 703b1a147197551ae7def10968ab84dc208e2bc7 Author: Henry Castro Date: Tue Oct 24 14:57:57 2017 -0400 loleaflet: check if languages are an array type Change-Id

[Libreoffice-commits] online.git: loleaflet/package.json

2018-04-04 Thread Henry Castro
loleaflet/package.json |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) New commits: commit 14d1ac6883a4ccb67f71f50db9519c7d7c26bab0 Author: Henry Castro Date: Wed Apr 4 09:51:48 2018 -0400 loleaflet: remove not used w2ui package Change-Id

[Libreoffice-commits] online.git: loleaflet/dist loleaflet/main.css.m4

2018-04-05 Thread Henry Castro
files changed, 22218 insertions(+), 4 deletions(-) New commits: commit 65b2116459ade43d55ecb8342d864358448c5e2c Author: Henry Castro Date: Wed Mar 21 09:46:33 2018 -0400 loleaflet: update w2ui-1.5.rc1 toolbar idba382395cbb23babe0052d4b20bbf4e580a5c94 Added toolbar scrolling for

[Libreoffice-commits] online.git: loleaflet/dist loleaflet/main.css.m4

2018-04-05 Thread Henry Castro
loleaflet/dist/toolbar.css |2 +- loleaflet/main.css.m4 |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) New commits: commit 976883716b89d6e512dd10b7541f813d62d8be88 Author: Henry Castro Date: Thu Apr 5 13:15:27 2018 -0400 loleaflet: fix z-index property of the

[Libreoffice-commits] online.git: loleaflet/debug loleaflet/dist

2018-04-05 Thread Henry Castro
, 1 insertion(+), 106 deletions(-) New commits: commit 826592458c2c08255c0aeaefa620f1d6b2f97dac Author: Henry Castro Date: Thu Apr 5 15:04:31 2018 -0400 loleaflet: remove toolbar button "more" Replace with new feature w2toolbar: "If toolbar has too many

[Libreoffice-commits] online.git: autogen.sh

2018-04-12 Thread Henry Castro
autogen.sh | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) New commits: commit c254cc333b338b71bfd720baa19e313b97a43c7b Author: Henry Castro Date: Thu Apr 12 15:43:19 2018 -0400 execute autogen.sh from a build directory Change-Id

[Libreoffice-commits] online.git: loleaflet/src

2018-04-13 Thread Henry Castro
loleaflet/src/control/Control.LokDialog.js |9 + 1 file changed, 5 insertions(+), 4 deletions(-) New commits: commit ac3261b1fa6601329c8f86e164cae08c8f149010 Author: Henry Castro Date: Fri Apr 13 20:27:34 2018 -0400 loleaflet: fix lint error, no-redeclare Change-Id

[Libreoffice-commits] online.git: loleaflet/dist

2018-04-14 Thread Henry Castro
deletions(-) New commits: commit 21649f4d642ea1b87d8f76946640d15777017ea3 Author: Henry Castro Date: Sat Apr 14 11:14:53 2018 -0400 loleaflet: fix resize toolbar Change-Id: I0fa9420eb4421a9244655b4503045bac39a271e4 diff --git a/loleaflet/dist/loleaflet.css b/loleaflet/dist

[Libreoffice-commits] online.git: loleaflet/dist

2018-04-14 Thread Henry Castro
loleaflet/dist/loleaflet.css |8 loleaflet/dist/loleaflet.html.m4 |1 + 2 files changed, 9 insertions(+) New commits: commit 077fa2cba61438c717ed4cbca92b3784640068f4 Author: Henry Castro Date: Sat Apr 14 11:54:22 2018 -0400 loleaflet: fix hamburger/x icon

[Libreoffice-commits] online.git: loleaflet/dist

2018-04-14 Thread Henry Castro
8c3063e424b03ee64395f8a1b8b8e814eda5f04a Author: Henry Castro Date: Sat Apr 14 23:15:54 2018 -0400 loleaflet: fix responsive toolbar items Change-Id: Iad903e75bd11d5d75e9b298f0f694315418b8610 diff --git a/loleaflet/dist/loleaflet.css b/loleaflet/dist/loleaflet.css index ab8d10918

[Libreoffice-commits] online.git: loleaflet/dist

2018-04-15 Thread Henry Castro
loleaflet/dist/toolbar/toolbar.js | 111 ++ 1 file changed, 19 insertions(+), 92 deletions(-) New commits: commit 15565d8aa5cd5bbec77ad3bf323ce49791e2d6e4 Author: Henry Castro Date: Sun Apr 15 10:10:57 2018 -0400 loleaflet: fix font, fore and back

[Libreoffice-commits] online.git: loleaflet/dist

2018-04-15 Thread Henry Castro
loleaflet/dist/toolbar.css|6 -- loleaflet/dist/toolbar/toolbar.js | 26 +++--- 2 files changed, 7 insertions(+), 25 deletions(-) New commits: commit d4f3b5ce9bc2adc68027befb0dca0ba601ceea96 Author: Henry Castro Date: Sun Apr 15 15:12:17 2018 -0400

[Libreoffice-commits] online.git: loleaflet/dist

2018-04-15 Thread Henry Castro
loleaflet/dist/toolbar.css |5 + 1 file changed, 5 insertions(+) New commits: commit d05b60e61108554296a5173cf36169d8edd6c207 Author: Henry Castro Date: Sun Apr 15 15:59:03 2018 -0400 loleaflet: fix z-index property of the overflow toolbar buttons Change-Id

[Libreoffice-commits] online.git: loleaflet/main.js

2018-04-16 Thread Henry Castro
loleaflet/main.js |1 + 1 file changed, 1 insertion(+) New commits: commit dfab8731a9c02233d02f5ec723107a85dbdae2c3 Author: Henry Castro Date: Mon Apr 16 17:17:08 2018 -0400 loleflet: disable the document is automatically zoomed ... so that the width fits the viewing area

[Libreoffice-commits] online.git: loleaflet/dist loleaflet/src

2017-02-14 Thread Henry Castro
aa751efbeef7a5ed6207452bcc646a4cbac62135 Author: Henry Castro Date: Tue Feb 14 16:37:16 2017 -0400 loleaflet: modify and remove annotations diff --git a/loleaflet/dist/loleaflet.css b/loleaflet/dist/loleaflet.css index eac27ef..cc9c355 100644 --- a/loleaflet/dist/loleaflet.css +++ b/loleaflet/dist/loleaflet.css @@ -126,6

[Libreoffice-commits] online.git: loleaflet/src

2017-02-15 Thread Henry Castro
Author: Henry Castro Date: Wed Feb 15 17:47:46 2017 -0400 loleaflet: sync annotations with server side diff --git a/loleaflet/src/layer/AnnotationManager.js b/loleaflet/src/layer/AnnotationManager.js index 3fef9d1..92ee3f6 100644 --- a/loleaflet/src/layer/AnnotationManager.js +++ b

[Libreoffice-commits] online.git: loleaflet/src

2017-02-16 Thread Henry Castro
loleaflet/src/layer/AnnotationManager.js |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit d4570130fe368caa42442f2e635d5d8ac181266f Author: Henry Castro Date: Thu Feb 16 09:46:17 2017 -0400 loleaflet: fix annotation author name diff --git a/loleaflet/src/layer

[Libreoffice-commits] online.git: loleaflet/src

2017-02-17 Thread Henry Castro
loleaflet/src/layer/AnnotationManager.js | 120 +++ loleaflet/src/layer/marker/Annotation.js |9 +- 2 files changed, 65 insertions(+), 64 deletions(-) New commits: commit 450f8342483c873c6abd0cbc1c8bf774bb44d039 Author: Henry Castro Date: Fri Feb 17 14:20:35

[Libreoffice-commits] online.git: loleaflet/src

2017-02-19 Thread Henry Castro
loleaflet/src/layer/AnnotationManager.js | 33 ++- 1 file changed, 20 insertions(+), 13 deletions(-) New commits: commit c30185f34828e167f2c6adb654070a1675f0d849 Author: Henry Castro Date: Sun Feb 19 21:43:18 2017 -0400 loleaflet: fix annotation when it has

[Libreoffice-commits] online.git: 2 commits - loleaflet/build loleaflet/dist loleaflet/src

2017-02-25 Thread Henry Castro
- loleaflet/src/layer/tile/WriterTileLayer.js | 33 11 files changed, 410 insertions(+), 30 deletions(-) New commits: commit 91666d7cd354ef31344cdd88b57d644820dcd52c Author: Henry Castro Date: Fri Feb 24 15:19:48 2017 -0400 loleaflet: insert Calc comments diff --git a/loleaflet/build

[Libreoffice-commits] online.git: loleaflet/dist

2017-02-27 Thread Henry Castro
loleaflet/dist/toolbar/toolbar.js |5 - 1 file changed, 4 insertions(+), 1 deletion(-) New commits: commit b4704ffdc3c79b00479a00d7fd19a6aa9c064e68 Author: Henry Castro Date: Mon Feb 27 16:17:17 2017 -0400 loleaflet: fix insert annotation in the toolbar diff --git a/loleaflet

[Libreoffice-commits] online.git: loleaflet/dist loleaflet/src

2017-03-01 Thread Henry Castro
(-) New commits: commit dc24fdea67236190333f60c0a4037cf38a54739d Author: Henry Castro Date: Wed Mar 1 17:40:57 2017 -0400 loleaflet: change annotation appearance Change-Id: I9c27b0576b686ac5b8a92bda8ab7960a1b400777 diff --git a/loleaflet/dist/images/submenu.png b/loleaflet/dist

[Libreoffice-commits] online.git: loleaflet/src

2017-03-01 Thread Henry Castro
loleaflet/src/layer/AnnotationManager.js |3 ++- loleaflet/src/layer/marker/Annotation.js | 10 -- loleaflet/src/layer/tile/CalcTileLayer.js |3 ++- 3 files changed, 12 insertions(+), 4 deletions(-) New commits: commit a1ed658080aae44d9cc6fd011ad533dd8a915146 Author: Henry

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

2018-03-16 Thread Henry Castro
/anyrefdg.cxx | 32 5 files changed, 73 insertions(+), 44 deletions(-) New commits: commit 009d2756b1678477ec23d5647bd5004c4bff3a62 Author: Henry Castro Date: Thu Mar 15 14:23:48 2018 -0400 lokdialog: do not lock events when opened ScFilter Dialog When

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

2018-03-16 Thread Henry Castro
sc/source/ui/inc/anyrefdg.hxx | 40 +++--- sc/source/ui/miscdlgs/anyrefdg.cxx | 218 ++--- 2 files changed, 129 insertions(+), 129 deletions(-) New commits: commit ef5aea051495b314c043ce4f1ff7b0fafb9c4bb8 Author: Henry Castro Date: Fri Mar 16 17:24:28

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

2018-03-17 Thread Henry Castro
sc/source/ui/inc/anyrefdg.hxx |8 sc/source/ui/miscdlgs/anyrefdg.cxx | 24 2 files changed, 16 insertions(+), 16 deletions(-) New commits: commit 0046f706a6f65978fc86e88736fccc14591080c9 Author: Henry Castro Date: Fri Mar 16 22:13:34 2018 -0400

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.0' - 8 commits - cui/source desktop/qa desktop/source sd/source sfx2/source sw/inc sw/qa sw/source

2018-03-22 Thread Henry Castro
| 37 - 15 files changed, 340 insertions(+), 220 deletions(-) New commits: commit f2d02ab3b53fcd15c4e98070f3e36705dfc693b4 Author: Henry Castro Date: Tue Jan 9 22:17:23 2018 -0400 sw lokit: add page syles to header & footer Reviewed-on: h

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.0' - 29 commits - comphelper/source configure.ac connectivity/source cui/source dbaccess/inc dbaccess/Library_dbahsql.mk dbaccess/Library_

2018-03-25 Thread Henry Castro
|9 writerfilter/source/rtftok/rtfdispatchvalue.cxx |3 86 files changed, 2244 insertions(+), 2529 deletions(-) New commits: commit 42b2a03e2c1648210003dd9b412bbc52d64244aa Author: Henry Castro Date: Tue Feb 6 17:16:03 2018 -0400 tdf#115020: Cutting a large dataset

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.0' - 33 commits - chart2/source comphelper/source dbaccess/Library_dbahsql.mk dbaccess/source desktop/qa desktop/source embeddedobj/source

2018-03-25 Thread Henry Castro
files changed, 2497 insertions(+), 723 deletions(-) New commits: commit 6258f1a3c2a1d3f17f1c0c98726224a41253f6d5 Author: Henry Castro Date: Sun Mar 11 18:44:58 2018 -0400 lokdialog: convert the show sheet dialog to async exec Change-Id: I501d9444ef9798a26b4db06ab51e4fb691144b17

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.0' - 2 commits - desktop/source include/vcl vcl/android vcl/headless vcl/inc vcl/ios vcl/source vcl/unx

2018-03-27 Thread Henry Castro
Author: Henry Castro Date: Tue Feb 27 19:55:39 2018 -0400 lok: update main thread In the pre-initialization phase of the tiled rendering case the SvpSalInstance is created in a different process and when a new process is created (fork), the main thread identifier does not

[Libreoffice-commits] online.git: loleaflet/dist loleaflet/main.css loleaflet/main.css.m4 loleaflet/Makefile.am

2018-03-27 Thread Henry Castro
loleaflet/main.css.m4 |3 6 files changed, 16480 insertions(+), 2 deletions(-) New commits: commit 472cae55e7a82a7ba9e4b17ac08c32c7437c9063 Author: Henry Castro Date: Tue Mar 27 22:58:38 2018 -0400 loeaflet: debug w2toolbar avoid minify w2toolbar for debugging

[Libreoffice-commits] online.git: loleaflet/src

2017-03-19 Thread Henry Castro
loleaflet/src/core/LOUtil.js | 16 loleaflet/src/layer/AnnotationManager.js | 21 +++-- 2 files changed, 27 insertions(+), 10 deletions(-) New commits: commit 7bf26378721ef6c63edd589f463db210e0efe59f Author: Henry Castro Date: Sun Mar 19 23:16

<    3   4   5   6   7   8   9   10   11   12   >