summaryrefslogtreecommitdiffstats
path: root/src/sp-pattern.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2013-09-14Fixes bug 953992 (Imported pattern fill disappers while transforming)Diederik van Lierop1-5/+5
2013-08-04cppcheckKris De Gussem1-253/+250
2013-08-03Cleaned up.Markus Engel1-4/+0
2013-07-31Removed placement news / explicit destructor calls.Markus Engel1-2/+2
2013-04-29Fixed logic error confusing bitwise and with logical and.Jon A. Cruz1-1/+1
2013-04-11Fix some broken Vim modelinesAlex Valavanis1-1/+1
2013-04-07Merge Object and subclasses. Merging of SP- and C-classes complete.Markus Engel1-2/+0
2013-04-05Merged PaintServer and subclasses; moved Gradient classes to own files.Markus Engel1-150/+150
2013-04-02Registered classes with new factory. Hkern, Vkern and FeFuncX have to be rewr...Markus Engel1-0/+10
2013-04-01Added constructors to SP classes.Markus Engel1-4/+12
2013-03-31Prepared exchange of casting macros.Markus Engel1-0/+1
2013-03-29Renamed virtual function names.Markus Engel1-9/+9
2013-03-29Removed function pointers from SPObject and subclasses.Markus Engel1-4/+4
2013-03-29Replaced calls to "pattern_new".Markus Engel1-1/+1
2013-03-14Various changes.Markus Engel1-1/+1
2013-01-26More GObject boilerplate reductionAlex Valavanis1-35/+7
2013-01-17const ....Johan B. C. Engelen1-45/+45
2012-12-09Second attempt at fix for #955141, rasterization of clipped/masked objects in...Tavmjong Bah1-3/+4
2012-12-09noop: Added some comments, rearranged some lines to make code easier to follow.Tavmjong Bah1-11/+41
2012-10-04code cleanup: add own includes to cpp files or make the functions static if t...Campbell Barton1-3/+3
2012-08-21Added "virtual pad" toMarkus Engel1-24/+67
2011-08-27Remove all NRRect use.Krzysztof Kosi??ski1-14/+15
2011-08-27Remove NRRect from paint servers and temporary calculationsKrzysztof Kosi??ski1-4/+4
2011-08-07Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski1-11/+13
2011-08-06Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski1-9/+10
2011-07-22Replace direct use of Cairo contexts and surfaces in the rendering treeKrzysztof Kosi??ski1-27/+16
2011-06-04Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...Jon A. Cruz1-2/+2
2011-05-28Port of 0.48.x branch revision 9781.Jon A. Cruz1-8/+5
2011-02-21NEW: Grayscale color display mode. (toggle assigned keybinding: Shift+keypad5)Johan B. C. Engelen1-2/+10
2011-02-21Finished cleanup of outated SP_OBJECT_DOCUMENT C macro.Jon A. Cruz1-35/+33
2011-02-02update to latest 2geom !Johan B. C. Engelen1-18/+18
2010-11-24fix Bug #674109 - Pattern spam when adjusting a pattern in textAdonis Papaderos1-3/+33
2010-08-15Fix handling of x and y attributes of patternsKrzysztof Kosi??ski1-12/+17
2010-08-15Make nr_arena_invoke_render expect an already transformed context,Krzysztof Kosi??ski1-0/+1
2010-08-12Fix crash on empty patternsKrzysztof Kosi??ski1-24/+29
2010-08-05Minor cleanupsKrzysztof Kosi??ski1-0/+8
2010-08-04Wholesale cruft removal part 2Krzysztof Kosi??ski1-4/+2
2010-08-04Wholesale cruft removal part 1Krzysztof Kosi??ski1-446/+1
2010-08-03Fix pattern viewBoxKrzysztof Kosi??ski1-13/+11
2010-08-03Fix catastrophic memory leak when rendering a patternKrzysztof Kosi??ski1-6/+3
2010-07-12SPObject c++ification finalized along with the beginning of XML Privatisation...Abhishek Sharma Public1-9/+9
2010-07-03another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public1-6/+6
2010-07-01C++fied SPDocument addedAbhishek Sharma Public1-2/+2
2010-06-29Consolidate Cairo utils in display/cairo-utils.h. Fix icons harder.Krzysztof Kosi??ski1-1/+1
2010-06-29This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public1-6/+6
2010-06-22Initial Cairo rendering commit: solid shapes, gradients, opacity and patternsKrzysztof Kosi??ski1-0/+128
2009-09-14add comment (copied from sp-gradient) explaining why this must set a flag, to...bulia byak1-0/+1
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-4/+4
2009-08-05SPDocument->Documentjohnce1-4/+4
2009-05-01no scaling compensation for "object to pattern" operation (bug #312701)Thomas Holder1-1/+1