summaryrefslogtreecommitdiffstats
path: root/src/sp-pattern.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* DrawingContext: change variable names ct to dc (bug #1272073)David Mathog2014-02-081-6/+6
* Added new base class to handle viewBox and preserveAspectRatio.Tavmjong Bah2014-02-061-45/+10
* Increased pattern resolution to fix blocker bug #1251039.Tavmjong Bah2013-11-191-1/+2
* Merged from trunk (r12488).Markus Engel2013-08-301-54/+54
|\
| * cppcheckKris De Gussem2013-08-041-253/+250
* | Cleaned up.Markus Engel2013-08-031-4/+0
* | Removed placement news / explicit destructor calls.Markus Engel2013-07-311-2/+2
* | Merged from trunk (r12419).Markus Engel2013-07-141-1/+1
|\|
| * Fixed logic error confusing bitwise and with logical and.Jon A. Cruz2013-04-291-1/+1
* | merged from trunk (r12287)Markus Engel2013-04-201-1/+1
|\|
| * Fix some broken Vim modelinesAlex Valavanis2013-04-111-1/+1
* | Merge Object and subclasses. Merging of SP- and C-classes complete.Markus Engel2013-04-071-2/+0
* | Merged PaintServer and subclasses; moved Gradient classes to own files.Markus Engel2013-04-051-150/+150
* | Registered classes with new factory. Hkern, Vkern and FeFuncX have to be rewr...Markus Engel2013-04-021-0/+10
* | Added constructors to SP classes.Markus Engel2013-04-011-4/+12
* | Prepared exchange of casting macros.Markus Engel2013-03-311-0/+1
* | Renamed virtual function names.Markus Engel2013-03-291-9/+9
* | merged from trunkMarkus Engel2013-03-291-146/+91
|\|
| * More GObject boilerplate reductionAlex Valavanis2013-01-261-35/+7
| * const ....Johan B. C. Engelen2013-01-171-45/+45
| * Second attempt at fix for #955141, rasterization of clipped/masked objects in...Tavmjong Bah2012-12-091-3/+4
| * noop: Added some comments, rearranged some lines to make code easier to follow.Tavmjong Bah2012-12-091-11/+41
| * code cleanup: add own includes to cpp files or make the functions static if t...Campbell Barton2012-10-041-3/+3
* | Removed function pointers from SPObject and subclasses.Markus Engel2013-03-291-4/+4
* | 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