- 16 Mar, 2015 40 kayıt (commit)
-
-
Bjoern Michaelsen yazdı
Change-Id: I48ef94ca7681c3ef5cf04aad79eab4b7dd84ca2d
-
Bjoern Michaelsen yazdı
Change-Id: I0154e484a4f4d6ce6672ddf35d1869157a61f71e
-
Bjoern Michaelsen yazdı
Change-Id: I0bc66003528b6603ce46325176973d72dcbac2ac
-
Bjoern Michaelsen yazdı
Change-Id: I2f5104e992cc5c33a27f2d2770ba4e6b25b40f70
-
Bjoern Michaelsen yazdı
Change-Id: Idf0bdea2ffb987859e413f2cea4eaa0d97d2ba7b
-
Miklos Vajna yazdı
Till we find out why tb60 is happy, but not tb59. Change-Id: I5c6b3ba07cc188e776c03508d1a1c696a9b9cd0c
-
Stephan Bergmann yazdı
Change-Id: I05c1e9d7b270bcafa7fbfe526c8b12733d8ed708
-
Bjoern Michaelsen yazdı
Change-Id: Ib2d19c1b6af7676910208d0d07627f41379fcb4a
-
Bjoern Michaelsen yazdı
Change-Id: I87c0385bba8de804c63dd5d908d9efb6959016c9
-
Bjoern Michaelsen yazdı
Change-Id: Ia0a432019dc856c6c12996a898e8137789cbc76b
-
Bjoern Michaelsen yazdı
Change-Id: Ic24eaa5b0fd4c1c06a4a43c77418cb44e53e0f7b
-
Bjoern Michaelsen yazdı
Change-Id: I04cba3d423db2dee670e22f7a01550059f1cf973
-
Bjoern Michaelsen yazdı
Change-Id: I464b22b2a418d20a4b230ebe10d36642ace84b35
-
Bjoern Michaelsen yazdı
Change-Id: I04dc6e6a149cd5d7a5f44714e10909ef225c27c0
-
Bjoern Michaelsen yazdı
Change-Id: Icc1a04304e182687a306e9d08cbf7d46b0adbee6
-
Bjoern Michaelsen yazdı
Change-Id: I6e1573576aca4b7536668d1ef03ba72fdae15e28
-
Stephan Bergmann yazdı
Clang trunk since r231211 with -pedantic-errors now emits "Cbc_C_Interface.cpp:379:55: error: format specifies type 'void *' but the argument has type 'char *' [-Werror,-Wformat-pedantic]" Change-Id: I5d410068f1cd82334f26148df30a45dbc9eabd0a
-
Miklos Vajna yazdı
Fixes the crash on startup. Change-Id: I991537644dfb6a5335d08d3d03c3d25491a0c335
-
Stephan Bergmann yazdı
Change-Id: I317f8f5397bfeb9c0d6ecaaa656cb31e66eece0b
-
Stephan Bergmann yazdı
Change-Id: If711a3d4b431e9919bbf6edf7756d82414f380a7
-
Stephan Bergmann yazdı
...in Clang trunk towards 3.7 (ugly to come up with a standards-conforming sed BRE, though) Change-Id: I82196433ad153ae29b92ab15e58d6806ec4ccf26
-
Miklos Vajna yazdı
Change-Id: I1758f4db7b6894df66d721af77092754b0252100
-
Miklos Vajna yazdı
With this, if one double-clicks on a word in an editeng text, we emit the correct selection rectangle list callback. No start/end rectangles yet, though. Change-Id: Ie05f6f4a44dc638076527f21a4b6a44e9bf63ecb
-
Miklos Vajna yazdı
Change-Id: I84c1567efd2e7e6bcd09086ecce5041c2929c1b4
-
Miklos Vajna yazdı
Change-Id: Id986d5408981b6ae7bf3c8c96c5226d2445a5f0d
-
Miklos Vajna yazdı
Change-Id: I597f7099405a244f54966c203483dfda22cfbcc9
-
Miklos Vajna yazdı
Change-Id: Ia840cd68d7af7a6948ad5766b56a3dc27cb8795b
-
Henry Castro yazdı
Change-Id: I0fc550ed669e08787b968ec03c09c1d8ad04dd65
-
Miklos Vajna yazdı
Change-Id: I8bd5079c1b493e6b72ee0d71445e9aaeac76bb3d
-
Miklos Vajna yazdı
Change-Id: Ie4e28f9315c9de2062d63c5eb5e9c7481c719cef
-
Miklos Vajna yazdı
With this, most LO code can avoid rebuilding when touching LibreOfficeKit.h, something that caused a mass-rebuild earlier. Change-Id: I4880fc7ad82cc535377b2b602897e3172ffa480b
-
Jan Holesovsky yazdı
Change-Id: I48da0f3cc918bda1cdb396b4ea72a82eddafb9a8
-
Miklos Vajna yazdı
Previously there were two cases when the user clicked inside a graphic selection: 1) If the click started at a handle, it was a resize. 2) Otherwise it was a move. Change 2) by requiring a click on the border for move, and otherwise interpreting the click as a normal one. This makes it possible to edit shape text with a blinking cursor. Change-Id: Ifc063790cacb3da2684f6f72eaadd86323dd3aef
-
Miklos Vajna yazdı
While Writer uses "0" for the "minimal width" case, editeng uses 2. We used to round up 0 to 30, do it for any value smaller than 30. Change-Id: Ib3cc7645b55881fc51f0729163cdea5eb9ca4f0a
-
Miklos Vajna yazdı
Change-Id: I031827cbcb14242ede549ce6f65f809795075db5
-
Jan Holesovsky yazdı
Implements also Bold button as an example in the gtktiledviewer. Change-Id: I3b07d51165f28534aadbb4673f964ec10d5fc6ef
-
Jan Holesovsky yazdı
Change-Id: I8486933d57d42992e66be7f17443320cfc2ad629
-
Miklos Vajna yazdı
And various other methods, so that it's possible to invoke the callback in ImpEditView. This will be needed by the blinking editeng cursor. Change-Id: Ie1b6957e5c48f606e71d5808df3f632924d3a2ec
-
Henry Castro yazdı
Change-Id: Idb9695515d9a829fb63ea37e02f4bf2b111bf6bf
-
Miklos Vajna yazdı
Change-Id: I172ef9f5cfdae8cbff88419171c5b8ad55fb194c
-