Age | Commit message (Collapse) | Author |
|
Enforce a minimum width and height of 1 in GlyphMetric::SetSize(),
preventing X11SalGraphics::GetGlyphBoundRect() from returning a
Rectangle that has one side set as RECT_EMPTY.
This problem has surfaced due to the change of the status bar in
ce14342c4292628a641a72d4f63d9c048e030c6a, causing the
AccessibleStatusBarItem to fail in getCharacterBounds() because
the text of the control, "Words: 0", now contains a space, for which an
empty Rectangle bounding box is created, which results in a wrong
return value from getCharacterBounds():
LOG> Character bounds outside component
LOG> Character rect: 43, -566, 0, 0
LOG> Component rect: 91, 2, 71, 18
It turns out that the following test was disabled due to this problem,
so re-enable it now:
toolkit.AccessibleFixedText::com::sun::star::accessibility::XAccessibleText
|
|
Change-Id: I8f99399faa3b0762bdea2aac09f1b849639cd191
|
|
Change-Id: I12a55e08a83b88221d992790c97c830761755582
|
|
Change-Id: I572a8a6dc9da4f63b7c937748b3013bab60bb6bb
|
|
Change-Id: I44b089613710bbdc776a27720c1851f68de1671e
|
|
Change-Id: Ife3ddccf65e9d2163589c3ab0f234d6e98d3105d
|
|
Change-Id: I91a89f9d0bd1eb88a94179f1c1a41bc832599fed
|
|
|
|
Change-Id: Ic70d66befc90450aeb276d53f6da7e81aef85478
|
|
|
|
Change-Id: Id52458441fc2ef3b466f5e4f716b0341dca11091
|
|
[Including few adjustments in the way the scrollbar is being calculated.]
Change-Id: I247ee139864a119bdec9dead64e51d9aace385ff
|
|
Change-Id: I9ead1221b4562dea0e1ef289944ac11ea850ed1a
|
|
Change-Id: I04c68440d7c5e5b6c620b406ff52b1cca9e2fbfb
|
|
Change-Id: I04c06fd83142c7ced83a27370f50aee88a6a2101
|
|
|
|
error: attempt to subscript container with out-of-bounds index 6,
but container only holds 6 elements.
|
|
and fix bug in MenuFloatingWindow::ImplHighlightItem - take this border into account
Change-Id: Ieeb5a447ed58f9bb064a8b88aefc5d1b666195f7
|
|
Change-Id: Ie02cf6154b7536a46cd3753c526f7c390e57a40e
|
|
Change-Id: Iaf9a750860b4e51f576c37dab2d4844c2e2146cd
|
|
Change-Id: I09d0c5d6797b6df9e84ad3574fc420241fe72707
|
|
Change-Id: I96997da0eb038cab4bdba32e0d797747623f4853
|
|
Just a line at the top and the bottom, we do not want the entire 3D effect
here, it makes it visually incompatible with the window decorations.
Change-Id: I262932fb5def21d5bc4fb347be6d6a07807bb4d2
|
|
Change-Id: I9d118a5fbe2306465d8bcdb9ddd0596588137e5e
|
|
Change-Id: Ifbb21fc26eedfde4afe2e3faf637346554f63d94
|
|
Change-Id: Ic982570a88a7f35c3b5a55a722ee759a37e1a64f
|
|
Change-Id: I14bc964e931d9ae1981e7a22e66d2699e16457f3
|
|
- when using the gtk vcl plugin, pressing F11 in writer crashes
libreoffice on some systems with an X error
- related: fdo#46687
Change-Id: I235cf327d812b606a357de859b1a959be728d2a1
|
|
Change-Id: I7ed368730ddba2dac28e05970c509081ecaf0e80
|
|
Change-Id: Ic30cdeffabec1eb1a6c153ac450a3d28064ef534
|
|
...from 8046a87ecc879651ee9cf344211cdd198a419cab. At least sometimes in
sw_complex test (with various bundled Java extensions enabled) under load, this
code reports "Signal 11 during cups initialization called, ignoring cups" and
in-process JVM aborts in panic. Looks like a legitimate SIGSEGV (to be
translated into java.lang.NullPointerException) from JVM code is erroneously
caught by the temporary lcl_signal_action in cupsmgr.cxx instead. As there is
no non-cooperative way to have different signal handlers for different threads
(at least under POSIX), and
<https://issues.apache.org/ooo/show_bug.cgi?id=86306> "office crashes at startup
on Solaris Intel" suggests this signal-catching business is only there to work
around a completely broken machine, I think it is best to simply remove it
again.
Change-Id: I55b95a71d622f83c975989a4ffb1d95ef5737075
|
|
Change-Id: Iebfe536f228e7831d81d59ea3c3692f8906f72ad
|
|
Change-Id: I5a254459a491b9547530d8e312260dceed21f25c
|
|
Follow android way of building stuff.
Change-Id: Ia3f8d7c58dbd09e070d9ea583872e115828365cb
|
|
Change-Id: I962aeac0c7feeabb7963016d5afcfeca5a48ccfe
|
|
We need to default to the Aero colors too, in order to this be really
beautiful; but hopefully already in the current state it is an improvement :-)
Change-Id: I 113039b62320fa76916ba74071e1eebff4d3476c
|
|
Change-Id: I9a68d585217550c1d229a2bc66d04e506253d747
|
|
Change-Id: I71bf94a87f8d7092b472e7a8eb58045a82749c29
|
|
[We need to introduce taking colors from theme (instead of system) anyway.]
Change-Id: I75037771f2542e924cbff01accf66cfc851ec255
|
|
No idea why the DwmIsCompositionEnabled is recommended ~everywhere where you
search for how to check if the themes are enabled; it is wrong as eg. over
rdesktop, you are still using themes, but for sure not the composition in dwm.
Change-Id: I Ib34f2a17809d03f29ccdf7d4a8b94ee7ad996bf5
|
|
Change-Id: Id07fce1f1baf7361e16f16af63f54c98a71791f6
|
|
Change-Id: I6f468005c8d8d99d9251a9c4fe4629b98bc4aa5e
|
|
Replaced by XkbKeycodeToKeysym
(cf http://nabble.documentfoundation.org/PATCH-Proposed-patch-for-XKeycodeToKeysym-deprecated-td3978158.html)
Change-Id: Ide8331705369d0c38e72bfe693102625e62a87e1
|
|
Change-Id: I I4fdd35b2d2c256f7d45022fb837178ace9d678d9
|
|
Change-Id: Ida50737f540459bd0e709c49414c3a7f4d042a47
|
|
basebmp/source/debug.cxx is only for vcl/headless/svpgdi.cxx
Change-Id: I I Ib0624d919d7c0c5ce54dbef62fa0b49fd6eb0ab1
|
|
Change-Id: I4d3fef95d3259673115833b3ee89bd8792eb3af0
|
|
Change-Id: I I I184541e99ab4e04b8534dd0341bc2f3630094e9c
|
|
Change-Id: Ic8166da819a2d6486c5122e986a156e729c7631a
|
|
A crucial line of code that called RegisterClassExA() for that window
class had been deleted by accident in commit
cda4a293608514783d38d470799cfbf97b245cc6 "Code cleanup" in May 2011,
whoa. So apparently that window class is not needed for much except
embedded video in Impress?
Change-Id: I I19e70cefcf47aaf8a12a62539e0dacc5adb3c3b1
|