- 08 Mar, 2013 10 kayıt (commit)
-
-
Stephan Bergmann yazdı
Change-Id: I46ccba35be6695dba14721303b5eb52f69fc3dfa
-
Julien Nabet yazdı
Change-Id: I5d869414a382e9b96ea403c645a9050372e5e39d
-
Thomas Arnhold yazdı
Change-Id: Ib63cfac8b5f129f31534020fd634750e846e3b98
-
David Ostrovsky yazdı
Change-Id: I98dbd3e46c81e1dd056d6e88dc1e526b5af456f5 Reviewed-on: https://gerrit.libreoffice.org/2510Reviewed-by:
Fridrich Strba <fridrich@documentfoundation.org> Tested-by:
Fridrich Strba <fridrich@documentfoundation.org>
-
Arnaud Versini yazdı
Change-Id: If1242623f4954c0cb8c6c938608cd3185e652259 Reviewed-on: https://gerrit.libreoffice.org/2588Reviewed-by:
Fridrich Strba <fridrich@documentfoundation.org> Tested-by:
Fridrich Strba <fridrich@documentfoundation.org>
-
Marcos Paulo de Souza yazdı
And another cleanups like removing RTL_CONST* macros and other simple things. Much more can be done inside codemaker. Change-Id: I338e1c0e88558124741c6202896355533535a129 Reviewed-on: https://gerrit.libreoffice.org/2583Reviewed-by:
Thomas Arnhold <thomas@arnhold.org> Reviewed-by:
Fridrich Strba <fridrich@documentfoundation.org> Tested-by:
Fridrich Strba <fridrich@documentfoundation.org>
-
Thomas Arnhold yazdı
Change-Id: I13eb94092e29ececc9fbf494074acde5f893b605
-
Thomas Arnhold yazdı
Change-Id: I434e714b6e5a38795c0baca85b51eef85a4732fd
-
Krisztian Pinter yazdı
Change-Id: Ief6418425676d6943993513c4d05c8d22e4740cf Reviewed-on: https://gerrit.libreoffice.org/2470Tested-by:
Thomas Arnhold <thomas@arnhold.org> Reviewed-by:
Thomas Arnhold <thomas@arnhold.org>
-
Joren De Cuyper yazdı
Please, only apply this patch if you are a native speaking German. I'm not a native speaker, so a double check is really necessary and appreciated. Thanks in advance. Change-Id: I4df75b92ea7a66552df36f56de1c87d567d5b643 Reviewed-on: https://gerrit.libreoffice.org/2589Reviewed-by:
Thomas Arnhold <thomas@arnhold.org> Tested-by:
Thomas Arnhold <thomas@arnhold.org>
-
- 07 Mar, 2013 30 kayıt (commit)
-
-
Herbert Dürr yazdı
Patch-by: Chen Peng Found-by: Yan Ji Review-by and minor modifications: Herbert Duerr Change-Id: Id100b90367bc1b1603e22337b67b55bb1ffb40d4
-
Andras Timar yazdı
Change-Id: I4b3dc66534d1e0cfec371588840aa1c168e36f83
-
Herbert Dürr yazdı
(cherry picked from commit 7644ec17) Change-Id: If1a9f2bd3290a264fed280df6d1718652dbdcb5c
-
Herbert Dürr yazdı
in ignore-case regular expressions (cherry picked from commit b7ee1803) Change-Id: I6b0347182b977eda24a1c3c88f8d430b761e075d
-
Herbert Dürr yazdı
(cherry picked from commit 854f4ad6) Additionally fixed unit test, searching backward shall not produce a different result from searching forward. (erAck) Change-Id: I952509276875441005e6a4036e6c3089be627dd9
-
Tor Lillqvist yazdı
Now it does work nicely during the gesture when all the action is on the Java side (translating and scaling the pre-rendered bitmap). Looks a bit sad, of course, that nothing scrolls in to replace the parts of page(s) scrolled out during the gesture, and correspondingly for zooming. To then get the stuff down in the murky depths of the LO code to do what I want still is beyond me. Change-Id: I9ce33ed482013d18a877d1798de3bce5ac608e5e
-
Tor Lillqvist yazdı
The scrolling concepts seem quite obscure and firmly tied to concepts like "pages" and "lines". For touch devices one would want to be able to request scrolling simply in *pixels*. It is the scrollbar objects (in vcl and toolkit, and yes, UNO is also involved over in toolkit) that all the action goes through so they must exist even if they should not be displayed. (Both on Android and iOS we should presumably use these system-specific ephemeral scroll indicator thingies that show up only during scrolling but otherwise fade away. Hmm, probably the VCL (or toolkit?) scrollbar code should use platform-specific code to display those then.) Change-Id: I1f82648561e41ae25f2427fd0fe60249c927a9a1
-
Tor Lillqvist yazdı
Change-Id: Id97c8e2bdbea40db4224147eaabe68a87cd9c08d
-
Tor Lillqvist yazdı
Change-Id: Ic681a76deb8db931f7868ca00d649cc3cbabe21b
-
Jean-Noël Rouvignac yazdı
Change-Id: Iad623c9300919fbae34279268a5a720f978c6434 Reviewed-on: https://gerrit.libreoffice.org/2514Reviewed-by:
Joren De Cuyper <joren.libreoffice@telenet.be> Reviewed-by:
Thomas Arnhold <thomas@arnhold.org> Tested-by:
Thomas Arnhold <thomas@arnhold.org>
-
Herbert Dürr yazdı
#i121482# fix attributed text search for regular expression patterns(cherry picked from commit e7fc6627)
-
Tor Lillqvist yazdı
Change-Id: I90bc139e1a188afbada12405d78ac71b97580f0d
-
Herbert Dürr yazdı
The emulation of the word-start and word-end operators provided the previous regexp engine can be approximated much better by using the ICU-regexp exngines powerful look-around feature. Patch-by: Herbert Duerr Found-by: ldgolds33@yahoo.com (cherry picked from commit ec7ef306) Change-Id: If375d6d5bb93b3873f657673f7581f0884b3b35e
-
Armin Le Grand yazdı
Patch by Sun Ying Review by alg Change-Id: I17940e1a26696e416e5febd0be1645a1a4c580a6
-
Herbert Dürr yazdı
to work for look-ahead/look-behind (cherry picked from commit 3b83c404) Conflicts: sw/source/core/crsr/findtxt.cxx Change-Id: Ia5b31628b0f2af8f93132afa4b2eabd2f533bb91
-
Miklos Vajna yazdı
Change-Id: Ib0e9dc50a124fcdc3c977a8d8e5c076872fc2e15
-
Noel Power yazdı
Change-Id: I490d20e8b494b4f59277b1cc92c73beb65a05813
-
Miklos Vajna yazdı
Change-Id: I88d5e49cc3fb915d25c1b2576cdda1fffc9e2f23
-
Joren De Cuyper yazdı
Please, only apply this patch if you are native speaking German. I'm not a native speaker, so a double check is really necessary and appreciated. Thanks in advance. Change-Id: Iee7603c3fb8d78b951b967bd5942df4b1e9634f6 Reviewed-on: https://gerrit.libreoffice.org/2575Reviewed-by:
Thomas Arnhold <thomas@arnhold.org> Tested-by:
Thomas Arnhold <thomas@arnhold.org>
-
Kohei Yoshida yazdı
Change-Id: Ia88282803c8df8389ed24efd8b1ca7600a39bf23
-
Stephan Bergmann yazdı
Change-Id: I7cb6e2343486ff9864c44d061fc38c1203791988
-
Herbert Dürr yazdı
Patch by: Chao Huang Found by: Chao Huang Review and minor modifications by: Herbert Duerr Change-Id: I09e8b279e9cee63c33845744bc96ce13f202fa3c
-
Noel Power yazdı
Change-Id: Ia924e6e8f3cfa25b131185713699d64e9d339357
-
Noel Power yazdı
Change-Id: I137e93a8af67b7eec4c51348caf3d0d03dbbce73
-
Caolán McNamara yazdı
Change-Id: I6bd9c1cf56eb7f890c9d2f97819440377b457557
-
Caolán McNamara yazdı
backtrace doesn't indicate that its NULL however, but the rest of our GetSelectedMasterPage check for NULL so fix that anyway Change-Id: I9e0b15f4a18523ff1e787ef230de1ca227aa2980
-
Herbert Dürr yazdı
Change-Id: I0d562f102d5159c0711922ff0c2997a560304eba
-
Caolán McNamara yazdı
Change-Id: I6d7963b2b416fe19cc1274780c2aea0c24c25bbb
-
Urs Fässler yazdı
Change-Id: Ief58723557fa0840b3a10258ca347cf219593264
-
Fridrich Štrba yazdı
Change-Id: Ibad1e2a397fdffb66b45ad6e897501c65b03b231
-