summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2013-01-10It's not that new any longer;)Tor Lillqvist
Change-Id: Ide189c5f3ace0a5a7478ae1a70c315fe3e461667
2013-01-10Kill the ancient StarOffice "patch" conceptTor Lillqvist
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/1605 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2013-01-10add rule for generating fresh pot (po template) filesMatúš Kukan
Moved from translations' custom makefile. Change-Id: Ife58bfa3ee607b06617d7db80408afb453b9a10c Reviewed-on: https://gerrit.libreoffice.org/1622 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2013-01-10Removed some RTL_* macros and rtl:: prefixes in dbaccessMarcos Paulo de Souza
Change-Id: I467ad9307536e6cdd32ebcdd40539bd5f8614c85 Conflicts: dbaccess/source/core/dataaccess/documentcontainer.cxx
2013-01-10Be truthful to the compiler about registers clobbered by asm snippetTor Lillqvist
The asm code loads values into parameter-passing registers r0-r3. (That is one of the very purposes of the asm snippet.) We need to tell the compiler that. The compiler does not analyze the asm snippet and has no idea by itself what it does. Otherwise the compiler might well put one of the input values to the asm snippet, like the "pmethod" (the value of the pMethod variable) into one of those registers, so that when that value then is used in the asm snippet, *after* r0-r3 have already been modified, it obviously is totally unrelated to pMethod any more, and the result is that the code jumps into hyperspace. Apparently this has worked purely by luck, or thanks to GCC conservatively avoiding using the r0-r3 parameter-passing registers in this way. The problem was noticed when using the same code with Clang. The above analysis tentatively confirmed by Caolán and Jani Monoses, who wrote the code. Change-Id: I3018c2e2ccb83e7a71144425fa404ad28bb955d6
2013-01-10fix Search->indexOf conversionIvan Timofeev
Change-Id: I2b02b62311c00fc47892ea7e24d8bc01ac4fb149
2013-01-10valueOf sal_uInt16 -> valueOf sal_Int32Ivan Timofeev
Change-Id: Ibd92f5ebe3079dd0b75a0f429efc68842a4305ec
2013-01-10handle shapes anchored to the wrong sheet without crash, fdo#58858Markus Mohrhard
Change-Id: I00d127dbb6151e3100be931079cbf8907ac69ddd
2013-01-10fdo#58327: writerfilter: RemoveLastParagraph is tricky:Michael Stahl
What happens here is that the xCursor->goLeft( 1, true ) selects the entire inserted table, which is then deleted. That causes annoyances, such as an assertion from ~SwIndexReg because as collateral damage the SwTxtNode that SwReader::Read's pUndoPam points to is also deleted, as well as missing tables in the document. DomainMapper_Impl::RemoveLastParagraph() can avoid this by not using setString() but instead disposing the paragraph, like it already does in other cases. But don't do it for new (loaded) documents, because it may kill flys in that case, which i strangely couldn't reproduce when pasting as RTF. Change-Id: I87302b8916e39ca42bc4fedfee40ac38fadd0939
2013-01-10gdb: print something also for non-recognized node typesMichael Stahl
These do not occur as such but while a node is being destroyed it is still in the nodes array and may have some base class types; without giving these a value gdb will just stop printing the nodes array then. Change-Id: If78c4f633312cf8bad0048b704fe20bd09c7c28f
2013-01-09hack for apple's gcc-4.0.1 bugLuboš Luňák
My self-built 4.0.1 on Linux handles this fine, but 4.0.1 is not used for LO building except for MacOSX. This specific operand combination is rather unlikely, so this shouldn't actually cause any problem in practice, hopefully, but I'd still like to check this where possible.