summaryrefslogtreecommitdiffstats
path: root/src/sp-pattern.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Replaced calls to "pattern_new".Markus Engel2013-03-291-1/+1
* | Various changes.Markus Engel2013-03-141-1/+1
* | Added "virtual pad" toMarkus Engel2012-08-211-24/+67
|/
* Remove all NRRect use.Krzysztof Kosi??ski2011-08-271-14/+15
* Remove NRRect from paint servers and temporary calculationsKrzysztof Kosi??ski2011-08-271-4/+4
* Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski2011-08-071-11/+13
* Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski2011-08-061-9/+10
* Replace direct use of Cairo contexts and surfaces in the rendering treeKrzysztof Kosi??ski2011-07-221-27/+16
* Merge from trunkKrzysztof Kosi??ski2011-06-191-2/+2
|\
| * Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...Jon A. Cruz2011-06-041-2/+2
| * Port of 0.48.x branch revision 9781.Jon A. Cruz2011-05-281-8/+5
* | Merge from trunkKrzysztof Kosi??ski2011-04-071-47/+46
|\|
| * NEW: Grayscale color display mode. (toggle assigned keybinding: Shift+keypad5)Johan B. C. Engelen2011-02-211-2/+10
| * Finished cleanup of outated SP_OBJECT_DOCUMENT C macro.Jon A. Cruz2011-02-211-35/+33
| * update to latest 2geom !Johan B. C. Engelen2011-02-021-18/+18
* | Merge from trunk (again)Krzysztof Kosi??ski2010-12-151-53/+79
|\|
| * Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-72/+79
| |\
| | * SPObject c++ification finalized along with the beginning of XML Privatisation...Abhishek Sharma Public2010-07-121-9/+9
| | * another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public2010-07-031-6/+6
| | * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-2/+2
| | * This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public2010-06-291-6/+6
| * | fix Bug #674109 - Pattern spam when adjusting a pattern in textAdonis Papaderos2010-11-241-3/+33
| |/
* | Fix handling of x and y attributes of patternsKrzysztof Kosi??ski2010-08-151-12/+17
* | Make nr_arena_invoke_render expect an already transformed context,Krzysztof Kosi??ski2010-08-151-0/+1
* | Fix crash on empty patternsKrzysztof Kosi??ski2010-08-121-24/+29
* | Minor cleanupsKrzysztof Kosi??ski2010-08-051-0/+8
* | Wholesale cruft removal part 2Krzysztof Kosi??ski2010-08-041-4/+2
* | Wholesale cruft removal part 1Krzysztof Kosi??ski2010-08-041-446/+1
* | Fix pattern viewBoxKrzysztof Kosi??ski2010-08-031-13/+11
* | Fix catastrophic memory leak when rendering a patternKrzysztof Kosi??ski2010-08-031-6/+3
* | Consolidate Cairo utils in display/cairo-utils.h. Fix icons harder.Krzysztof Kosi??ski2010-06-291-1/+1
* | Initial Cairo rendering commit: solid shapes, gradients, opacity and patternsKrzysztof Kosi??ski2010-06-221-0/+128
|/
* add comment (copied from sp-gradient) explaining why this must set a flag, to...bulia byak2009-09-141-0/+1
* Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert2009-08-061-4/+4
* SPDocument->Documentjohnce2009-08-051-4/+4
* no scaling compensation for "object to pattern" operation (bug #312701)Thomas Holder2009-05-011-1/+1
* fix crash when switching away from pattern (237104 and others)bulia byak2009-03-091-11/+35
* Merge from fe-movedTed Gould2008-11-211-1/+1
* Merge from trunkTed Gould2008-10-311-22/+26
* Merging from trunkTed Gould2008-10-111-2/+2
* remove extra unref; now ref/unref is done by show/hide; this used to stop thi...bulia byak2008-09-161-1/+0
* patch from bug 168024bulia byak2008-03-271-3/+3
* No more NRMatrix or NRPoint.Jasper van de Gronde2008-03-211-54/+43
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-311-1/+5
* Fixing bug #167416Diederik van Lierop2007-12-291-30/+46
* warning cleanupJon A. Cruz2007-11-081-3/+3
* fixme commentbulia byak2007-03-131-0/+1
* API change: render methods now take a cairo_t (not yet used)bulia byak2007-03-011-2/+2
* refactor sp_svg_transform_write to return a dynamically-allocated stringMenTaLguY2007-02-281-13/+6
* start switching sp_repr_new* over to XML::Document::create*, and rename creat...MenTaLguY2007-01-211-2/+4