Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-18 | Fix typos in comments | Elton Chung | |
2012-02-17 | mark parameter as unused | David Tardon | |
2012-02-17 | remove unused variable | David Tardon | |
2012-02-13 | Remove unused code | Elton Chung | |
2012-02-10 | Removing one obsolte GNUC check for GCC < 4.0.1 | Carsten Niehaus | |
See https://bugs.freedesktop.org/show_bug.cgi?id=45131 | |||
2012-02-08 | Added (and improved) READMEs for modules which used to be in libs-gui | Josh Heidenreich | |
2012-02-07 | Remove obsolete quirk for text rotation. | Thorsten Behrens | |
With 800806ba850c7fd03e37acb011fa993e08cb8fc8 matrix decompose returns the correct angle right away, no need to catch it here. | |||
2012-02-05 | switch to include-based build rather than sourced-based build | Norbert Thiebaud | |
2012-02-05 | Eliminate un-used DIRECTX5 | Norbert Thiebaud | |
2012-02-01 | remove duplicate include | David Tardon | |
2012-02-01 | the depth argument must be >= 0 | David Tardon | |
2012-01-25 | transparency gradient effect fade in is wrong (fdo#45219) | David Tardon | |
2012-01-24 | make slide transitions work | David Tardon | |
2012-01-13 | WaE: unused i | Caolán McNamara | |
2012-01-09 | Kill unused macro in canvas. | Thorsten Behrens | |
2012-01-09 | Avoid pointless const_cast, use getConstArray in all cases. | Thorsten Behrens | |
Another code-review follow-up fix from fdo#44533 - don't use Sequence::getArray, that tends to create a new copy everytime you call. | |||
2012-01-09 | Fix more incorrect iterator re-use. | Thorsten Behrens | |
Follow-up fix for 540963d879296ef81f883305057e63465b2ff586 std::algos use iterator arguments by value, and may change them. | |||
2012-01-09 | Fix crash when play particular presentation with sound | julien2412 | |
This fixes fdo#44533. | |||
2012-01-04 | canvas: work around NOMINMAX windows breakage | Michael Stahl | |
2011-12-22 | unusedcode: remove various unused classes | Matúš Kukan | |
2011-12-22 | remove some unused code | Caolán McNamara | |
2011-12-15 | Removed extra semicolons | Jesse | |
2011-12-14 | regpathhelper: unused, so we've got to have two of them | Caolán McNamara | |
2011-12-07 | in modules, when we have a env we are in stage gbuild | Bjoern Michaelsen | |
2011-12-06 | fix annoying debugging-mode crash | Caolán McNamara | |
2011-12-01 | typo fix: explicitely -> explicitly | Lior Kaplan | |
2011-11-30 | catch by constant reference | Takeshi Abe | |
2011-11-29 | move reconfigure into gbuild | Bjoern Michaelsen | |
2011-11-27 | remove precompiled_xxx.hxx/cxx | Norbert Thiebaud | |
2011-11-27 | remove pch from the include list | Norbert Thiebaud | |
2011-11-27 | remove include of pch header in canvas | Norbert Thiebaud | |
2011-11-27 | remove pre-compiled header support in gbuild and gbuildified module | Norbert Thiebaud | |
2011-11-25 | make gbuild makefiles run independant of pwd again | Bjoern Michaelsen | |
2011-11-23 | Changed sal/log.h -> sal/log.hxx, drop _S from C++ streaming log macros. | Stephan Bergmann | |
A compile time check ensures the common case of streaming just a plain C-style string literal still produces reasonably compact call-site code. The format-string variants are still available in sal/detail/log.h, but only to be used in obsolete osl/diagnose.h etc., and going to be removed again eventually. | |||
2011-11-22 | Using #if etc. inside OSL_TRACE is not a good idea, breaks Windows. | Jan Holesovsky | |
2011-11-22 | New sal/log.h obsoletes osl/diagnose.h and tools/debug.hxx. | Stephan Bergmann | |
* New SAL_INFO..., SAL_WARN... macros. * New SAL_STREAM supersedes OSL_FORMAT. * oustringostreaminserter.hxx moved from unotest to rtl (and always UTF-8 now). * TODO to enable GCC __attribute__((format)) in sal/log.h (requires call-site cleanup). * Further functionality in tools/debug.hxx (DBG_MEMTEST, DBG_CTOR, etc.) not yet addressed. * Some replacements tools String -> rtl::OUString. | |||
2011-11-21 | empty a bunch of d.lst files | Michael Stahl | |
2011-11-16 | tweak gbuild standart Makefile to allow partial build in unsourced env | Norbert Thiebaud | |
This allow to run make in a module wihtout the need to source Env.Host.sh. | |||
2011-11-14 | Simplified some uses of css.configuration.theDefaultProvider. | Stephan Bergmann | |
* Retro-added new-style UNOIDL singleton specification for it, for easy instantiation. * Plus new comphelper::getComponentContext to map from XMultiServiceFactory to XComponentContext. | |||
2011-11-03 | Better fix for removed RangeExpander | Thorsten Behrens | |
The sole reason for that late class was the overloaded Range::expand() method - but it's actually quite easy to disambiguate that for boost::bind. | |||
2011-11-03 | RangeExpander functor removed, but needed in one place. | Cédric Bosdonnat | |
Added a local class for it: there may be a better fix, but it avoids the build to break. Removed a few remaining includes | |||
2011-10-25 | gtk3: fix cairo canvas crash for non X (or svp) backend | Michael Meeks | |
2011-10-06 | WaE: '=' : truncation of constant value | Tor Lillqvist | |
2011-10-05 | remove const sal_Char * casts of rtl::OUStringToOString results, fixes ucb | Michael Meeks | |
2011-10-05 | simplfy dmake to gbuild bridgefile | Bjoern Michaelsen | |
2011-09-27 | Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *(). | Stephan Bergmann | |
2011-09-27 | Make Android cross-build working | Thorsten Behrens | |
In the spirit of 12759f67a36d52a345be6002d7017551e8414c59, change external lib's config.sub to eat the arm-unknown-linux-androideabi host os string. Also, permit shared libs again - seems Android can handle those. Added dictionaries to cross-build-toolset - idxdict is needed. Should build up to sfx2 - some residual static lib issues there, and in raptor. | |||
2011-09-22 | Always link with user32 | Tor Lillqvist | |
2011-09-21 | OSL_TRACE: Remove trailing newlines | Thomas Arnhold | |
Done with perl regex: s/(\n\s*OSL_TRACE\(\s*\"[^\n]+?)\s*(\\n)+(\"[^\n]*\)\;\n)/$1$3/gs; - removed trailing whitespaces and (multiple) newlines | |||
2011-08-26 | Bin USE_MINGW | Tor Lillqvist | |
Its alternative values as used by OOo is irrelevant to us as we don't intend to support building using MinGW on Windows itself. To us, MinGW always means cross-compilation. For us it is enough to look at $(OS)$(COM), and WNTGCC always implies cross-compilation. (OOo on the other hand attempts to support use of the Cygwin gcc with the -mno-cygwin option (which is practically considered an obsolete option), the normal MinGW compiler (but still from Cygwin), but not cros-compilation.) |