summaryrefslogtreecommitdiff
path: root/cppcanvas
AgeCommit message (Collapse)Author
2012-03-26readUnicodeString can just return the stringCaolán McNamara
seeing as no-one checks the return value, we don't need the intermediate temporary string
2012-03-16Add COMPHELPER_SERVICEDECL_EXPORTS* back in, after libmerge changesThorsten Behrens
Did I mention I hate boilerplate copied all over the place? ;)
2012-03-16Performance: avoid scaling just-generated bitmap 2nd timeThorsten Behrens
We're creating the bitmap to exactly match our output size - so why rounding off total transformation again, incurring another expensive bitmap scale down in the canvas?
2012-03-10gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan
2012-03-09cppcanvas: processEMFPlus: fix valgrind warning:Michael Stahl
When reading EmfPlusRecordTypeDrawImagePoints, handle the variant where points are stored as 16-bit integers instead of floats correctly. Found via valgrind on loading bugdoc from fdo#42252.
2012-03-07workaround for buggy metafile imagesRadek Doulik
2012-02-27CRLF to LF, no code changedKorrawit Pruegsanusak
2012-02-17Removed unused code from cppcanvasSzabolcs Dezsi
2012-02-13EasyHack: Removed gcc conditionalsAlexander Bergmann
2012-02-08Added (and improved) READMEs for modules which used to be in libs-guiJosh Heidenreich
2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud
2012-01-24String->rtl::OUStringCaolán McNamara
2012-01-05make VectorOfOutDevStates a class and refactor this a littleCaolán McNamara
2011-12-21Revert "callcatcher: Remove unused code"August Sodora
This reverts commit 070eff8cf1ad7763b8b730336f11032893b77049.
2011-12-21callcatcher: Remove unused codeAugust Sodora
2011-12-19callcatcher: Remove unused codeAugust Sodora
2011-12-07in modules, when we have a env we are in stage gbuildBjoern Michaelsen
2011-12-01typo fix: explicitely -> explicitlyLior Kaplan
2011-11-29move reconfigure into gbuildBjoern Michaelsen
2011-11-28more debug info for emf+ rendering - pathRadek Doulik
2011-11-27remove precompiled_xxx.hxx/cxxNorbert Thiebaud
2011-11-27remove pch from the include listNorbert Thiebaud
2011-11-27remove include of pch header in cppcanvasNorbert Thiebaud
2011-11-27remove pre-compiled header support in gbuild and gbuildified moduleNorbert Thiebaud
2011-11-25make gbuild makefiles run independant of pwd againBjoern Michaelsen
2011-11-21empty a bunch of d.lst filesMichael Stahl
2011-11-21Revive gradient clipping debug visualization code.Thorsten Behrens
2011-11-17Enforce a "lib" prefix for UNO components for AndroidTor Lillqvist
This commit for the old build system. (Don't bother for components not relevant for Android.) The Android package installer (as invoked through "adb install", from "ant debug install") silently ignores native libraries in app packages (.apk files) whose names don't start with "lib" and end with ".so". The package builder (as invoked through "ant debug") in the SDK gladly includes also thusly named native libraries in the .apk, though. Yay for consistency.
2011-11-16tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud
This allow to run make in a module wihtout the need to source Env.Host.sh.
2011-11-01adapt naming schemeCaolán McNamara
2011-11-01add and use an OString::equalsIgnoreAsciiCaseAscii equivalent to OUString oneCaolán McNamara
2011-10-10Related: fdo#38580 NULL objectCaolán McNamara
2011-10-08Added the unreachable code back in, even for GCC 4.0, so Mac OS X would not ↵Stephan Bergmann
fail.
2011-10-07WaE: unreachable codeTor Lillqvist
2011-10-05simplfy dmake to gbuild bridgefileBjoern Michaelsen
2011-09-30add mode-lines to .m files and last round of merged files, etc.Caolán McNamara
2011-09-26WaE: control reaches end of non-void functionTor Lillqvist
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara
2011-09-12make base class dtor virtualCaolán McNamara
otherwise calling delete on a base class pointer to an instantiation of a derived class doesn't call the derived class's dtor
2011-09-01fix warningsGabor Jenei
2011-08-29WaE: in debug=2 modeCaolán McNamara
2011-08-23debug build errorsGabor
2011-08-19detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly setNorbert Thiebaud
2011-08-17add more component prefixesMatúš Kukan
2011-08-11align closing braceDavid Tardon
2011-08-11WaE: add braces around empty body in else stmtDavid Tardon
2011-08-10check bitmap size before creating canvas actionRadek Doulik
2011-08-10added MultiplyWorldTransform record typeRadek Doulik
2011-08-10prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe
2011-08-05fix windows build error with symlinksCaolán McNamara