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

2015-07-23 Thread Henry Castro
loolwsd/loolwsd-systemplate-setup | 92 +++--- 1 file changed, 66 insertions(+), 26 deletions(-) New commits: commit 35e89f4b3eaaf5c3812dd4ac82cb21974a7faec3 Author: Henry Castro Date: Thu Jul 23 21:28:07 2015 -0400 loolwsd: systemplate Poco libraries

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

2015-07-24 Thread Henry Castro
loolwsd/loolwsd-systemplate-setup |7 --- 1 file changed, 7 deletions(-) New commits: commit dc584e7bb82a3e926da8e95de0feed92d807a739 Author: Henry Castro Date: Fri Jul 24 08:35:19 2015 -0400 loolwsd: remove duplicity. diff --git a/loolwsd/loolwsd-systemplate-setup b/loolwsd

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

2015-07-24 Thread Henry Castro
loolwsd/LOOLBroker.cpp | 10 +- loolwsd/Makefile.am|2 -- 2 files changed, 9 insertions(+), 3 deletions(-) New commits: commit f5dc4973a899c02a97f1bf0090a647d5fde658ca Author: Henry Castro Date: Fri Jul 24 09:14:32 2015 -0400 loolwsd: deploy loolkit to chroot jail diff

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

2015-07-24 Thread Henry Castro
loolwsd/loolstat | 37 +++-- 1 file changed, 31 insertions(+), 6 deletions(-) New commits: commit a64c77e2b0b3d0134d7722acae18f0bbd70bee6c Author: Henry Castro Date: Fri Jul 24 11:39:09 2015 -0400 loolwsd: update loolstat diff --git a/loolwsd/loolstat b

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

2015-07-24 Thread Henry Castro
loolwsd/LOOLBroker.cpp | 12 loolwsd/LOOLWSD.cpp|7 +++ loolwsd/LOOLWSD.hpp|4 +++- 3 files changed, 22 insertions(+), 1 deletion(-) New commits: commit 20601a351338d70868df45260b0584691282984c Author: Henry Castro Date: Fri Jul 24 13:09:12 2015 -0400

[Libreoffice-commits] online.git: loolwsd/loolstat

2015-07-24 Thread Henry Castro
loolwsd/loolstat |7 +++ 1 file changed, 7 insertions(+) New commits: commit e107fa662c90e157547a03cf80889300165c9798 Author: Henry Castro Date: Fri Jul 24 13:54:35 2015 -0400 loolwsd: update loolstat display processes utility diff --git a/loolwsd/loolstat b/loolwsd/loolstat

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

2015-07-24 Thread Henry Castro
loolwsd/LOOLWSD.cpp | 14 ++ loolwsd/LOOLWSD.hpp |4 +++- 2 files changed, 17 insertions(+), 1 deletion(-) New commits: commit 6dafcc753f64fc70468b4336166b7893057ab45f Author: Henry Castro Date: Fri Jul 24 14:10:24 2015 -0400 loolwsd: process sleep for amount of time

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

2015-07-24 Thread Henry Castro
Author: Henry Castro Date: Fri Jul 24 15:17:46 2015 -0400 loolwsd: remove _pendingPreSpawnedChildren. _pendingPreSpawnedChildren is no longer need it, because fork() is used. Also adjusted time sleep to 1 second. diff --git a/loolwsd/LOOLSession.cpp b/loolwsd/LOOLSession.cpp

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

2015-07-24 Thread Henry Castro
loolwsd/LOOLBroker.cpp |2 +- loolwsd/LOOLWSD.cpp|2 +- loolwsd/LOOLWSD.hpp|2 +- 3 files changed, 3 insertions(+), 3 deletions(-) New commits: commit 070cf8d1c60bb325c5e2c9901dc5d006a15d4cd2 Author: Henry Castro Date: Fri Jul 24 16:31:08 2015 -0400 loolwsd: sleep

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

2015-07-24 Thread Henry Castro
loolwsd/LOOLBroker.cpp | 28 ++-- loolwsd/LOOLKit.cpp|4 ++-- loolwsd/LOOLWSD.cpp|2 +- 3 files changed, 17 insertions(+), 17 deletions(-) New commits: commit 4f9ded0d0bd91b8ea67ce7673937fa36860c003f Author: Henry Castro Date: Fri Jul 24 17:36:57 2015

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

2015-07-25 Thread Henry Castro
loolwsd/TileCache.cpp | 13 + 1 file changed, 13 insertions(+) New commits: commit 541ad06596ab6e19624c7a2fd788af73548fb9a1 Author: Henry Castro Date: Sat Jul 25 20:00:07 2015 -0400 loolwsd: LRU expiry persistent cache When tile requests from the cache, update time

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

2015-07-25 Thread Henry Castro
loolwsd/TileCache.cpp | 13 + 1 file changed, 13 insertions(+) New commits: commit 74dcec1d3fe28fcb47f9424c505d97c04c6e973b Author: Henry Castro Date: Sat Jul 25 20:00:07 2015 -0400 loolwsd: LRU expiry persistent cache When tile requests from the cache, update time

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

2015-07-27 Thread Henry Castro
loolwsd/LOOLBroker.cpp | 39 +++ 1 file changed, 39 insertions(+) New commits: commit 5a1ca4269064a1cc5c8c2b2e70fec6ac0238ab52 Author: Henry Castro Date: Mon Jul 27 23:48:47 2015 -0400 loolwsd: preload soffice, sc, sw, sd shared ... library

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

2015-07-27 Thread Henry Castro
loolwsd/LOOLBroker.cpp |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit a7f1418cf8d0f0321060e6345b2068b9a66b98ea Author: Henry Castro Date: Mon Jul 27 23:53:24 2015 -0400 loolwsd: fix library handle diff --git a/loolwsd/LOOLBroker.cpp b/loolwsd

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

2015-08-02 Thread Henry Castro
loolwsd/Makefile.am |4 - loolwsd/configure.ac |1 loolwsd/loolmap.c| 172 +++ 3 files changed, 176 insertions(+), 1 deletion(-) New commits: commit 5c47150a68ee356c23598f62084218d3646b571d Author: Henry Castro Date: Sun Aug 2 08

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

2015-08-02 Thread Henry Castro
loolwsd/loolstat |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 9ff94381047e76a8c5baa026c6c9d325709d1da4 Author: Henry Castro Date: Sun Aug 2 16:55:45 2015 -0400 loolwsd: minor fix loolstat. diff --git a/loolwsd/loolstat b/loolwsd/loolstat index 05a7a98

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

2015-08-02 Thread Henry Castro
loolwsd/LOOLKit.cpp |6 ++ 1 file changed, 6 insertions(+) New commits: commit 1bc8343c87985f3f52de8d090393660087085295 Author: Henry Castro Date: Sun Aug 2 16:57:32 2015 -0400 loolwsd: set thread name to queue handler diff --git a/loolwsd/LOOLKit.cpp b/loolwsd/LOOLKit.cpp index

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

2015-08-02 Thread Henry Castro
loolwsd/loolmap.c | 21 +++-- 1 file changed, 11 insertions(+), 10 deletions(-) New commits: commit 57f531d173f7120920a725a64d16fded52689b1b Author: Henry Castro Date: Sun Aug 2 19:46:50 2015 -0400 loolwsd: fix error messages. diff --git a/loolwsd/loolmap.c b/loolwsd

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

2015-08-02 Thread Henry Castro
loolwsd/LOOLBroker.cpp | 31 +-- 1 file changed, 25 insertions(+), 6 deletions(-) New commits: commit 71d75571c3b758b584cafc522e3309a7d37b0f9b Author: Henry Castro Date: Sun Aug 2 21:32:04 2015 -0400 loolwsd: test case #1 lok_init_2 is initialized

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

2015-08-02 Thread Henry Castro
loolwsd/LOOLBroker.cpp | 31 ++- 1 file changed, 6 insertions(+), 25 deletions(-) New commits: commit c267da0ba94d09a8a2b94d4a122a90f01f2c7aa3 Author: Henry Castro Date: Sun Aug 2 21:44:01 2015 -0400 loolwsd: test case #2 pre load soffice, sc, sw

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

2015-08-02 Thread Henry Castro
loolwsd/LOOLBroker.cpp | 33 - 1 file changed, 33 deletions(-) New commits: commit 3d5b58e67322ac3258ca09c51afafa85d3273ea7 Author: Henry Castro Date: Sun Aug 2 22:00:48 2015 -0400 loolwsd: test case #3. No lokit initialization. diff --git a

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

2015-08-03 Thread Henry Castro
loleaflet/src/layer/tile/TileLayer.js |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit bcda8963894e4ecb634321557d3720cbff7d567a Author: Henry Castro Date: Mon Aug 3 21:25:34 2015 -0400 loleaflet: add time stamp query parameter diff --git a/loleaflet/src

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

2015-08-03 Thread Henry Castro
loolwsd/LOOLSession.cpp |8 1 file changed, 8 insertions(+) New commits: commit 85b0474deb3ef74412727c337de4c7f748c3a1fd Author: Henry Castro Date: Mon Aug 3 21:33:47 2015 -0400 loolwsd: remove time stamp query parameter The original URI request with query

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

2015-08-04 Thread Henry Castro
loolwsd/LOOLBroker.cpp | 10 +++--- loolwsd/LOOLWSD.hpp |2 +- loolwsd/MasterProcessSession.cpp | 11 --- 3 files changed, 16 insertions(+), 7 deletions(-) New commits: commit 5ade3f91670464ca5828c39c38067c25408f63da Author: Henry Castro Date: Tue

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

2015-08-04 Thread Henry Castro
Author: Henry Castro Date: Tue Aug 4 22:50:14 2015 -0400 loolwsd: ensure one child when debugging. diff --git a/loolwsd/LOOLBroker.cpp b/loolwsd/LOOLBroker.cpp index 478931b..c8a59f0 100644 --- a/loolwsd/LOOLBroker.cpp +++ b/loolwsd/LOOLBroker.cpp @@ -394,13 +394,6 @@ int main(int argc

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

2015-08-05 Thread Henry Castro
Author: Henry Castro Date: Wed Aug 5 16:18:28 2015 -0400 loolwsd: create lokit process id logs diff --git a/loolwsd/LOOLKit.cpp b/loolwsd/LOOLKit.cpp index 953b6a3..fa5e9ab 100644 --- a/loolwsd/LOOLKit.cpp +++ b/loolwsd/LOOLKit.cpp @@ -151,7 +151,7 @@ int main(int argc, char** argv

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

2015-08-05 Thread Henry Castro
loolwsd/LOOLSession.cpp | 12 loolwsd/LOOLWSD.cpp |8 +--- loolwsd/LOOLWSD.hpp |2 +- 3 files changed, 14 insertions(+), 8 deletions(-) New commits: commit 0ec12fe11ec22d8a4a7ce1d334b4af2f5465ca98 Author: Henry Castro Date: Wed Aug 5 18:19:51 2015 -0400

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

2015-08-05 Thread Henry Castro
loolwsd/LOOLSession.cpp |2 +- loolwsd/LOOLWSD.cpp |6 +++--- loolwsd/LOOLWSD.hpp |2 +- 3 files changed, 5 insertions(+), 5 deletions(-) New commits: commit 1c0153d5e0350ee71437dd14a977f8f7f6f9d61a Author: Henry Castro Date: Wed Aug 5 20:01:39 2015 -0400 loolwsd

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

2015-08-05 Thread Henry Castro
loolwsd/LOOLSession.cpp | 12 +++- loolwsd/LOOLWSD.cpp |3 ++- loolwsd/LOOLWSD.hpp |1 + 3 files changed, 14 insertions(+), 2 deletions(-) New commits: commit ee928f9af1bd05752604a10af22e0c4e9180dec7 Author: Henry Castro Date: Wed Aug 5 20:20:05 2015 -0400

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

2015-08-06 Thread Henry Castro
loolwsd/LOOLKit.cpp |3 +-- loolwsd/LOOLWSD.cpp | 12 2 files changed, 13 insertions(+), 2 deletions(-) New commits: commit ca67f647edc41b6871a46f5b5eaa92468953aa56 Author: Henry Castro Date: Thu Aug 6 09:38:56 2015 -0400 loolwsd: set thread name to debug socket diff

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

2015-08-06 Thread Henry Castro
loolwsd/LOOLKit.cpp |2 +- loolwsd/LOOLWSD.cpp | 18 +++--- 2 files changed, 12 insertions(+), 8 deletions(-) New commits: commit 423a200a0e71159a7669b40675a1ab4059db7996 Author: Henry Castro Date: Thu Aug 6 10:23:27 2015 -0400 loolwsd: change thread names diff --git a

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

2015-08-06 Thread Henry Castro
desktop/source/lib/init.cxx |2 ++ 1 file changed, 2 insertions(+) New commits: commit 21531da576eca7ef9cb2ee78d1643b25d5f86ae3 Author: Henry Castro Date: Thu Aug 6 11:40:28 2015 -0400 LOKit: set thread name lo_startmain It is necessary the thread name for debugging LOKit

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

2015-07-03 Thread Henry Castro
loolwsd/LOOLSession.cpp | 76 +++- 1 file changed, 43 insertions(+), 33 deletions(-) New commits: commit d788fa92e993e6d5131bd0730c631828a37829de Author: Henry Castro Date: Fri Jul 3 10:01:47 2015 -0400 loolwsd: let libreoffice handle http

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

2015-07-04 Thread Henry Castro
loolwsd/LOOLSession.cpp | 113 ++-- 1 file changed, 71 insertions(+), 42 deletions(-) New commits: commit e50e3028399563c0e66855469737ddcd842e8f3d Author: Henry Castro Date: Sat Jul 4 20:46:13 2015 -0400 loolwsd: Handle file URI schema

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

2015-07-13 Thread Henry Castro
bb3611399be37ba545421198ae0d7a2016fb45ea Author: Henry Castro Date: Mon Jul 13 10:13:06 2015 -0400 loolwsd: Use fork but no execve diff --git a/loolwsd/LOOLSession.cpp b/loolwsd/LOOLSession.cpp index 982a95f..0fdf4d8 100644 --- a/loolwsd/LOOLSession.cpp +++ b/loolwsd/LOOLSession.cpp @@ -43,6 +43,9 @@ #include

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

2015-07-15 Thread Henry Castro
loolwsd/LOOLWSD.cpp |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 3f3b9f767581ac629c941f4c15f4da9eaae650ed Author: Henry Castro Date: Wed Jul 15 09:15:12 2015 -0400 loolwsd: remove WSTOPSIG(status). No child returns status process stop. This cause

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

2015-07-15 Thread Henry Castro
loolwsd/LOOLWSD.cpp | 14 loolwsd/bundled/include/LibreOfficeKit/LibreOfficeKitInit.h |2 - 2 files changed, 1 insertion(+), 15 deletions(-) New commits: commit fd5b676b2d9b161158515d7c9bcc260a8abd2678 Author: Henry Castro Date: Wed

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

2015-07-16 Thread Henry Castro
loolwsd/LOOLWSD.cpp | 41 + 1 file changed, 29 insertions(+), 12 deletions(-) New commits: commit 061a2bfc3dd2057abdc3b517189d3ee012b9bf46 Author: Henry Castro Date: Thu Jul 16 18:05:28 2015 -0400 loolwsd: rework child monitor status. diff --git

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

2015-02-27 Thread Henry Castro
sc/source/ui/view/viewfun3.cxx | 152 - 1 file changed, 92 insertions(+), 60 deletions(-) New commits: commit b05330c64799067ca2e0b8ea8bfdee8ce8b023b2 Author: Henry Castro Date: Sun Feb 22 19:30:42 2015 -0400 Resolves tdf#71095 Calc doesn't

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

2015-03-01 Thread Henry Castro
svx/source/sdr/contact/viewobjectcontactofgraphic.cxx |6 ++ 1 file changed, 6 insertions(+) New commits: commit 6c84442f99de109b585d3ba8964deb8dcf261c0f Author: Henry Castro Date: Mon Feb 16 14:08:16 2015 -0400 tdf#87820 Images not displayed properly in Calc Fixed

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

2015-03-02 Thread Henry Castro
svx/source/sdr/contact/viewobjectcontactofgraphic.cxx |6 ++ 1 file changed, 6 insertions(+) New commits: commit 8d50a8286b84a5b7b783c91c81248dc71e94340d Author: Henry Castro Date: Mon Feb 16 14:08:16 2015 -0400 tdf#87820 Images not displayed properly in Calc Fixed

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

2015-03-02 Thread Henry Castro
svx/source/sdr/contact/viewobjectcontactofgraphic.cxx |6 ++ 1 file changed, 6 insertions(+) New commits: commit e035a0775bd0a0cc14d64d7a0c0f265e9dcd4622 Author: Henry Castro Date: Mon Feb 16 14:08:16 2015 -0400 tdf#87820 Images not displayed properly in Calc Fixed

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

2015-03-05 Thread Henry Castro
sc/source/ui/app/inputhdl.cxx |8 ++ sc/source/ui/app/rfindlst.cxx | 52 +- sc/source/ui/inc/rfindlst.hxx |2 + 3 files changed, 56 insertions(+), 6 deletions(-) New commits: commit 3381cb4a421bf390445b7dac9ea42f9ccaf3d875 Author: Henry

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

2015-03-05 Thread Henry Castro
sc/source/ui/view/output2.cxx |4 1 file changed, 4 insertions(+) New commits: commit 4acffa65b58c8bd359215345dca2c61e2c5ceba5 Author: Henry Castro Date: Mon Mar 2 21:39:53 2015 -0400 Resolves tdf#84012 FORMATTING: Partially missing text in shrink-to-fit cells Change-Id

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

2015-03-05 Thread Henry Castro
deletions(-) New commits: commit ce8aba4da2a287c2b51d1d34a290284b2f754dc2 Author: Henry Castro Date: Mon Mar 2 21:39:53 2015 -0400 Resolves tdf#84012 FORMATTING: Partially missing text in shrink-to-fit cells Change-Id: I32f44acbcf5a6aed4d9f7442ad7212af31073352 Reviewed-on: https

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

2015-03-05 Thread Henry Castro
sc/source/ui/view/output2.cxx |4 1 file changed, 4 insertions(+) New commits: commit 79e9e78f9e9b0747d8e9c19cf4dd87df78773bcf Author: Henry Castro Date: Mon Mar 2 21:39:53 2015 -0400 Resolves tdf#84012 FORMATTING: Partially missing text in shrink-to-fit cells Change-Id

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

2015-03-05 Thread Henry Castro
sc/source/ui/view/output2.cxx |4 1 file changed, 4 insertions(+) New commits: commit d7ae4c85b9f91c19a72ff24030ecdba5934992c3 Author: Henry Castro Date: Mon Mar 2 21:39:53 2015 -0400 Resolves tdf#84012 FORMATTING: Partially missing text in shrink-to-fit cells Change-Id

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

2015-03-05 Thread Henry Castro
sc/source/ui/app/inputhdl.cxx |8 ++ sc/source/ui/app/rfindlst.cxx | 52 +- sc/source/ui/inc/rfindlst.hxx |2 + 3 files changed, 56 insertions(+), 6 deletions(-) New commits: commit 69bc259abe1c9c8576179c7d764c03b5fbf239f2 Author: Henry

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

2015-03-09 Thread Henry Castro
sc/qa/unit/ucalc.cxx| 68 +++- sc/qa/unit/ucalc.hxx|4 ++ sc/source/core/data/column4.cxx |2 - 3 files changed, 72 insertions(+), 2 deletions(-) New commits: commit 097a16b59884c777f724cec6c5d42734974ed44b Author: Henry

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

2015-03-09 Thread Henry Castro
sc/qa/unit/ucalc.cxx| 68 +++- sc/qa/unit/ucalc.hxx|4 ++ sc/source/core/data/column4.cxx |2 - 3 files changed, 72 insertions(+), 2 deletions(-) New commits: commit 0b2fe6965d76689fc55495f7be28cb90d7f42f1f Author: Henry

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

2015-03-09 Thread Henry Castro
sc/qa/unit/ucalc.cxx| 68 +++- sc/qa/unit/ucalc.hxx|4 ++ sc/source/core/data/column4.cxx |2 - 3 files changed, 72 insertions(+), 2 deletions(-) New commits: commit 319042492ffcdf9ab5fb78c6c46c4f381a02cfa7 Author: Henry

[Libreoffice-commits] core.git: Branch 'feature/tiled-editing' - sc/source

2015-03-12 Thread Henry Castro
sc/source/ui/view/gridwin4.cxx |8 1 file changed, 8 insertions(+) New commits: commit bfd16857d383434dd06faf78eedafd915ae55961 Author: Henry Castro Date: Thu Mar 12 11:34:35 2015 +0100 sc tiled rendering: Avoid warnings about a non-existing SdrPaintWindow. Change

[Libreoffice-commits] core.git: Branch 'feature/tiled-editing' - sc/source

2015-03-13 Thread Henry Castro
sc/source/ui/view/gridwin.cxx |5 + 1 file changed, 5 insertions(+) New commits: commit 26fc9e462e3a2be070855ed3af7a3afced48bc9e Author: Henry Castro Date: Fri Mar 13 08:31:25 2015 +0100 sc tiled editing: EndTracking() is necessary in the tiled rendering case. Change-Id

[Libreoffice-commits] core.git: Branch 'feature/tiled-editing' - sc/source

2015-03-20 Thread Henry Castro
sc/source/ui/view/gridwin4.cxx | 14 +- 1 file changed, 13 insertions(+), 1 deletion(-) New commits: commit 44d92b0cff3815950e013351f93be0b21541cb97 Author: Henry Castro Date: Fri Mar 20 12:22:09 2015 +0100 sc tiled rendering: add missing mm100 -> twips convers

[Libreoffice-commits] core.git: Branch 'feature/tiled-editing' - sc/source

2015-03-23 Thread Henry Castro
sc/source/ui/unoobj/docuno.cxx |5 + 1 file changed, 5 insertions(+) New commits: commit ff8c13a5a0821ef19688773ad202fd7942646e1e Author: Henry Castro Date: Sun Mar 22 20:13:29 2015 -0400 sc tiled editing: Set the viewport size to document size When clicking out of range

[Libreoffice-commits] core.git: Branch 'feature/tiled-editing' - sc/source

2015-03-24 Thread Henry Castro
sc/source/ui/view/gridwin.cxx |6 +- 1 file changed, 5 insertions(+), 1 deletion(-) New commits: commit c2596244325bb566dd460ada29207d0c05b83293 Author: Henry Castro Date: Sun Mar 22 20:13:29 2015 -0400 sc tiled editing: Limit the mouse events only to the document size

[Libreoffice-commits] core.git: Branch 'feature/tiled-editing' - libreofficekit/source

2015-03-31 Thread Henry Castro
libreofficekit/source/gtk/lokdocview.cxx | 18 ++ 1 file changed, 18 insertions(+) New commits: commit e3a87d7577eea1f015791ee154d98510cebc239e Author: Henry Castro Date: Tue Mar 31 15:37:53 2015 -0400 sc tiled editing: Invalidate graphic selection. Invalidate

[Libreoffice-commits] core.git: Branch 'feature/tiled-editing' - vcl/source

2015-04-01 Thread Henry Castro
vcl/source/window/paint.cxx | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) New commits: commit 93916bb3167802e7abb4fe0a1bcb5c1366cb476e Author: Henry Castro Date: Wed Apr 1 17:59:46 2015 -0400 sc tiled editing: Invalidate graphic selection. When dragging

[Libreoffice-commits] core.git: Branch 'feature/tiled-editing' - sc/source

2015-04-02 Thread Henry Castro
sc/source/ui/view/gridwin4.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit ded91f854324c32c70653f1a9b0720184691fd09 Author: Henry Castro Date: Thu Apr 2 16:08:57 2015 -0400 sc tiled editing: Changed function to PixelToLogic. The default DPI is 72

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

2015-04-03 Thread Henry Castro
/scstring.src| 10 +++ sc/source/ui/view/drawvie3.cxx | 10 +++ 7 files changed, 194 insertions(+) New commits: commit bff29a3b30c8e57ab78937dca862fd738f26d89e Author: Henry Castro Date: Fri Feb 13 20:22:04 2015 -0400 tdf#51460 Calc fails to set undo step after changing image anchor mode

[Libreoffice-commits] core.git: Branch 'feature/tiled-editing' - sc/source

2015-04-03 Thread Henry Castro
sc/source/ui/view/gridwin.cxx | 25 + 1 file changed, 21 insertions(+), 4 deletions(-) New commits: commit d4eb2213875664b4268bac5f94fed5a05b79dd82 Author: Henry Castro Date: Fri Apr 3 16:29:24 2015 -0400 sc tiled editing: Changed behaviour double click to click

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

2015-05-08 Thread Henry Castro
sc/source/ui/view/viewfun2.cxx | 16 1 file changed, 16 insertions(+) New commits: commit 4048311aae6993357c2d0be1f1968a8c57dd4e85 Author: Henry Castro Date: Wed May 6 21:20:06 2015 -0400 sc tiled editing: Highlight the search result Change-Id

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

2015-05-12 Thread Henry Castro
Author: Henry Castro Date: Thu Jan 29 23:47:00 2015 -0400 tdf#60573 Conditional formatting does not allow scrolling If you need to apply conditional formatting to a cell not shown presently on your screen you cannot scroll to the position you would like to use. Change-Id

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

2015-05-24 Thread Henry Castro
loolwsd/LOOLSession.cpp |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit d33d1afcf35cda8f65ad8c674fa1875305976cf6 Author: Henry Castro Date: Mon May 25 00:40:08 2015 -0400 Added missing rectangle to invalidate cursor. diff --git a/loolwsd/LOOLSession.cpp b

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

2015-04-20 Thread Henry Castro
sc/source/filter/excel/xichart.cxx | 51 +++-- 1 file changed, 27 insertions(+), 24 deletions(-) New commits: commit 1cc023dc093cc858637c1bcf4a756ddd44d61658 Author: Henry Castro Date: Mon Apr 13 20:32:22 2015 -0400 Resolves tdf#83366 Copy and Paste

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

2015-04-20 Thread Henry Castro
sc/source/filter/excel/xichart.cxx | 51 +++-- 1 file changed, 27 insertions(+), 24 deletions(-) New commits: commit 0c92e1092b4a8c49c0f893bcf9c538c224b42724 Author: Henry Castro Date: Mon Apr 13 20:32:22 2015 -0400 Resolves tdf#83366 Copy and Paste

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

2017-09-25 Thread Henry Castro
loleaflet/src/control/Control.Scroll.js |8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) New commits: commit 7e674e29c2614a3f3af941938f8062bd66fa5ff2 Author: Henry Castro Date: Thu Sep 21 11:21:13 2017 -0400 loleaflet: resolves: no row header in revision history

[Libreoffice-commits] online.git: loolkitconfig.xcu

2017-10-01 Thread Henry Castro
loolkitconfig.xcu | 22 +- 1 file changed, 21 insertions(+), 1 deletion(-) New commits: commit 6f81880e1b09117cf55c948ea39371b5f2de1048 Author: Henry Castro Date: Sun Oct 1 10:36:02 2017 -0400 wsd:config: languages listed will be supported Change-Id

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

2017-10-01 Thread Henry Castro
loleaflet/dist/toolbar/toolbar.js |6 ++ 1 file changed, 6 insertions(+) New commits: commit e02ca0603a220fbd7755f42960a5c4976848f5c4 Author: Henry Castro Date: Sun Oct 1 10:53:36 2017 -0400 loleaflet: add language status bar item Change-Id

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

2017-10-01 Thread Henry Castro
22b7bee742b3455c86fe816efa1e5f281af19636 Author: Henry Castro Date: Sun Oct 1 10:58:11 2017 -0400 loleaflet: add tools -> language menu items Change-Id: Ie79a03b53bdbb248788e444115cf7d7e159bb964 diff --git a/loleaflet/src/control/Control.Menubar.js b/loleaflet/src/control/Control.Menubar.js in

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

2017-10-01 Thread Henry Castro
desktop/source/lib/init.cxx | 47 ++- sfx2/source/control/unoctitm.cxx |8 ++ 2 files changed, 50 insertions(+), 5 deletions(-) New commits: commit b3de468de84289f06a5eec858ba6493b2c9f408d Author: Henry Castro Date: Sun Oct 1 11:11:18 2017

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

2017-10-02 Thread Henry Castro
d5b76b5d5ce73fcaacd085891d6ae105b5db4a6b Author: Henry Castro Date: Mon Oct 2 22:57:44 2017 -0400 loleaflet: use commandvalues to request the list available languages Change-Id: Ibc312bf4d464dd7446715d7bf51ed208d41e8e6f diff --git a/loleaflet/src/control/Control.Menubar.js b/loleaflet/src/control

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

2017-10-02 Thread Henry Castro
Castro Date: Mon Oct 2 22:49:03 2017 -0400 lok: use getCommandValues to obtain a list of languages Change-Id: I4a1f04b9dfe9e3ebbc174380db93c332e958ccfa Reviewed-on: https://gerrit.libreoffice.org/43060 Tested-by: Jenkins Reviewed-by: Henry Castro diff --git a

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

2017-10-03 Thread Henry Castro
Author: Henry Castro Date: Sun Oct 1 10:58:11 2017 -0400 loleaflet: add tools -> language menu items Change-Id: Ie79a03b53bdbb248788e444115cf7d7e159bb964 diff --git a/loleaflet/src/control/Control.Menubar.js b/loleaflet/src/control/Control.Menubar.js index 4a3671f2..6c7af

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

2017-10-03 Thread Henry Castro
desktop/source/lib/init.cxx | 37 +++-- sfx2/source/control/unoctitm.cxx |8 2 files changed, 43 insertions(+), 2 deletions(-) New commits: commit 7197e1072076ce8054932dd4856a4d017e843fc6 Author: Henry Castro Date: Sun Oct 1 11:11:18 2017

[Libreoffice-commits] online.git: loolkitconfig.xcu

2017-10-03 Thread Henry Castro
loolkitconfig.xcu | 22 +- 1 file changed, 1 insertion(+), 21 deletions(-) New commits: commit 60d72b9e5a8e270c7132abf14d05e12a060ef1be Author: Henry Castro Date: Tue Oct 3 14:28:05 2017 -0400 Revert "wsd:config: languages listed will be supported"

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

2017-10-03 Thread Henry Castro
loleaflet/dist/toolbar/toolbar.js |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit 9677b1eae0dc643164f14326c1c0b240c1f442c5 Author: Henry Castro Date: Tue Oct 3 19:54:16 2017 -0400 loleaflet: change position of the language status bar item

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

2017-10-03 Thread Henry Castro
loleaflet/src/control/Control.Menubar.js | 32 ++- 1 file changed, 23 insertions(+), 9 deletions(-) New commits: commit 9edf7f0712261e4298b5c4742262b82bb736ddc9 Author: Henry Castro Date: Tue Oct 3 20:09:54 2017 -0400 loleaflet: add more menus for the Writer

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

2017-10-03 Thread Henry Castro
loleaflet/dist/toolbar/toolbar.js|6 ++--- loleaflet/src/control/Control.Menubar.js | 32 ++- 2 files changed, 26 insertions(+), 12 deletions(-) New commits: commit 20bfde7bb27e7c77013135f565c366e7fad56ba0 Author: Henry Castro Date: Tue Oct 3 20:09:54

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

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

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

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

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

2017-10-13 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 b57a4e9171064941eb4554c1ca07c5424c88b2e2 Author: Henry Castro Date: Fri Oct 13 20:59:19 2017 -0400 loleaflet

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

2017-10-14 Thread Henry Castro
insertions(+), 6 deletions(-) New commits: commit 59e9d163345e7a9eb68c1bae273593cd70c61153 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: sc/source

2018-06-02 Thread Henry Castro
sc/source/ui/docshell/docsh6.cxx | 66 ++-- sc/source/ui/docshell/docsh8.cxx | 40 +- sc/source/ui/inc/docsh.hxx | 70 ++--- 8 files changed, 741 insertions(+), 741 deletions(-) New commits: commit 5cbf6e936dfa402bc3b9c6cd2745f64fc71e0cc0 Author: Henry Castro Date: Thu May 31 17

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

2018-06-04 Thread Henry Castro
loleaflet/dist/toolbar/toolbar.js |1 - 1 file changed, 1 deletion(-) New commits: commit 19b0a55176c1dfaf221656212a1ed41310f83191 Author: Henry Castro Date: Fri Jun 1 16:03:34 2018 -0400 loleaflet: remove toolbar item that adds extra padding Change-Id

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

2018-06-04 Thread Henry Castro
loleaflet/dist/toolbar/toolbar.js | 22 +- 1 file changed, 17 insertions(+), 5 deletions(-) New commits: commit 074d5d1e5d8d7798def2e8ee4313e45ecdf1002c Author: Henry Castro Date: Fri Jun 1 21:00:16 2018 -0400 loleaflet: disable context menu on toolbar

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

2018-06-07 Thread Henry Castro
loleaflet/js/toolbar.js | 21 - 1 file changed, 16 insertions(+), 5 deletions(-) New commits: commit 76ce2ffe4fab7b42c23226cdc829ad165b2b5386 Author: Henry Castro Date: Fri Jun 1 21:00:16 2018 -0400 loleaflet: disable context menu on toolbar Change-Id

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

2018-06-19 Thread Henry Castro
| 23 +++ 15 files changed, 136 insertions(+) New commits: commit 69235ad469be14b460e0f00f6b4a8215fc222b10 Author: Henry Castro Date: Mon Jun 18 08:19:00 2018 -0400 loleaflet: add cell borders in Calc Change-Id: I0105ee6c98b0eb043b60b56ea80007bae967df90

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

2018-06-19 Thread Henry Castro
loleaflet/dist/toolbar/toolbar.js |4 1 file changed, 4 insertions(+) New commits: commit 6cc8df82886291e1bda91dc6982e098318bc2b75 Author: Henry Castro Date: Mon Jun 18 15:04:53 2018 -0400 loleaflet: disable the overflow buttons on the formula toolbar Change-Id

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

2018-06-19 Thread Henry Castro
loleaflet/dist/toolbar/w2ui-1.5.rc1.js | 2512 ++--- loleaflet/dist/w2ui-1.5.rc1.css| 194 ++ 2 files changed, 1917 insertions(+), 789 deletions(-) New commits: commit 1c4fdf7df1afe5514a8ea1b94aa68044f20fba66 Author: Henry Castro Date: Mon Jun 18 21:06:37

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

2017-12-05 Thread Henry Castro
/WriterTileLayer.js | 14 +- loleaflet/src/map/Map.js | 15 ++ 6 files changed, 74 insertions(+), 34 deletions(-) New commits: commit ad4103eb49b973e5657ae978c0a1b1c89430abbe Author: Henry Castro Date: Tue Dec 5 08:04:54 2017 -0400 loleaflet: fix

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

2017-12-06 Thread Henry Castro
/WriterTileLayer.js | 14 +- loleaflet/src/map/Map.js | 15 ++ 6 files changed, 74 insertions(+), 34 deletions(-) New commits: commit d4afb68b765489611c8a7090948b3f7a808d1838 Author: Henry Castro Date: Tue Dec 5 08:04:54 2017 -0400 loleaflet: fix

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

2017-12-07 Thread Henry Castro
desktop/source/lib/init.cxx |9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) New commits: commit 45a27e55d418422cf61ea3d4eed8eb5a6e309c90 Author: Henry Castro Date: Thu Dec 7 08:49:12 2017 -0400 lok: discard name languages not registered there is a

[Libreoffice-commits] core.git: desktop/source include/sfx2 include/svl include/svx sc/qa sc/source sd/qa sd/source sfx2/sdi sfx2/source svl/source svx/source sw/qa sw/source

2017-12-07 Thread Henry Castro
files changed, 279 insertions(+), 9 deletions(-) New commits: commit 6fd6e3c1d36d67002967f56e47255e360f4b08c1 Author: Henry Castro Date: Sat Jun 17 13:52:15 2017 -0400 lokit: add .uno:DocumentRepair command Change-Id: I5b13ea6f4785bc91c29111fa63c4a1b0ea9b2660 Reviewed-on

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

2017-12-07 Thread Henry Castro
loleaflet/dist/toolbar/toolbar.js | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) New commits: commit 595f28c067194602e27c209c3268a8976c1ec250 Author: Henry Castro Date: Wed Jun 28 17:06:12 2017 -0400 loleaflet: .uno:DocumentRepair state is reported by LOKit

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

2017-12-08 Thread Henry Castro
/viewfun3.cxx |6 +-- sc/source/ui/view/viewfun7.cxx |3 + 16 files changed, 89 insertions(+), 132 deletions(-) New commits: commit 1b7a8277aa3e9f73ccdf15e933a1ee3b42849a44 Author: Henry Castro Date: Sat Aug 12 19:46:27 2017 -0400 sc lok: 1 view has 1

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

2017-12-08 Thread Henry Castro
(+), 4 deletions(-) New commits: commit 3ba914c229adfed5c917d1ee23d35b9184b092c4 Author: Henry Castro Date: Mon Jul 10 17:33:38 2017 -0400 sw lok: enable Page Header/Footer Change-Id: I5e0d080c53079069a086f06c2a314b6372bf6391 Reviewed-on: https://gerrit.libreoffice.org/39782

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

2017-12-08 Thread Henry Castro
loleaflet/src/control/Control.Menubar.js | 27 +-- 1 file changed, 25 insertions(+), 2 deletions(-) New commits: commit c635fce623a2015ce31cda96810a536665dc0242 Author: Henry Castro Date: Tue Jul 11 17:48:41 2017 -0400 loleaflet: add Header/Footer menu

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

2017-12-12 Thread Henry Castro
vcl/source/app/salusereventlist.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit e650a23b203494cc005f689129e95801acb888a1 Author: Henry Castro Date: Tue Dec 12 18:03:31 2017 +0200 Revert "lok: Assertion `m_aProcessingUserEvents.empty()' failed"

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

2017-12-13 Thread Henry Castro
desktop/source/lib/init.cxx |9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) New commits: commit e8400fb18cfc3f8f09ee1e13b4a6fd1eec11d9ba Author: Henry Castro Date: Thu Dec 7 08:49:12 2017 -0400 lok: discard name languages not registered there is a

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