summaryrefslogtreecommitdiffstats
path: root/src/marker.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* More GObject boilerplate cleanupAlex Valavanis2013-01-241-52/+24
| | | (bzr r12059)
* SPObject: drop sp_object_ prefix on class membersAlex Valavanis2012-11-111-2/+2
| | | (bzr r11869)
* Fix for 165865 : Fix marker color on duplicateJohn Smith2012-09-171-0/+33
| | | (bzr r11671)
* Warning and uninitialized variable cleanup.Jon A. Cruz2012-01-081-136/+132
| | | (bzr r10860)
* Completely remove NRRect, NRRectL, in-svg-plane.hKrzysztof Kosi??ski2011-08-271-1/+0
| | | (bzr r10582.1.6)
* Remove all NRRect use.Krzysztof Kosi??ski2011-08-271-25/+19
| | | (bzr r10582.1.5)
* Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski2011-08-271-4/+5
| | | | | using them more obvious. Fix filter region computation. (bzr r10582.1.1)
* Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski2011-08-071-5/+5
| | | | | methods on the Drawing rather than on the root DrawingItem. (bzr r10347.1.25)
* Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski2011-08-061-18/+16
| | | (bzr r10347.1.21)
* Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz2011-07-161-23/+13
| | | (bzr r10461)
* Remove more of libnrKrzysztof Kosi??ski2011-06-231-0/+1
| | | (bzr r10347.1.2)
* Merge from trunkKrzysztof Kosi??ski2011-06-191-1/+1
|\ | | | | (bzr r9508.1.89)
| * Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of ↵Jon A. Cruz2011-06-041-1/+1
| | | | | | | | | | SP_ROOT() gtk type function/macro. (bzr r10254)
* | Merge from trunkKrzysztof Kosi??ski2011-04-071-10/+10
|\| | | | | (bzr r9508.1.73)
| * Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz2011-02-221-1/+1
| | | | | | (bzr r10067)
| * update to latest 2geom !Johan B. C. Engelen2011-02-021-9/+9
| | | | | | (bzr r10025)
* | Merge from trunk (again)Krzysztof Kosi??ski2010-12-151-17/+17
|\| | | | | (bzr r9508.1.72)
| * Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-17/+17
| |\ | | | | | | (bzr r9945.1.1)
| | * SPObject c++ification finalized along with the beginning of XML ↵Abhishek Sharma Public2010-07-121-8/+8
| | | | | | | | | | | | | | | Privatisation tweaks (bzr r9546.1.6)
| | * C++ification of SPObject continued along with the onset of XML ↵Abhishek Sharma Public2010-07-061-2/+4
| | | | | | | | | | | | | | | Privatisation. Users may checkout [grep -Ir XML Tree *] in the source code and all the places where the XML node/Tree is being used shall be reflected. (bzr r9546.1.5)
| | * This is the first c++ification commit from me. It handles sp-line, ↵Abhishek Sharma Public2010-06-291-1/+1
| |/ | | | | | | | | sp-polyline, sp-item and marks the onset of document c++ification as well. Users can check performace increase with [/usr/bin/time -v inkscape_binary_with_commandline_options]. (bzr r9546.1.1)
* | Fix rendering failures caused by markers with markerUnits="strokeWidth"Krzysztof Kosi??ski2010-08-111-0/+7
| | | | | | | | | | on shapes with zero stroke width (bzr r9508.1.56)
* | Wholesale cruft removal part 1Krzysztof Kosi??ski2010-08-041-6/+0
|/ | | (bzr r9508.1.44)
* fix bug 168663, marker shifted wrong by viewBoxThomas Holder2009-11-231-16/+3
| | | (bzr r8836)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-3/+3
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-3/+3
| | | (bzr r8404)
* 2geomify marker viewboxJohan B. C. Engelen2009-01-041-29/+24
| | | (bzr r7075)
* a bit more cleanupJohan B. C. Engelen2009-01-041-2/+4
| | | (bzr r7074)
* clean up code a bit. especially remove obscure newing of a struct with C++ ↵Johan B. C. Engelen2009-01-041-24/+23
| | | | | objects. (bzr r7071)
* More NR ==> Geom changesJoshua L. Blocher2008-12-281-2/+2
| | | (bzr r7032)
* typo in xMaxYMidThomas Holder2008-12-121-1/+1
| | | (bzr r6990)
* bug #166885 (preserveAspectRatio="none" misinterpreted)Thomas Holder2008-12-111-1/+1
| | | (bzr r6988)
* From trunkTed Gould2008-10-271-13/+16
| | | (bzr r6885)
* Merging from trunkTed Gould2008-10-111-2/+2
| | | (bzr r6884)
* Next roud of NR ==> Geom conversionMaximilian Albert2008-09-181-20/+22
| | | (bzr r6839)
* More NR ==> Geom conversion (points and some matrices/transforms)Maximilian Albert2008-09-181-37/+47
| | | (bzr r6836)
* remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen2008-08-081-2/+2
| | | (bzr r6593)
* 2geomify sp_shape_update_marker_view.Johan B. C. Engelen2008-06-201-5/+8
| | | (bzr r6007)
* plumb XML::Documents in everywhereMenTaLguY2008-06-111-4/+3
| | | (bzr r5884)
* No more NRMatrix or NRPoint.Jasper van de Gronde2008-03-211-14/+17
| | | (bzr r5149)
* fix scaling with stroke width for user-created markersbulia byak2008-02-131-2/+6
| | | (bzr r4724)
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-311-0/+2
| | | (bzr r4629)
* warning cleanupJon A. Cruz2007-11-081-14/+14
| | | (bzr r4043)
* apply John Cliff's patch [ 1743843 ] Create Marker from Selection Menu ItemJohan B. C. Engelen2007-10-091-0/+35
| | | (bzr r3864)
* start switching sp_repr_new* over to XML::Document::create*, and rename ↵MenTaLguY2007-01-211-1/+3
| | | | | create methods to match DOM (bzr r2253)
* Marker menus now display custom markers in a document that are presentBryce Harrington2006-12-071-1/+3
| | | | | | | when the document is loaded. The menus won't update with new markers, though, and there's a couple other issues that need to be addressed before its 100% reliable. (bzr r2080)
* Renaming sp-marker.* to marker.*Bryce Harrington2006-12-061-0/+711
(bzr r2077)