Age | Commit message (Collapse) | Author |
|
Change-Id: I57c1bd476183c941a70cc0c60fd4e42bbe95ccb2
|
|
Change-Id: If965f73934c182a1c96d9fdca6f395c256f6b259
|
|
Change-Id: Idb7e5ff0c73bbc2c462b92cd96444eb5d2d4194b
|
|
Change-Id: Ie7f382fb47463d9bc315dc767c1d0550145ec935
|
|
Change-Id: Ibbaf7c3e013a4b098640f4354f8d1e46c13e43af
|
|
Change-Id: I8a886f752d2a16ec4c10656bcd0b3631647971b2
|
|
Change-Id: Ic0c6458268b529bd0107d6ed5a35f49241cfb833
Reviewed-on: https://gerrit.libreoffice.org/24146
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Jan Holesovsky <kendy@collabora.com>
|
|
...which takes a raw filesystem pathname that is internally converted to a file
URL (similarly to what is supported for the INIFILENAME and URE_BOOTSTRAP
bootstrap variables in rtl::Bootstrap). That way, the gtktiledviewer executable
doesn't need to try convert a pathname into a URL.
Also adapted various parameter names to make it obvious that URLs get passed,
not pathnames.
Change-Id: I33ab31fe142d94ee47885033ef48278ef5ff55a2
Reviewed-on: https://gerrit.libreoffice.org/24241
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
|
|
So that users of the widget can use a custom user profile, allowing
running widgets users and LibreOffice in parallel.
Change-Id: I1bd0a8e53aa3216adc721052cf30f0dd174327bd
Reviewed-on: https://gerrit.libreoffice.org/24237
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Jenkins <ci@libreoffice.org>
|
|
Regression from commit 2c91cb08d65cd35fa8ef6eaca3677aa82fb58cbe (better
drawing support for borders of different width, fdo#33634, 2012-04-04),
the problem is that previously the width of inner/outer double border
lines got rounded to integer values quite early, but after the commit
they are kept at a double precision for much longer, which needs pixel
correction in VclPixelProcessor2D.
Example: if the border with is 1.47, and the line gets moved by 0.2
pixels, then the inner and outer edge of the line will be 0.2 and 1.67,
which gets rounded to 0 -> 2 in the pixel processor. Previously the
input was rounded to 1, so moving by 0.2 resulted in 0.2 -> 1.2, which
got rounded to 0 -> 1. The result is that sometimes the line width is 1
pixel wider than expected.
Fix the problem by allowing VclPixelProcessor2D to request pixel
correction from BorderLinePrimitive2D. It wouldn't be possible to do
pixel correction only in VclPixelProcessor2D, as it has no idea what to
correct: it only gets polygons, so it has no idea if e.g. the top of a
polygon is the outer edge of a top border line or an inner edge of a
bottom border line.
Change-Id: I1971f3a952fbcdc598ab46c659e12d976c13cbe6
Reviewed-on: https://gerrit.libreoffice.org/24221
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
|
|
Change-Id: Idcdd35302e60392fae9f63de1828e1a41ab89610
|
|
Change-Id: Iee63999e4953a083783cb5c9811640150616472d
|
|
Change-Id: If0194bf8c888bc743b64984f6b655be4fe52aa1b
|
|
Change-Id: Ib690fed0a0ab76325370c2ca42d4e25c4d0a2882
Reviewed-on: https://gerrit.libreoffice.org/24186
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Jenkins <ci@libreoffice.org>
|
|
Change-Id: I697f8c442cc4db7b38601c32fb71e0201f145354
Reviewed-on: https://gerrit.libreoffice.org/24106
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
|
|
Change-Id: Ib5e2ae7ba7ca543f0f03ce4296b60ce4bddf75b9
Reviewed-on: https://gerrit.libreoffice.org/24102
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
|
|
Deprecated in favour of comphelper::SolarMutex
Change-Id: I159077562660de5df25601fa471447f4b64a2cf1
Reviewed-on: https://gerrit.libreoffice.org/24079
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
|
|
Change-Id: I220735e76174438d18929a9a92e289933c12fb0c
|
|
Change-Id: I17a4dc73c3fc81b0bfebdf442021af65f8f6166c
Reviewed-on: https://gerrit.libreoffice.org/24075
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
|
|
Change-Id: I5995510c5c0686e5e69e8853d81dcba83ae96211
|
|
Change-Id: I09e6ea5cbab5b06dd284a096503b19c15b2136ce
|
|
Change-Id: Icfd516f9fab9c6af6898b1880e51f747f4e25793
|
|
Change-Id: Id8cca55a9e179cf7dbbc09b553ec9a00b9ef03ef
|
|
Change-Id: I680e4ca0d20d5ddabdc875a1d6bec27322956f5e
|
|
Change-Id: I0f44beaec29a24e81e3c3ccace00013091eeae92
|
|
Change-Id: I7d405830785cb12aaceb65d6ed03dda04aa90fd8
|
|
Change-Id: Ie166eaef65e56fafe4e57a5559b587d7558d7aa4
|
|
Change-Id: I1434d96ae800d8e155262831472cf632d640b4c5
|
|
Change-Id: I8c9d6e972f74ee04c8befda3b4cabb6e9b6b2054
|
|
Change-Id: I95f0a17b9b8bab592a60f6b5223b4668c5355275
|
|
Change-Id: Iec989e9060c77dd5b010224b37633179cee4f7e9
|
|
Change-Id: I0c5daabe31393db08654dd9f22abc757f6c67d4c
|
|
Change-Id: I6a46110c6d0092b21e7b3a0245ccf11ca7ccac85
|
|
Change-Id: I68e69620d4725aac66ded11e7d316caf03098249
|
|
Change-Id: I11deb7c73a1c160d587d74c9851ff10c875c972b
|
|
Change-Id: I563c18c35291ced91bc29ab9162c5363ee8b19f9
|
|
Change-Id: Ice52ebbfeca45c8587fdcd0d3dea5c02c7de27e3
|
|
Change-Id: I751977ecc1b532f72dd5673767471cb0a2cdbd06
|
|
Change-Id: I502a0ec6627f37e17c4a9adebda58299167a8126
|
|
Change-Id: Ib6a3342fdeeb7eb566e12eb599022b99c5f54b7e
|
|
Change-Id: Idde288ab4bb7935e5da2a84190fd4b398961d358
|
|
Change-Id: Ie93b33502325f00ba95ab168a445a347148f9edd
|
|
Change-Id: Ia7fc22152af2facf3134d9e0975cfb9608b2e931
|
|
Change-Id: I1e3247a15eef62455e48229732418e7c824bb0b4
Reviewed-on: https://gerrit.libreoffice.org/24036
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
|
|
For consistency with what 38cd1d9a5f00dc69ba0d60e2fe6957090c7a26d1 "clew: move
this foreign code to external/clew" did for clew.c. Library_scfilt depends on
clew/clew.h, simply make it depend on the full clew external.
Change-Id: Idcbf56a69084e108832c8970507ebea0f7ff400b
Reviewed-on: https://gerrit.libreoffice.org/24035
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
|
|
Change-Id: Id2c34c5515ca72bba98ff618171b94a6d2da3620
|
|
Change-Id: I9d36c79e73d061689b6f9b9ddc5f5a99f8a2d2ab
|
|
Change-Id: Ieb94e82b102673fd3c916d09d8390e6528b37c11
|
|
Change-Id: I2e632b1e3f6f8725b184918c2205c3772bb37e32
|
|
Change-Id: I10a889a44126d8a07c47bee42eac2aee7a024426
|