summaryrefslogtreecommitdiffstats
path: root/basegfx/inc
Commit message (Collapse)AuthorAgeFilesLines
* Clean up basegfx's polygon tools codeGábor Stefanik2012-04-143-14/+0
|
* Compatibility option for incorrect relative moves after closePath (fdo#47406)Fridrich Štrba2012-03-261-1/+6
|
* removed zoomtools int functionsTim Hardeck2012-03-201-2/+0
| | | | | | Changed viewport.cxx to use long instead of int like all other zoom functions and in this succession removed the zoomtools int functions which where only added for this one exception.
* Remove unused codeElton Chung2012-03-051-3/+0
|
* Remove unused codeElton Chung2012-03-013-16/+0
|
* definition was removed, remove declaration as wellIvan Timofeev2012-02-261-3/+0
|
* Remove unused code in basegfx, comphelperElton Chung2012-02-259-76/+0
|
* Remove unused codeElton Chung2012-02-206-94/+0
|
* Remove unused codeElton Chung2012-02-192-37/+0
|
* Removed unused code.Björgvin Ragnarsson2012-02-161-25/+1
|
* use boost::noncopyableCaolán McNamara2012-02-081-6/+9
|
* Recover some methods needed by windows directxKorrawit Pruegsanusak2012-02-082-0/+9
| | | | This partially reverts b3c3e116ff0eb9b550b73d3901395c042e31d192
* unusedcode.easy: Removed unused codeAlexander Bergmann2012-02-0119-128/+0
|
* unusedcode.easy: Removed unused code (basegfx::B2DHomPoint)Alexander Bergmann2012-01-281-239/+0
|
* Actually apply substance of previous unused code removalAlexander Bergmann2012-01-282-72/+0
|
* unusedcode.easy: Removed unused code (basegfx::B3DPolygon, ↵Alexander Bergmann2012-01-272-13/+4
| | | | basegfx::B3DPolyPolygon)
* optimized zoom to use more common intervalsTim Hardeck2012-01-251-0/+52
| | | | | | Round zoom values beginning with 50 to a multiple of 5, with 100 to one of 10, with 500 to one of 50 and with 1000 to one of 100. The step 100 is enforced to have one fixed point.
* Removing unused code (basegfx).Alexander Bergmann2012-01-253-31/+0
|
* Improve checking for emptinessThomas Arnhold2012-01-211-1/+1
|
* remove unused methodsThomas Arnhold2012-01-192-25/+0
|
* Fix error in handling 'z' for svg:d string parsingThorsten Behrens2012-01-181-2/+1
| | | | | | | Previously 'z' did not update the current point to the start point of the subpath, as required by http://www.w3.org/TR/SVG/paths.html#PathDataClosePathCommand. Fixed now, and adapted all the unit tests.
* callcatcher: remove recently unused codeCaolán McNamara2012-01-171-3/+0
|
* callcatcher: update listCaolán McNamara2012-01-102-19/+0
|
* callcatcher: Remove unused codeAugust Sodora2012-01-084-71/+0
|
* unusedcode: remove various unused classesMatúš Kukan2011-12-222-222/+0
|
* Remove DebugPlotterAugust Sodora2011-12-191-111/+0
|
* More efficient insertion of B3DPolygonsThorsten Behrens2011-12-132-6/+6
| | | | | | | | | * some cleanup - removed ugly-as-hell exposure of only parts of the internal data struct on B2DPolygon (and reworked the only client of that code) * added stl-style begin/end to B3DPolyPolygon as well, mirroring B2DPolyPolygon, plus adapting the insert() func to make use of that (avoiding loads of temporaries)
* typo fix: explicitely -> explicitlyLior Kaplan2011-12-012-2/+2
|
* Fix linking on WindowsFridrich Štrba2011-11-073-7/+7
| | | | | | Don't declare dllexport classes that are purely inlined. This will cause for the binary that links then to look for dll symbols, which are naturlly not present.
* precompiled_basegfx.hxx is empty, so don't include it.Joseph Powers2011-11-052-65/+0
|
* Cleanup basegfx headers a littleJoseph Powers2011-11-055-441/+0
| | | | | I deleted some unused headers. I also stopped exporting them for the same reason.
* Fix one more subtlety around B2IBox / B2IRange changes.Thorsten Behrens2011-11-031-0/+14
| | | | | | | | The Cohen/Sutherland clip flag routine was not aware of B2IBox, thusly yielding incorrect line clipping for BitmapDevice software rendering. Cleaned that up, added some more unit tests around the problem, and removed the now-extraneous maLineClip member from the bitmap device.
* Move BitmapDevice to use B2IBox instead of B2IRange.Thorsten Behrens2011-11-021-0/+14
| | | | | | Semantically, B2IBox represents a pixel rect much better than B2IRange - replaced all occurences in and around the software renderer, and client code.
* Cleanup basegfx - docs, visibility, pointless methods.Thorsten Behrens2011-11-0211-228/+283
| | | | | | Added docs to the range/* classes, removed methods the compiler can generate for us, removed unused header, and cleaned up visibility markup (inlines don't really need to be exported).
* Fix BXYBox behaviour and unit testThorsten Behrens2011-11-023-19/+10
| | | | | Made the distinction more clear, added appropriate tests to nail behaviour.
* add mode-lines to .m files and last round of merged files, etc.Caolán McNamara2011-09-301-0/+3
|
* Translated German comments, removed redundant ones till cairo (incl.)Allmann-Rahn2011-08-311-16/+5
|
* callcatcher: remove unused methodsThomas Arnhold2011-07-261-3/+0
|
* callcatcher: remove unused methodsThomas Arnhold2011-07-263-30/+0
|
* postmerge fixes for gnumake4Bjoern Michaelsen2011-07-221-2/+2
|
* resyncing to masterBjoern Michaelsen2011-07-213-422/+55
|\
| * callcatcher: remove unused basegfx::B3DHomPoint::implHomogenizeThomas Arnhold2011-07-141-408/+0
| |
| * callcatcher: remove unused basegfx::B3DHomMatrix::FooThomas Arnhold2011-07-141-13/+0
| |
| * Teach LibreOffice proper svg:d supportThorsten Behrens2011-06-221-0/+55
| |
* | Merge branch 'master' into feature/gnumake4Bjoern Michaelsen2011-06-1983-37/+252
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: basebmp/prj/d.lst basebmp/test/basictest.cxx basebmp/test/makefile.mk basegfx/inc/basegfx/basegfxdllapi.h basegfx/inc/basegfx/tools/debugplotter.hxx basegfx/inc/basegfx/tuple/b2ituple.hxx basegfx/prj/d.lst basegfx/source/numeric/makefile.mk basegfx/source/polygon/makefile.mk basegfx/source/range/makefile.mk basegfx/source/raster/makefile.mk basegfx/source/tuple/makefile.mk basegfx/source/vector/makefile.mk basegfx/test/basegfx1d.cxx basegfx/test/makefile.mk basegfx/util/makefile.mk canvas/Library_canvasfactory.mk canvas/Module_canvas.mk canvas/prj/build.lst canvas/prj/d.lst canvas/source/cairo/cairo_canvashelper_texturefill.cxx canvas/source/cairo/makefile.mk canvas/source/tools/makefile.mk comphelper/qa/string/makefile.mk cppcanvas/Module_cppcanvas.mk cppcanvas/inc/cppcanvas/cppcanvasdllapi.h cppcanvas/prj/build.lst cppcanvas/prj/d.lst cppcanvas/source/mtfrenderer/makefile.mk cppcanvas/util/makefile.mk i18npool/source/search/makefile.mk regexp/Library_regexp.mk regexp/prj/d.lst sax/CppunitTest_sax.mk sax/Library_sax.mk sax/prj/d.lst sax/qa/cppunit/test_converter.cxx sax/source/expatwrap/attrlistimpl.hxx sax/util/makefile.mk svtools/Library_svt.mk tools/Executable_sspretty.mk ucbhelper/prj/d.lst ucbhelper/source/provider/configureucb.cxx ucbhelper/source/provider/provconf.cxx ucbhelper/util/makefile.mk unotools/Library_utl.mk unotools/Module_unotools.mk unotools/Package_inc.mk unotools/prj/build.lst vcl/Library_desktop_detector.mk vcl/Library_vcl.mk vcl/Library_vclplug_gtk.mk vcl/aqua/source/gdi/salprn.cxx vcl/inc/aqua/saldata.hxx vcl/unx/generic/gdi/salgdi3.cxx
| * Move OSL_ENSURE(false,...) to OSL_FAIL(...)Thomas Arnhold2011-03-122-4/+4
| |
| * Remove double line spacing and unused code.Thomas Arnhold2011-01-291-14/+0
| |
| * Remove old RCS lines.Thomas Arnhold2011-01-216-18/+0
| |
| * Add vim/emacs modelines to all source filesSebastian Spaeth2010-10-1482-0/+244
| | | | | | | | | | | | | | | | Fixes #fdo30794 Based on bin/add-modelines script (originally posted in mail 1286706307.1871.1399280959@webmail.messagingengine.com) Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
| * micro optimization, including iostream adds globals to your codeCaolán McNamara2010-10-141-1/+1
| |