summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-03-09add an explicit Cancel handlerCaolán McNamara
2012-03-09update code a bitCaolán McNamara
2012-03-09Do not remove the whole workdir/* on 'make clean'Matúš Kukan
Also solver/$INPATH is subset of */$INPATH.
2012-03-09remove unused MakefileMatúš Kukan
2012-03-09fdo#45671 fix for transparent colour split buttonWinfried Donkers
2012-03-09fdo#46847 fix build of so_activex.rcAndras Timar
Use \ instead of / in path, but more importantly, use relative path, because '-' in path caused build error. Path was truncated right before the '-'. We could have put it between quotes, but then the SO_ACTIVEX_TLB_DIR define would not be substituted, so instead of hacking of the rc, I chose this solution. e
2012-03-09Add mode lines, untabify, clean up indentationTor Lillqvist
2012-03-09Look for Windows SDK v7.1, tooTor Lillqvist
2012-03-09Redirect error message we aren't interested in to /dev/nullTor Lillqvist
2012-03-09Bin leftover old crack: There is no "platformsdk" under the MSVC folderTor Lillqvist
2012-03-09Make sure that the right libraries are there in all casesFridrich Štrba
2012-03-09libcdr will depend on lcms2Fridrich Štrba
2012-03-09With the new libcdr, writerperfect will depend on lcms2Fridrich Štrba
2012-03-09Cubic and quadratic bezier bounding boxesFridrich Štrba
2012-03-09Package lcms2 if internal one is usedFridrich Štrba
2012-03-09writerfilter: ifdef + fprintf -> SAL_INFOMiklos Vajna
2012-03-09Fixed @since tagsStephan Bergmann
2012-03-09fdo#47021: the naive join attempt leads to deadlockStephan Bergmann
...something better is required (getting rid of the solar mutex?).
2012-03-09Disable auto-numbering by default.Cameron Paul
2012-03-09prevent creating new db ranges with the internal anonymous db nameMarkus Mohrhard
2012-03-09remove one more reference to the anonymous db stringMarkus Mohrhard
2012-03-09remove old unnamed db stringMarkus Mohrhard
2012-03-09don't show the anonymous db string, it is for internal use onlyMarkus Mohrhard
2012-03-09use new anonymous db name in filter dlg, fdo#47105Markus Mohrhard
2012-03-09Set entries correctly visible, fdo#47102Markus Mohrhard
2012-03-09sal file.hxx documentationJosh Heidenreich
2012-03-09Added FileStatus methods isFile, isDirectory, isRegular, isLinkJosh Heidenreich
2012-03-08Set SRC_ROOT and OUTDIR_FOR_BUILD (!) to get it get a bit further alongTor Lillqvist
2012-03-08Add more libsTor Lillqvist
2012-03-08fdo#32598: Changing media playback options sets modified flagKatarina Machalkova
2012-03-08The instsetoo_native part is unnecessary when doing dev-installTor Lillqvist
2012-03-08Look for SCRIPTING in BUILD_TYPETor Lillqvist
2012-03-08Check SOLAR_JAVA for gid_Shortcut_Lib_Hsqldb_2Tor Lillqvist
2012-03-08Obey DISABLE_SCRIPTINGTor Lillqvist
2012-03-08Add DISABLE_DBCONNECTIVITY and DISABLE_SCRIPTING to SCPDEFS when neededTor Lillqvist
2012-03-08Also set with_java=no in the disable-scripting caseTor Lillqvist
2012-03-08Compiler-generated code is just fineStephan Bergmann
...now that member is Sequence instead of pointer to Sequence.
2012-03-08remove duplicate statementDavid Tardon
2012-03-08Translate German commentsPhilipp Weissenbacher
2012-03-08quick hack to fix building sdext with l10nDavid Tardon
2012-03-08beware of excessive white spacesDavid Tardon
2012-03-08sw: SwTxtFrm formatting, cleaned up useless debug code and translated commentsCédric Bosdonnat
2012-03-08sw layout dump: replaced pointers by FrmIds and added frame boundsCédric Bosdonnat
2012-03-08different types in std::min on 32bitCaolán McNamara
2012-03-08Resolves: fdo#46923 uninitialized iterators are invalidCaolán McNamara
2012-03-08fix uno bootstrapping for .NET ( and perhaps c++ ) fdo#46832Noel Power
2012-03-08docufld.cxx: Apple gcc can't find min(sal_Int32, int)Michael Stahl
2012-03-09Removed dead defineTakeshi Abe
It died 10 years ago: 85c2755e16883d581db39b317b8c152b551da5ba
2012-03-08Fix Windows compilation errors caused by int/sal_Int32 borkageTor Lillqvist
Unfortunately the unit test in question still fails on Windows, though.
2012-03-08Use the same CFLAGS on DragonFly and NetBSD.François Tigeot