summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Link most libs and executables with gb_STDLIBS as presumably is intendedTor Lillqvist2011-12-2054-12/+117
|
* Add gb_STDLIBS and override gb_Library_PLAINLIBS_NONETor Lillqvist2011-12-201-1/+9
|
* Fix compiler warnings for AndroidTor Lillqvist2011-12-204-39/+73
|
* Always use the autoconfed sizes and alignments, not only when cross-compilingTor Lillqvist2011-12-204-52/+0
|
* Copy absolute sheet refs between different docs: Part IVMarkus Mohrhard2011-12-191-0/+5
| | | | Handle Move Sheet correctly
* Copy absolute refs between different docs: Part IIIMarkus Mohrhard2011-12-196-26/+125
| | | | | | | support copying from an unsaved document and some improvements still problems with MoveTab and missing dialog box if we have external refs to unsaved docs while we save
* don't set current entry for every entry during initMarkus Mohrhard2011-12-192-4/+5
|
* Copy Absolute Formulas between Documents: Part IIMarkus Mohrhard2011-12-191-0/+2
| | | | | | | | | | | adjust named ranges formulas too little problem here: tab absolute and col/row relative is tricky, the col/row is calculated relative to the cell where the range name is used but we don't know in which cells the range name is used The other office solves that by making only references pointing to sheets that are not copied external (this solution is not perfect)
* Need gb_CXXFLAGS, tooTor Lillqvist2011-12-201-2/+2
|
* fix build: we now use SwTestTabPage also with disabled dbgutilMatúš Kukan2011-12-191-3/+0
|
* IDL_COMPILER is always definedCaolán McNamara2011-12-1916-115/+0
|
* Removed COMPRESSMODE_FULL support from SvStreamMatteo Casalin2011-12-195-627/+15
|
* EXTENDED_BINARY_MODULES is always definedCaolán McNamara2011-12-192-8/+0
|
* Remove DebugPlotterAugust Sodora2011-12-196-851/+0
|
* Remove unused codeAugust Sodora2011-12-191-113/+0
|
* callcatcher: Remove unused codeAugust Sodora2011-12-1956-1103/+0
|
* Remove unnecessary includesAugust Sodora2011-12-192-96/+65
|
* Clean up treeopt select handler locking hackAugust Sodora2011-12-194-46/+22
|
* Simplify treeopt select handlerAugust Sodora2011-12-194-417/+130
|
* Automatically select an option page if a user clicks on a categoryAugust Sodora2011-12-191-0/+56
|
* Build all default cairo features on WindowsFridrich Štrba2011-12-191-39/+6
|
* accessibility: workben was removed in c8e7f88325Michael Stahl2011-12-191-7/+0
|
* .gitignore: better VIM swp patternMichael Stahl2011-12-191-1/+4
|
* gbuild: macosx.mk: install names with SOVERSION:Michael Stahl2011-12-191-6/+7
| | | | | | gb_LinkTarget__get_installname should append the SOVERSION, because the installation set only contains the versioned libraries, not the unversioned symlinks.
* drop this workbenCaolán McNamara2011-12-1966-8971/+0
|
* lo-pack-sources: do not duplicate the generated files in the archive dirPetr Mladek2011-12-191-83/+26
| | | | | the storing in archive directory was non-standard solution => gets removed also the code was simplified and clean up a bit
* lo-pack-sources: generate cleaner source tarballs using "git archive"Petr Mladek2011-12-191-56/+8
| | | | | | | | | there is not longer needed the manualy created blacklist of copied files; also no need to remove symlinks from clone subdir use "tar --checkpoint-action=exec="echo -n \".\"" instead of "awk '{ ORS=\"\" ; if (++nlines\%50 == 0) printf \".\"; fflush() }'"; we are interested into the return code from tar, e.g. not-enough disk space
* Clean up previous commit.Stephan Bergmann2011-12-191-72/+8
|
* fdo#43095: allow the use of real access() callsMoritz Bechler2011-12-191-0/+21
|
* Add symbols from addsym.awk to gbuilified .map files.Stephan Bergmann2011-12-194-1/+31
|
* sw: avoid creating cursor with non-text node text range (fdo#40195)Noel Power2011-12-191-0/+3
|
* get this to build under msvc 2008Caolán McNamara2011-12-191-8/+8
|
* Prevent creation of new ORequestThreads during shutdown.Stephan Bergmann2011-12-192-0/+27
|
* Resolves: fdo#43082 can't claim its not a DXF just because didn't see SECTIONCaolán McNamara2011-12-191-18/+18
| | | | typedetection doesn't know about 999 COMMENT, it should really.
* fix racecondition in sdext/source/minimizer/makefile.mkAndras Timar2011-12-191-1/+4
|
* sw: Fix cursor accessibility API (fdo#43390)Vincent Povirk2011-12-191-0/+15
|
* Tests apparently depend on localedata_en library.Stephan Bergmann2011-12-1911-18/+44
| | | | | More tests might be affected. Also unclear to me whether it is always (only) localedata_en, or whether it could also be _es/_euro/_others.
* Warning clean-up (Mac OS X).Stephan Bergmann2011-12-193-3/+3
|
* msvc 2008 express won't link without explicit salhelperCaolán McNamara2011-12-191-1/+2
| | | | | post salhelper visibility markup and gbuildification express 2008 doesn't link without salhelper mentioned on link line
* cppunittester missing from Repository.mkStephan Bergmann2011-12-191-0/+1
|
* typesconfig missing from Repository.mkStephan Bergmann2011-12-191-0/+1
|
* WaE: GCC 4.5.1 does not allow #pragma GCC diagnostic warningMatúš Kukan2011-12-191-1/+1
|
* msvc 2008 express won't link without explicit salhelperCaolán McNamara2011-12-191-1/+2
| | | | | post salhelper visibility markup and gbuildification express 2008 doesn't link without salhelper mentioned on link line
* msvc 2008 express won't link without explicit salhelperCaolán McNamara2011-12-191-1/+1
| | | | | post salhelper visibility markup and gbuildification express 2008 doesn't link without salhelper mentioned on link line
* At least GCC 4.5.1 does not allow #pragma GCC diagnostic inside functions.Stephan Bergmann2011-12-191-26/+13
|
* Removed superfluous CPPU_DLLPUBLIC from definitions.Stephan Bergmann2011-12-193-12/+12
|
* -Werror=sign-promo fixesStephan Bergmann2011-12-192-35/+37
|
* typo: add missing \Matúš Kukan2011-12-191-1/+1
|
* -Werror=shadow and -Werror=sign-promo fixesStephan Bergmann2011-12-194-9/+33
|
* fix armhf build in bridgesMatthias Klose2011-12-191-2/+2
| | | | | Signed-off-by: Bjoern Michaelsen <bjoern.michaelsen@canonical.com> Signed-off-by: Caolán McNamara <caolanm@redhat.com>