Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-30 | Hack around different __cxa_* declarations in different GCC versions | Stephan Bergmann | |
2012-03-30 | avoid sc crashes | Luboš Luňák | |
Boost is reportedly 'expertly designed C++ library', so why do I find the idea of a container containing pointers but exposing them by value to be rather retarded? I don't know why exactly this crashes, but I expect std::sort() either either does unwanted copies that break things or the copies slice off inherited classes. | |||
2012-03-30 | sal: add a more permanant set of annotations for lifetime tracking. | Michael Meeks | |
Having done this on a temporary basis a couple of times before, it'd be good to avoid having to do the instrumentation again. | |||
2012-03-30 | removed duplicate includes in sfx2 | Takeshi Abe | |
2012-03-30 | removed duplicate includes in filter / i18npool / sdext | Takeshi Abe | |
2012-03-30 | count words in text with mixed script punctuation correctly | Caolán McNamara | |
2012-03-30 | callcatcher: regenerate unused code list | Caolán McNamara | |
2012-03-30 | remove static OUStrings from static_initialization_and_destruction chain | Caolán McNamara | |
2012-03-30 | removed duplicate includes in desktop / editeng | Takeshi Abe | |
2012-03-30 | fdo#40735 RTF export: CJK text is typically not single-byte | Miklos Vajna | |
2012-03-30 | Missing includes | Stephan Bergmann | |
2012-03-30 | Adapt cpp_uno/gcc3_linux_x86-64 to GCC 4.7 cxxabi.h | Stephan Bergmann | |
...the same way cpp_uno/mingw_intel was already adapted. | |||
2012-03-30 | filter-showIncludes.pl: Attempt to prevent creating incomplete .d files. | Jan Holesovsky | |
2012-03-30 | Fix format string properly | Stephan Bergmann | |
2012-03-30 | MinGW: callVirtualMethod needs same treatment as on gcc3_linux_x86_64 | Stephan Bergmann | |
...for reasons that are yet unclear to me. | |||
2012-03-30 | MinGW: work around _FILE_OFFSET_BITS incomp between Berkeleydb and LO | Stephan Bergmann | |
2012-03-30 | WaE: format '%i' expects type 'int', but argument has type 'long int' | Tor Lillqvist | |
2012-03-30 | testcase for fdo#45394 | Miklos Vajna | |
2012-03-30 | fix build | Luboš Luňák | |
Apparently the order in makefile.mk matters. Without this higher, acceptor.uno.dll does not get built. | |||
2012-03-30 | Updated patch comment | Stephan Bergmann | |
2012-03-30 | don't force dependecy on shasum when it is not needed | Norbert Thiebaud | |
shasum is only needed to detect a bug in some version of gnumkae do not burden platform with a non-impacted gnu make with that requirement | |||
2012-03-30 | Use mktemp(1) more portably | Tor Lillqvist | |
2012-03-30 | Look for "shasum" (as on Mac OS X) too | Tor Lillqvist | |
Hmm, /usr/bin/shasum is a Perl implementation (!), should we use "openssl sha1" instead? | |||
2012-03-30 | iOS simulator fix and some cosmetics | Tor Lillqvist | |
2012-03-30 | Link with more libs, include more configuration files | Tor Lillqvist | |
2012-03-30 | More static lib name mappings. Yeah, need to do a gperf thing some night | Tor Lillqvist | |
2012-03-30 | Add a dummy SalI18NImeStatus subclass | Tor Lillqvist | |
2012-03-30 | Don't build and deliver .component files with empty URIs (for iOS) | Tor Lillqvist | |
2012-03-30 | do not make using system cairo depend on cairo canvas feature | Luboš Luňák | |
Cairo canvas is a LO feature, it doesn't make sense to use system cairo only if the feature is enabled. Fixes mingw build (where our cairo copy does not build for whatever reason). | |||
2012-03-30 | remove unused code | Luboš Luňák | |
2012-03-29 | Fixes a bunch of "Prefer prefix ++/-- operators for non-primitive types" | Julien Nabet | |
2012-03-29 | alloca(3) needs stdlib.h on *BSD because there is no alloca.h | Robert Nagy | |
2012-03-29 | add $python_libs to PYTHON_LIBS in case pkg-config is being used | Robert Nagy | |
2012-03-29 | some systems use sha1 instead of sha1sum, so detect both of them | Robert Nagy | |
2012-03-29 | drop extra unused inlines and remains of unconstructable class | Caolán McNamara | |
2012-03-29 | remove unused code (oox) | Petr Vorel | |
2012-03-29 | add missing tools/table.hxx include | Markus Mohrhard | |
2012-03-29 | add for calc extra paste ctx menu with options to paste text or formula only | Noel Power | |
2012-03-29 | quick and ugly hack for ScEditableTester in ucalc | Markus Mohrhard | |
Fix this as soon as possible with a clean fix | |||
2012-03-29 | Remove unnecessary tools/table.hxx #includes | Noel Grandin | |
2012-03-29 | deal with symlinks in your PWD breaking gnumake dependencies | Michael Meeks | |
2012-03-29 | Mark all registered as clobbered that are not saved across call | Stephan Bergmann | |
2012-03-29 | Make cpp_uno/gcc3_linux_x86-64 bridge work with GCC 4.7 | Stephan Bergmann | |
See comment in callvirtualmethod.cxx for details. | |||
2012-03-30 | removed duplicate includes in dbaccess | Takeshi Abe | |
2012-03-30 | removed duplicate includes in cppcanvas / cppuhelper / cui | Takeshi Abe | |
2012-03-29 | --headless for hwpfilter test | Luboš Luňák | |
Otherwise there's a build dependency missing (and it's apparently not needed anyway). | |||
2012-03-29 | fdo#45394 fix RTF import of custom fonts in substreams | Miklos Vajna | |
Substreams (headers, footers, etc.) are parsed separately, so their font table is empty by default. Fix handling of custom fonts (and thus encodings) there by passing a pointer to the superstream. | |||
2012-03-29 | fdo#45394 fix RTF import of tables with empty first row | Miklos Vajna | |
Additionally the table should be at the start of the document to trigger this bug. | |||
2012-03-29 | emf+ on win: implement bitmap creation from bitmapcanvas | Radek Doulik | |
2012-03-29 | emf+ on win: flush the header stream, so that it doesn't look like empty | Radek Doulik | |