summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | Matrix convolution filter (lazy version)Krzysztof Kosi??ski2010-07-213-89/+124
| * | | | | | | Add unpremul_alpha utility function. Some preparationsKrzysztof Kosi??ski2010-07-214-7/+125
| * | | | | | | Fix type mismatch of std::min args in ColorMatrixMatrix constructorKrzysztof Kosi??ski2010-07-181-1/+1
| * | | | | | | Component transfer filterKrzysztof Kosi??ski2010-07-177-349/+283
| * | | | | | | Color matrix filter. Fix arithmetic operator in feCompositeKrzysztof Kosi??ski2010-07-175-28/+278
| * | | | | | | Fix flood filter to really paint the specified colorKrzysztof Kosi??ski2010-07-171-10/+11
| * | | | | | | Minor cleanup of composite filterKrzysztof Kosi??ski2010-07-171-150/+0
| * | | | | | | Composite filterKrzysztof Kosi??ski2010-07-166-41/+218
| * | | | | | | Split out surface blending template into a separate fileKrzysztof Kosi??ski2010-07-163-115/+157
| * | | | | | | Offset filterKrzysztof Kosi??ski2010-07-143-29/+22
| * | | | | | | Flood and merge filtersKrzysztof Kosi??ski2010-07-1412-294/+91
| * | | | | | | Merge redundant *-fns.h into respective filter headers.Krzysztof Kosi??ski2010-07-1476-1466/+705
| * | | | | | | Gaussian blurKrzysztof Kosi??ski2010-07-1211-133/+574
| * | | | | | | Grid renderingKrzysztof Kosi??ski2010-07-072-127/+121
| * | | | | | | Fix group opacityKrzysztof Kosi??ski2010-07-075-25/+21
| * | | | | | | Switch to nearest neighbor filtering when image is larger than originalKrzysztof Kosi??ski2010-07-073-0/+20
| * | | | | | | Smaller intermediate rendering regionsKrzysztof Kosi??ski2010-07-075-20/+52
| * | | | | | | Remove some cruftKrzysztof Kosi??ski2010-07-049-62/+30
| * | | | | | | Fix PNG exportKrzysztof Kosi??ski2010-06-291-30/+40
| * | | | | | | Consolidate Cairo utils in display/cairo-utils.h. Fix icons harder.Krzysztof Kosi??ski2010-06-2923-575/+443
| * | | | | | | Fix iconsKrzysztof Kosi??ski2010-06-293-14/+51
| * | | | | | | Bitmap image renderingKrzysztof Kosi??ski2010-06-293-69/+56
| * | | | | | | Text rendering. Factor out style handling into nr-style.hKrzysztof Kosi??ski2010-06-288-680/+466
| * | | | | | | Implement clipping (slightly incorrect) and maskingKrzysztof Kosi??ski2010-06-2610-870/+446
| * | | | | | | Merge from trunkKrzysztof Kosi??ski2010-06-222-1/+14
| |\ \ \ \ \ \ \
| * | | | | | | | Fix cross control pointKrzysztof Kosi??ski2010-06-221-11/+8
| * | | | | | | | Initial Cairo rendering commit: solid shapes, gradients, opacity and patternsKrzysztof Kosi??ski2010-06-2219-357/+682
* | | | | | | | | Measure Tool: support measuring of text elements (without having to manually ...Felipe Corr??a da Silva Sanches2011-06-201-31/+51
* | | | | | | | | add "Units:" label to the units selection widget for the measurement toolFelipe Corr??a da Silva Sanches2011-06-201-2/+13
* | | | | | | | | fix bug 796449: Measure tools should consider transformFelipe Corr??a da Silva Sanches2011-06-201-0/+1
* | | | | | | | | fix bug 796598: Measure tool draws path in wrong windowFelipe Corr??a da Silva Sanches2011-06-191-20/+14
* | | | | | | | | i18n. inkscape.pot update.Nicolas Dufour2011-06-191-1/+1
| |_|_|_|_|_|/ / |/| | | | | | |
* | | | | | | | fix bug 796451: Measure tools should support rotation constraintFelipe Corr??a da Silva Sanches2011-06-191-7/+12
* | | | | | | | I am not sure if it is possible to have a script element with more than a sin...Felipe Corr??a da Silva Sanches2011-06-191-0/+9
* | | | | | | | Patch sent by Fernando Lucchesi (GSoC student) and modified by me.Felipe Corr??a da Silva Sanches2011-06-193-21/+251
* | | | | | | | UI fix / mnemonicsKris De Gussem2011-06-182-5/+5
* | | | | | | | user interface for selecting colors of guidelinesFelipe Corr??a da Silva Sanches2011-06-184-0/+37
* | | | | | | | * [INTL:sk] Slovak translation updateIvan Mas??r2011-06-171-1/+1
* | | | | | | | patch reviewed and accepted from fernandolbastos@gmail.com (GSoC student)Felipe Corr??a da Silva Sanches2011-06-172-8/+26
* | | | | | | | Conditionalize compilation of image magick sources in cmake.Jon A. Cruz2011-06-161-73/+82
* | | | | | | | Fix i18n macro include.Jon A. Cruz2011-06-161-0/+1
* | | | | | | | add preference for relative guideline rotation snapping (see rev 10303)Johan B. C. Engelen2011-06-153-9/+25
* | | | | | | | Clean up deprecated GTK_WIDGET APIAlex Valavanis2011-06-1521-95/+95
|\ \ \ \ \ \ \ \
| * | | | | | | | Clean up deprecated GTK_WIDGET APIAlex Valavanis2011-06-1521-95/+95
* | | | | | | | | Remove deprecated glib macro wrappersAlex Valavanis2011-06-1471-272/+272
|\| | | | | | | |
| * | | | | | | | Remove deprecated glib macro wrappersAlex Valavanis2011-06-1471-272/+272
* | | | | | | | | shift+ctrl dragging a guideline: fix to snap to angles with original angle as...Johan B. C. Engelen2011-06-141-9/+14
|/ / / / / / / /
* | | | | | | | toggle units in the measure toolFelipe Corr??a da Silva Sanches2011-06-142-4/+29
* | | | | | | | patch for 771738, 635469, 700298, 705382, 716057 by GelluleJosh Andler2011-06-141-1/+1
* | | | | | | | cmake:Campbell Barton2011-06-131-0/+17