- 14 May, 2012 40 kayıt (commit)
-
-
Fridrich Štrba yazdı
Change-Id: Ibb86fb64dd8bee950b70890018cd15dffd7484b1
-
Michael Stahl yazdı
Also adapt dbgutil code for previous commit
-
Noel Grandin yazdı
I added a GetPos() method because quite a lot of code used that method and the existing code is quite tied to the precise return values of that method. Change-Id: I9af6b923d978abe758b63d835f228495c020455a
-
Michael Stahl yazdı
::boost::ptr_vector::erase will delete the element, so p points to freed memory after that line; try to get this to work via the transfer method.
-
Noel Grandin yazdı
Change-Id: I1c92f9d77723979a9d16e9114282dec8d3566de6
-
Noel Grandin yazdı
Change-Id: Ifd81de26432d2e7ceed1a643e3c2009e97f8a5b2
-
Noel Grandin yazdı
Change-Id: I722fda99e8c13785c37fe20a89c1e7b6620b884d
-
Noel Grandin yazdı
Change-Id: I7f0adc9e2e196652dd938c27630fb2e13f9900e3
-
Noel Grandin yazdı
Removed the copy constructor because it was dangerous, it could result in accessing an SwTOXSortKey object after it was released. Removed the operator= because it was private, and no longer used. Change-Id: Ifaf21cbbad5f8b9cabddcc3009e4ed776b1fdd71
-
Tomas Chvatal yazdı
Change-Id: I10b6043bf43d0b65a982a8c4f0067ac726189c53
-
Julien Nabet yazdı
Replaced by XkbKeycodeToKeysym (cf http://nabble.documentfoundation.org/PATCH-Proposed-patch-for-XKeycodeToKeysym-deprecated-td3978158.html) Change-Id: Ide8331705369d0c38e72bfe693102625e62a87e1
-
Stephan Bergmann yazdı
Change-Id: Ifab63273b12963e748c9b937648b2079fcd0c796
-
Stephan Bergmann yazdı
...that would otherwise lead to "Bad insert element" failure during live-insertion. Change-Id: I74f883c9b613f03256abb7be7657f25b418f821d
-
Eike Rathke yazdı
Method assumed that not much attribution happens below data and started from the end of attribution, in the case of not much attribution it worked fine. For the case of many differently formatted areas with a sufficiently large area of visibly equal attribution near data end it was a bottle neck looping over unnecessarily many comparisons. Start at data end instead. For the case of not much attribution it doesn't really matter, and for the case of no sufficiently large area below data end it doesn't matter at all and compares the same number of entries. The drawback would be a large area near attribution end with many small areas between data end and the large area. Observed with test case of fdo#46160
-
Tomas Chvatal yazdı
Change-Id: If0b7234ede1d9f8c59e5df692b45539a508d8921
-
Kohei Yoshida yazdı
Or else crash would ensue... Change-Id: I537523818eae3d558c300705baf7a5d9a8fa6dd9
-
Kohei Yoshida yazdı
Change-Id: I1267629da8b66fc21c4ae2e78634c2093274aa61
-
Miklos Vajna yazdı
Change-Id: I3ac70ea343edde406e78845a112aabcbd8ff65b1
-
Caolán McNamara yazdı
Change-Id: I03ab6367a40ddc5748a499c4e2c7f108a3ef8a08
-
Matúš Kukan yazdı
Change-Id: Ia74a76659d97d10299d9ddfe8d2118d5c1c5725e
-
Matúš Kukan yazdı
Change-Id: I73ab08289965a311e36ea5f0187d57f7662208ab
-
Matúš Kukan yazdı
Change-Id: I I4fdd35b2d2c256f7d45022fb837178ace9d678d9
-
Miklos Vajna yazdı
Change-Id: I Id7f647be04245496bb1970b1bcc621d97395c032
-
Takeshi Abe yazdı
Change-Id: I5a097beaaeb30214ed6071bba1297e551291922b
-
Noel Power yazdı
Change-Id: I088e8fef273a42ad3e1d87d249a998867c22b4c6
-
Michael Stahl yazdı
Let's hope this works now. This reverts commit 6113b27e. This reverts commit 4e90345a.
-
Michael Stahl yazdı
and it apparently causes linking failures on Windows, so try without.
-
Michael Meeks yazdı
-
Michael Meeks yazdı
-
Stephan Bergmann yazdı
Change-Id: I75c88b83903c7510291b9d021fd4837b2c8d5e4c
-
Noel Power yazdı
Change-Id: I2a9eb4d5c6e8dfea2aaf9b8667d3e3de7b1357fe
-
Noel Power yazdı
CppunitTest_basic_enable.mk & test_basic_enable.dll seems to suffer for some strange multiple defined symbol crack which is killing the tinderboxes, disable for the moment Change-Id: I1584c11a0445ac36c138ae075ca365ad4b2effe1
-
Michael Meeks yazdı
Thanks to Daniel Naber for some great detective work Change-Id: I8318368971c3d34064ba2e59e757a2e5839d7d6b
-
Petr Mladek yazdı
Do not call gfxFont->getName() twice; Thanks David Tardon for catching this. Heh, I wonder if gfxFont->getOrigName() ever given any different value than getName() ;-) Change-Id: Idaf95a6a024076c6d450519923b6129166a5f8bd
-
Caolán McNamara yazdı
retain this as an int so that on platforms where char is unsigned we don't mangle the value and get this all wrong. Fixes database opening tables on ppc if -fsigned-char is removed Change-Id: I66f0c6b1b19191595f8b348377579f2daabf7ada
-
Caolán McNamara yazdı
This reverts commit 875c9a28. because it doesn't make sense to build the dmake modules without -fsigned-char and the gbuild modules with -fsigned-char and we're still got a few bugs where we assume chars are signed Conflicts: solenv/inc/unxlngppc.mk Change-Id: I6ac07fa3ebadd83efd0da1ee69a010b62dfaad59
-
Caolán McNamara yazdı
Change-Id: I3854a9958f49dbbabe7a604e4604d5d8f79adc11
-
Caolán McNamara yazdı
Change-Id: Ib119c7bf8e04b8274026159218281cb3f220c8d0
-
Caolán McNamara yazdı
Change-Id: I7cde2a79462c71f4ce6e3ab75152e804ec7260f9
-
Caolán McNamara yazdı
Change-Id: I88fca8854db96fdba1ea9069fb95a237c5b02bb2
-