Dogulas Mencken (dougmencken) license statement

2013-12-12 Thread Douglas Mencken
All of my contributions to LibreOffice are public domain, or — at your option — are licensed under the WTFPLv2+ license. https://en.wikipedia.org/wiki/WTFPL ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

[Libreoffice-commits] core.git: configure.ac

2013-12-15 Thread Douglas Mencken
configure.ac | 87 +++ 1 file changed, 76 insertions(+), 11 deletions(-) New commits: commit 21362f8c8455f6d61720a6e9b211ec8f3a6ff02e Author: Douglas Mencken dougmenc...@gmail.com Date: Wed Dec 11 13:16:34 2013 -0500 Add OS X 10.5

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

2013-12-16 Thread Douglas Mencken
oox/source/crypto/AgileEngine.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit a088b9791aa19ecfe3baf551435773b039f1a12e Author: Douglas Mencken dougmenc...@gmail.com Date: Mon Dec 16 09:34:58 2013 -0500 Use sal_Int32 to satisfy oox/helper/helper.hxx's

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

2013-12-16 Thread Douglas Mencken
sc/source/ui/docshell/externalrefmgr.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit bc8f614ad85c441620f0e0388155f6ce83dbc124 Author: Douglas Mencken dougmenc...@gmail.com Date: Mon Dec 16 09:20:43 2013 -0500 Do not use C++11 std::vector.data(), use

[Libreoffice-commits] core.git: configure.ac

2013-12-17 Thread Douglas Mencken
configure.ac |9 + 1 file changed, 9 insertions(+) New commits: commit 877f7e6eaee9d7da176d02b06dee9847cc332d13 Author: Douglas Mencken dougmenc...@gmail.com Date: Thu Dec 12 08:08:22 2013 -0500 Add check for touch -h to configure.ac Change-Id

[Libreoffice-commits] core.git: configure.ac

2013-12-17 Thread Douglas Mencken
configure.ac |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit fa66ae3a739594da13fb78638ef98a2c8cc5ed2e Author: Douglas Mencken dougmenc...@gmail.com Date: Thu Dec 12 08:48:15 2013 -0500 Bump curl version check to 7.19.4 in configure.ac Constants

[Libreoffice-commits] core.git: 2 commits - codemaker/source configure.ac include/osl

2013-12-19 Thread Douglas Mencken
d70f5d1e5477f3fce6cf35884b3cecb260d504e1 Author: Douglas Mencken dougmenc...@gmail.com Date: Wed Dec 18 13:40:46 2013 -0500 Don't enable OpenCL on OS X 10.5 Change-Id: I5b74d9a043c793ff5176b10786c09041207509a6 Reviewed-on: https://gerrit.libreoffice.org/7138 Reviewed-by: Norbert Thiebaud

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

2013-12-20 Thread Douglas Mencken
vcl/source/gdi/impimagetree.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 8cdb1466d6f93bb93e33dc1ef6d5083b005bd73f Author: Douglas Mencken dougmenc...@gmail.com Date: Fri Dec 20 07:40:19 2013 -0500 Can't use const_reverse_iterator here. Fix

[Libreoffice-commits] core.git: configure.ac external/curl

2014-01-17 Thread Douglas Mencken
configure.ac |9 + external/curl/ExternalPackage_curl.mk |2 ++ external/curl/ExternalProject_curl.mk |5 ++--- 3 files changed, 5 insertions(+), 11 deletions(-) New commits: commit 2fd70b6bf799843d2d9987cc90a5b373f31039f7 Author: Douglas Mencken

[Libreoffice-commits] core.git: configure.ac external/openssl

2014-01-20 Thread Douglas Mencken
configure.ac| 12 ++-- external/openssl/ExternalProject_openssl.mk |2 +- 2 files changed, 3 insertions(+), 11 deletions(-) New commits: commit 8ae8d5165c29cb899e6a8a57d1021a844ac30b30 Author: Douglas Mencken dougmenc...@gmail.com Date: Mon Dec 30

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

2014-01-24 Thread Douglas Mencken
: Douglas Mencken dougmenc...@gmail.com Date: Mon Dec 16 09:34:58 2013 -0500 Use sal_Int32 to satisfy oox/helper/helper.hxx's convertLittleEndian Fixes build error no matching function for call to oox::ByteOrderConverter::convertLittleEndian(int) workaround rather maddening endian

OSX@PowerPC: Dropping support - why?

2013-08-05 Thread Douglas Mencken
Hello. As I found, LibreOffice community suddenly ditched support for Mac OS X @ PowerPC since version 4.1.0. Specifically, it has been done with the following two commits by plain removal of code: http://cgit.freedesktop.org/libreoffice/core/commit/?id=7aa6f1b01481c1d0f1a12f56ad197c797056c37b

Re: OSX@PowerPC: Dropping support - why?

2013-08-31 Thread Douglas Mencken
...@gmail.comwrote: On Mon, Aug 5, 2013 at 2:51 PM, Douglas Mencken dougmenc...@gmail.com wrote: Hello. As I found, LibreOffice community suddenly ditched support for Mac OS X @ PowerPC since version 4.1.0. On top of what cloph already explained, I would add that this was not 'sudden' The release

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

2014-06-13 Thread Douglas Mencken
vcl/osx/salprn.cxx |4 1 file changed, 4 insertions(+) New commits: commit e509b9303bd0141143bc6e707f98a72b96d91311 Author: Douglas Mencken dougmenc...@gmail.com Date: Thu Jun 12 15:05:06 2014 -0400 fix build error error: NSPrintJobSavingURL was not declared in this scope

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

2014-06-14 Thread Douglas Mencken
vcl/quartz/ctfonts.cxx |5 - 1 file changed, 4 insertions(+), 1 deletion(-) New commits: commit 4af1b789545bc3815f79fafed5b1806b3c08b69d Author: Douglas Mencken dougmenc...@gmail.com Date: Thu Jun 12 14:38:10 2014 -0400 workaround for kCTForegroundColorFromContextAttributeName

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

2014-06-16 Thread Douglas Mencken
vcl/quartz/ctfonts.cxx |5 - 1 file changed, 4 insertions(+), 1 deletion(-) New commits: commit 48db1512eb7c6eac7e0fb5445bd81b5a491c984d Author: Douglas Mencken dougmenc...@gmail.com Date: Thu Jun 12 14:38:10 2014 -0400 workaround for kCTForegroundColorFromContextAttributeName

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

2014-06-16 Thread Douglas Mencken
vcl/osx/salprn.cxx |4 1 file changed, 4 insertions(+) New commits: commit bf94f110eef9e1c30df3041611b1bd15d7dde9ee Author: Douglas Mencken dougmenc...@gmail.com Date: Thu Jun 12 15:05:06 2014 -0400 fix build error error: NSPrintJobSavingURL was not declared in this scope

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

2014-06-16 Thread Douglas Mencken
test/source/xmltesttools.cxx |6 ++ 1 file changed, 6 insertions(+) New commits: commit ca4f1929ced3714c99acc7c7458277459158683a Author: Douglas Mencken dougmenc...@gmail.com Date: Sun Jun 15 08:39:00 2014 -0400 xmlChildElementCount is only available in libxml2 = 2.7.3

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

2014-06-16 Thread Douglas Mencken
vcl/inc/osx/salframeview.h | 10 +- vcl/osx/salframeview.mm| 26 +- 2 files changed, 34 insertions(+), 2 deletions(-) New commits: commit a2ee38ef7afcec27f46530bf9e177939e38cc815 Author: Douglas Mencken dougmenc...@gmail.com Date: Sun Jun 15 22:40:36

[Libreoffice-commits] core.git: external/libmwaw external/libodfgen external/librevenge external/libwps

2014-06-17 Thread Douglas Mencken
commits: commit 9f339a89453808b917177a3ee675a76385758902 Author: Douglas Mencken dougmenc...@gmail.com Date: Sat Jun 14 08:11:52 2014 -0400 external/librevenge,libmwaw,libodfgen,libwps: fix self-linked symlinks build problem ...LibreOfficeDev.app/Contents/MacOS/librevenge-0.0.0

[Libreoffice-commits] core.git: Branch 'libreoffice-4-3' - external/libmwaw external/libodfgen external/librevenge external/libwps

2014-06-17 Thread Douglas Mencken
commits: commit efec628c96470eba450bf43e0d5507a49c329c12 Author: Douglas Mencken dougmenc...@gmail.com Date: Sat Jun 14 08:11:52 2014 -0400 external/librevenge,libmwaw,libodfgen,libwps: fix self-linked symlinks build problem ...LibreOfficeDev.app/Contents/MacOS/librevenge-0.0.0

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

2014-06-17 Thread Douglas Mencken
lingucomponent/source/spellcheck/macosxspell/macspellimp.mm |4 1 file changed, 4 insertions(+) New commits: commit 5b2df0c09c63cc06c9158dba1b9e161fc799ba16 Author: Douglas Mencken dougmenc...@gmail.com Date: Sun Jun 15 12:37:48 2014 -0400 conditionally revert

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

2014-06-18 Thread Douglas Mencken
vcl/osx/salframeview.mm | 15 ++- 1 file changed, 14 insertions(+), 1 deletion(-) New commits: commit 47b520024a236eac8807a33630f493a00fc5f243 Author: Douglas Mencken dougmenc...@gmail.com Date: Thu Jun 12 16:42:56 2014 -0400 fix 'NSWindow' may not respond

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

2014-09-08 Thread Douglas Mencken
l10ntools/inc/export.hxx|6 -- l10ntools/source/export.cxx |6 +++--- 2 files changed, 7 insertions(+), 5 deletions(-) New commits: commit 5aeb852efcabdd51545d5d41c92f4bf3cef1d663 Author: Douglas Mencken dougmenc...@gmail.com Date: Sun Sep 7 03:48:53 2014 -0400 l10ntools

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

2014-09-08 Thread Douglas Mencken
l10ntools/inc/helper.hxx |2 -- 1 file changed, 2 deletions(-) New commits: commit 06622ec4baa6a7f4a4aa194e5ad9a6d01be54ca8 Author: Douglas Mencken dougmenc...@gmail.com Date: Sun Sep 7 03:50:29 2014 -0400 l10ntools/inc/helper.hxx: bin unused header cassert Change-Id

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

2014-09-08 Thread Douglas Mencken
l10ntools/source/export.cxx | 17 ++--- 1 file changed, 6 insertions(+), 11 deletions(-) New commits: commit 181b1c0f7cfe6a26874705d64b5efe6ea93f6e93 Author: Douglas Mencken dougmenc...@gmail.com Date: Mon Sep 8 10:18:14 2014 -0400 l10ntools/source/export.cxx: improve style

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

2014-09-09 Thread Douglas Mencken
l10ntools/source/export.cxx |5 + 1 file changed, 5 insertions(+) New commits: commit 9e773854c8cd24e526a6beed6bee74313a7fd47b Author: Douglas Mencken dougmenc...@gmail.com Date: Sun Sep 7 05:56:50 2014 -0400 l10ntools/source/export.cxx: add sanity check to aOutput.mSimple

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

2014-09-19 Thread Douglas Mencken
l10ntools/source/export.cxx | 15 --- 1 file changed, 8 insertions(+), 7 deletions(-) New commits: commit 43ed0dbb596399a134c34a5d906c5debb349f640 Author: Douglas Mencken dougmenc...@gmail.com Date: Sun Sep 7 05:52:21 2014 -0400 l10ntools/source/export.cxx: be more std

[Libreoffice-commits] core.git: solenv/gbuild

2014-07-23 Thread Douglas Mencken
solenv/gbuild/platform/macosx.mk |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit 3a6d0f22a8d2d8eb1e17e1df21976a2e21947f7a Author: Douglas Mencken dougmenc...@gmail.com Date: Tue Jul 22 09:18:44 2014 -0400 OSX: change CXXFLAGS_CXX11 to be used not only

[Libreoffice-commits] core.git: solenv/bin

2014-07-23 Thread Douglas Mencken
solenv/bin/modules/installer/environment.pm |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 04cffa1c81f770bc2a7eab83f94d057cd2fd1547 Author: Douglas Mencken dougmenc...@gmail.com Date: Wed Jul 23 01:08:21 2014 -0400 installer/environment.pm: fix variable name

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

2014-07-24 Thread Douglas Mencken
filter/qa/cppunit/xslt-test.cxx |2 ++ 1 file changed, 2 insertions(+) New commits: commit 4f2f53e267956e68fac768391c9b83d45adbc29f Author: Douglas Mencken dougmenc...@gmail.com Date: Tue Jul 22 09:11:47 2014 -0400 cppunittest_filter_xslt: fix filter_xslt unit test failed for OSX 10.6

Add dougmencken to commiters group on gerrit

2014-07-30 Thread Douglas Mencken
Hola, guys! Given that my patches (even trivial and obvious) are reviewed too slowly, and the special need for me to be able to test my stuff on baseline platforms (read: buildbots), and that already I made over 50 commits this year, and that I sometimes like to test other guys' stuff... Can you

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

2014-07-31 Thread Douglas Mencken
sal/qa/osl/process/osl_process.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 56c2802e1c0de4895856aad54262ec759abf1ab9 Author: Douglas Mencken dougmenc...@gmail.com Date: Wed Jul 30 06:10:06 2014 -0400 sal_osl_process: fix Parent and child environment

[Libreoffice-commits] core.git: external/coinmp

2014-08-07 Thread Douglas Mencken
external/coinmp/ExternalPackage_coinmp.mk | 16 1 file changed, 8 insertions(+), 8 deletions(-) New commits: commit 6c4de449094048465b81abf93139bb5950fa12c9 Author: Douglas Mencken dougmenc...@gmail.com Date: Tue Jul 29 11:24:38 2014 -0400 fix external/coinmp on OSX

[Libreoffice-commits] core.git: configure.ac

2014-06-30 Thread Douglas Mencken
configure.ac |6 +- 1 file changed, 1 insertion(+), 5 deletions(-) New commits: commit 9b6c462b54aa1a5a5c73647c2c6d9568c2b039a5 Author: Douglas Mencken dougmenc...@gmail.com Date: Sat Jun 28 15:32:27 2014 -0400 Revert use bundled (non-system) versions of libxml2 and libxslt for OS

[Libreoffice-commits] core.git: writerfilter/CustomTarget_source.mk

2014-07-01 Thread Douglas Mencken
writerfilter/CustomTarget_source.mk |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit a5e137eb1d37361c60175e8fba780fc46b377a23 Author: Douglas Mencken dougmenc...@gmail.com Date: Tue Jul 1 06:27:04 2014 -0400 writerfilter/source: change directory

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

2014-07-02 Thread Douglas Mencken
vcl/osx/salinst.cxx |6 +- 1 file changed, 5 insertions(+), 1 deletion(-) New commits: commit f711b333cfa24f3c7134f799b39a634ca1a0a885 Author: Douglas Mencken dougmenc...@gmail.com Date: Wed Jul 2 05:40:09 2014 -0400 fix 'NSImage' may not respond to '-lockFocusFlipped

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

2014-07-02 Thread Douglas Mencken
vcl/osx/DropTarget.cxx |8 1 file changed, 8 insertions(+) New commits: commit fcb08724793611ea5e84ff2b848a1907bbfec60a Author: Douglas Mencken dougmenc...@gmail.com Date: Tue Jul 1 08:11:19 2014 -0400 fix 'NSCursor' may not respond to operationNotAllowedCursor,dragCopyCursor

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

2014-07-07 Thread Douglas Mencken
unoidl/source/sourcetreeprovider.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit b7c82d8d6241de2ec873d11a92a754e6a13547fb Author: Douglas Mencken dougmenc...@gmail.com Date: Mon Jul 7 05:37:32 2014 -0400 fix build error 'strlen' is not a member of 'std' locally

[Libreoffice-commits] core.git: avmedia/Module_avmedia.mk postprocess/Rdb_services.mk Repository.mk

2014-07-07 Thread Douglas Mencken
Repository.mk |2 +- avmedia/Module_avmedia.mk |2 ++ postprocess/Rdb_services.mk |2 +- 3 files changed, 4 insertions(+), 2 deletions(-) New commits: commit b536cabf97288061d7b91e131b16d2a525352571 Author: Douglas Mencken dougmenc...@gmail.com Date: Wed Jul 2 19:43

[Libreoffice-commits] core.git: configure.ac

2014-07-08 Thread Douglas Mencken
configure.ac | 21 +++-- 1 file changed, 11 insertions(+), 10 deletions(-) New commits: commit 08abec41d682e67670f1f60aa71e6fd8bf81a927 Author: Douglas Mencken dougmenc...@gmail.com Date: Tue Jul 8 13:22:03 2014 -0400 Bump build-time system python's requirement to 2.6

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

2014-07-10 Thread Douglas Mencken
vcl/source/outdev/outdev.cxx |1 - 1 file changed, 1 deletion(-) New commits: commit cfca22cf7fac269aa480bbd4584142e23847e7f0 Author: Douglas Mencken dougmenc...@gmail.com Date: Wed Jul 9 04:51:58 2014 -0400 vcl/source/outdev/outdev.cxx: drop unused svsys.h header Change-Id

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

2014-07-10 Thread Douglas Mencken
vcl/source/window/wrkwin.cxx |1 - 1 file changed, 1 deletion(-) New commits: commit 6363e1e3739cce7bc6ff6962b4021cf95fac340a Author: Douglas Mencken dougmenc...@gmail.com Date: Tue Jul 8 20:23:12 2014 -0400 vcl/source/window/wrkwin.cxx: drop unused svsys.h header Change-Id

[Libreoffice-commits] core.git: external/nss external/openssl external/python3

2014-07-11 Thread Douglas Mencken
|3 + external/python3/python-3.3.0-darwin.patch.1 |2 - 6 files changed, 55 insertions(+), 18 deletions(-) New commits: commit f4beadc6e28b812237e01e6f8f2c4afcf57bb4d5 Author: Douglas Mencken dougmenc...@gmail.com Date: Mon Jul 7 14:18:12 2014 -0400 avoid -arch for bundled OpenSSL

[Libreoffice-commits] core.git: configure.ac

2014-07-11 Thread Douglas Mencken
configure.ac | 18 ++ 1 file changed, 14 insertions(+), 4 deletions(-) New commits: commit 9e328623c450eac763b88317bda059addbcacb48 Author: Douglas Mencken dougmenc...@gmail.com Date: Tue Jul 8 15:41:31 2014 -0400 allow modern GCC to be automatically chosen on OS X 10.5

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

2014-05-13 Thread Douglas Mencken
vcl/quartz/ctlayout.cxx | 16 +++- 1 file changed, 15 insertions(+), 1 deletion(-) New commits: commit c345429b27da24ac4b7ecb73a5a6311cd5e93576 Author: Douglas Mencken dougmenc...@gmail.com Date: Sun Apr 27 11:57:39 2014 -0400 vcl-quartz: fix for fdo#77993 (specific to OS X

[Libreoffice-commits] core.git: configure.ac

2014-05-14 Thread Douglas Mencken
configure.ac |6 +- 1 file changed, 5 insertions(+), 1 deletion(-) New commits: commit e5934962bd55970c54b399351559e90d02b75b6b Author: Douglas Mencken dougmenc...@gmail.com Date: Wed May 14 07:33:48 2014 -0400 use bundled (non-system) versions of libxml2 and libxslt for OS X 10.6

[Libreoffice-commits] core.git: config_host.mk.in configure.ac download.lst external/apache-commons RepositoryExternal.mk swext/Extension_wiki-publisher.mk

2014-05-21 Thread Douglas Mencken
7e4708739dd7a4d9db3a093a9f36d95f0192e639 Author: Douglas Mencken dougmenc...@gmail.com Date: Tue May 20 12:55:56 2014 -0400 care for Java 1.5 support in external packages apache commons-lang 3.3.1 and commons-codec 1.9 are for use only with JDK 1.6 and higher see commits

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

2014-05-22 Thread Douglas Mencken
sal/osl/unx/profile.cxx|2 +- unotools/source/config/fontcfg.cxx |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) New commits: commit 4fbbfc2269d9671415efea2d946176abb83c5930 Author: Douglas Mencken dougmenc...@gmail.com Date: Thu May 22 13:08:14 2014 -0400 WoE

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

2014-08-26 Thread Douglas Mencken
dbaccess/source/ui/inc/WCopyTable.hxx |2 +- dbaccess/source/ui/misc/WCopyTable.cxx |4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) New commits: commit df1b30925050dc6774b52d4bfabb0fb552930896 Author: Douglas Mencken dougmenc...@gmail.com Date: Mon Aug 25 07:16:18 2014 -0400

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

2014-03-30 Thread Douglas Mencken
vcl/osx/salframeview.mm | 14 +++--- 1 file changed, 11 insertions(+), 3 deletions(-) New commits: commit f8f28ae91d9a57fdf9d39105ea5537fc7e95fa84 Author: Douglas Mencken dougmenc...@gmail.com Date: Sun Mar 30 08:52:41 2014 -0400 vcl-osx fix: 'NSEvent' may not respond

[Libreoffice-commits] core.git: oox/source writerfilter/source

2014-03-31 Thread Douglas Mencken
80932c9e27c9be592be8efca0ce637f09a158e2e Author: Douglas Mencken dougmenc...@gmail.com Date: Sun Mar 30 14:47:23 2014 -0400 oox, writerfilter: add missing headers for C++ containers Change-Id: Ied05627a0b5fdb8e5fd4a1b071ce32d901f07961 Signed-off-by: Stephan Bergmann sberg...@redhat.com diff --git

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

2014-04-01 Thread Douglas Mencken
sal/osl/unx/memory.c | 19 +++ 1 file changed, 15 insertions(+), 4 deletions(-) New commits: commit dfc2e4573157abcb70418f9c7738acda63602ddd Author: Douglas Mencken dougmenc...@gmail.com Date: Sun Mar 30 02:32:16 2014 -0400 sal: add aligned memory allocation with malloc

[Libreoffice-commits] core.git: configure.ac

2014-04-02 Thread Douglas Mencken
configure.ac | 33 +++-- 1 file changed, 7 insertions(+), 26 deletions(-) New commits: commit db1c9e4dadc90c5afe3190776a60cc5dcbbce3ac Author: Douglas Mencken dougmenc...@gmail.com Date: Wed Apr 2 09:45:09 2014 -0400 configure.ac: require g++ 4.1 or above

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

2014-04-22 Thread Douglas Mencken
vcl/quartz/CTRunData.hxx |8 1 file changed, 8 insertions(+) New commits: commit 26c10caf5c0a1f6f4e90465d71a5d90352630263 Author: Douglas Mencken dougmenc...@gmail.com Date: Tue Apr 22 12:15:47 2014 -0400 CTRunData fix for exporting SPI stuff on OSX 10.6 Change-Id

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

2014-04-24 Thread Douglas Mencken
vcl/quartz/ctlayout.cxx |4 1 file changed, 4 insertions(+) New commits: commit e6b142a06833404d8b8a5be0501fd4751df60f35 Author: Douglas Mencken dougmenc...@gmail.com Date: Sun Mar 30 01:50:58 2014 -0400 vcl-quartz: fix build of recently introduced DrawTextSpecial for OSX10.6

[Libreoffice-commits] core.git: solenv/bin

2014-02-02 Thread Douglas Mencken
solenv/bin/unittest-failed.sh |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 434ca1afe510b44de75278da7c84137717bf6e6e Author: Douglas Mencken dougmenc...@gmail.com Date: Tue Dec 24 12:24:49 2013 -0500 Print fair message from CPPUnitTest Conflicts

[Libreoffice-commits] core.git: readlicense_oo/docs

2014-02-22 Thread Douglas Mencken
readlicense_oo/docs/readme.xrm |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 523cdbd2e8ee380cb695c80213784c7d75072555 Author: Douglas Mencken dougmenc...@gmail.com Date: Sat Feb 22 18:23:18 2014 -0500 Update readme.xrm Change-Id

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

2014-02-23 Thread Douglas Mencken
vcl/inc/quartz/salgdi.h |9 + vcl/quartz/ctfonts.cxx |8 +++- vcl/quartz/salgdi.cxx | 24 3 files changed, 36 insertions(+), 5 deletions(-) New commits: commit ae4a8c6152a6234eed52482da64d84ad5a56c03d Author: Douglas Mencken dougmenc...@gmail.com

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

2014-02-24 Thread Douglas Mencken
unoidl/source/sourceprovider-parser.y |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 8bf34faa1e87a2b7940445c38517177ad238ed32 Author: Douglas Mencken dougmenc...@gmail.com Date: Sun Feb 23 17:01:51 2014 -0500 Yet another one undefined comparison of 'const

[Libreoffice-commits] core.git: bridges/Library_cpp_uno.mk

2014-02-24 Thread Douglas Mencken
bridges/Library_cpp_uno.mk |6 ++ 1 file changed, 6 insertions(+) New commits: commit 407db3d91563baa29350ba28fb1ff7aa861e89e4 Author: Douglas Mencken dougmenc...@gmail.com Date: Sun Feb 23 14:30:15 2014 -0500 Restore abandoned lines in bridges/Library_cpp_uno.mk Fixes

[Libreoffice-commits] core.git: external/nss

2014-02-24 Thread Douglas Mencken
external/nss/ExternalPackage_nss.mk |1 + external/nss/ExternalProject_nss.mk |3 ++- external/nss/README |2 +- 3 files changed, 4 insertions(+), 2 deletions(-) New commits: commit d2a48728617e00a91d1ad032bd11ab5bb556d15a Author: Douglas Mencken dougmenc...@gmail.com

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

2014-02-24 Thread Douglas Mencken
sal/osl/unx/system.c | 65 +++ 1 file changed, 61 insertions(+), 4 deletions(-) New commits: commit 72e8f628e9204a5f5561efcd1e5a8cac4152f16e Author: Douglas Mencken dougmenc...@gmail.com Date: Sun Feb 23 15:16:26 2014 -0500 Use deprecated

[Libreoffice-commits] core.git: external/openssl

2014-02-24 Thread Douglas Mencken
external/openssl/ExternalProject_openssl.mk |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) New commits: commit 00dabbfc7c96058d88b96685ede5ad0c93db2ae5 Author: Douglas Mencken dougmenc...@gmail.com Date: Mon Feb 24 09:56:51 2014 -0500 OpenSSL @OS X: choose correct build

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

2014-02-24 Thread Douglas Mencken
: Douglas Mencken dougmenc...@gmail.com Date: Mon Feb 24 15:00:31 2014 -0500 vcl/osx/sal: SDK 10.5 compatibility NSWindowDelegate and NSMenuDelegate protocols, IOPMAssertion* are available only in OS X v10.6 and later. Change-Id: Icda4b8014d9a6dde2284b9f5df493eb470fb79fc

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

2014-02-25 Thread Douglas Mencken
svl/source/filerec/filerec.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 52d3e89bc2a6af3f7411c1d95de879c106580d76 Author: Douglas Mencken dougmenc...@gmail.com Date: Mon Feb 24 11:21:33 2014 -0500 svl: don't forget about big-endian parts in filerec.cxx

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

2014-02-25 Thread Douglas Mencken
cppcanvas/source/inc/implrenderer.hxx |7 +-- vcl/source/filter/wmf/enhwmf.cxx |7 +-- 2 files changed, 10 insertions(+), 4 deletions(-) New commits: commit 63de81621a8d075d1df00d54798e06271083110e Author: Douglas Mencken dougmenc...@gmail.com Date: Mon Feb 24 11:47:03

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

2014-02-25 Thread Douglas Mencken
sfx2/source/control/dispatch.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit b8ebdae0345aa331cf6d6dabf40a6f26dc7d2371 Author: Douglas Mencken dougmenc...@gmail.com Date: Tue Feb 25 09:55:55 2014 -0500 Yet another one undefined comparison of 'const

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

2014-02-28 Thread Douglas Mencken
fpicker/source/aqua/NSURL_OOoAdditions.mm | 20 1 file changed, 20 insertions(+) New commits: commit e53eacb13369e713c20153ea84caae6d8505f239 Author: Douglas Mencken dougmenc...@gmail.com Date: Fri Feb 28 09:13:20 2014 -0500 Use FSResolveAliasFile at least on OS X

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

2014-02-28 Thread Douglas Mencken
sw/source/filter/ascii/wrtasc.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 754dd9212aca0d30f8e50cf67b52c0a8dab814c9 Author: Douglas Mencken dougmenc...@gmail.com Date: Fri Feb 28 12:55:17 2014 -0500 sw: hey, don't forget about big-endian parts

[Libreoffice-commits] core.git: external/curl

2014-03-01 Thread Douglas Mencken
external/curl/ExternalProject_curl.mk |9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) New commits: commit 4e8ab2198819551d07f303f80d2bd5f5ae53bc6e Author: Douglas Mencken dougmenc...@gmail.com Date: Thu Feb 27 13:34:06 2014 -0500 curl (bundled): with-darwinssl option

[Libreoffice-commits] core.git: external/libcmis

2014-03-01 Thread Douglas Mencken
external/libcmis/UnpackedTarball_cmis.mk |3 ++- external/libcmis/libcmis-libxml2_compatibility.patch | 14 ++ 2 files changed, 16 insertions(+), 1 deletion(-) New commits: commit 1c9453cdf25ce6079be8489b77dbb75036bde908 Author: Douglas Mencken dougmenc...@gmail.com

[Libreoffice-commits] core.git: external/curl

2014-03-02 Thread Douglas Mencken
external/curl/ExternalProject_curl.mk | 13 + 1 file changed, 5 insertions(+), 8 deletions(-) New commits: commit 92ca6ef11daa892cffaff136b9a4380665f0ecc2 Author: Douglas Mencken dougmenc...@gmail.com Date: Sun Mar 2 06:41:51 2014 -0500 curl (bundled): fix logic breakout

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

2014-03-05 Thread Douglas Mencken
: Douglas Mencken dougmenc...@gmail.com Date: Sun Mar 2 22:06:25 2014 -0500 Currently used file pickers API doesn't work for OS X 10.6 Change-Id: I69592ada3a413cae2d0def2faa495db44894ed3f Reviewed-on: https://gerrit.libreoffice.org/8430 Reviewed-by: Norbert Thiebaud nthieb

[Libreoffice-commits] core.git: Changes to 'refs/changes/96/8196/1'

2014-09-29 Thread Douglas Mencken
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/96/8196/2'

2014-09-29 Thread Douglas Mencken
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/76/10076/5'

2014-09-29 Thread Douglas Mencken
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/76/10076/1'

2014-09-29 Thread Douglas Mencken
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/83/9783/3'

2014-09-29 Thread Douglas Mencken
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/76/10076/4'

2014-09-29 Thread Douglas Mencken
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/43/7143/2'

2014-09-29 Thread Douglas Mencken
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/43/7143/1'

2014-09-29 Thread Douglas Mencken
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/83/9783/2'

2014-09-29 Thread Douglas Mencken
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/46/7046/2'

2014-09-29 Thread Douglas Mencken
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/95/8195/2'

2014-09-29 Thread Douglas Mencken
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/08/10008/1'

2014-09-29 Thread Douglas Mencken
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/95/8195/4'

2014-09-29 Thread Douglas Mencken
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/76/10076/2'

2014-09-29 Thread Douglas Mencken
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/76/10076/6'

2014-09-29 Thread Douglas Mencken
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/05/8405/12'

2014-09-29 Thread Douglas Mencken
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/97/7197/3'

2014-09-29 Thread Douglas Mencken
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/43/7143/3'

2014-09-29 Thread Douglas Mencken
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/05/8405/14'

2014-09-29 Thread Douglas Mencken
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/43/7143/5'

2014-09-29 Thread Douglas Mencken
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/08/10008/2'

2014-09-29 Thread Douglas Mencken
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/97/7197/1'

2014-09-29 Thread Douglas Mencken
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/88/9788/4'

2014-09-29 Thread Douglas Mencken
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/58/10458/2'

2014-09-29 Thread Douglas Mencken
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/61/11061/1'

2014-09-29 Thread Douglas Mencken
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/80/10480/2'

2014-09-29 Thread Douglas Mencken
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

  1   2   3   4   5   >