summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-12-19Clean up treeopt select handler locking hackAugust Sodora
2011-12-19Simplify treeopt select handlerAugust Sodora
2011-12-19Automatically select an option page if a user clicks on a categoryAugust Sodora
2011-12-19Build all default cairo features on WindowsFridrich Štrba
2011-12-19accessibility: workben was removed in c8e7f88325Michael Stahl
2011-12-19.gitignore: better VIM swp patternMichael Stahl
2011-12-19gbuild: macosx.mk: install names with SOVERSION:Michael Stahl
gb_LinkTarget__get_installname should append the SOVERSION, because the installation set only contains the versioned libraries, not the unversioned symlinks.
2011-12-19drop this workbenCaolán McNamara
2011-12-19lo-pack-sources: do not duplicate the generated files in the archive dirPetr Mladek
the storing in archive directory was non-standard solution => gets removed also the code was simplified and clean up a bit
2011-12-19lo-pack-sources: generate cleaner source tarballs using "git archive"Petr Mladek
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
2011-12-19Clean up previous commit.Stephan Bergmann
2011-12-19fdo#43095: allow the use of real access() callsMoritz Bechler
2011-12-19Add symbols from addsym.awk to gbuilified .map files.Stephan Bergmann
2011-12-19sw: avoid creating cursor with non-text node text range (fdo#40195)Noel Power
2011-12-19get this to build under msvc 2008Caolán McNamara
2011-12-19Prevent creation of new ORequestThreads during shutdown.Stephan Bergmann
2011-12-19Resolves: fdo#43082 can't claim its not a DXF just because didn't see SECTIONCaolán McNamara
typedetection doesn't know about 999 COMMENT, it should really.
2011-12-19fix racecondition in sdext/source/minimizer/makefile.mkAndras Timar
2011-12-19sw: Fix cursor accessibility API (fdo#43390)Vincent Povirk
2011-12-19Tests apparently depend on localedata_en library.Stephan Bergmann
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.
2011-12-19Warning clean-up (Mac OS X).Stephan Bergmann
2011-12-19msvc 2008 express won't link without explicit salhelperCaolán McNamara
post salhelper visibility markup and gbuildification express 2008 doesn't link without salhelper mentioned on link line
2011-12-19cppunittester missing from Repository.mkStephan Bergmann
2011-12-19typesconfig missing from Repository.mkStephan Bergmann
2011-12-19WaE: GCC 4.5.1 does not allow #pragma GCC diagnostic warningMatúš Kukan
2011-12-19msvc 2008 express won't link without explicit salhelperCaolán McNamara
post salhelper visibility markup and gbuildification express 2008 doesn't link without salhelper mentioned on link line
2011-12-19msvc 2008 express won't link without explicit salhelperCaolán McNamara
post salhelper visibility markup and gbuildification express 2008 doesn't link without salhelper mentioned on link line
2011-12-19At least GCC 4.5.1 does not allow #pragma GCC diagnostic inside functions.Stephan Bergmann
2011-12-19Removed superfluous CPPU_DLLPUBLIC from definitions.Stephan Bergmann
2011-12-19-Werror=sign-promo fixesStephan Bergmann
2011-12-19typo: add missing \Matúš Kukan
2011-12-19-Werror=shadow and -Werror=sign-promo fixesStephan Bergmann
2011-12-19fix armhf build in bridgesMatthias Klose
Signed-off-by: Bjoern Michaelsen <bjoern.michaelsen@canonical.com> Signed-off-by: Caolán McNamara <caolanm@redhat.com>
2011-12-19fix racecondition in sdext/source/pdfimport/makefile.mkBjoern Michaelsen
2011-12-19fix names of libraries for MinGW, also remove onlinecheck.dllMatúš Kukan
2011-12-19sal: add more unit testsMatúš Kukan
2011-12-19sal: add visibility symbolsMatúš Kukan
2011-12-19sal: convert to gbuildMatúš Kukan
2011-12-19cppu: add visibility symbolsMatúš Kukan
2011-12-19cppu: convert to gbuildMatúš Kukan
Because of unit tests is here custom target where are idl files processed.
2011-12-19Build ps and pdf cairo surfaces with MSVCFridrich Štrba
2011-12-19Fix MMX build of pixman with MSVCFridrich Štrba
2011-12-19impress: slide transition pane: use proper control widthIvan Timofeev
2011-12-19mailmerge: move overlapped controlsIvan Timofeev
2011-12-19Use / as SRC_ROOT and OUTDIR_FOR_BUILD on AndroidTor Lillqvist
2011-12-19More shlibs and .component files neededTor Lillqvist
2011-12-19This is for Calc unit testsTor Lillqvist
2011-12-19add propex.bat, so propex Perl script can run under Win32Andras Timar
2011-12-18Always load res of LibO UI locale, not system deflocale fdo#43475Andras Timar
2011-12-18android: delete generated lo-bootstrap.jarMiklos Vajna