- 11 Mar, 2015 35 kayıt (commit)
-
-
Chris Sherlock yazdı
Change-Id: I997701eb56ca13ff0806f7284e1634c755f06fd5 Signed-off-by:
Stephan Bergmann <sbergman@redhat.com>
-
Caolán McNamara yazdı
Change-Id: I271e045ed2f80e648d620f26cd60215f7f806bd1
-
Caolán McNamara yazdı
Change-Id: I38f0e3d606d80b717b27a105ebe72b96f3eba50b
-
Caolán McNamara yazdı
Change-Id: Iaed1dafbae75fa61b15349aedda50a7b2d895719
-
Caolán McNamara yazdı
Change-Id: Id6b72a1a3133e47a07ee274f4082dde0e7032894
-
Caolán McNamara yazdı
Change-Id: I5da7ec2992f9f0b20aa075ee33d0b882cdf91901
-
Eike Rathke yazdı
Change-Id: I507b6dfc0ce1a7b0f28142b05e15834ad6e6ac80
-
Eike Rathke yazdı
Change-Id: If781e6ab13eb5ad175352e330379776d6ca4fcd8
-
Stephan Bergmann yazdı
Change-Id: Ie64d47123200c23a1aa2c0a81135b265d09c0f63
-
Chris Sherlock yazdı
Change-Id: I673c8daabb6438f833571b0c70df1e73e6b8d273 Signed-off-by:
Stephan Bergmann <sbergman@redhat.com>
-
Michael Meeks yazdı
We need the default instance created first. Change-Id: I95f51e9ec5d9827f2b1b53bcadb1f43c9e637edd
-
Michael Meeks yazdı
The system timer needs earlier and/or more consistent initialization. Change-Id: I148d98537cc055a091181bd36a654ae35f665aaf
-
Eike Rathke yazdı
... because sFormula1 in such cases usually (?) is not empty. Change-Id: Idc0b71e258018b4728e3d7e7f8942e0c09b22e5c
-
Noel Grandin yazdı
10a1b861 "convert MarkType to enum class" Change-Id: Iad1c294c4836ededea23c5edcb67dea54dd5357a
-
Tor Lillqvist yazdı
One or more pointers into them apparently gets stored into the NSSCMSMessage data structures during the my_NSS_CMSSignerInfo_AddUnauthAttr() call, and thus when the variables go out of scope said data can and will be reused for some arbitrary other thing, and those pointers in the NSSCMSMessage will point to bogus data. Avoids a crash when compiled with gcc. (No crash when compiled with Clang, it apparently allocates nested block stack variables differently.) (The Windows MSVC build uses a different code path entirely here.) Change-Id: Ic941d766904a216cce86ee6bd38864801b9110e8
-
Noel Grandin yazdı
after my commit 5eea85ec "convert SwMoveFlags and SwInsertFlags from enum to enum class" Change-Id: If5af977fdd77b82de447b71e166d81fca5840395
-
Noel Grandin yazdı
Change-Id: I73c23d327104b377834013a0a6bd2de18de2900b
-
Luboš Luňák yazdı
According to the X protocol log in the bugreport, this timed function sometimes does time out, in which case the timestamp becomes 0, which as user timestamp is interpreted by window managers as "do not focus", which is indeed stupid to ask for just because a call timed out. Especially given that this is broken in principle, as the event is bound to come (barring the more than 5 years old libxcb bug, which must have been such a lame bug that it probably shouldn't even have been worked around, and definitely not unconditionally and permanently). Change-Id: I4d122ea038c0c56b1fda590df13bf119d746fd0a
-
Caolán McNamara yazdı
Change-Id: I4a33bd92fc8448638a4bfe1eab7e5041a4c5cc39
-
Stephan Bergmann yazdı
The problem being that any lib later loaded via osl_loadModule (e.g., libgcc3_uno.so) would not bind to the same global (RTTI-related) symbols as libsofficeapp.so and its dependencies (so, e.g., -fsanitize=function would erroneously assume that bridges/source/cpp_uno/shared/component.cxx's uno_initEnvironment is called with a different, non-matching uno_Environment type). Change-Id: I08b0cbc1f9eb74641eb617c46587a0a528a56c31
-
Stephan Bergmann yazdı
...which already takes care of things like increasing stack size under ASan Change-Id: I89f9a25a660aacd41e1125766b23f7be395e7af8
-
Stephan Bergmann yazdı
Change-Id: I3fd9d6447adfa365a823ca6e87f0939670bcb39b
-
Noel Grandin yazdı
Change-Id: I1aca134fcc0384df4797cacafa9fbc1ed88d6617
-
Noel Grandin yazdı
Change-Id: I3cf5670e8cc616e4284c5f4865d244ee4db2c628
-
Noel Grandin yazdı
Change-Id: I2cfc9f2f165f970daa2dc42ec4d733dde968b55a
-
Noel Grandin yazdı
Change-Id: I7fb7b76d0642653efb9f3cfe2b55e3a7c5972c5e
-
Noel Grandin yazdı
Change-Id: I067656a47845c5d3fa143ce400b4ef0f8bf9ac5f
-
Noel Grandin yazdı
Change-Id: If7dd0c49480756afb7d4eaaba597ecc305c35f64
-
Noel Grandin yazdı
Change-Id: Ie54e0699312b6c072d2b162a068cffdf960be4d0
-
Miklos Vajna yazdı
Change-Id: I7da23e7b7d35f2cf46c7dfbc8f251da2205925bb
-
Zolnai Tamás yazdı
Change-Id: Idedcb4a9add451fbdf39cad1429669a12b8c11b9
-
Zolnai Tamás yazdı
Change-Id: I9b9335464c774bca13013576583877895d673592
-
Zolnai Tamás yazdı
Change-Id: Ida97950286bc69154d10cbc9b5ac699e7ad608ad
-
Caolán McNamara yazdı
Change-Id: I7783d96e40de7a8df794f143d2c7830bf3314218
-
Caolán McNamara yazdı
Change-Id: I715d49722ebe4658c108cb9b7bd6fa3934d973f8
-
- 10 Mar, 2015 5 kayıt (commit)
-
-
Michael Stahl yazdı
Since commit 5bff4b01 the SvxAutoCorrCfg::pAutoCorrect is cleared by one terminate() listener but then another terminate() listener calls Commit() on all modified utl::ConfigItem and these two have a Commit() that does not clear the modified flag so they are always modified. Sadly there's no non-virtual Commit() wrapper that calls ClearModified() on the base class... Change-Id: I9ae220d78bb109c7bf0fdc544754a0686b357115
-
Michael Stahl yazdı
Thanks to Eike for finding this: The anchors ^ and $ now anchor at the selection boundary because the only text the regex matcher gets passed is the selected text. This in two paragraphs aaa bbb aaa bbb aaa bbb aaa bbb when the selection spans from the second aaa to the third bbb, for "^aaa" finds the second aaa, where previously it found the third aaa at the real paragraph start. This may not be expected by the user, because the behavior of ^ is described as "Match at the beginning of a line" (or paragraph in our case), which the previous implementation did. (regression from 806ced87) Unfortunately it's not obvious how to implement the same in searchBackward(). Change-Id: I07f7a8476b672d9511fa74ca473c32eea427698f
-
Michael Stahl yazdı
Change-Id: I9ea963d09c2975b8e40856e3ba2d3896be9a1876
-
Eike Rathke yazdı
Change-Id: I4a43ea664e9db2bb44e0e7f089a71abf6f572b1e
-
Eike Rathke yazdı
Commit 8e2293e0 changed STREAM_SEEK_TO_END logic, ensure that in a dbgutil build we catch unnoticed corner cases with assert() instead of just another fly-by warning. Change-Id: If6c4fb4d2467f7dc7b8177caf7353d0b0e56ed0d
-