- 21 Eyl, 2012 29 kayıt (commit)
-
-
Matúš Kukan yazdı
Change-Id: Ibd083bb30ab80453209be97a415f52a7cb9f4c49
-
Matúš Kukan yazdı
Change-Id: I68df188c229f7cd31d5b79c073fe9440e307ad1d
-
Matúš Kukan yazdı
Change-Id: I7e396b9ed7f3d64c0b085448fdea562e3d740084
-
Stephan Bergmann yazdı
Change-Id: I2ff0ee983d008d580bd9d52cedc2643293b9710e
-
Sergey Farbotka yazdı
Change-Id: If8a0f527102b70bf1dcf292f8df31aaff9fba5c8
-
Markus Mohrhard yazdı
Change-Id: I88cf1e679dc83e051e27a1d20775cc161cb9e3c5
-
Markus Mohrhard yazdı
Change-Id: I588565f65be5c9de54b9f038cf297fda4022fd9b
-
Tor Lillqvist yazdı
Change-Id: I350aeeb7fb1e00b201077883dd5fd601b42a626b
-
Tor Lillqvist yazdı
Change-Id: I65f09e54c80df4e96e24548692eeb3a57e1de517
-
Tor Lillqvist yazdı
Change-Id: Ie1ff96b6f58bf694b8d08a3316144becaaefe6d9
-
Tor Lillqvist yazdı
Change-Id: I6a5eefe86e23499b555b34c6ba2ebe131e109304
-
Stephan Bergmann yazdı
...so that e.g. --headless (starting with a "h") is not also mistaken as -h and disables pagein and javaldx. Change-Id: I8a7b2b0373d96ec586975e07e17e7eabe201dcd0
-
Stephan Bergmann yazdı
There is always the question whether we should add in front or after any existing value. I add after here, mainly to keep gb_Helper_extend_ld_path consistent and simple. Also, WNT_INTEL_MSC JunitTest was causing the Java code to call soffice with empty (instead of unaugmented) PATH. Change-Id: I3888c0a9085cee7052eb6ea1ed7bbf4a2ea14408
-
Thorsten Behrens yazdı
Change-Id: I5f18a9679ae4896e5f0271284abfb0062c788f0b
-
Tor Lillqvist yazdı
Change-Id: Id9c452d9c1034f2e7969a9eae7588f2eb81a8813
-
Tor Lillqvist yazdı
Change-Id: Idc7179f393da9e97a86ca910eff15697f094ece1
-
Tor Lillqvist yazdı
Change-Id: Ie0b9ae2a908814eed43b351f15436a2b9c5ad484
-
Miklos Vajna yazdı
Change-Id: Ib7b48986d5b01c75ae0be8dd6618a2e8be2ae51c
-
Takeshi Abe yazdı
Change-Id: Id10a6cef0ae25247ded7846dfd7df27922a9410a
-
Cédric Bosdonnat yazdı
Change-Id: Ifb3216115e6d4ad8e3b40ab798ed438b7e502f47
-
Cédric Bosdonnat yazdı
Make sure that the collapsed empty cell paragraph is more important in FormatEmpty than anything else (fly frames are the onle case. Change-Id: Id88e3370e988b45eabe4b9b30628e5472e9db1fe
-
Miklos Vajna yazdı
Change-Id: I13bc9452385fff1bdc2577ea000ba208206a2c32
-
Tor Lillqvist yazdı
Change-Id: Id14a7be627502cb8aa2173f0206c84cd27fab2e6
-
Jeremy Brown yazdı
Change-Id: Ide7b8feeee240faeabb0164a3f82849d70bb11b3
-
Stephan Bergmann yazdı
Change-Id: I8edbd023f4eca28ccfe4cf373eb742551523ef46
-
Andrzej J.R. Hunt yazdı
It appears that activity-alias is actually misleading, by using android:logo a different icon is used in the actionbar than in the launcher, and setting android:label in the intent-filter sets the desired launcher title. Change-Id: I06e0ddc83498333ec45bdd83d56c47451e59df2a
-
David Ostrovsky yazdı
Change-Id: Ie7261c651c20350fb69fe2ed55f8272a3db132ba
-
Tor Lillqvist yazdı
Change-Id: I9bcd9b5402e9c22568b2e6afd5b26ffbea40eb94
-
Tor Lillqvist yazdı
Change-Id: Ib8430f7e3a47d8f75c3df9baaa1760b2e07e4939
-
- 20 Eyl, 2012 11 kayıt (commit)
-
-
David Ostrovsky yazdı
Change-Id: Ia8dd0c29b4624601d8cb85cece0fcb2842c2d2f9
-
Kohei Yoshida yazdı
For this usage, boost::shared_ptr is probably an appropriate replacement. Change-Id: I89bea80d330f362e60af4ce66a23316d0029e0d8
-
Kohei Yoshida yazdı
Change-Id: I67fea6c4749b2c69868132bacd761e90933ed84b
-
Kohei Yoshida yazdı
Change-Id: I78a461609bc85cff3cc44dcdf993b16c0a1e37b1
-
Kohei Yoshida yazdı
Change-Id: I9b771bb9b57ba107e6dadb7cf85d44815f487261
-
Julien Nabet yazdı
Change-Id: Ic0ecaad629cfaed7d249852db24fd24d2020686b
-
Julien Nabet yazdı
Change-Id: Ib3a7a90174b14c77d01285430151098142815867
-
Andrzej J.R. Hunt yazdı
Change-Id: I0e6d87db90a60b300f68d83c5f5d2b1ba98f420c
-
Julien Nabet yazdı
Change-Id: I3c2fd7eb1ccf445f7f389f7400784748a80aa929
-
Matúš Kukan yazdı
Change-Id: If4d2c45a4c819d17043b5dcb89a184f470a8fe57
-
Tomaž Vajngerl yazdı
Painting code for entry in SvTreeListBox switches between default and highlight font (which is only the default font with a different colour). This is done using SetFont which assumes that the font changes entry dimensions, which then recalculates everything. This is done for every entry so it is slow if there are a moderate number of entries. Fix here is to call Control::SetFont - we can do this because we know that switching between highlight and default font wont change the font dimensions. On the other hand - this highlighting entries when selected is (at least on linux) already supported by the native widget. Change-Id: I12d32f6f7b43e669442e462ad4dd80cde24b9e74
-