summaryrefslogtreecommitdiffstats
path: root/src/sp-pattern.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2014-08-18Fix build (not pretty).Liam P. White1-0/+2
2014-05-17fix compliance test pservers-pattern-04-f - inheriting pattern viewBoxTomasz Boczkowski1-2/+3
2014-05-16fix compliance test pservers-pattern-03-f - using fallback when pattern is emptyTomasz Boczkowski1-0/+10
2014-05-16don't rely on operator precedence (rev. 13372)Johan B. C. Engelen1-2/+2
2014-05-16Fix crash in preview widget for files containing objectBoundingBox related pa...Tomasz Boczkowski1-2/+2
2014-03-06Take "preserveAspectRatio" into account in pattern.Tavmjong Bah1-10/+5
2014-03-06Rewrite of pattern geometry code. Fix for 1288489.Tavmjong Bah1-35/+49
2014-03-04Fix for W3C test suite coords-units-01-b.svg. Fixes pattern positioning.Tavmjong Bah1-5/+4
2014-02-08DrawingContext: change variable names ct to dc (bug #1272073)David Mathog1-6/+6
2014-02-06Added new base class to handle viewBox and preserveAspectRatio.Tavmjong Bah1-45/+10
2013-11-19Increased pattern resolution to fix blocker bug #1251039.Tavmjong Bah1-1/+2
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