summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* The label ‘Guides Around Page’ does not include a verb. ‘Guides Around ...Felipe Corr??a da Silva Sanches2011-06-222-2/+2
* Warning cleanup.Jon A. Cruz2011-06-2224-73/+73
* Revision 10333 introduced dependency on gtk version 2.24 which is currently n...Felipe Corr??a da Silva Sanches2011-06-221-1/+50
* oops! I forgot to put "break;"s in my switch statement :-PFelipe Corr??a da Silva Sanches2011-06-221-0/+6
* get cmake working again.Campbell Barton2011-06-227-101/+9
* Replace deprecated GtkComboAlex Valavanis2011-06-221-12/+5
* * Fix text_extents calculation for canvas text items.Felipe Corr??a da Silva Sanches2011-06-213-15/+44
* fix bug 800052: improve measure tool readabilityFelipe Corr??a da Silva Sanches2011-06-213-12/+45
* address sissue with measure tool described here:Felipe Corr??a da Silva Sanches2011-06-211-1/+4
* refactoring measure tool codeFelipe Corr??a da Silva Sanches2011-06-211-19/+22
* Merge Cairo rendering branchKrzysztof Kosi??ski2011-06-20369-19602/+6849
|\
| * Fix outline viewKrzysztof Kosi??ski2011-06-192-9/+8
| * Merge from trunkKrzysztof Kosi??ski2011-06-19422-4058/+8022
| |\
| * | Fix rendering of control pointsKrzysztof Kosi??ski2011-06-194-225/+273
| * | Fixed font problem on win32.Jasper van de Gronde2011-06-041-7/+13
| * | Update Makefile as necessary to build again on LinuxJosh Andler2011-04-152-4/+0
| * | No more PrintWin32, including no special cases for non-Unicode Windows anymore.Jasper van de Gronde2011-04-1517-833/+51
| * | Fix a rounding error that resulted in seams at some zoom levels whenKrzysztof Kosi??ski2011-04-107-30/+47
| * | Initialize cached patterns to NULL in NRStyle, should fix crashesKrzysztof Kosi??ski2011-04-092-3/+6
| * | Slightly improve EXTRACT_ARGB32 macroKrzysztof Kosi??ski2011-04-091-4/+4
| * | work around an assert, to fix a crash at startup on windowsJohan B. C. Engelen2011-04-081-1/+3
| * | nr-filter-skeleton is compiled on windows (good to keep it up-to-date I think...Johan B. C. Engelen2011-04-082-9/+10
| * | 2geom has "multiplatform" sincos functionJohan B. C. Engelen2011-04-081-1/+2
| * | Add missing flush() / mark_dirty() calls around CMS transformKrzysztof Kosi??ski2011-04-081-0/+2
| * | Fix color-managed viewKrzysztof Kosi??ski2011-04-083-121/+60
| * | Merge from trunkKrzysztof Kosi??ski2011-04-07626-11383/+21636
| |\ \
| * \ \ Merge from trunk (again)Krzysztof Kosi??ski2010-12-15328-7988/+8576
| |\ \ \
| * | | | Fix mask luminance calculation, so the coeffs add up to 1Krzysztof Kosi??ski2010-11-261-2/+2
| * | | | Merge from trunkKrzysztof Kosi??ski2010-11-251060-6013/+4154
| |\ \ \ \
| * | | | | 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-1512-27/+25
| * | | | | Completely remove NRPixBlockKrzysztof Kosi??ski2010-08-1436-1553/+193
| * | | | | Fix paint bucket toolKrzysztof Kosi??ski2010-08-144-88/+84
| * | | | | Fix background tracing in clone tiler dialogKrzysztof Kosi??ski2010-08-141-49/+41
| * | | | | Fixes for guideline renderingKrzysztof Kosi??ski2010-08-141-1/+3
| * | | | | Fix glyph outlines to always consist of closed pathsKrzysztof Kosi??ski2010-08-143-100/+79
| * | | | | Fix crash on empty patternsKrzysztof Kosi??ski2010-08-121-24/+29
| * | | | | Do not un-premultiply alpha when computing mask luminanceKrzysztof Kosi??ski2010-08-121-8/+4
| * | | | | Fix computation of drawbox for filtered, rotated itemsKrzysztof Kosi??ski2010-08-124-50/+34
| * | | | | Fix the morphology filter (work on premultiplied colors)Krzysztof Kosi??ski2010-08-121-28/+33
| * | | | | Fix bitmap opacityKrzysztof Kosi??ski2010-08-111-2/+1
| * | | | | Fix light vector computation for lighting filtersKrzysztof Kosi??ski2010-08-112-4/+4
| * | | | | Fix rendering failures caused by markers with markerUnits="strokeWidth"Krzysztof Kosi??ski2010-08-112-1/+9
| * | | | | Fix rendering of masks with non-opaque alpha channelKrzysztof Kosi??ski2010-08-103-22/+30
| * | | | | Fix performance regression when displaying large imagesKrzysztof Kosi??ski2010-08-095-12/+31
| * | | | | OpenMP-enabled matrix convolutionKrzysztof Kosi??ski2010-08-091-157/+71
| * | | | | merge from trunkKrzysztof Kosi??ski2010-08-08150-1781/+9282
| |\ \ \ \ \
| * | | | | | Minor cleanupsKrzysztof Kosi??ski2010-08-059-70/+33
| * | | | | | Wholesale cruft removal part 5; completely remove RasterFontKrzysztof Kosi??ski2010-08-0524-3704/+61
| * | | | | | Fix mask rendering to use luminance-to-alphaKrzysztof Kosi??ski2010-08-053-20/+48