summaryrefslogtreecommitdiffstats
path: root/cppcanvas
Commit message (Collapse)AuthorAgeFilesLines
* Make LO buildable again after the GraphicFilter move.Jan Holesovsky2013-03-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: cui/source/dialogs/SpellDialog.cxx editeng/source/items/frmitems.cxx filter/qa/cppunit/filters-pict-test.cxx sd/source/filter/grf/sdgrffilter.cxx sd/source/ui/app/sddll.cxx svgio/source/svgreader/svgimagenode.cxx svtools/Library_svt.mk svtools/Module_svtools.mk svtools/Package_inc.mk svtools/source/filter/exportdialog.cxx svx/source/core/graphichelper.cxx svx/source/dialog/compressgraphicdialog.cxx sw/source/ui/shells/grfshex.cxx sw/source/ui/uiview/view2.cxx sw/source/ui/utlui/glbltree.cxx test/source/bootstrapfixture.cxx tubes/source/contacts.cxx vcl/Library_vcl.mk vcl/qa/cppunit/graphicfilter/filters-test.cxx vcl/source/filter/FilterConfigCache.cxx vcl/source/filter/graphicfilter.cxx writerfilter/source/rtftok/rtfdocumentimpl.cxx Change-Id: I3455a7294b136400f32163626d5a7a7f2bfa898c
* implemented EmfPlusRecordTypeFillPie recordRadek Doulik2013-01-101-0/+45
| | | | Change-Id: I15e7464a6a295bb4c1313c0a65ee33b6443c61c8
* Get rid of GRADIENT_* defines, they conflict with Windows GDI types.Jan Holesovsky2012-06-171-7/+7
| | | | | Change-Id: Ia0bc37f81b7213b20fc5093beb46d7a05b1ac931 Signed-off-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
* targetted string re-workMichael Meeks2012-05-222-14/+14
| | | | Change-Id: I9ed4df2a25c8a2a868f83de48472715a6cabe2be
* make gbuild the default assumption of build.plBjoern Michaelsen2012-04-291-1/+0
| | | | | | | | this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
* tune the guessed position a bit, so that it works better with test documentsRadek Doulik2012-04-181-1/+1
|
* implemented EmfPlusRecordTypeDrawString recordRadek Doulik2012-04-182-19/+95
|
* added debug message for unsupported casesRadek Doulik2012-04-181-0/+2
|
* SrcRect for SrcUnit = 2 is in pixels, don't Map itRadek Doulik2012-04-181-2/+2
|
* ImplText never instantiatedCaolán McNamara2012-04-185-173/+8
|
* set minimal width if pen width is set to zeroRadek Doulik2012-04-131-1/+2
|
* fix crash on invalid/missing penCaolán McNamara2012-04-131-20/+26
|
* fix busted indentCaolán McNamara2012-04-131-13/+13
|
* LinkTarget.mk: remove gb_LinkTarget_add_package_headersMichael Stahl2012-04-081-1/+1
|
* gbuild: "use" vs. "add":Michael Stahl2012-04-082-4/+4
| | | | | | | | | Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target)
* callcatcher: update list, add README, remove some newly unused codeCaolán McNamara2012-04-051-62/+0
|
* New try to sort out the overloaded virtual method weirdnessTor Lillqvist2012-04-0411-103/+93
| | | | | | | | | | | | Revert "Clang WaE: -Woverloaded-virtual weirdness, this seems to help" as that broke tinderboxes. Try another way instead, renaming two versions of the overloaded render() method, so that there is no longer any overloading. Compiles -Werror-clean with Clang, hopefully no problem with other compilers either. This reverts commit 86b99ab408c7235604a1a02d7bc531fe5d5f97f6.
* Clang WaE: -Woverloaded-virtual weirdness, this seems to helpTor Lillqvist2012-04-044-1/+11
|
* removed duplicate includes in cppcanvas / cppuhelper / cuiTakeshi Abe2012-03-303-5/+0
|
* readUnicodeString can just return the stringCaolán McNamara2012-03-261-26/+28
| | | | | seeing as no-one checks the return value, we don't need the intermediate temporary string
* Add COMPHELPER_SERVICEDECL_EXPORTS* back in, after libmerge changesThorsten Behrens2012-03-161-9/+1
| | | | Did I mention I hate boilerplate copied all over the place? ;)
* Performance: avoid scaling just-generated bitmap 2nd timeThorsten Behrens2012-03-161-21/+17
| | | | | | 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?
* gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan2012-03-101-2/+2
|
* cppcanvas: processEMFPlus: fix valgrind warning:Michael Stahl2012-03-092-4/+4
| | | | | | 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.
* workaround for buggy metafile imagesRadek Doulik2012-03-072-7/+13
|
* CRLF to LF, no code changedKorrawit Pruegsanusak2012-02-271-39/+39
|
* Removed unused code from cppcanvasSzabolcs Dezsi2012-02-1715-312/+0
|
* EasyHack: Removed gcc conditionalsAlexander Bergmann2012-02-132-10/+1
|
* Added (and improved) READMEs for modules which used to be in libs-guiJosh Heidenreich2012-02-081-0/+1
|
* switch to include-based build rather than sourced-based buildNorbert Thiebaud2012-02-051-35/+2
|
* String->rtl::OUStringCaolán McNamara2012-01-241-4/+4
|
* make VectorOfOutDevStates a class and refactor this a littleCaolán McNamara2012-01-052-241/+254
|
* Revert "callcatcher: Remove unused code"August Sodora2011-12-215-0/+137
| | | | This reverts commit 070eff8cf1ad7763b8b730336f11032893b77049.
* callcatcher: Remove unused codeAugust Sodora2011-12-215-137/+0
|
* callcatcher: Remove unused codeAugust Sodora2011-12-192-272/+0
|
* in modules, when we have a env we are in stage gbuildBjoern Michaelsen2011-12-071-0/+1
|
* typo fix: explicitely -> explicitlyLior Kaplan2011-12-011-9/+9
|
* move reconfigure into gbuildBjoern Michaelsen2011-11-291-1/+1
|
* more debug info for emf+ rendering - pathRadek Doulik2011-11-281-0/+23
|
* remove precompiled_xxx.hxx/cxxNorbert Thiebaud2011-11-272-63/+0
|
* remove pch from the include listNorbert Thiebaud2011-11-271-1/+0
|
* remove include of pch header in cppcanvasNorbert Thiebaud2011-11-2726-50/+0
|
* remove pre-compiled header support in gbuild and gbuildified moduleNorbert Thiebaud2011-11-271-2/+0
|
* make gbuild makefiles run independant of pwd againBjoern Michaelsen2011-11-251-2/+2
|
* empty a bunch of d.lst filesMichael Stahl2011-11-211-2/+0
|
* Revive gradient clipping debug visualization code.Thorsten Behrens2011-11-211-0/+15
|
* Enforce a "lib" prefix for UNO components for AndroidTor Lillqvist2011-11-171-1/+1
| | | | | | | | | | | | | 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.
* tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud2011-11-161-4/+4
| | | | | This allow to run make in a module wihtout the need to source Env.Host.sh.
* adapt naming schemeCaolán McNamara2011-11-011-4/+4
|
* add and use an OString::equalsIgnoreAsciiCaseAscii equivalent to OUString oneCaolán McNamara2011-11-011-9/+9
|