summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-03-14tdf#97885 SIDEBAR: Message missing from blank properties tabFabio Buso
Change-Id: If810c351644ef80d3882b34861fde0400236bdf3 Reviewed-on: https://gerrit.libreoffice.org/23127 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
2016-03-14coverity#1355498 assume Unchecked return value is deliberateCaolán McNamara
Change-Id: I8b0597a5ab87d4d4529e3ccc097902486a41e957
2016-03-14Bin a few pointless static const integersTor Lillqvist
Change-Id: I59f2547523129155b9d17699cc985fe0bd78f7e6
2016-03-14Bin leftover #if 0 snippetTor Lillqvist
Change-Id: I848a5dca6d18c3df57f563bb137efaed2e000461
2016-03-14fix memory leak in headless backendMarkus Mohrhard
Change-Id: I90282c86b45845fc35b23b275301be24a2f18a4d Reviewed-on: https://gerrit.libreoffice.org/23248 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
2016-03-14Resolves: tdf#98473 replace || with ‖ to avoid illegal gtk3 action namesCaolán McNamara
Change-Id: Ic5098c439ac94d68f881e06378938fab29e8bb3d
2016-03-14prefix domain namespace to FORECAST.* functions for ODFF, tdf#94635 follow-upEike Rathke
Change-Id: If875b538f2143eb572371dfcc086145c2f6e80f5
2016-03-14genLang updatejan iversen
removed source/gHandler.cxx is now part of gLang.cxx (and defined as a local class) Change-Id: I6fccfb9d9cebe964ba4458cdea5121a44186c1ab
2016-03-14genLang updatejan iversen
convert l10nMem to lo standard removed l10nMem_impl and added it direct to l10nMem Change-Id: I7e226a8dab51fd52ecbc8da36068ebdfb5c1e17f
2016-03-14tdf#95845 Use CommandInfoProvider to receive UNO command labelsSusobhan Ghosh
Added GetCommandPropertyFromModule to CommandInfoProvider. Removed GetCommandText. Change-Id: Ie987984b6465d540029196df371c0c0467999a59 Reviewed-on: https://gerrit.libreoffice.org/22918 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2016-03-14Resolves: tdf#98638 sometimes menu grab doesn't takeCaolán McNamara
due to older timestamp vs earlier grab. Which suggests we should probably use GDK_CURRENT_TIME everywhere or (probably better) use gtk_get_current_event_time everywhere Change-Id: Ie04ab254b9fea423143cc9a129d2eecb683ed300
2016-03-14remove some unused Java codeNoel Grandin
found by UCDetector Change-Id: Ic0295a24b26e206eb53eda2da540755477df86df
2016-03-14com::sun::star->css in chart2Noel Grandin
Change-Id: I04320d32d6d5c54e461cfabef58645f8b772bc69
2016-03-14User-Agent: disable reporting of languages - also for installsetsChristian Lohmaier
extends 2a9095570a2430568f5c5e1c91edd6a717e099a6 to not only apply to instdir, but also to packaged installers (that use data from scp2) Change-Id: I446c521ce2b95549c2930275bee917c120c19e9b
2016-03-14com::sun::star->css in xmlsecurity/Noel Grandin
Change-Id: I4b89f97671ab526e5731d2f1f99802e23f3fd4b5
2016-03-14Fix build after oor:nillable TSAURLs changeJan-Marek Glogowski
Fixes the fallout from bd1a3e75738d65a3bdd615c106ea57a999d51376 Change-Id: Idfc019a034f3dd855ae85676962382879051e900
2016-03-14tdf#95616 - fix flickering issueMarco Cecchetti
Change-Id: I0d5bfdf44dde2cd06c193f34e81c6ce71291bba1 Reviewed-on: https://gerrit.libreoffice.org/23238 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
2016-03-14inline some use-once macrosNoel Grandin
Change-Id: I7ebd8fe70b083a772118a1aab8cdfbf795d6f1e5 Reviewed-on: https://gerrit.libreoffice.org/23235 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2016-03-14remove some unused typedefs, and inline some use-onceNoel Grandin
Change-Id: I5ada1cff98c0a3e065d126444f8052f444323743 Reviewed-on: https://gerrit.libreoffice.org/23234 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2016-03-14Fix what seems to have been off-by-one errors in glyph bounds calculationTor Lillqvist
For some reason the error had a visible impact (as far as I an see, anyway) only for Graphite fonts. The bottommost pixels were cut off. (Also leftmost, but that was not so easily visible.) <tools/gen.hxx> Rectangle type, I love you. Change-Id: I6f7438ec21d2bc1b9bef31cd70e649856f7ec7d5
2016-03-14tdf#97171: Use DirectWrite for OpenGL glyph cachingTim Eves
This is a squash of several separate intermediate commits, the most relevant log messages of which are repeated here: Refactor some previously private methods into public ones and reimplement parts of D2DWriteTextOutRenderer to user them. Also apply them to rendering the OpenGL glyph atlas, in an effort to workaround some bugs in legacy Windows text rendering APIs. I assume we want to initialise the rectangle with zero left/right/top/bottom and not using the default constructor, which sets the right and bottom coordinates to the magic value -32767. That made the 'bound' rectangle end up with rather amusing boundaries, like left=-32766, top=-16, right=-32576, bottom=6. Try calculating a chunks ascent & height from the inkboxes rather than using the font metrics which might not alway be correct when glyphs inkboxes are tall than the ascent or lower than the descent. Mark the mnAscent in the chunk bitmap debug output. Fix several miscalulations in positioning glyph to be rendered into that atlas. Fix vertical alignment problems. Inkboxes are returned with all co-ordinates relative to the glyphs not the fonts ascent. Therefor bounds.Top() is not the vertical overhang but the -ve height of the inkbox above the baseline. This fixes the calulation of the per Chunk ascent. Fix horizontal occsional alingment issues in OpenGL cached glyphs. The left edge of the src location rectangle for the first glyph in a cache chunk would set to extraspace and not zero, but all other rectangles in the chunk would be set from the aEnds array. This produced a bug where only certain letters would be mispositioned, proportional to the fonts point size. Rename OpenGLGlyphChunk::mnAscent to mnBaselineOffset to reflect curr use. Changed at Tor's stuggestion to better describe to it's use as it's value would be per chunk and based on the maximum ink box bounds of the glyphs in the chunk, rather than having anything to do with the font's real ascent value.
2016-03-14GetEnglishSearchFontName is what is supposed to use hereDouglas Mencken
Change-Id: I210359c28b5e66b64627cb49cdf388ee35015a92
2016-03-14Resolves: tdf#94968 return false is expanding failed to add anythingCaolán McNamara
Change-Id: I377c478f3f55c0b41c47ee025f2e09850ece56f3
2016-03-14Revert "tdf#98602 Duplicate code in onlineupdate/"Jan Holesovsky
Unfortunately needs more work, I've pushed it too early... This reverts commit e60506acc53098b4b479d565048c316562657cec.
2016-03-14configuration warnings about non-nillable properties with no default setCaolán McNamara
Change-Id: I5814f2e474e0ef5a37c5f43f8bb853219fd7981f
2016-03-14tdf#98602 Duplicate code in onlineupdate/Ras-al-Ghul
Converted libmar into static library and removed duplicated code Change-Id: I6a6c8ce24103a400e1835ccf7e6421024f5cec4b Reviewed-on: https://gerrit.libreoffice.org/23179 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Jan Holesovsky <kendy@collabora.com>
2016-03-14scripting: JDK 1.5 compatibility: don't use java.awt.Font.MONOSPACEDDouglas Mencken
MONOSPACED is defined in java/awt/Font.java as /* @since 1.6 */ static final String MONOSPACED = "Monospaced"; Change-Id: I31847c939387c139971ff55f786773c7ce51448c Reviewed-on: https://gerrit.libreoffice.org/23164 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: jan iversen <jani@documentfoundation.org>
2016-03-14Updated coreBjörgvin Ragnarsson
Project: dictionaries 62c77533b3ab49fd93252f72dda6beeff4c76892 Update Icelandic dictionary and thesaurus Based on latest hunspell-is code and Wiktionary dataset. Change-Id: Id48106c3ff0f61d5c0d415f06680b1253753d1e3 Reviewed-on: https://gerrit.libreoffice.org/23200 Reviewed-by: jan iversen <jani@documentfoundation.org> Tested-by: jan iversen <jani@documentfoundation.org>
2016-03-14use unique_ptr for memory owning ptrMarkus Mohrhard
Change-Id: I26efcebf750ff9947b936e990ce87ddbcb41b7ba
2016-03-14fix memory leak in cond format xlsx exportMarkus Mohrhard
Change-Id: I0f11b30b33abf029f56ccbd8c0eb95b0acd35df4
2016-03-13Revert "tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionals"Norbert Thiebaud
This reverts commit 0c3ff8ca07265304f9ea0a7aca8c83703cff01a1. that was breaking debug and dbgutil build on windows (at least) Change-Id: Ide58bd4551029bb4e1ef791bb65ad191fbb25cae
2016-03-13quieten debugging soffice startupCaolán McNamara
Change-Id: I3f9ef32d789b7b344cc09bbed6f344e428a31ca4
2016-03-13coverity#1355505 Uninitialized pointer fieldCaolán McNamara
Change-Id: I95259c8a572529f47ef4fddf59f9ca29d078b6f4
2016-03-13loplugin:cstylecastCaolán McNamara
Change-Id: I2d03c5054ef1b863052b221c0740ed3bb993600e
2016-03-13fix memory leak in array xls importMarkus Mohrhard
The ScMatrix instances are leaked because there is no DecRef called on them when we Reset the TokenPool. Change-Id: Ie5e1a10c6be94b45df784c04f6db744928f213ff Reviewed-on: https://gerrit.libreoffice.org/23194 Reviewed-by: Kohei Yoshida <libreoffice@kohei.us> Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2016-03-13tdf#98416 fix curl's configure check for nss (missing -lnssutil3)Christian Lohmaier
without -lnssutil3, the configure check for nss fails when using internal nss: configure:24028: checking for SSL_VersionRangeSet in -lnss3 […] …/UnpackedTarball/nss/dist/out/lib/libnss3.so: undefined reference to `NSSUTIL_ArgParseModuleSpecEx@NSSUTIL_3.21' causing curl to build without ssl support: SSL support: no (--with-{ssl,gnutls,nss,polarssl,cyassl,axtls,winssl,darwinssl} ) This makes gdrive and other remote file methods fail Change-Id: I098feb10a760c2f80a474d9205d6f1e403477efd
2016-03-13add assert preventing memory leakMarkus Mohrhard
Change-Id: I0c659bf4fab2319f06df09dd11a768a295e95722
2016-03-13this old concept was just a bad idea by meMarkus Mohrhard
Change-Id: Ib13a7a252bdb3f54e520076666f98498c10b4d47
2016-03-13no need for strange assert fail messageMarkus Mohrhard
Change-Id: Id982d0b12e18213a8d76a2d562109d7e2a41d8b5
2016-03-13fix strange memory leak in VclBuilderMarkus Mohrhard
Change-Id: Iba34c25b19a94a8d4c147f8ccaef95f34183414b
2016-03-13loplugin:stringconstantCaolán McNamara
Change-Id: I80e034bc3718ddb9bb518073653e374133e6ab6f
2016-03-13fix indetationMarkus Mohrhard
Change-Id: Iea12f654d737cfdadae99461ff996220fcb7901c Reviewed-on: https://gerrit.libreoffice.org/22575 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2016-03-13Add a README to avoid unrealistic expectationsTor Lillqvist
Change-Id: If9b2f7e660457dd123e991f45f05e1b1cb4d3528
2016-03-12vcl graph: stop abusing a pointer for a boolNorbert Thiebaud
Change-Id: I816fe3a52c03fa5a3fd372492985783f9f6ff91c Reviewed-on: https://gerrit.libreoffice.org/23181 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2016-03-12WaE: loplugin:stringconcatCaolán McNamara
Change-Id: I28a106e978cdfd70847737784f9bff6ae365fda7
2016-03-12Resolves: tdf#92067 with duplicate menu entries track which to activateCaolán McNamara
rather than just stick 2/3/4 at the end embed that this is a dup as the prefix and strip that off at dispatch time and pass the dup index around as a counter to how many dup candidates to dismiss to find the desired one. Change-Id: I81d97090a7e9b8c2995a3b27934f3ee5636d05fe
2016-03-12Update liborcus to 0.11.1.Kohei Yoshida
This is mostly a build-fix release, to absorb patches previously applied locally. Change-Id: I1d1808c3ca27f04f89f4df6c0b40a646ca07d242 Reviewed-on: https://gerrit.libreoffice.org/23180 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
2016-03-12Remove some unused include stdio (svx)Julien Nabet
Change-Id: Ide50d9dc67b9383bd7c0f4e710ea04e5d6892b02 Reviewed-on: https://gerrit.libreoffice.org/23175 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2016-03-12fix memory leak in copy_paste testMarkus Mohrhard
Change-Id: If16f6c0cb4d2bd2ae820b62fc7d563df09b27bbb
2016-03-12fix memory leak in cond format exportMarkus Mohrhard
Change-Id: I3c0379dfa972cb552382153f3d363eaf3bfe604d