Commit graph

323 commits

Author SHA1 Message Date
Michael Stahl
49bd0e4e6b fdo#48647: drawinglayer: fix double hairline borders:
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 0f0896c26f)
2012-04-18 22:16:20 +02:00
Thorsten Behrens
983c27402e Fix fdo#33591 - edge-case trans gradients came out empty
Gradients with start==end got us zero steps, thus no fill at all.
Funnily this was wrong since pre-3.0 or somesuch.
2012-04-16 15:52:59 +02:00
Michael Stahl
4c50f23f87 LinkTarget.mk: remove gb_LinkTarget_add_package_headers 2012-04-08 01:05:53 +02:00
Michael Stahl
c923f7d2c2 gbuild: "use" vs. "add":
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)
2012-04-08 01:05:52 +02:00
Markus Mohrhard
2c91cb08d6 better drawing support for borders of different width, fdo#33634 2012-04-04 03:09:48 +02:00
Tor Lillqvist
2a1171929e chmod -x 2012-03-21 13:00:45 +02:00
Caolán McNamara
a5ea9ddaad CollectingProcessor3D cannot be instantiated 2012-02-29 11:00:31 +00:00
Caolán McNamara
cb5bd5a1ae PolyPolygonStrokeArrowPrimitive2D cannot be instantiated 2012-02-28 10:56:57 +00:00
Szabolcs Dezsi
bb61f56d71 Removed unused code from drawinlayer 2012-02-17 15:47:02 +00:00
Matúš Kukan
4b30ec9def fdo#39491 -I$(OUTDIR)/inc is set in SOLARINC 2012-02-10 21:41:45 +01:00
Norbert Thiebaud
c857dff7fc switch to include-based build rather than sourced-based build 2012-02-05 19:34:05 -06:00
Caolán McNamara
04d58ef75a String->rtl::OUString 2012-01-24 16:53:55 +00:00
Caolán McNamara
210d239b87 make drawinglayer ByteString free 2012-01-23 11:37:05 +00:00
Thomas Arnhold
22da27d9dd Improve checking for emptiness 2012-01-21 19:58:46 +01:00
Gustavo Buzzatti Pacheco
b575f4b1a2 Fix for fdo43460 Part XIV getLength() to isEmpty()
Part XIV
Modules
drawinglayer, dtrans, editeng
2011-12-23 22:04:44 +04:00
Takeshi Abe
9262039e90 catch exception by constant reference 2011-12-09 09:59:02 +09:00
Michael T. Whiteley
dcfd4beb21 childs -> children 2011-12-08 11:32:41 +02:00
Stephan Bergmann
8576bd1784 Factored out common getDigitLanguage. 2011-12-07 16:43:08 +01:00
Bjoern Michaelsen
2acd8fbac9 in modules, when we have a env we are in stage gbuild 2011-12-07 15:53:06 +01:00
Caolán McNamara
c8ef924060 normalize Red Hat, Inc. spellings, and bump to latest template 2011-12-06 21:24:37 +00:00
Armin Le Grand
ef4066bb19 aw084: #i116802# Removing DBG_UNHANDLED_EXCEPTION since there is a valuable 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
2011-12-05 13:00:12 +01:00
Lior Kaplan
e10fc18fb2 typo fix: explicitely -> explicitly 2011-12-01 23:41:42 +02:00
Bjoern Michaelsen
d73e574d8a move reconfigure into gbuild 2011-11-29 17:25:14 +01:00
Lior Kaplan
37f509e15d Replace formattings with formatting 2011-11-29 18:17:18 +02:00
Bjoern Michaelsen
f2f0dbd273 make gbuild makefiles run independant of pwd again 2011-11-25 12:04:40 +01:00
Michael Stahl
d63d64c4de empty a bunch of d.lst files 2011-11-21 22:46:17 +01:00
Joseph Powers
2235ffd1e8 I forgot to remove directory pch from the include path. 2011-11-20 09:22:03 -08:00
Joseph Powers
45f91545c6 Remove pch from drawinglayer
The .hxx is empty so we gain nothing.
2011-11-20 09:22:02 -08:00
Norbert Thiebaud
0ea8c014ef tweak gbuild standart Makefile to allow partial build in unsourced env
This allow to run make in a module wihtout the need to source
Env.Host.sh.
2011-11-16 06:18:54 -06:00
Caolán McNamara
76e37b7f79 adapt naming scheme 2011-11-01 09:27:24 +00:00
Caolán McNamara
6a73e43b71 MetaCommentAction now using rtl::OString 2011-11-01 09:27:22 +00:00
Tomofumi Yagi
8c2902ecbf fdo#37129: Fix the drawing of dotted and dashed borders in Calc. 2011-10-20 11:05:17 +02:00
Tor Lillqvist
5c46f61892 drawinglayer/source/geometry/viewinformation2d.cxx does neeed exceptions
At least in a MSVC --enable-dbgutil build.
2011-10-07 12:49:44 +03:00
Bjoern Michaelsen
e94a19f3e0 simplfy dmake to gbuild bridgefile 2011-10-05 00:31:50 +02:00
Caolán McNamara
1f5c696c37 add mode-lines to .m files and last round of merged files, etc. 2011-09-30 09:09:25 +01:00
Stephan Bergmann
4209a6127d sb140: #i116872# avoid uninitialized RGB values for full-transparency pixels
plus
sb140: #i116872# optimize for nOpacity == 0 (requested by aw)
2011-09-09 17:46:38 +02:00
Regina Henschel
33996edb39 Fix wrong line end positioning
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.
2011-09-03 01:26:09 +02:00
Norbert Thiebaud
d64bbd6bf8 detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly set 2011-08-19 18:29:07 -05:00
Thorsten Behrens
fc5706422c Avoid single-point filled polygons
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.
2011-08-16 11:06:37 +02:00
Julien Nabet
66fd144269 Some cppcheck cleaning 2011-08-13 15:12:35 +02:00
Takeshi Abe
b2bd33ea25 prefer makefile-gmake-mode to plain makefile-mode 2011-08-10 02:12:48 +09:00
Takeshi Abe
88825599e8 reflect gmake flavor 2011-08-05 10:47:13 +09:00
Takeshi Abe
9e2800793a Emacs mode line compatible with vi's one 2011-08-05 01:14:05 +09:00
Julien Nabet
268fe75e33 Some cppcheck cleaning 2011-07-31 17:52:07 +02:00
Tor Lillqvist
4122c3b9d5 Add consistent Emacs and vim mode lines 2011-07-30 23:02:30 +03:00
Bjoern Michaelsen
200bc6c582 resyncing to master 2011-07-21 18:51:11 +02:00
Bjoern Michaelsen
5cba588ff2 gnumake4: fix buildbreakers from merge 2011-06-20 13:24:12 +02:00
David Tardon
68e8a84043 remove all traces of offuh from makefiles 2011-06-17 16:41:13 +02:00
Hans-Joachim Lankenau
246efa0d48 ause130: #i117218# change .idl handling to gnu make 2011-06-17 16:41:08 +02:00
Tor Lillqvist
4912a5e54f Drop %_EXT% which was always empty 2011-06-03 13:34:28 +03:00