summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-01-11QUARTZ is equivalent to MACOSXTor Lillqvist
So just check MACOSX in the sources, and don't pass any -DQUARTZ to compilations. Change-Id: Ia1de6024810f81f1eea01b8eb0b885d9d1ee8e20
2013-01-11Avoid crashTor Lillqvist
(But the OpenGL transitions aren't really usable on the Mac. At least not when built against the 10.7 SDK.) Change-Id: I6b65b417a40be182b7b4077b420b4bdb52fb67c4
2013-01-11Remove unneeded #includeMatteo Casalin
Change-Id: Ic0c82079aeb586af97c864aebf966f01643ebfd6 Reviewed-on: https://gerrit.libreoffice.org/1637 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2013-01-11Warning is now unnecessary as there are no real TABs any more hereTor Lillqvist
Change-Id: Ia286635b9f225fdec1afc6e6af2a898676ac8554
2013-01-11There are several TABs on one line in this "here document"Tor Lillqvist
So replace all the <TAB> with real TABs. (Sure, only the first TAB on that line is part of the Makefile syntax, the rest are just whitespace.) Change-Id: Ie500c304ffff00b72ee1cdf81716627bbac689f0
2013-01-11No "core dumps" on Windows, and not on iOS or Android eitherTor Lillqvist
Change-Id: Ie5d3257d3a289856399f7a3266e3caf66831e00a
2013-01-11I meant -1 of course, not -127Tor Lillqvist
(As the signed char equivalent of 255.) Change-Id: Iefb3ebdcf324f0a1925bb3e5d01d7d86e5c62482
2013-01-11Makes no sense to 'continue' at the end of the block.Kohei Yoshida
Change-Id: I2b02430944c5c6ecf67d2b7cd02c66bb549c93f9
2013-01-10fdo#59084: Sync dimension members after reloading the group data.Kohei Yoshida
Else the syncing would end up syncing to the older version of the group data before the reload, which (as you can see in the bug report) may lead to a crash. Change-Id: Ibd674a97a59205e5e28efd007f8857731e8df4d3
2013-01-10Dump field member IDs cached in the filtered cache object.Kohei Yoshida
Change-Id: Id792e9e58a2c62b742eb07b400d30c5027bbc87b
2013-01-11Update, not all of this is from "Mesa"Tor Lillqvist
Change-Id: I7696b6ab6b8c9a4dea99a47f091aefd643b9829b
2013-01-11Copy/paste errorTor Lillqvist
Change-Id: I9e4ba84eb1cc3dff8c39369a9da32dd49839ecef
2013-01-10Add note that these files are unusedTor Lillqvist
Change-Id: I7fd226bf61d9983d843453919a0406442daaea70
2013-01-10Rename the "unx" folder to "generic" to match realityTor Lillqvist
Change-Id: I73eb1f36e2a7be5d97e8da837bbf4ffad8282897
2013-01-10We always define QUARTZ for Mac OS XTor Lillqvist
Change-Id: Ifc780f9afa0b52f260fdb7cb596db985d5bf0638
2013-01-10Make the OpenGL transition code buildable for WindowsTor Lillqvist
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
2013-01-10Add wglext.h for potential useTor Lillqvist
2013-01-10include PCH headers for headers changesLuboš Luňák
Change-Id: Id94a4322428e27010757ef36b166f8b01697778f
2013-01-10fdo#58069: Invalidate sheet stream cache when directory path changes.Kohei Yoshida
To properly regenerate hyperlinks (among other things) which depend on the full path of the host document. Change-Id: I44fdd5b0ef0a57bf4fae13f29f1ebacfe1ab19a8
2013-01-10export cleaned up dotted version in environment and GtkWindow user-data.Michael Meeks
Change-Id: If865127a9a5560f4b3636fb870699e2f3bac0e83
2013-01-10add LIBO_VERSION_* macros and a config header for them to live in.Michael Meeks
Change-Id: Ia6735e3e7f3231722231e9d7a4c9839f08038b96
2013-01-10fdo#58531: Register cells with external references at compile time.Kohei Yoshida
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
2013-01-10Doxygenify helpful basegfx comments.Thorsten Behrens
Change-Id: I60a49e643c336c8834862735f93f1b41d6dad348
2013-01-10fdo#57938 SwPaM::HasReadonlySel: commented text ranges are not read-onlyMiklos Vajna
2013-01-10implemented EmfPlusRecordTypeFillPie recordRadek Doulik
Change-Id: I15e7464a6a295bb4c1313c0a65ee33b6443c61c8
2013-01-10Resolves: fdo#59112 re-scroll to current entry when dialog resizedCaolán McNamara
Change-Id: I96486f6edad11520bf9bb43b700b1716d9b2f170
2013-01-10these are phony targetsMatúš Kukan
Change-Id: I6de7842d5f03c6df5bffefdf77a90b5efee2fc78
2013-01-10optimize for build targets in one placeMatúš Kukan
Change-Id: Ib886a323c1ade6dcd455a44d3dfc6702086416e3
2013-01-10remove effectively unused gb_PARTIALBUILDMatúš Kukan
Change-Id: I5d00db54748de0e1ce3de3dd9c99a88a82e7917b
2013-01-10dev-install target is used from toplevel MakefileMatúš Kukan
Change-Id: I5b53046e9389eac2126e910752d131e7b65bf53c
2013-01-10Get rid of last actual TABs in this fileTor Lillqvist
Change-Id: Ic92c47834add4f5d0350343e6b7ea8294477b495
2013-01-10De-tabTor Lillqvist
Change-Id: If0e93181affadd7c608625c494daf6da78ba9bbc
2013-01-10Make it possible to even try building the OpenGL transitions for WindowsTor Lillqvist
Change-Id: Id9b688a22518aedb8959120f909832f0cd84b324
2013-01-10Fix some errors and remove duplicate code on PresenterFaisal M. Al-Otaibi
Fix the toolbar text if the interface were RTL. Remove duplicate code from PresenterToolBar.cxx Change-Id: Icd6f71ce2daa896494c8efe76779d49e16c547bf Reviewed-on: https://gerrit.libreoffice.org/1474 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-01-10fdo#57422 - presenter console RTL support needs completionAbdulelah Alarifi
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/1284 Reviewed-by: Faisal al-otaibi <fmalotaibi@kacst.edu.sa> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-01-10The "unx" and "win" OGLTrans_Shaders.cxx files were effectively identicalTor Lillqvist
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
2013-01-10- fdo#46460 - Missing Circles and Ovals toolbarRob Snelders
Change-Id: I08f2cef9c16ac998663f634653dad37a201f50c5 Reviewed-on: https://gerrit.libreoffice.org/1456 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-01-10Added Table Properties WidgetGokul
Change-Id: I019b99e6194458b8b311b0cc3f2e231ef898ece0 Reviewed-on: https://gerrit.libreoffice.org/1511 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-01-10adapt code to Asian Phonetic Guide .ui conversionCaolán McNamara
Change-Id: Ie7bf21269e11fd1b3982999fa16597ba9caba674
2013-01-10aAutoDetectionCB is always hidden and always uncheckedCaolán McNamara
Change-Id: Ic8ed8fa3e883da387e8cf0f2bd953081cf75ebc3
2013-01-10Show takes a sal_Bool, 0x2000 gets truncated to 0, instead of trueCaolán McNamara
Change-Id: I2226213019077e5882b6e27650f9a673e12710b5
2013-01-10split scrolling support for internal/external scrolling supportCaolán McNamara
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
2013-01-10add a stock apply button text and map to gtk-applyCaolán McNamara
Change-Id: I97522b314088d4b5fd1f7b2b46e49d00c155c5c5
2013-01-10maName is now private, use GetFamilyName()Caolán McNamara
Change-Id: Id3e0484175fb62e96bdf6dd9abb95ec35117aebf
2013-01-10fdo#58909: Missing BAK_EXTENSIONS bootstrap variableStephan Bergmann
daeed90f4586eb9533041fb89bee163a5193596c "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 bee742eb7a0d5dfe23e61d9ee49a29286de90256 "Fix sense of r/o detection code, and clean up" and 61eeb689d7605a23c3e71c652b57ee65cf5b28dc "fix smoketest - need to check read-only-ness of non-existent paths." Change-Id: If7cc363b3cf21fd13fb467f5f672eda5312515c8
2013-01-10Updated corePetr Mladek
Project: dictionaries 9cfd4282a7a522bed2dc4f4b9ede2c8ee444c29b
2013-01-10Add Swedish hyphen dictionary provided by Niklas JohanssonPetr Mladek
Change-Id: I0a425c066726e0364dce414f622106e954aa29d3
2013-01-10Updated coreMatúš Kukan
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/1621 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2013-01-10fdo#58328: fixed items types made versioning work againCédric Bosdonnat
Change-Id: Ib74f8f1a79ca04c42db9bd2c35ae6c4729edad69
2013-01-10Add configure switch that allows hardlink deliverTomas Chvatal
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