summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-04-16Resolves: fdo#47209 and rhbz#927223 syntax highlighter crashCaolán McNamara
when trying to parse empty lines looking for the matching bracket Change-Id: I3961a3d0e804d136de286e21934c6ba5ab0496cf
2013-04-16rhbz#867808 Do not throw RuntimeException by pointerStephan Bergmann
Change-Id: I22b7d3d642e7ee0488d6b726a331d328065bbee7
2013-04-16WIP: Experimental new binary type.rdb formatStephan Bergmann
Make uno-skeletonmaker work on top of unoidl/ instead of registry/. These changes have only been tested so far rather lightly. Basic uno-skeletonmaker still works, but more thorough testing of the various input flags is needed. Change-Id: Id7f3aee863a10f8c649325db2d6f34a4057f70ff
2013-04-16bnc#793414: Fixed the left margin of bulletFelix Zhang
Change-Id: I4726ab00a6e2700407ffcf5258d3736ed0161514
2013-04-16install dicts using filelistsDavid Tardon
Change-Id: Ib803d36ce2dfc0821004c4841566880a929a4246
2013-04-16gbuild: use Package for odk examplesDavid Tardon
Change-Id: I978573b792cf159b7c818ec20a14195bfd6605e5
2013-04-16add missing dep on helpimg.ilstDavid Tardon
Change-Id: I051bbc0c3689d0111c9abecf2c74ab2c1afec7cc
2013-04-16drop use of undefined functionDavid Tardon
Change-Id: I07988bbbc5cf2d407a30b2d16d54078b8d421af4
2013-04-16Probably a good idea to use -D_GLIBCXX_FULLY_DYNAMIC_STRING here, tooTor Lillqvist
While at it, do the CXXFLAGS dance on separate lines as appends to a variable for clarity, instead of in-line on the configure command line. Change-Id: I61843ae82efdf341c7e33d3f08d5715a14fa2f40
2013-04-16Updated coreCaolán McNamara
Project: help e1ab4a2eb199583079e4c87e945534488c64228e
2013-04-16convert email options to .ui formatCaolán McNamara
Change-Id: Ie42117b21c4b6a37831462f34f3af52c7933d438
2013-04-16do not merge public ure librariesMatúš Kukan
No more need for URELIBS, depend only on MERGELIBS. Change-Id: I5a93031116c26bbbe375e9c467e7b427487ec18b
2013-04-16fix installing for --enable-mergelibsMatúš Kukan
Use gid_File_Lib_Oox instead of auto_File_Lib_vcl which is not defined in that case. No idea what the code is about though. Change-Id: I675268a3490dd1421ecf1a82ede0db527d176744
2013-04-16Fix dbgutil build of lcms2 with MSVC2012 (and 2010?)Tor Lillqvist
The produced .lib is called lcms2.lib (no "d") in that case. Change-Id: If581bd722e52062343f8b2407c05d551be706047
2013-04-16convert browser options to .uiCaolán McNamara
Change-Id: Ia3672c43b0e80e45ff3404fa84a11182cd6c03a0
2013-04-16merge duplicated CreateFontDescriptor methodsCaolán McNamara
Change-Id: I33f9df7f17158eedc4a4c0dedfd0fc4cddc6180f
2013-04-16Updated coreCaolán McNamara
Project: help ed71cbfe7a4622e775e7355e7032c622d229b62b
2013-04-16Adapt to prefixed bootstrap_component_getFactoryStephan Bergmann
Change-Id: I397f339b20bf43fbe68df18c50c23f90323f3df5
2013-04-16fdo#61193 fix crash on RTF paste of footnoteMiklos Vajna
Regression from 232ad2f2588beff50cb5c1f3b689c581ba317583. Change-Id: Ia0873851979df5bba0a4693f044aab2aeff2b8e4
2013-04-16Use -D_GLIBCXX_FULLY_DYNAMIC_STRING here, too, when neededTor Lillqvist
See d98c6b21420b30ae8419c3d4225bf2ce293ee39a for details. Change-Id: I3faa87bae5a943ea60399a939742cffbbfeb5e37
2013-04-16Turn on _GLIBCXX_FULLY_DYNAMIC_STRING, too, in a dbgutil buildTor Lillqvist
Apparently Apple's build of GNU libstdc++ has been compiled with that, which means that also code using it should be. At least when _GLIBCXX_DEBUG is also defined. See http://lists.apple.com/archives/cocoa-dev/2009/Sep/msg01199.html and http://stackoverflow.com/questions/2234557/c-using-getline-prints-pointer-being-freed-was-not-allocated-in-xcode Otherwise the mork unit test crashes, because it happens to use std::string in a way that triggers the problem. But quite likely there would be more problems elsewhere. Change-Id: Ie0c4fdfa61764718f333ba81015ef764806178fb
2013-04-16Try to propagate display size change to LOTor Lillqvist
Change-Id: If52c0aa9290c377c08f2cec8c9e36d987c0ed9b6
2013-04-16What makes Andale Sans UI a suitable cross-platform fallback font?Tor Lillqvist
Change-Id: Ice34e9b92bde470746f37dc9216ea2b52695df99
2013-04-16Populate the text width and script type arrays on import.Kohei Yoshida
They must be in sync with their cell array counterpart at all times. Change-Id: I050c08057f06d29f710187129a510dadbfad0e4d
2013-04-15Remove the 4th option from the pivot table source selection dialog.Kohei Yoshida
Change-Id: I28212eb055c892f987a3f7a65f9d3e5ad7400e30
2013-04-15add a bunch more libs to libmergedPeter Foley
Change-Id: Iafced50131c0aaf81c07d1e0bc91fd39547e6682
2013-04-15add extensions libs to libmergedPeter Foley
Change-Id: I65a4358c3214c43714bc0d13a05a316799cafb24
2013-04-15add embeddedobj libs to libmergedPeter Foley
Change-Id: I8316103a94dc7284dad4ae7da2cf28ceb7e2ce50
2013-04-16no comma after gid_<whatever>_ALL as otherwise the next entry is ignoredRene Engelhard
Change-Id: If0e86e5d9740bd6dde3343c8fb468384b7367e27
2013-04-15Revert "Calc Sort: Introducing new method AddKeyItem to avoid code duplication"Thomas Arnhold
This reverts commit 42726853bb90eab11bf4fde8b0358ca3c3354529. In tpsort.cxx this is used in another way than the other two cases: ++nSortKeyCount; maSortKeyCtrl.AddSortKey( nSortKeyCount ); maSortKeyItems[nSortKeyIndex].m_pLbSort->SetSelectHdl( LINK( this, ScTabPageSortFields, SelectHdl ) ); So both are using the same index. In contrast the other two cases use (i+1) and (i). So this can't be handled with one method or needs some more work...
2013-04-15Use -D_GLIBCXX_DEBUG for iOS, tooTor Lillqvist
Also, for clarity, sort the list of platforms for which it is needed (those where we use the GNU C++ library). Change-Id: I55463f248ee08f97c085610d72fa688657ba36e6
2013-04-15basic inplace Font preview for calcNoel Power
Change-Id: Ic1e6c953852a6106ee94f0b577ed398d62aa2285
2013-04-15do not register dbtools if we don't use itMatúš Kukan
Change-Id: Ie392d0468f1398dce7cb3601ee3284bcaef30fcf
2013-04-15avoid unit testing when cross-compiling more simpleMatúš Kukan
This reverts commit d4ea8c6b7ee32dfbe1525cae45ad44d411052c33. Change-Id: I85dacbf962cf5911c826c55fe08cfe6effe0e9d7
2013-04-15FontWeigth->FontWeightCaolán McNamara
Change-Id: I6250c3e3de81c33e8f4d73e2f80570521fdb6ea6
2013-04-15Related fdo#63197: fix missing "extras_"Julien Nabet
Change-Id: Ife18e69afaba1916f10721f90ea11a6205154713
2013-04-15Related fdo#63197: fix typoJulien Nabet
Change-Id: Ia21c82122a826f5e2d00c554cb800646e7d29551
2013-04-15fdo#36791 Added cases for unsupported VML commandsEilidh McAdam
Fixes crash on two-character VML path commands. Change-Id: Ia1abca37352b1feb20a41b4bac68ecb9e40ed8dc Reviewed-on: https://gerrit.libreoffice.org/3093 Tested-by: Miklos Vajna <vmiklos@suse.cz> Reviewed-by: Eilidh McAdam <eilidh.mcadam@gmail.com> Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
2013-04-15translations: revert submodule to current masterMichael Stahl
Change-Id: I226e052a3a6ef72d796b83ebb69fef57710c3df4
2013-04-15add desktop libs to libmergedPeter Foley
Change-Id: I0e5477f84de316598015330cea995e42f1249acb
2013-04-15No need for Android, iOS or CROSS_COMPILING conditionals for unit testsTor Lillqvist
We don't run unit tests when cross-compiling anyway and since d4ea8c6b7ee32dfbe1525cae45ad44d411052c33 the corresponding .mk files aren't even read by Make. Change-Id: Icbee9ad51841d515a551e67708d9594358ce7e71
2013-04-15Use -D_GLIBCXX_DEBUG here, too, in a dbgutil buildTor Lillqvist
Change-Id: Ie07ad3b9bd2d3f95db5be8a98866aaa088b4c79f
2013-04-15We don't do unit testing when cross-compiling for nowTor Lillqvist
Define the functions that adds the various check targets as empty when cross-compiling. Avoids the needs for corresponding conditionals in .mk files in modules. Change-Id: Ia577e12204b516dc169a8500b4745aac4d7c24e2
2013-04-15No vbahelper library if DISABLE_SCRIPTINGTor Lillqvist
Change-Id: Ice3656e828cf74d319c8a9c2d16dcdcdce9891d6
2013-04-15No vbahelper library if DISABLE_SCRIPTINGTor Lillqvist
Change-Id: Ie5ea03493659eb467e61a6985016e3f43f450136
2013-04-15Start hacking on handling orientation changesTor Lillqvist
Change-Id: I94cfdc1b334539399faff29c046185bbbf698d23
2013-04-15Bin unneeded #includes and usingsTor Lillqvist
Change-Id: I93102156c4713191c8ad49da9b9d2eda5be722e8
2013-04-15Add components needed by spreadsheet documentsTor Lillqvist
Change-Id: I191bc093def5d2965b463dcff9e1289901064ce8
2013-04-15fdo#63197, Convert Zip_tpl*Julien Nabet
Change-Id: I0175c31865ca442ce57f688a642bbc7d726fab69 Reviewed-on: https://gerrit.libreoffice.org/3396 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-15RepositoryFixes: add missing check for MSVC_USE_DEBUG_RUNTIMEMichael Stahl
(regression from 4811c2dc9f94929b60e7e2e0077871aad14fdc3a) Change-Id: Ide12da645332e789fe7742c34b5af219b94316ab