summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | Split out surface blending template into a separate fileKrzysztof Kosi??ski2010-07-163-115/+157
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r9508.1.19)
| * | | | | | | | Offset filterKrzysztof Kosi??ski2010-07-143-29/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r9508.1.18)
| * | | | | | | | Flood and merge filtersKrzysztof Kosi??ski2010-07-1412-294/+91
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r9508.1.17)
| * | | | | | | | Merge redundant *-fns.h into respective filter headers.Krzysztof Kosi??ski2010-07-1476-1466/+705
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move gaussian blur to filters directory. Blend filter effect. (bzr r9508.1.16)
| * | | | | | | | Gaussian blurKrzysztof Kosi??ski2010-07-1211-133/+574
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r9508.1.15)
| * | | | | | | | Grid renderingKrzysztof Kosi??ski2010-07-072-127/+121
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r9508.1.14)
| * | | | | | | | Fix group opacityKrzysztof Kosi??ski2010-07-075-25/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r9508.1.13)
| * | | | | | | | Switch to nearest neighbor filtering when image is larger than originalKrzysztof Kosi??ski2010-07-073-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r9508.1.12)
| * | | | | | | | Smaller intermediate rendering regionsKrzysztof Kosi??ski2010-07-075-20/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r9508.1.11)
| * | | | | | | | Remove some cruftKrzysztof Kosi??ski2010-07-049-62/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r9508.1.10)
| * | | | | | | | Fix PNG exportKrzysztof Kosi??ski2010-06-291-30/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r9508.1.9)
| * | | | | | | | Consolidate Cairo utils in display/cairo-utils.h. Fix icons harder.Krzysztof Kosi??ski2010-06-2923-575/+443
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r9508.1.8)
| * | | | | | | | Fix iconsKrzysztof Kosi??ski2010-06-293-14/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r9508.1.7)
| * | | | | | | | Bitmap image renderingKrzysztof Kosi??ski2010-06-293-69/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r9508.1.6)
| * | | | | | | | Text rendering. Factor out style handling into nr-style.hKrzysztof Kosi??ski2010-06-288-680/+466
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r9508.1.5)
| * | | | | | | | Implement clipping (slightly incorrect) and maskingKrzysztof Kosi??ski2010-06-2610-870/+446
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r9508.1.4)
| * | | | | | | | Merge from trunkKrzysztof Kosi??ski2010-06-2225-33357/+23880
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | (bzr r9508.1.3)
| * | | | | | | | | Fix cross control pointKrzysztof Kosi??ski2010-06-221-11/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r9508.1.2)
| * | | | | | | | | Initial Cairo rendering commit: solid shapes, gradients, opacity and patternsKrzysztof Kosi??ski2010-06-2219-357/+682
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r9508.1.1)
* | | | | | | | | | Measure Tool: support measuring of text elements (without having to manually ↵Felipe Corr??a da Silva Sanches2011-06-201-31/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | convert them to curves) (bzr r10325)
* | | | | | | | | | add "Units:" label to the units selection widget for the measurement toolFelipe Corr??a da Silva Sanches2011-06-201-2/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r10324)
* | | | | | | | | | fix bug 796449: Measure tools should consider transformFelipe Corr??a da Silva Sanches2011-06-201-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://bugs.launchpad.net/inkscape/+bug/796449 (bzr r10323)
* | | | | | | | | | fix bug 796598: Measure tool draws path in wrong windowFelipe Corr??a da Silva Sanches2011-06-191-20/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://bugs.launchpad.net/inkscape/+bug/796598 (bzr r10322)
* | | | | | | | | | i18n. inkscape.pot update.Nicolas Dufour2011-06-194-4160/+4472
| |_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | i18n. String fix in the Tweak tool. Translations. Ukrainian translation update by Yuri Chornoivan. Translations. French translation update. (bzr r10321)
* | | | | | | | | fix bug 796451: Measure tools should support rotation constraintFelipe Corr??a da Silva Sanches2011-06-191-7/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r10320)
* | | | | | | | | I am not sure if it is possible to have a script element with more than a ↵Felipe Corr??a da Silva Sanches2011-06-191-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | single childnode. Since we are not handling that, this is a warning to be displayed if we even encounter a file with more than one child for one of its script element nodes (bzr r10319)
* | | | | | | | | Patch sent by Fernando Lucchesi (GSoC student) and modified by me.Felipe Corr??a da Silva Sanches2011-06-193-21/+251
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Interface for editing content of embedded scripts. (bzr r10318)
* | | | | | | | | UI fix / mnemonicsKris De Gussem2011-06-182-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r10317)
* | | | | | | | | Dutch translation updateKris De Gussem2011-06-181-3640/+3498
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r10316)
* | | | | | | | | user interface for selecting colors of guidelinesFelipe Corr??a da Silva Sanches2011-06-184-0/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r10315)
* | | | | | | | | cmake: correct syntax error.Campbell Barton2011-06-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r10314)
* | | | | | | | | * [INTL:sk] Slovak translation updateIvan Mas??r2011-06-172-4657/+2313
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix typo (bzr r10313)
* | | | | | | | | patch reviewed and accepted from fernandolbastos@gmail.com (GSoC student)Felipe Corr??a da Silva Sanches2011-06-172-8/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Split scripting ui in the document properties dialog to have one tab for embedded scripts and one for external scripts. (bzr r10312)
* | | | | | | | | minor changes to cmake, use lib/ and bin/ in the build dir.Campbell Barton2011-06-172-9/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r10311)
* | | | | | | | | Conditionalize compilation of image magick sources in cmake.Jon A. Cruz2011-06-161-73/+82
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r10310)
* | | | | | | | | Fix i18n macro include.Jon A. Cruz2011-06-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r10309)
* | | | | | | | | Translations. inkscape.pot and fr.po update.Nicolas Dufour2011-06-152-5617/+5403
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r10308)
* | | | | | | | | add preference for relative guideline rotation snapping (see rev 10303)Johan B. C. Engelen2011-06-153-9/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r10307)
* | | | | | | | | Attempt to make ImageMagick and OpenMP optional with cmake.Jon A. Cruz2011-06-151-10/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r10306)
* | | | | | | | | Clean up deprecated GTK_WIDGET APIAlex Valavanis2011-06-1521-95/+95
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | (bzr r10305)
| * | | | | | | | | Clean up deprecated GTK_WIDGET APIAlex Valavanis2011-06-1521-95/+95
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r10302.1.2)
* | | | | | | | | | Remove deprecated glib macro wrappersAlex Valavanis2011-06-1471-272/+272
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r10304)
| * | | | | | | | | Remove deprecated glib macro wrappersAlex Valavanis2011-06-1471-272/+272
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r10302.1.1)
* | | | | | | | | | shift+ctrl dragging a guideline: fix to snap to angles with original angle ↵Johan B. C. Engelen2011-06-141-9/+14
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | as offset, like rotating normal objects (bzr r10303)
* | | | | | | | | toggle units in the measure toolFelipe Corr??a da Silva Sanches2011-06-142-4/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r10302)
* | | | | | | | | patch for 771738, 635469, 700298, 705382, 716057 by GelluleJosh Andler2011-06-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r10301)
* | | | | | | | | cmake: use system includes (-isystem in gcc).Campbell Barton2011-06-142-3/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r10300)
* | | | | | | | | cmake: update ignore list.Campbell Barton2011-06-141-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r10299)
* | | | | | | | | cmake: use cmakes freetype moduleCampbell Barton2011-06-132-106/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r10298)
* | | | | | | | | cmake:Campbell Barton2011-06-136-33/+76
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - added option WITH_DBUS (currently uses hard coded paths) - remove duplicate version variable. (bzr r10297)