- 12 Tem, 2014 26 kayıt (commit)
-
-
Markus Mohrhard yazdı
Change-Id: I44e8f40935a19f8023bb23f53c5fb458eb28a3dc
-
Michael Meeks yazdı
Hopefully repairs the tinderboxen. Change-Id: I2933e6cbf1079a09dab48d4f7ed20b93634d8959
-
Miklos Vajna yazdı
Change-Id: I289632e4e686b56d83855a0a5c69744b3b7e035e
-
Zolnai Tamás yazdı
These black rectangles are character shadows, because checking whether there is a border at all was missing. In Word there is no shadow without a border. Change-Id: Ib3cb4e904fdd33f215c81d7c02762a196f484b1b
-
Miklos Vajna yazdı
Change-Id: I2065215db5da0a379e902a74eff419d5c6068d21
-
Andrzej Hunt yazdı
Seeing as this is only a test program, probably easiest just to disable this for gtk < 2.24, and rely on devs wanting to use it isntalling a new enough gtk version.
-
Andrzej Hunt yazdı
However we cannot as of yet select between rendering just the slide, just the notes, or both combined -- this simply defaults to whatever mode the document was last opened in for now. Change-Id: Ia8ec0280aab75a36e430aa04c47cee4fea2db974
-
Andrzej Hunt yazdı
Needed e.g. for changing slides in impress. Change-Id: I2f5de40d4efbacde910e27225768979a98ff1c0a
-
Andrzej Hunt yazdı
Change-Id: I5779eec97507b1996cda89174a6e6c55cdd57baf
-
Andrzej Hunt yazdı
Change-Id: I885acc9b4a52835fa256c2ecd1b8da917b4f7ba7
-
Andrzej Hunt yazdı
I.e. we render the same area as one larger tile, and then as 4 sub-tiles (which, when put together, should be identical to the larger tile). However currently only the top-left sub-tile actually matches the larger tile, so we have to disable the test for the remaining sub-tiles. Change-Id: If1130022b43898e20fefff3e9f592102da3e413a
-
Andrzej Hunt yazdı
Change-Id: I810d827f330690f8071b662b9ddd05cc41655a71
-
Andrzej Hunt yazdı
Change-Id: I569c8f0ebf4476c0a247cde15a263d1db956a14b
-
Andrzej Hunt yazdı
Change-Id: I2e16ca9d2d5fcd25b0435f1b9b0fbcb52b92e012
-
Andrzej Hunt yazdı
Change-Id: Iec3d6374f029149cadf8fb9c9b16fec90146c31e
-
Andrzej Hunt yazdı
Change-Id: I85b22b93fe4ce2ffb62df8766ceea7a1bd8961ee
-
Andrzej Hunt yazdı
Same as "LOK DocView: only rerender on zoom if we have a document open." but for our quad-tiled test widget. Change-Id: I6c1b946cc9d576d1dcc4687048339d9f0b3e6eff
-
Andrzej Hunt yazdı
Otherwise we would segfault, and it's perfectly valid to set a zoom level _before_ opening a document (as that would e.g. save the document first being rendered on opening if the client wants to immediately render at a non-standard zoom level). Change-Id: Ide261b09f4aab8dc3b552f6c3bf55f78ffd7870c
-
Andrzej Hunt yazdı
I.e. we subdivide the document into 4 tiles: one at 100% scaling, one at 200%, one at 50%, one at 25% -- these are then post-scaled in gdk) and assembled to show as one document again. This is specifically a test only widget, primarily to be able to quickly spot any tile positioning/border-transition issues. We could theoretically make this widget inherit from the original widget, however that would mean having to introduce virtual methods etc., which is not something that we'd want in production -- in the longer run that widget will hopefully be extended to have proper tile composition etc., which would then break this widget too if it were inheriting from there. Change-Id: Ib880a1614f89724135e753013cf91aec25973e39
-
Markus Mohrhard yazdı
Change-Id: I7d4a00d94cf97e988847f11ded0de2dc0cb77828
-
Markus Mohrhard yazdı
It is nor working correctly yet. Change-Id: Ic592eb2f50265886ad6d97539d2c52d7c45179e6
-
Markus Mohrhard yazdı
Change-Id: Ic9118c390f4ba69e245cb16032d3cbe19c741b11
-
Markus Mohrhard yazdı
Change-Id: Ia022f5d0200a60d993c74f2c9f29f906c6284f0f
-
Markus Mohrhard yazdı
Change-Id: Ic64f871e014bd48c5eadb6f92b69c6466d812925
-
Markus Mohrhard yazdı
This method must be a zombie as it reappears again and again despite being killed. Change-Id: Ic41e3259f2125eca7d114f54b032553e53bf71a2
-
Markus Mohrhard yazdı
Change-Id: I3b3006230476b0d16dad54035b0c80a95cbc2b20
-
- 11 Tem, 2014 14 kayıt (commit)
-
-
Takeshi Abe yazdı
Change-Id: I5e302cf7ac784e1413c0539d0c967a3523f04ba0
-
Michael Stahl yazdı
Who knows what weird conflicting stuff could be on PATH. Change-Id: I5acec89687efe736ecc1f970eb56efa22393b251
-
Eike Rathke yazdı
Needs e463de2a fix for fdo#79441 to work. Change-Id: Ide1cbeb4b25b17b5102977ccbdf8e6dbfcadfc60
-
Michael Meeks yazdı
Not an ideal solution; ideally we should not throw the exceptions, and stop the parser as soon as something bad like this happens; but hopefully exception throwing is reasonable exceptional. Change-Id: If619592533b2929c671e2b03eb8a83480bd92c54
-
Miklos Vajna yazdı
Change-Id: I0d1e22344a2aa1474d022364b12cd34d7d56c2d8
-
Eike Rathke yazdı
Change-Id: I9e96d8e7cb99a3c280dd24495eefb9efd6d10888
-
Caolán McNamara yazdı
Change-Id: I21a3b2b794a431d07df8a1bc250e8f0aacaf3059
-
Douglas Mencken yazdı
Don't force gcc-4.2 for OS X SDK 10.5 when $CC version is newer than 4.2 Change-Id: I7031517f8c2140a9dcb56abe6f6db5c9ed8f21f9 Reviewed-on: https://gerrit.libreoffice.org/10118Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Kohei Yoshida yazdı
Instead of making all chart objects exempt from unloading, check each OLE object on whether or not it already has its persistent storage created. If not, don't unload it else it would have nothing to load back from once unloaded. Change-Id: I2312e86c9376d3699ef4aa1e0cf2f4c04f706c1e
-
Matúš Kukan yazdı
regression from a5351434. Revert one line from that commit without too much understanding :-/ Change-Id: I126c25e2ad945ef1ec20a5677406434931d0790d
-
Palenik Mihály yazdı
Change-Id: I66469c17a46c1157b8e3801c0dc2b252c569a4bd Reviewed-on: https://gerrit.libreoffice.org/10213Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Joren De Cuyper yazdı
Change-Id: I36f9002300939eb66a90766676a7de51cb044df9 Reviewed-on: https://gerrit.libreoffice.org/10226Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Douglas Mencken yazdı
this fixes gcc: error: unrecognized command line option '-arch' The '-arch' option is part of Apple's extensions to GCC, and it is uncompatible with "vanilla" GCC from FSF. Also, we're not building "universal binaries". Change-Id: I44e7c72bbb1dd4be5ac9cdbc4f210aaccea513b4 Reviewed-on: https://gerrit.libreoffice.org/10117Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Caolán McNamara yazdı
Change-Id: I11e8ce8fcbf468797b08a1a3101030fd07397c98
-