summaryrefslogtreecommitdiffstats
path: root/drawinglayer
Commit message (Collapse)AuthorAgeFilesLines
* targetted string re-workMichael Meeks2012-05-223-3/+3
| | | | Change-Id: Icb84c34782dd41e0658f5f8ed4f689f149331d99
* Fix uninitialized valueJulien Nabet2012-05-121-0/+1
| | | | Change-Id: I23e35a6453907e44ff43f63ad1d619920f806d03
* Remove unused codeElton Chung2012-04-302-15/+0
|
* 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
* WaE: exception handlers used in code without unwind supportCaolán McNamara2012-04-261-4/+1
|
* fdo#48647: drawinglayer: fix double hairline borders:Michael Stahl2012-04-181-6/+16
| | | | | | Clipping the border polygon to the region defined by the Extends is sufficient to create a nice looking 1 twip double border in Writer. (regression from 0f0896c26fb260d1bbf31d7a886df3f61837f0f2)
* Fix fdo#33591 - edge-case trans gradients came out emptyThorsten Behrens2012-04-161-0/+2
| | | | | Gradients with start==end got us zero steps, thus no fill at all. Funnily this was wrong since pre-3.0 or somesuch.
* LinkTarget.mk: remove gb_LinkTarget_add_package_headersMichael Stahl2012-04-081-1/+1
|
* gbuild: "use" vs. "add":Michael Stahl2012-04-081-2/+2
| | | | | | | | | 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)
* better drawing support for borders of different width, fdo#33634Markus Mohrhard2012-04-041-5/+5
|
* chmod -xTor Lillqvist2012-03-211-0/+0
|
* CollectingProcessor3D cannot be instantiatedCaolán McNamara2012-02-292-55/+0
|
* PolyPolygonStrokeArrowPrimitive2D cannot be instantiatedCaolán McNamara2012-02-283-157/+39
|
* Removed unused code from drawinlayerSzabolcs Dezsi2012-02-1728-169/+0
|
* fdo#39491 -I$(OUTDIR)/inc is set in SOLARINCMatúš Kukan2012-02-101-1/+0
|
* 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 drawinglayer ByteString freeCaolán McNamara2012-01-231-11/+11
|
* Improve checking for emptinessThomas Arnhold2012-01-217-11/+11
|
* Fix for fdo43460 Part XIV getLength() to isEmpty()Gustavo Buzzatti Pacheco2011-12-231-1/+1
| | | | | | Part XIV Modules drawinglayer, dtrans, editeng
* catch exception by constant referenceTakeshi Abe2011-12-091-2/+1
|
* childs -> childrenMichael T. Whiteley2011-12-082-2/+2
|
* Factored out common getDigitLanguage.Stephan Bergmann2011-12-075-37/+102
|
* in modules, when we have a env we are in stage gbuildBjoern Michaelsen2011-12-071-0/+1
|
* normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara2011-12-064-20/+16
|
* aw084: #i116802# Removing DBG_UNHANDLED_EXCEPTION since there is a valuable ↵Armin Le Grand2011-12-051-1/+3
| | | | | | | | | | | alternative alailable and not a general error happening # HG changeset patch # User Armin Le Grand <armin.le.grand@oracle.com> # Date 1300120426 -3600 # Node ID 1e5618c51d1690a7c619f75d6b79c220c39854f8 # Parent 9d821e77ed393c984738cf3e829a8c94a681828f aw084: #i116802# Removing DBG_UNHANDLED_EXCEPTION since there is a valuable alternative alailable and not a general error happening
* typo fix: explicitely -> explicitlyLior Kaplan2011-12-013-3/+3
|
* move reconfigure into gbuildBjoern Michaelsen2011-11-291-1/+1
|
* Replace formattings with formattingLior Kaplan2011-11-291-1/+1
|
* make gbuild makefiles run independant of pwd againBjoern Michaelsen2011-11-251-1/+1
|
* empty a bunch of d.lst filesMichael Stahl2011-11-211-2/+0
|
* I forgot to remove directory pch from the include path.Joseph Powers2011-11-201-1/+0
|
* Remove pch from drawinglayerJoseph Powers2011-11-20114-400/+0
| | | | The .hxx is empty so we gain nothing.
* 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-2/+2
|
* MetaCommentAction now using rtl::OStringCaolán McNamara2011-11-011-2/+2
|
* fdo#37129: Fix the drawing of dotted and dashed borders in Calc.Tomofumi Yagi2011-10-203-3/+19
|
* drawinglayer/source/geometry/viewinformation2d.cxx does neeed exceptionsTor Lillqvist2011-10-071-1/+1
| | | | At least in a MSVC --enable-dbgutil build.
* simplfy dmake to gbuild bridgefileBjoern Michaelsen2011-10-051-40/+1
|
* add mode-lines to .m files and last round of merged files, etc.Caolán McNamara2011-09-304-0/+12
|
* sb140: #i116872# avoid uninitialized RGB values for full-transparency pixelsStephan Bergmann2011-09-091-10/+11
| | | | | plus sb140: #i116872# optimize for nOpacity == 0 (requested by aw)
* Fix wrong line end positioningRegina Henschel2011-09-031-4/+7
| | | | | | fix fdo#40529 - if you have line ends that are *not* filled, the polygon overlaps with the line end marker. Adapted calculation in drawing layer to have that sorted out.
* detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly setNorbert Thiebaud2011-08-191-1/+1
|
* Avoid single-point filled polygonsThorsten Behrens2011-08-161-5/+31
| | | | | | | As per fdo#37559, it seems exporting filled polygons consisting of exactly one point (which should in theory be invisible) is a bad idea for several pdf viewers. Filtering drawing layer output accordingly.
* Some cppcheck cleaningJulien Nabet2011-08-131-1/+1
|
* prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe2011-08-103-3/+3
|
* reflect gmake flavorTakeshi Abe2011-08-051-1/+1
|
* Emacs mode line compatible with vi's oneTakeshi Abe2011-08-051-0/+1
|
* Some cppcheck cleaningJulien Nabet2011-07-313-6/+5
|
* Add consistent Emacs and vim mode linesTor Lillqvist2011-07-303-3/+6
|