summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* tiled rendering app now renders blank tilesfeature/vcl-opengl2Ptyl Dragon2014-10-2111-65/+99
| | | | Change-Id: I1b6ff522edcb2c57860434a1f64a445e55f7dbb1
* change return type to ImplFontCharMapPtr post creating vcl-opengl2 branchPtyl Dragon2014-10-061-1/+1
| | | | Change-Id: Id2022cf1b3665b54356c28deda51d82e172a839e
* make works with OpenGLSalInstance / OpenGLSalGraphicsPtyl Dragon2014-10-0618-11/+622
| | | | Change-Id: Ie5156dd15122586e9c173a3532759a3be728809a
* Added flag --enable-vgl mapped to HAVE_VCL_OPEN_GL_BACKENDPtyl Dragon2014-10-063-0/+23
| | | | Change-Id: I8077d90ecb950740ce76a37444658d8bdc799453
* It is "template library", not "tools"Tor Lillqvist2014-10-061-1/+1
| | | | Change-Id: I5ca7b0a0374a9ed0090413e8c6045e5d13097301
* Add guess at what o3tl meansTor Lillqvist2014-10-061-0/+2
| | | | Change-Id: I69c8ce10140e92714e9d5c4b4173ade59d36be08
* Don't unintentionally unload the tk libraryTor Lillqvist2014-10-063-2/+1
| | | | | | | | Fixes the root cause for the crashes in vcldemo and ui-previewer that indirectly were fixed by 0b7631bccb2a47ab71a0c1edbabe8a5892ff5f9c and f5cfed29b05184894ec6ad2d14f73bff0b5a2783. Those two commits are now reverted. Change-Id: If5dac37f032d2b74c977562c339e9799bbc4454c
* fdo#39468 Translate German comments - sw/source/core/Philipp Weissenbacher2014-10-062-30/+35
| | | | | | | Change-Id: I64743b4f6b7bfd44b410d63ab13298a000a47221 Reviewed-on: https://gerrit.libreoffice.org/11821 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
* Improve Denglish and reformat commentsPhilipp Weissenbacher2014-10-061-286/+335
| | | | | | | Change-Id: Ieb0d47240209f35a0558cb788a21ab45b405eb47 Reviewed-on: https://gerrit.libreoffice.org/11820 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
* Remove unused macrosStephan Bergmann2014-10-061-150/+0
| | | | Change-Id: Id76b285d70acb4de3ab27dbf2f0f0bb4b46735c7
* Allow building with java9 (first installement)Fridrich Štrba2014-10-063-12/+48
| | | | | | | | | In java9, there is no option for source/target 1.5, the lowest version is 1.6. This commit also patches the relevant external libraries in order to be able to build with build-wide source/target Change-Id: I68807c973a2a8be2f9b3a6e01243e36cb7110a12
* fdo#73151 Always open Styles&Formatting dialog in the sidebarSamuel Mehrbrodt2014-10-0619-104/+23
| | | | | | | Change-Id: I05b63dc00023945d92fd837bd64042135d3f9aed Reviewed-on: https://gerrit.libreoffice.org/11648 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
* ui-previewer needs the tk library, tooTor Lillqvist2014-10-061-0/+1
| | | | | | | | Prevent ui-previewer from crashing. I have no idea why this is needed and how it works. Or why there is no useful or even useless warning or error message at all. Change-Id: I461a611a6646b1d6c524fc04624e6d780eb7282a
* Even latest Clang only claims GCC 4.2Stephan Bergmann2014-10-061-16/+16
| | | | Change-Id: I70d117f62b91c4d413add44368836c870f203f28
* loplugin: cstylecastNoel Grandin2014-10-0634-173/+145
| | | | Change-Id: Id2b5b2510fb13f77592d7a0455f34ccd8a20c2d7
* Use constants for ST_Shd valuesMiklos Vajna2014-10-063-235/+180
| | | | Change-Id: If8fbccf946f589abead0803b7ecbc63ecfc656b2
* fdo#39468 Translate German Comments - sc/source/filter/inc/Christian M. Heller2014-10-0610-157/+157
| | | | | | | Change-Id: I26eacb2f8ab02c788e82aa6fdcb76d8fa07f64fb Reviewed-on: https://gerrit.libreoffice.org/11803 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
* loplugin: cstylecastNoel Grandin2014-10-064-7/+7
| | | | Change-Id: I37d7c3e59f1debbee8d92e76f4d08fff773000b3
* loplugin: cstylecastNoel Grandin2014-10-0625-428/+441
| | | | Change-Id: I88a106081b7413bff6313d1e07f53e39d8350002
* WaE: implicit conversion of NULL constant to 'nullptr_t'Tor Lillqvist2014-10-061-1/+1
| | | | Change-Id: I93b22ce863294312d323184afdfe46f5a448375e
* error: 'UCS4' does not name a typeMiklos Vajna2014-10-061-1/+1
| | | | Change-Id: I5f3c5d55d04747c15cdf8aa34b27ceb0cc3f3a92
* vcl: document FontCharMap classChris Sherlock2014-10-061-6/+79
| | | | Change-Id: I3020c0979ff8ab6b9e959f32d25af9f51857d821
* vcl: FontCharMap to use intrusive_ptr ImplFontCharMapChris Sherlock2014-10-0623-112/+215
| | | | | | | | | | | | ImplFontCharMap was using it's own reference counting mechanism, however we can use intrusive_ptr more effectively. Added a unit test around FontCharMap. Change-Id: Ifab6ce002fd1df8feb7e017dea3012ff9ea7f18a Reviewed-on: https://gerrit.libreoffice.org/11804 Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com> Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
* do not copy properties from oneselfLuboš Luňák2014-10-051-1/+1
| | | | Change-Id: I6f32e27c7b87c2a15ad920d035f528c29ce2219d
* FDO#80652 (part) help for page CMIS file accessOlivier Hallot2014-10-051-113/+128
| | | | | | | | | This commit adds a help button to CMIS dialog Change-Id: Ic4f826c4ee5fa31a94e3d22974a0e13bf460a249 Reviewed-on: https://gerrit.libreoffice.org/11801 Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br> Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
* use isEmpty() instead of getLength() where appropriateChr. Rossmanith2014-10-052-7/+7
| | | | | | | Change-Id: I87bb3473af631dc321c5a8c2b06b0b5ccdf8e73b Reviewed-on: https://gerrit.libreoffice.org/11813 Reviewed-by: Christina Roßmanith <ChrRossmanith@web.de> Tested-by: Christina Roßmanith <ChrRossmanith@web.de>
* coverity#1208996 Unchecked return valueNorbert Thiebaud2014-10-051-1/+1
| | | | Change-Id: I02e79ddeefa3961ab7adeb71fbc57bfd0cbe02a8
* coverity#1209004 Unchecked return valueNorbert Thiebaud2014-10-051-1/+1
| | | | Change-Id: I8749a5d6f176406e181312d94a1e643974d87617
* coverity#1223085 Unchecked return valueNorbert Thiebaud2014-10-051-1/+1
| | | | Change-Id: I4149684a6f704893e130bd1776850634fdb67ceb
* coverity#1231669 Unchecked return valueNorbert Thiebaud2014-10-051-1/+1
| | | | Change-Id: I60b7c8267c81b0545c2bcc367ad6cac43aefad64
* coverity#1231670 Unchecked return valueNorbert Thiebaud2014-10-051-1/+1
| | | | Change-Id: I29a751b2d44e86ccf115015b0ede8bae2e702eea
* coverity#1240252 Unchecked return valueNorbert Thiebaud2014-10-051-3/+5
| | | | Change-Id: I472f9fc9cb7b5d2e7030cc4272e29b955931ee88
* Access2Base - New TempVars collection and TempVar objectsJean-Pierre Ledure2014-10-0511-44/+411
| | | | | | | | TempVar objects contain variables (name/value pair) that can be dynamically created and removed by macros. They're useful to transmit values from one document to another, e.g. an .odb document and one or more non-Base documents. Change-Id: I2cb5b3e27620eda16bdeaf59788b80c393fe7d9c
* related fdo#70998 use plural for Objects/Images optionStanislav Horacek2014-10-053-3/+3
| | | | | | | Change-Id: Ia76021bcb9044a10b880c12fcbf67e86b837ebd4 Reviewed-on: https://gerrit.libreoffice.org/11811 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
* Updated coreStanislav Horacek2014-10-051-0/+0
| | | | | | | | | | | | Project: help b1065d43c77fc050760c7427d371b5460b54d249 rename Design to Style in Web Wizard Change-Id: I2b40f8a4d57199db80fc0defa35d71e81823295e Reviewed-on: https://gerrit.libreoffice.org/11810 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
* Updated coreStanislav Horacek2014-10-051-0/+0
| | | | | | | | | | | | Project: help 3468a308f036e27b0239d8499a79431cf210480a update names of menu items for sending e-mails Change-Id: Ice0d739cfbff72d30635c7acfcd728c71ee63808 Reviewed-on: https://gerrit.libreoffice.org/11809 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
* fdo#84629 Inclusion of new tango icons for new toolbar buttonsYousuf Philips2014-10-0510-0/+0
| | | | | | | Change-Id: Idc06cfe1af73b8b2e79de540aac689925a3a87d1 Reviewed-on: https://gerrit.libreoffice.org/11790 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
* Related: fdo#62081 Add missing ellipsis to Edit Style commandAdolfo Jayme Barrientos2014-10-051-1/+1
| | | | | | | | | | An ellipsis should be present in every menu item that requires further user input to accomplish the action it leads to. Change-Id: Iee1ef65a7c51b68ef47a0a5ffe6f1af5354d14aa Reviewed-on: https://gerrit.libreoffice.org/11805 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
* fdo#55903 - add new large zoom mode icons to galaxy and tango icon setsYousuf Philips2014-10-055-1/+0
| | | | | | | Change-Id: I3a257ced17e0d494a1d1e8e8104333d8ab0fb88d Reviewed-on: https://gerrit.libreoffice.org/11729 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
* logerrit: Simplify SSH configMathieu Parent2014-10-051-6/+1
| | | | | | | Change-Id: Ic8196ebfeef64270fcd42b44e485a2618472f184 Reviewed-on: https://gerrit.libreoffice.org/11788 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
* Use constants for ST_Border valuesMiklos Vajna2014-10-054-400/+601
| | | | Change-Id: Ie0f83fd7111942912b0abd61473e654cc2f02360
* coverity#704049 Unchecked return valueNorbert Thiebaud2014-10-041-3/+4
| | | | | | | Gold? broken since 3edb1dcdc82304c418fc32212bb0bdf2c92e414e June 26 2002 ? Change-Id: I7f0bc4899070daff8329d6f66315956a7ed6084c
* coverity#704031 Unchecked return valueNorbert Thiebaud2014-10-041-1/+1
| | | | Change-Id: I2db8f517f27ab9c8abe5aa473fad159a1506c06c
* coverity#704002 Unchecked return valueNorbert Thiebaud2014-10-041-1/+1
| | | | Change-Id: Ibf506a219df7d0ad67959b3d266a037003fceea4
* coverity#703928 Unchecked return valueNorbert Thiebaud2014-10-041-1/+1
| | | | Change-Id: I26ba62448796f1d80d2b4bbaf2499d08058c3add
* vcl: Fix vcldemo linkage - was missing tkMatthew J. Francis2014-10-041-0/+1
| | | | | | | Change-Id: I74d395c0fdcbdb5117584af329e6a023414d46af Reviewed-on: https://gerrit.libreoffice.org/11806 Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com> Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
* android: Rewrite GLThread to trash objects as little as possibleTomaž Vajngerl2014-10-053-201/+165
| | | | Change-Id: I6a0042e2a1b5d98fbf5aa8c64b67a9422f8956a3
* coverity#1242365: Unchecked return valueNorbert Thiebaud2014-10-041-2/+5
| | | | Change-Id: Iddb8b1bad29bf372f9485514e2cde195237e3cc3
* coverity#1242366: Unchecked return valueNorbert Thiebaud2014-10-041-1/+1
| | | | Change-Id: I3f3b5b5a7ce5e387dc2acddc086d9f8a2fa2b12b
* coverity#1242368: Unchecked return valueNorbert Thiebaud2014-10-041-5/+7
| | | | Change-Id: I6aaad60cf08349aee6c07621764a1a6c071ad2b6