summaryrefslogtreecommitdiffstats
path: root/src/display (unfollow)
Commit message (Expand)AuthorFilesLines
2011-06-03Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis10-16/+12
2011-06-01fix rendering of angled guidelinesFelipe Corr??a da Silva Sanches1-6/+7
2011-05-28Port of 0.48.x branch revision 9781.Jon A. Cruz4-2/+5
2011-05-26add entry widget to guideline dialog to change guide's labelJohan B. C. Engelen2-4/+9
2011-05-22actually fontforge flipping of y-axis for svgfont glyphs is compliant with th...Felipe Corr??a da Silva Sanches2-0/+32
2011-05-20Reinstating version bump.Jon A. Cruz1-6/+1
2011-05-19fix rendering of SVG Fonts. Apparently the glyphs were wrongly rendered upsid...Felipe Corr??a da Silva Sanches2-18/+57
2011-05-19Revert version bump so win devlibs can catch up.Jon A. Cruz1-1/+6
2011-05-18Adding inkscape:label parameter to guidelines so that our guidelanes can disp...Felipe Corr??a da Silva Sanches2-10/+52
2011-05-18Made dependencies explicit and bumped versions.Jon A. Cruz1-6/+1
2011-05-06Adding initial cut of resource manager.Jon A. Cruz1-1/+1
2011-04-10Fix a rounding error that resulted in seams at some zoom levels whenKrzysztof Kosi??ski7-30/+47
2011-04-09Initialize cached patterns to NULL in NRStyle, should fix crashesKrzysztof Kosi??ski2-3/+6
2011-04-09Slightly improve EXTRACT_ARGB32 macroKrzysztof Kosi??ski1-4/+4
2011-04-08nr-filter-skeleton is compiled on windows (good to keep it up-to-date I think...Johan B. C. Engelen2-9/+10
2011-04-082geom has "multiplatform" sincos functionJohan B. C. Engelen1-1/+2
2011-04-08Add missing flush() / mark_dirty() calls around CMS transformKrzysztof Kosi??ski1-0/+2
2011-04-08Fix color-managed viewKrzysztof Kosi??ski1-86/+21
2011-04-02Faster rounding for Gaussian blurJasper van de Gronde1-6/+37
2011-03-18D-Bus. Merging branch lp:~joakim-verona/inkscape/dbus-fixes (Bug #666986, Bug...Nicolas Dufour1-0/+1
2011-03-12Use filter primitive subregion for feFlood per SVG standard.Tavmjong Bah1-24/+44
2011-03-11Add handling filter primitive subregion to filter primitive classes.Tavmjong Bah7-66/+273
2011-03-07add a check for null desktopJohan B. C. Engelen1-2/+6
2011-03-06Allow the center handle to be selectable for items having a width or height c...Diederik van Lierop1-0/+6
2011-02-27compatibility patch to compile using gcc 4.6Adib Taraben1-0/+1
2011-02-21NEW: Grayscale color display mode. (toggle assigned keybinding: Shift+keypad5)Johan B. C. Engelen10-9/+168
2011-02-02update to latest 2geom !Johan B. C. Engelen78-198/+198
2010-12-23Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ...Jon A. Cruz35-216/+275
2010-11-26Fix mask luminance calculation, so the coeffs add up to 1Krzysztof Kosi??ski1-2/+2
2010-11-22Fix luminance to alpha calculation in masks.Tavmjong Bah1-6/+16
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan96-96/+96
2010-08-15Make nr_arena_invoke_render expect an already transformed context,Krzysztof Kosi??ski6-27/+18
2010-08-14Completely remove NRPixBlockKrzysztof Kosi??ski16-264/+99
2010-08-14Fix paint bucket toolKrzysztof Kosi??ski2-10/+10
2010-08-14Fixes for guideline renderingKrzysztof Kosi??ski1-1/+3
2010-08-12Do not un-premultiply alpha when computing mask luminanceKrzysztof Kosi??ski1-8/+4
2010-08-12Fix computation of drawbox for filtered, rotated itemsKrzysztof Kosi??ski4-50/+34
2010-08-12Fix the morphology filter (work on premultiplied colors)Krzysztof Kosi??ski1-28/+33
2010-08-11Fix bitmap opacityKrzysztof Kosi??ski1-2/+1
2010-08-11Fix light vector computation for lighting filtersKrzysztof Kosi??ski2-4/+4
2010-08-11Fix rendering failures caused by markers with markerUnits="strokeWidth"Krzysztof Kosi??ski1-1/+2
2010-08-10Fix rendering of masks with non-opaque alpha channelKrzysztof Kosi??ski3-22/+30
2010-08-09Fix performance regression when displaying large imagesKrzysztof Kosi??ski4-6/+19
2010-08-09OpenMP-enabled matrix convolutionKrzysztof Kosi??ski1-157/+71
2010-08-05Minor cleanupsKrzysztof Kosi??ski8-70/+25
2010-08-05Wholesale cruft removal part 5; completely remove RasterFontKrzysztof Kosi??ski2-153/+0
2010-08-05Fix mask rendering to use luminance-to-alphaKrzysztof Kosi??ski3-20/+48
2010-08-05Wholesale cruft removal part 4; fix crash when rendering guidesKrzysztof Kosi??ski4-121/+25
2010-08-04Fix artifacts in Gaussian blur and other filters inadvertentlyKrzysztof Kosi??ski1-9/+0
2010-08-04A modification of pixops_mix that allows for input images that extend beyond ...Jasper van de Gronde1-87/+39