Age | Commit message (Collapse) | Author | Files | Lines |
|
...so that displaying a (non-translated) error box upon BE_UNO_SERVICEMANAGER
works after all. Augment the error text with an exception message where
appropriate. This allows to revert fdfb7a3c4b3a89b73ab5546b9620348bc4984d8f
"Related fdo#51252: Report uncaught exceptions with MessageBox on Windows" as
that was to catch and display failures from instantiating the service mgr.
Change-Id: I049a38e95342634796eb0e940e2ee8e55193c9d3
|
|
Change-Id: I52d2cb88ef99b9c9846cab13ff2994ed0495d9a3
|
|
i.e. honour gtk-fontconfig-timestamp so that if we request a font from
packagekit to be installed, then we can auto-use it when it appears.
Change-Id: Id0d914a3f9cd589d9e8a87bf9be4b6e47de2e191
|
|
Change-Id: If8d460189c57f9c02923019e95bf47db1d96c716
|
|
Change-Id: I4836d7f2055c4811f0e6ccdc87dc58895528b3f8
|
|
Change-Id: Ibd749a70a7bbe8c1023edf7bd144aa6547147a12
|
|
Change-Id: I402202e199dfc8c2462859d00529f2782f6228b0
|
|
|
|
Change-Id: I568b55c3b0b799bdc91ba081e7375debce9618aa
|
|
Change-Id: I96f76ed6b33f5c786d1e3ab3981a535037a9c1b5
|
|
Change-Id: I05435615185f05ec3fd9609f039394f4ecb03def
|
|
Change-Id: I5e11865222dbb966185585fe3fd413834c6c6b9a
|
|
Change-Id: If56d66f7ee8a509566da0cf5c21ce91bced67310
|
|
Fix the maTopDockingAreaHeight computation too, it did not work.
Change-Id: I788c96960a5607482b750d536e522644e236f052
|
|
This reverts commit 64c696fc92a860fdbbe490ca503391b964dd646f.
|
|
design)."
This reverts commit eac708b0b188d7e6477922bb4bc03199cd92f5ca.
|
|
This reverts commit 663bfb42c8e2a7e3306eaa59ca77746d0aa0a197.
|
|
This reverts commit 9164d135db46be9de56ef60f4b95bbd933fdb57e.
|
|
This reverts commit ff367eb669686c80cd5f0931cf0adf81d02f49e0.
|
|
Change-Id: I15e94f112144549692d0c2babeb48c77adcb93a9
|
|
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
|
|
Change-Id: I8cb241898e22251656de4e080f1ae9bfe0359383
|
|
Change-Id: I13e33b0a04c4212aef22499ebf2911aab33ec261
|
|
Change-Id: I4d9486ccda091506ad103fa4182cadf810fcd6f2
|
|
Change-Id: Ie6aa7be5c157f1a2b3515097fce4ea81d3ae99af
|
|
Change-Id: I0228862da823901b43040c3c22f74d2483e5a6cf
|
|
Change-Id: I402481e7c6ea605c8ccfdf6cb08166859b37e8de
|
|
merge together a gadzillion hand-crafted
isSimpleChinese/isTraditionalChinese/isKoreanVariants/isCJK
implementations which should fix a goodly amount of them
add a MsLangId::isFamilyNameFirst for locales where
family name appears first while I'm at it.
Change-Id: I65377793be037d16fe7250cd7450b28aec689e83
|
|
Change-Id: I389ef70c76a3a9c837ad5406c417804ad77be948
|
|
Change-Id: Ica8076b7e21c5188a3126faf32d16904deecf212
|
|
- InterceptChildWindowKeyDown never gets called
- so mbInterceptChildWindowKeyDown doesn't get changed
- at ImplInterceptChildWindowKeyDown
a) ImplSendMessage() is never accessed
b) always returns sal_False
Change-Id: I2dc84c88644d19c238064ab1b7dff0a24f90dc5d
|
|
Add 'BuiltInDisplay' and 'ExternalDisplay' UNO properties to clarify
Change-Id: Idf5d26bf687871b3949d077fb89bfe1942839125
|
|
Change-Id: I12a55e08a83b88221d992790c97c830761755582
|
|
and fix bug in MenuFloatingWindow::ImplHighlightItem - take this border into account
Change-Id: Ieeb5a447ed58f9bb064a8b88aefc5d1b666195f7
|
|
Change-Id: I9d118a5fbe2306465d8bcdb9ddd0596588137e5e
|
|
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
|
|
[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: Ida50737f540459bd0e709c49414c3a7f4d042a47
|
|
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
|
|
|
|
Change-Id: I8e81ecd0e78f22f09db4288b781ae5f5da4d8760
|
|
Change-Id: I7e37289aba503310c54026d5a8bcbf8e4d51fb6c
|
|
Change-Id: I16210b01b67e0bc4c817a0b1480483dd6237a5ba
|
|
These are all derived from the SalLayout interface, with a similar
GetTextBreak() implementation. MultiSalLayout didn't break text that had
exactly the same length as the available space, the other two did. Fix
this inconsistency.
Change-Id: Icd9a81e039492bee82c28b8d8582e3a161dfd283
|
|
Just using the identifier ScriptIsComplex apparently results in the
address of its import stub, which has been linked into the calling DLL
(vcllo.dll). We need to look up that symbols from the handle of
usp10.dll to get the actual function's address, to be passed to
osl_getModuleURLFromAddress().
(Nothing magic with ScriptIsComplex here, it is just an arbitrary
function from usp10.dll.)
Change-Id: I If000d0c2eae3e3e32ce0ad1c26e545304d6f6d9e
|
|
Change-Id: I706593f0017d440b486f698d1158f070df4e8b2e
|
|
Change-Id: I303a750058039a4df5a237c823178c8a065f04a4
|
|
Change-Id: I2ced06de50b145ab9a876679f1ec49dd8915fbf9
|
|
The variable itself was removed in
commit 696996791d1dbfd8f410236e30be5a1fb100de70.
|