- 10 Ock, 2013 40 kayıt (commit)
-
-
Tor Lillqvist yazdı
Change-Id: I7fd226bf61d9983d843453919a0406442daaea70
-
Tor Lillqvist yazdı
Change-Id: I73eb1f36e2a7be5d97e8da837bbf4ffad8282897
-
Tor Lillqvist yazdı
Change-Id: Ifc780f9afa0b52f260fdb7cb596db985d5bf0638
-
Tor Lillqvist yazdı
Whether it works at run-time is another question;) Use the same source files as for X11, with relevant conditional coding. The Windows OpenGL import library corresponds to OpenGL 1.2, so we can't directly use APIs from OpenGL 1.3 or newer. (Even if they as such are present in the "Mesa" headers we use.) So look up also glActivetexture() dynamically. Change-Id: I2280e2ad7e190356e9409cc28142fa9fc33e078b
-
Tor Lillqvist yazdı
-
Luboš Luňák yazdı
Change-Id: Id94a4322428e27010757ef36b166f8b01697778f
-
Kohei Yoshida yazdı
To properly regenerate hyperlinks (among other things) which depend on the full path of the host document. Change-Id: I44fdd5b0ef0a57bf4fae13f29f1ebacfe1ab19a8
-
Michael Meeks yazdı
Change-Id: If865127a9a5560f4b3636fb870699e2f3bac0e83
-
Michael Meeks yazdı
Change-Id: Ia6735e3e7f3231722231e9d7a4c9839f08038b96
-
Kohei Yoshida yazdı
In the old code, we would do this during interpretation. But we need to move that to the compilation to make this work properly without full recalculation during ods import. For 4.0, we'll just add calls to insertRefCells in ScCompiler. On master we should remove these calls from the old places to avoid duplicate calls. Duplicate calls for the same external file ID - cell address pair will not hurt; it just adds more overhead. Change-Id: I25cf2e08195da17c6c8f7d19c74d744df6e1638e
-
Thorsten Behrens yazdı
Change-Id: I60a49e643c336c8834862735f93f1b41d6dad348
-
Miklos Vajna yazdı
-
Radek Doulik yazdı
Change-Id: I15e7464a6a295bb4c1313c0a65ee33b6443c61c8
-
Caolán McNamara yazdı
Change-Id: I96486f6edad11520bf9bb43b700b1716d9b2f170
-
Matúš Kukan yazdı
Change-Id: I6de7842d5f03c6df5bffefdf77a90b5efee2fc78
-
Matúš Kukan yazdı
Change-Id: Ib886a323c1ade6dcd455a44d3dfc6702086416e3
-
Matúš Kukan yazdı
Change-Id: I5d00db54748de0e1ce3de3dd9c99a88a82e7917b
-
Matúš Kukan yazdı
Change-Id: I5b53046e9389eac2126e910752d131e7b65bf53c
-
Tor Lillqvist yazdı
Change-Id: Ic92c47834add4f5d0350343e6b7ea8294477b495
-
Tor Lillqvist yazdı
Change-Id: If0e93181affadd7c608625c494daf6da78ba9bbc
-
Tor Lillqvist yazdı
Change-Id: Id9b688a22518aedb8959120f909832f0cd84b324
-
Faisal M. Al-Otaibi yazdı
Fix the toolbar text if the interface were RTL. Remove duplicate code from PresenterToolBar.cxx Change-Id: Icd6f71ce2daa896494c8efe76779d49e16c547bf Reviewed-on: https://gerrit.libreoffice.org/1474Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Abdulelah Alarifi yazdı
This patch will fix the text direction of the text that appears when the mouse come over the slide in Slide sorter view. Change-Id: I2d3c5563b22dcd40ae4f70ed0ed06ad17f6c4132 Change-Id: I812e011b4e0aaeeb7ec6114a655240effc8c606a Reviewed-on: https://gerrit.libreoffice.org/1284Reviewed-by:
Faisal al-otaibi <fmalotaibi@kacst.edu.sa> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Tor Lillqvist yazdı
Just some OSL_TRACE/SAL_INFO changes in the "unx" one. And it isn't like the "win" one would actually compile for Windows as is anyway, as it unconditionally uses glX stuff. So certainly it is better to have just one copy, and if we want to make the OpenGL transitions build on Windows then add ifdefs for Windows to it. Change-Id: If6887e24a0fc03c7e0e77f003d08feb51c264f30
-
Rob Snelders yazdı
Change-Id: I08f2cef9c16ac998663f634653dad37a201f50c5 Reviewed-on: https://gerrit.libreoffice.org/1456Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Gokul yazdı
Change-Id: I019b99e6194458b8b311b0cc3f2e231ef898ece0 Reviewed-on: https://gerrit.libreoffice.org/1511Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Caolán McNamara yazdı
Change-Id: Ie7bf21269e11fd1b3982999fa16597ba9caba674
-
Caolán McNamara yazdı
Change-Id: Ic8ed8fa3e883da387e8cf0f2bd953081cf75ebc3
-
Caolán McNamara yazdı
Change-Id: I2226213019077e5882b6e27650f9a673e12710b5
-
Caolán McNamara yazdı
so for widgets that support their own scrolling we throw away the intermediate scrolling widget and for widgets that don't we retain it. Change-Id: I12444bcf1c6c5b51469ef75f0011ce0d965ebc62
-
Caolán McNamara yazdı
Change-Id: I97522b314088d4b5fd1f7b2b46e49d00c155c5c5
-
Caolán McNamara yazdı
Change-Id: Id3e0484175fb62e96bdf6dd9abb95ec35117aebf
-
Stephan Bergmann yazdı
daeed90f "re-base on ALv2 code" had incorporated from <http://svn.apache.org/viewvc?view=revision&revision=1172102> "imported patch extensions_i117681.patch" the parts using BAK_EXTENSIONS in desktop/source/deployment/manager/, but not the parts setting BAK_EXTENSIONS in scp2/source/ooo/. Also, setting the stamp for "bak" in PackageManagerImpl::create needed to be adapted to bee742eb "Fix sense of r/o detection code, and clean up" and 61eeb689 "fix smoketest - need to check read-only-ness of non-existent paths." Change-Id: If7cc363b3cf21fd13fb467f5f672eda5312515c8
-
Petr Mladek yazdı
Project: dictionaries 9cfd4282a7a522bed2dc4f4b9ede2c8ee444c29b
-
Petr Mladek yazdı
Change-Id: I0a425c066726e0364dce414f622106e954aa29d3
-
Matúš Kukan yazdı
Project: translations 620e5cb6954b4fdb1be1cf38b83844ae319600d8 remove unused files, now that we don't build translations module Rule for generating .pot files moved to core repo. Change-Id: I56aca0ad9a469407d1bc8c7b0dd0e34a5395cf26 Reviewed-on: https://gerrit.libreoffice.org/1621Reviewed-by:
Miklos Vajna <vmiklos@suse.cz> Tested-by:
Miklos Vajna <vmiklos@suse.cz>
-
Cédric Bosdonnat yazdı
Change-Id: Ib74f8f1a79ca04c42db9bd2c35ae6c4729edad69
-
Tomas Chvatal yazdı
This switch just makes possible to configure in ln delivery instead of cp based one. The feature was already in the place, we just make it visible as configure option now. Change-Id: I778ef3b03e6b9a57057e66ff6307e7da46bcd935
-
Tor Lillqvist yazdı
Change-Id: Ide189c5f3ace0a5a7478ae1a70c315fe3e461667
-
Tor Lillqvist yazdı
For Windows, superseded by Windows Installer patching (i.e., creating .msp files), which is something completely different. (And quite hard to get working... but still a saner approach, I think.) For Linux, many distros use delta RPMs or similar, so no home-grown LO-specific patching mechanism is needed. Remove the -patch and -patchinc command-line options to make_installer.pl and all code that was invoked only when using those. Remove the PATCH and PATCH_ONLY flags in scp2. Remove the patchmsi.dll Windows Installer custom action. Change-Id: I09e949e601a969f88eff60067faa2352f4f89537 Reviewed-on: https://gerrit.libreoffice.org/1605Reviewed-by:
Michael Stahl <mstahl@redhat.com> Tested-by:
Miklos Vajna <vmiklos@suse.cz>
-