- 17 Ara, 2015 12 kayıt (commit)
-
-
Tor Lillqvist yazdı
For some reason this is needed in the case of GraphiteWinLayout and OpenGL. Otherwise when a space glyph is "drawn" into a space that is wider than the nominal width of the space glyph, we get two black rectangles surrounding the white space "glyph". Change-Id: Ifb4ea00d9e5f078518ac97d7dd18694088aa1cdf
-
Xisco Fauli yazdı
it's not perfect but at least we can already display the text, which is better than displaying nothing Change-Id: I89627010ac8071c106b41c1de6b183a619f8158b Reviewed-on: https://gerrit.libreoffice.org/20642Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Armin Le Grand <Armin.Le.Grand@cib.de>
-
Caolán McNamara yazdı
Change-Id: I8aabc68e8dfb9376cafe4cc709b18344da083a01
-
Caolán McNamara yazdı
once they are visible we can't move them under wayland, so start then hidden, move them and then show these floating windows are very delicate. Change-Id: Ia233c23f25cec453df79ef70cab6210dbdd280a0
-
Caolán McNamara yazdı
Change-Id: Idce03318fbc01039a6c0638879785607970993c0 Reviewed-on: https://gerrit.libreoffice.org/20746Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Caolán McNamara yazdı
Here it is creating a toplevel floating system window which needs special hackery to function. Instead convert it to a non-system window which means that it is in reality only a vcl construct. The small downside is that it is now unable to leave the confines of the toplevel system window in which it lives. Upside is that all the special hackery related to it which generally doesn't work half the time in various window managers and now in wayland can go away. Change-Id: I7ad7c35091086f7671ff4a178c7fa04202c20e09 Reviewed-on: https://gerrit.libreoffice.org/20745Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Tor Lillqvist yazdı
It returned true only on iOS, and we do use tiled rendering successfully also on the other non-DESKTOP platform, Android, plus obviously for LibreOffice Online and other LibreOfficeKit clients, so it is quite likely that the function was not really needed. Besides, the code doesn't even build for iOS at the moment. Change-Id: I229bce61eaab9b795a1d5e959cb6587dcedf1ef1
-
Samuel Mehrbrodt yazdı
Superseded by the Sidebar Change-Id: I54970d71cd9d42de4f47b223e50dd9474b40632a Reviewed-on: https://gerrit.libreoffice.org/20724Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
-
Miklos Vajna yazdı
Change-Id: I508a29fd261865771d780b1c241841d9abfeb6ed
-
Stephan Bergmann yazdı
...so it gets deleted upon an exception Change-Id: I239f916019806eef1b761248fd167f5febf25001
-
Takeshi Abe yazdı
as well as SmNode::AdaptToX / AdaptToY's. It was pointless because the client code in the functions always cast it off. Change-Id: I00c690bd98a566fb167708216d766a2894de669f Reviewed-on: https://gerrit.libreoffice.org/20710Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
Noel Grandin yazdı
Change-Id: Icdc5f7137cca8360f116d5d4c7b0bf4a4c526e1d Reviewed-on: https://gerrit.libreoffice.org/20712Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
- 16 Ara, 2015 28 kayıt (commit)
-
-
Matúš Kukan yazdı
..to avoid rebuilding galleries all the time because 'version' rc-file target is PHONY. Instead name what exactly is needed. Change-Id: Idf3c5a4a5b64a48ae06c46acf24e49f6a1ac2114 Reviewed-on: https://gerrit.libreoffice.org/20407Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Matúš Kukan <matus@libreoffice.org>
-
Michael Stahl yazdı
Change-Id: Ie1047a2a213632f05b0ae091a3a7e4118a271082
-
Michael Stahl yazdı
Change-Id: I4520a9d0350349cb083ed627a19264a3a97e090f
-
Miklos Vajna yazdı
Change-Id: Ifa39777795ce966662c31c891ffc1b9b1a297b00
-
Michael Meeks yazdı
Change-Id: Idd095e0a3b5e5226eaf1db90bfb0a838bc51de19 Reviewed-on: https://gerrit.libreoffice.org/20741Reviewed-by:
Michael Meeks <michael.meeks@collabora.com> Tested-by:
Michael Meeks <michael.meeks@collabora.com>
-
Miklos Vajna yazdı
The body frame did get a request to shrink, but because it had fixed size, nothing happened. Trigger a recalc that does the right thing wrt. hidden whitespace. Change-Id: I446978da8b33372c2ab30200b45b1bcec1dea7a0
-
Markus Mohrhard yazdı
Change-Id: I5569eb618b5577714bd10c77ade198638394df8b Reviewed-on: https://gerrit.libreoffice.org/20725Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Markus Mohrhard <markus.mohrhard@googlemail.com>
-
Stephan Bergmann yazdı
...judging by how XFStyleContainer appears to own the pointers in m_aStyles, but are apparently not needed anyway Change-Id: I5ca64680bf8b7b5198f30dac4f4558069d476970
-
Giuseppe Castagno yazdı
Currently the connection timeout is governed by operating system default. LO timeouts will be used in place of the TCP socket operating system ones, only in operating system where this is currently possible. The timeouts to use can be changed in LO configuration: 'Tools > Options > Advanced > Expert Configuration'. Propriety names are ConnectTimeout and ReadTimeout. ConnectTimeout contains the timeout (in seconds) used when making a connection (max 180 s, min 2 s, default 20 s). ReadTimeout contains the timeout (in seconds) used when reading from a socket (max 180 s, min 20 s, default 60 s). Change-Id: Ide69ab137274c3bf71332b6e76666151ecac1f1e Reviewed-on: https://gerrit.libreoffice.org/20195Reviewed-by:
Stephan Bergmann <sbergman@redhat.com> Tested-by:
Stephan Bergmann <sbergman@redhat.com>
-
Stephan Bergmann yazdı
...and calling remove on a list apparently returns None Change-Id: I7a44d85cfebf17ac89bef0ce2d322a2cfa929899
-
Stephan Bergmann yazdı
Change-Id: I9a9748879fcc55b524138d865e71a713efad180d
-
Stephan Bergmann yazdı
Change-Id: I13058816e8b2b1c821f0123f110671706bf90449
-
Stephan Bergmann yazdı
Change-Id: I7794e40e07520c1e504b1167aa64cf24819271f2
-
Stephan Bergmann yazdı
Change-Id: If1c0b7285817bb10338077460b77de4a27d35753
-
Stephan Bergmann yazdı
Change-Id: I51d1969f9f88d9e29fc081fd54df365578900126
-
Stephan Bergmann yazdı
Change-Id: I0c8468219a4a9df904f34ec1363043bc46265c14
-
Stephan Bergmann yazdı
Change-Id: If416f9539136563dba43f38f7622d70e7fb1f005
-
Stephan Bergmann yazdı
Change-Id: If1576f9eabcad4e0287181838e0a019fe9372065
-
Stephan Bergmann yazdı
Change-Id: I170b12d1024d51beb5c48333c0759bc33049f577
-
Miklos Vajna yazdı
Change-Id: Ie9f9c5cc94b87914bcd7d5392f6fd1ee447e94ec
-
Juergen Funk yazdı
001e694e OutputDevice::LogicHeightToDeviceCoordinate(long) const 449d272d OutputDevice::GetCanvas() const OutputDevice::HasAlpha() OutputDevice::LogicToPixel(basegfx::B2DPolygon const&) const OutputDevice::LogicToPixel(basegfx::B2DPolygon const&, MapMode const&) const OutputDevice::LogicToPixel(vcl::Region const&, MapMode const&) const OutputDevice::PixelToLogic(vcl::Region const&, MapMode const&) const Change-Id: I284a89ccf9c3bc0dffd47789e0fe8afe83606e0f Reviewed-on: https://gerrit.libreoffice.org/20732Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Samuel Mehrbrodt yazdı
Change-Id: Ie0b842cd35ca05e4adfc0b8692423e0a91e1739c
-
Caolán McNamara yazdı
Change-Id: I7e4f5c075ca4844f81a59071bed475ea1da4bf91
-
Caolán McNamara yazdı
a min size equates to a size-request which is reliable under gtk3+wayland as the dialog contents size. a default size equates to the size of the dialog, which includes decorations under wayland Change-Id: I20baf00fb5952ab93628f4dd6891779ce682783c
-
Tor Lillqvist yazdı
Change-Id: Ide3457c5baab3d7f84990f6c2311975002ba9f18
-
Tor Lillqvist yazdı
Change-Id: I2e16ae2ecb5f3a2a37c795e5ee26f72fc92b25bc
-
Samuel Mehrbrodt yazdı
Change-Id: I6bb154102d5e58e7c7e1f1b0d68629555a6d1697
-
Samuel Mehrbrodt yazdı
Change-Id: I92faa8dfab7703b81ce96dafaac840cfb49ff3bb
-