summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-11-15remove unused code in ScRawTokenNoel Grandin3-104/+4
Change-Id: I8f644ac7f7bbdd2c9cb6f5a41709e41efa737885 Reviewed-on: https://gerrit.libreoffice.org/12423 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-11-15fdo#85817 changed 'Document as Email' to 'Email Document'Yousuf Philips1-1/+1
Change-Id: I4d1bd7429c05ca22abcd1cd8efbe281fd64d4f2a Reviewed-on: https://gerrit.libreoffice.org/12419 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-11-15fdo#86132 add useful tooltips to number formatting toolbar buttonsYousuf Philips1-6/+6
Change-Id: Iffd27c92cdec48b269c85ff9aef0483e742e36c7 Reviewed-on: https://gerrit.libreoffice.org/12416 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-11-15fdo#86289 renaming 'Page Preview' to 'Print Preview'Yousuf Philips1-1/+1
Change-Id: Ibf87f59238e1c07ebb23d3749a2447c5ccc50481 Reviewed-on: https://gerrit.libreoffice.org/12430 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-11-15Fix typo in bin/check-merged.shAndrea Gelmini1-1/+1
Change-Id: I7ca06602179e35d5ce86879b1081299a841feba9 Reviewed-on: https://gerrit.libreoffice.org/12431 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-11-15Partial revert of da40cac540e7d735edbe9069b3c8ec6af4530208Andrea Gelmini3-5/+5
As requested from Michael Stahl here: https://gerrit.libreoffice.org/#/c/12164/ Change-Id: Ie00bc789c1dfa3f0049c8915e0deeac7fab6e0fd Reviewed-on: https://gerrit.libreoffice.org/12432 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-11-15fdo#67040 There’s a valid use case to enable manual resizing in this dialogAdolfo Jayme Barrientos1-1/+0
Change-Id: I8af9ad0dd0bf09bd84aea7d6c9c5d5800ab8792c Reviewed-on: https://gerrit.libreoffice.org/12448 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-11-15fdo#77971 Writer:Better font selection in Japanese locale on Mac OSX.Tomofumi Yagi1-8/+8
This patch resolves the problem that Basic fonts(Asian) are Arial Unicode MS in Japanese locale on Mac OSX. Expected behavior is that Basic fonts(Asian) are Hiragino Mincho ProN font. LibreOffice 4.1 and later, on Mac OS X, the font family names are kept without suffix(e.g. w3, w6) in the system font list. Some font names in VCL.xcu (font family name including the weight as suffix) doesn't match the font name kept in the system font list. This problem reproduces at the CJK fonts environment. This patch resolves this problem with Japanese fonts environment only. Change-Id: Iaf3eb2225fbc6375d1911976ac40a4d8f2fa0590 Reviewed-on: https://gerrit.libreoffice.org/12455 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-11-15vcl: avoid crash with 'gen' backend around window icons.Michael Meeks1-1/+4
Change-Id: I4b2bedb9ac641fcb96d09afb2e60fa2c6186fd6b
2014-11-15vcl: let the Dialog ctor take an OUStringMiklos Vajna4-10/+10
To make the conversion in the TabDialog ctor unnecessary. Put conversions to other subclasses till they are properly adapted. Change-Id: I6152b6229ce9c840262739cf11812538c9e0a532
2014-11-15drawinglayer: these are expected to be UTF-8Miklos Vajna1-2/+2
Change-Id: Ic2054af851bb9d195be4d550f36b1d7349f90204
2014-11-15TabDialog ctor: take an OUStringMiklos Vajna3-5/+5
Change-Id: Ie390fb9debe3a80b3ebc5e609119723c78eadba2
2014-11-15oox: these are expected to be UTF-8Miklos Vajna1-3/+3
Change-Id: I2e9cb96948d7f990dd8be5f4505f00306fa62f8f
2014-11-15RTF import: handle right-to-left tablesMiklos Vajna3-1/+16
Change-Id: If2e60557b7551839c344d56cb3a720ae3659e93c
2014-11-15vcl: assert more useful truths on BitmapWriterAccess completion.Michael Meeks1-0/+6
Change-Id: I2ccc5eb64bf3b5d5ce94e2ddd4b9b458c3eda217 Conflicts: vcl/opengl/salbmp.cxx
2014-11-15opengl: Another places where it is too eager to check for errors.Jan Holesovsky2-4/+0
Change-Id: Ib6ca3d653f3fd1155bce418226146934e765928d
2014-11-15vcl: The backend should decide whether fast alpha drawing is available.Jan Holesovsky3-15/+10
The unx drawAlphaBitmap() already already checks that the source and destination have the same size. Windows and OpenGL should be able to handle that without trouble. OS X would need some additional code, so added an early return for the case the source and result sizes do not match. Change-Id: Ib09654aaa9c9064c232cff5094fcaa1190e931c6
2014-11-15windows opengl: Do not be _that_ eager with CHECK_GL_ERROR().Jan Holesovsky1-4/+1
Turns out that when you call glGetError() and OpenGL is not yet set up (or already turned down), it leads to an error; so when we check for errors in a loop, we never recover from that ;-) Change-Id: I849ad1dc30fc93ee1c021b446d9ad379bf9987c0
2014-11-15vcldemo: implement key-bindings and command-lineMichael Meeks1-1/+104
Change-Id: I98ea70a78f340a2050ef934de3111ba3191ff479 Conflicts: vcl/workben/vcldemo.cxx
2014-11-15vcldemo: BitmapEx rotation, translation and shear.Michael Meeks1-38/+52
Change-Id: I5a44597bc39c6bccfcec32403fae8f8d7d4fe94c Conflicts: vcl/workben/vcldemo.cxx
2014-11-15vcldemo: exercise more BitmapEx rendering paths.Michael Meeks1-7/+38
Change-Id: Iecd02534dfbe0938a8635e3b7c2363b4531ef5ef
2014-11-15opengl: Add many more CHECK_GL_ERROR()'s before returning from functions.Jan Holesovsky5-3/+44
Change-Id: I63c147acf9a4013008b0f6d76867186f04ee57d5
2014-11-15vcldemo: dump and render all icons from images.zip when zoomed in.Michael Meeks3-40/+51
Change-Id: I89f37b8a1ed70334a3485bc3ca06d04cfe6d0827
2014-11-15vcl: Fix palette modification during BitmapWriteAccess lifetime.Michael Meeks1-1/+11
Change-Id: I8bdedd63895ff0b3245d996cf35ac92d9ab0ff9d
2014-11-15vcldemo: much improved icon rendering tests.Michael Meeks3-8/+69
Change-Id: I853bc0a0957cf0db629a0a5f1ced67bc069d8403
2014-11-15vcl: re-factor image rendering control-flow.Michael Meeks1-5/+4
Change-Id: I923f92e5e84d35dafd1c0d1b4d63916ce690cb90
2014-11-15windows opengl: Finally got the text working.Jan Holesovsky1-11/+22
It still does not have a transparent background, but that is pending support in OpenGLSalGraphicsImpl. Change-Id: I477a483e6ac940f54f6ffd6816d753d87206bf23
2014-11-15windows opengl: Explain the concept of the text drawing + minor fixes.Jan Holesovsky1-4/+39
Change-Id: I4651e7e9b8163844be548d4ed975a881d4f83fff
2014-11-15windows opengl: Set PFD_DOUBLEBUFFER even for single buffer rendering.Jan Holesovsky2-2/+6
Otherwise I'm getting lots of errers when dealing with virtual devices... Change-Id: I34e145817d21dfc2d30fa9ffdfedfa714467d105
2014-11-15request single buffered context on windowsMarkus Mohrhard1-0/+1
Change-Id: I7b9789053872446e312ae4e3c471986e3c5c55d2
2014-11-15windows blind fixMarkus Mohrhard1-1/+1
2014-11-15blind fix for OSXMarkus Mohrhard2-0/+7
Change-Id: I7050057e5fa6da5bb5517713f6cbbfa60e47984b
2014-11-15let us make the virtual explicitMarkus Mohrhard1-1/+1
Change-Id: Iaa4f2ecb54d57c9badc27ec8c13033eba5be7fed
2014-11-15ialso support the ARB debug versionMarkus Mohrhard1-3/+11
Change-Id: I247d43805ce08db49b487079aecee2a7b50277f5
2014-11-15fix building the KDE backendMarkus Mohrhard1-3/+4
Change-Id: I03c8629bf27a43d6f4cc08bb8f64ed71b9055fdc
2014-11-15vcl: Implement axial gradients in OpenGL backendLouis-Francis Ratté-Boulianne3-1/+69
Change-Id: I93b8c3c076c79d992d467b01ca5f5eca1ed626d3
2014-11-15vcl: Add DrawAlphaTexture to directly render Cairo surfaceLouis-Francis Ratté-Boulianne4-42/+29
Change-Id: I7aa824578b14999d0ef667a5bcfccd731f1d3b64
2014-11-15vcl: Make sure the offscreen texture is unique before rendering to itLouis-Francis Ratté-Boulianne2-1/+25
Change-Id: I265ce62e983e6f44ba51675993c9ec1f071c160e
2014-11-15vcl: Improve OpenGLTexture implementation by allowing implicit sharingLouis-Francis Ratté-Boulianne9-215/+377
Conflicts: vcl/opengl/gdiimpl.cxx Change-Id: I6421265325e72023d1affe671d75488185772786
2014-11-15vcl: Draw gradient in alpha device even when using native renderingLouis-Francis Ratté-Boulianne1-3/+4
Change-Id: Iead4ac3e97197f8f863242a2162907b32c3c5b2b
2014-11-15vcl: Implement copyBits in the OpenGL backendLouis-Francis Ratté-Boulianne8-4/+32
Change-Id: I101afd11394d3d024d38519afd61d700114702ac
2014-11-15vcl: Use backend-independent functions to fill/render pixmap on KDELouis-Francis Ratté-Boulianne1-67/+74
Conflicts: vcl/unx/kde/salnativewidgets-kde.cxx Change-Id: I662a05d988f5989fc2ac0d06003851c56105e184
2014-11-15vcl: Replace GetPixmapFromScreen by FillPixmapFromScreenLouis-Francis Ratté-Boulianne11-131/+56
Conflicts: vcl/unx/generic/gdi/gdiimpl.cxx vcl/unx/generic/gdi/salgdi2.cxx Change-Id: I2cb960d194ee5bc38beece97e8b21cc6fa3b3fbc
2014-11-15some formatting improvementsMarkus Mohrhard1-4/+5
Change-Id: I77f0fdea3c33fded1ed1a00d3a602a5902a6a0b3
2014-11-15Make "Hypothesized Mean Difference" as parameter in t-testTomaž Vajngerl1-7/+8
Change-Id: I268495b76a1b1ffb09cf21a0fd53d9f1f1bc4957
2014-11-15fdo#73695 prevent use of invalidated iterator due to re-entranceEike Rathke2-0/+27
... through the UNO backdoor.. While charts are updated there can be chart data listeners in BASIC that in turn modify things such that charts are inserted/removed from the listener chain, invalidating the iterator. If that happens break and bail out instead of crashing. Not ideal, but.. Change-Id: Iefb33d3a96d79caed0ee4e19b73e8f811ef3d937
2014-11-14more catch by referenceCaolán McNamara3-5/+5
Change-Id: I2db9f94a517f814ef0854190e6f1194501070409
2014-11-14catch by referenceCaolán McNamara1-1/+1
Change-Id: Ib1f04971dc89df6df09bd12595d3ddb148715e28
2014-11-14coverity#1242527 Arguments in wrong orderCaolán McNamara1-1/+1
doesn't seem to matter too much, I guess its only the top left corner that really matters for tooltips. This is the vertical scrollbar as used in e.g. writer->view->datasources Change-Id: I5bd6e563a9f02edae9ca166f073556c55878826c
2014-11-14coverity#1242518 Arguments in wrong orderCaolán McNamara1-4/+4
doesn't actually matter, they are either the same number or one is 0 in which case it doesn't matter which is zero either Change-Id: If53d4287dfd57b4ce29e2f7251eb523694730e77