Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-22 | targetted string re-work | Michael Meeks | |
Change-Id: Icb84c34782dd41e0658f5f8ed4f689f149331d99 | |||
2012-05-12 | Fix uninitialized value | Julien Nabet | |
Change-Id: I23e35a6453907e44ff43f63ad1d619920f806d03 | |||
2012-04-30 | Remove unused code | Elton Chung | |
2012-04-29 | make gbuild the default assumption of build.pl | Bjoern Michaelsen | |
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 | |||
2012-04-26 | WaE: exception handlers used in code without unwind support | Caolán McNamara | |
2012-04-18 | fdo#48647: drawinglayer: fix double hairline borders: | Michael Stahl | |
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) | |||
2012-04-16 | Fix fdo#33591 - edge-case trans gradients came out empty | Thorsten Behrens | |
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-08 | LinkTarget.mk: remove gb_LinkTarget_add_package_headers | Michael Stahl | |
2012-04-08 | gbuild: "use" vs. "add": | Michael Stahl | |
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-04 | better drawing support for borders of different width, fdo#33634 | Markus Mohrhard | |
2012-03-21 | chmod -x | Tor Lillqvist | |
2012-02-29 | CollectingProcessor3D cannot be instantiated | Caolán McNamara | |
2012-02-28 | PolyPolygonStrokeArrowPrimitive2D cannot be instantiated | Caolán McNamara | |
2012-02-17 | Removed unused code from drawinlayer | Szabolcs Dezsi | |
2012-02-10 | fdo#39491 -I$(OUTDIR)/inc is set in SOLARINC | Matúš Kukan | |
2012-02-05 | switch to include-based build rather than sourced-based build | Norbert Thiebaud | |
2012-01-24 | String->rtl::OUString | Caolán McNamara | |
2012-01-23 | make drawinglayer ByteString free | Caolán McNamara | |
2012-01-21 | Improve checking for emptiness | Thomas Arnhold | |
2011-12-23 | Fix for fdo43460 Part XIV getLength() to isEmpty() | Gustavo Buzzatti Pacheco | |
Part XIV Modules drawinglayer, dtrans, editeng | |||
2011-12-09 | catch exception by constant reference | Takeshi Abe | |
2011-12-08 | childs -> children | Michael T. Whiteley | |
2011-12-07 | Factored out common getDigitLanguage. | Stephan Bergmann | |
2011-12-07 | in modules, when we have a env we are in stage gbuild | Bjoern Michaelsen | |
2011-12-06 | normalize Red Hat, Inc. spellings, and bump to latest template | Caolán McNamara | |
2011-12-05 | aw084: #i116802# Removing DBG_UNHANDLED_EXCEPTION since there is a valuable ↵ | Armin Le Grand | |
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-01 | typo fix: explicitely -> explicitly | Lior Kaplan | |
2011-11-29 | move reconfigure into gbuild | Bjoern Michaelsen | |
2011-11-29 | Replace formattings with formatting | Lior Kaplan | |
2011-11-25 | make gbuild makefiles run independant of pwd again | Bjoern Michaelsen | |
2011-11-21 | empty a bunch of d.lst files | Michael Stahl | |
2011-11-20 | I forgot to remove directory pch from the include path. | Joseph Powers | |
2011-11-20 | Remove pch from drawinglayer | Joseph Powers | |
The .hxx is empty so we gain nothing. | |||
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-01 | adapt naming scheme | Caolán McNamara | |
2011-11-01 | MetaCommentAction now using rtl::OString | Caolán McNamara | |
2011-10-20 | fdo#37129: Fix the drawing of dotted and dashed borders in Calc. | Tomofumi Yagi | |
2011-10-07 | drawinglayer/source/geometry/viewinformation2d.cxx does neeed exceptions | Tor Lillqvist | |
At least in a MSVC --enable-dbgutil build. | |||
2011-10-05 | simplfy dmake to gbuild bridgefile | Bjoern Michaelsen | |
2011-09-30 | add mode-lines to .m files and last round of merged files, etc. | Caolán McNamara | |
2011-09-09 | sb140: #i116872# avoid uninitialized RGB values for full-transparency pixels | Stephan Bergmann | |
plus sb140: #i116872# optimize for nOpacity == 0 (requested by aw) | |||
2011-09-03 | Fix wrong line end positioning | Regina Henschel | |
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-08-19 | detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly set | Norbert Thiebaud | |
2011-08-16 | Avoid single-point filled polygons | Thorsten Behrens | |
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-13 | Some cppcheck cleaning | Julien Nabet | |
2011-08-10 | prefer makefile-gmake-mode to plain makefile-mode | Takeshi Abe | |
2011-08-05 | reflect gmake flavor | Takeshi Abe | |
2011-08-05 | Emacs mode line compatible with vi's one | Takeshi Abe | |
2011-07-31 | Some cppcheck cleaning | Julien Nabet | |
2011-07-30 | Add consistent Emacs and vim mode lines | Tor Lillqvist | |