summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* (Partial) fix to nr-filter-image + some (small) changes to nr-filter-blend ↵Jasper van de Gronde2009-01-043-39/+38
| | | | | and nr-filter-composite. (bzr r7077)
* correctly initialize vector in spitem.Johan B. C. Engelen2009-01-041-0/+3
| | | (bzr r7076)
* 2geomify marker viewboxJohan B. C. Engelen2009-01-042-34/+28
| | | (bzr r7075)
* a bit more cleanupJohan B. C. Engelen2009-01-041-2/+4
| | | (bzr r7074)
* fix bbox calculation of markersJohan B. C. Engelen2009-01-041-58/+73
| | | (bzr r7073)
* fix possible crashJohan B. C. Engelen2009-01-041-1/+3
| | | (bzr r7072)
* clean up code a bit. especially remove obscure newing of a struct with C++ ↵Johan B. C. Engelen2009-01-041-24/+23
| | | | | objects. (bzr r7071)
* apologies for our very fine windows build systemJohan B. C. Engelen2009-01-041-0/+2
| | | (bzr r7070)
* update of sbasis-geometric.cpp (unitVector() was broken, which affects some ↵JF Barraud2009-01-031-13/+38
| | | | | lpe's) (bzr r7069)
* rely on config file for enabling test effectsJohan B. C. Engelen2009-01-031-2/+4
| | | (bzr r7068)
* remove some of the lpe test define clauses. they are not needed. this in ↵Johan B. C. Engelen2009-01-032-8/+2
| | | | | preparation for moving the define to config.h (bzr r7066)
* added lpe-dynastroke, but hidden as experimental.JF Barraud2009-01-035-0/+404
| | | (bzr r7065)
* add labelsbulia byak2009-01-032-5/+5
| | | (bzr r7064)
* display filter label, if any, in filtered item descriptionbulia byak2009-01-031-2/+8
| | | (bzr r7063)
* make 'marker' property work (shorthand for start, mid and end markers); ↵Johan B. C. Engelen2009-01-024-230/+221
| | | | | inkscape now passes svg testsuite painting-marker-03-f.svg (bzr r7061)
* improve cairo path drawingJohan B. C. Engelen2009-01-021-23/+20
| | | (bzr r7060)
* fix bug in livarot where open paths are rendered as closed path when start ↵Johan B. C. Engelen2009-01-023-5/+10
| | | | | == end point. now svg testsuite paths-data-10-t.svg is rendered correctly (bzr r7059)
* Move filters into their own namespace Inkscape::Filters (from NR::)Johan B. C. Engelen2009-01-02100-506/+621
| | | (bzr r7058)
* reorder LPE listJohan B. C. Engelen2009-01-022-13/+13
| | | | | disable test effects per default (bzr r7057)
* 2geomificationJohan B. C. Engelen2009-01-023-4/+3
| | | (bzr r7056)
* switch nr-filter to 2geomJohan B. C. Engelen2009-01-014-17/+10
| | | (bzr r7055)
* remove old icon code that seems unusedJohan B. C. Engelen2009-01-014-742/+0
| | | (bzr r7054)
* remove redundant inclusionJohan B. C. Engelen2009-01-011-1/+0
| | | (bzr r7053)
* revert 19261 partly, to fix toolbar icon loading on windows. disabled themed ↵Johan B. C. Engelen2009-01-011-1/+1
| | | | | loading of that icon, but the 2 related icons next to it are not themed either. the themed icon does work on windows for the edit menu, so the problem lies in the differences between toolbar and menu icon loading i suppose. (bzr r7052)
* fix crash when assigning a non-parseable preset filterbulia byak2009-01-011-2/+7
| | | (bzr r7051)
* fix crash when ungrouping a group with set-then-unset filterbulia byak2009-01-011-1/+1
| | | (bzr r7050)
* Change lcms transforms to match change of display buffer from RGB-24 to ARGB-32Jon A. Cruz2008-12-312-5/+5
| | | (bzr r7049)
* Warning cleanupJon A. Cruz2008-12-311-1/+1
| | | (bzr r7048)
* switch nr-filter to 2geomJohan B. C. Engelen2008-12-313-52/+57
| | | (bzr r7047)
* get rid of a lot of no longer needed "libnr/nr-..." includes.Johan B. C. Engelen2008-12-3024-32/+6
| | | (bzr r7046)
* get rid of a lot of no longer needed "libnr/nr-..." includes.Johan B. C. Engelen2008-12-3019-58/+13
| | | (bzr r7045)
* add possibility to change the UI language (gettext) in preferences dialoguetheAdib2008-12-306-3/+83
| | | (bzr r7044)
* Remove some obsolete from_2geom() callsDiederik van Lierop2008-12-303-3/+3
| | | (bzr r7043)
* Remove utest.Krzysztof Kosi??ski2008-12-3011-1031/+5
| | | (bzr r7042)
* Build a single test executable on Linux to match Windows build system.Krzysztof Kosi??ski2008-12-2910-275/+135
| | | (bzr r7040)
* Fix bug #311736 (uninitialized variables resulted in weird snapping ↵Diederik van Lierop2008-12-292-22/+39
| | | | | behaviour on windows) (bzr r7039)
* added a "remove" context menu option for removing kerning pairsFelipe Corr??a da Silva Sanches2008-12-292-5/+43
| | | (bzr r7038)
* fixing the upside-down glyph issue for the missing-glyph case (which I Felipe Corr??a da Silva Sanches2008-12-291-1/+12
| | | | | | | had forgoten previously) Also fixing a crash reported by prokoudine (bzr r7037)
* fix crash, allow combine to work transparently on groupsbulia byak2008-12-291-3/+9
| | | (bzr r7036)
* add utility for recursively replacing groups with their members in a list of ↵bulia byak2008-12-292-1/+32
| | | | | objects (bzr r7035)
* coding stylebulia byak2008-12-291-5/+2
| | | (bzr r7034)
* More NR ==> Geom changesJoshua L. Blocher2008-12-2851-1068/+1069
| | | (bzr r7032)
* convert NR to GeomJohan B. C. Engelen2008-12-281-4/+4
| | | (bzr r7031)
* convert NR to GeomJohan B. C. Engelen2008-12-281-13/+10
| | | (bzr r7030)
* Now users can design a font within inkscape, save it and then open the Felipe Corr??a da Silva Sanches2008-12-2819-211/+710
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SVG file in Fontforge in order to export a truetype font (or other system font formarts fontforge supports). This improves previous workflow of font design using Inkscape which involved creating one SVG for each glyph. Now user only needs to create a single SVG file containing an SVGFont. Glyph kerning settings for the font can also be defined withing Inkscape itself with live preview. The kerning management still needs some improvements but is currently functional at least. Improvements in the SVGFonts dialog: * In Global Settings tab you can define the font family name. Other attributes should be added to this tab in the future. * Glyphs tab allows the user to: ** see a list (combobox) of glyphs available in the currently selected font. ** add/remove glyphs ** edit glyph name and unicode ** set the glyph curves based on a given path (selected from canvas). Same feature for the missing glyph. * Kerning tab allows user to: ** add new kerning pairs ** adjust kerning values of selected kerning pair ** live preview while adjusting the kerning values Code refactoring: * Inner classes DocumentProperties::SignalObserver and FilterEffectsDialog::SignalObserver were duplicated code and another instance would be needed in SVGFonts dialog. So, I moved it to Inkscape::XML::SignalObserver (in helper-observer.{cpp,h}) * changed SPGlyph->glyph_name and SPGlyph->unicode from char* to Glib::ustring * added sp_remove_resource to the release method in sp-font.cpp * glyph curves used to be stored (in d attribute) and rendered upside-down. Now that bug is fixed. Sorry about this huge commit. I got one week away from the Internet during a xmas travel. The lack of 'net connection made me work more intensely in Inkscape :-D Felipe Sanches (bzr r7029)
* Makes sure a Gaussian filter is applied to premultiplied data.Jasper van de Gronde2008-12-283-40/+93
| | | (bzr r7028)
* Eliminate unnecessary premultiplied boolean from nr-filter-colormatrixJasper van de Gronde2008-12-281-5/+1
| | | (bzr r7027)
* Some accuracy improvements for nr-filter-colormatrix (including some changes ↵Jasper van de Gronde2008-12-222-57/+100
| | | | | to let it use premultiplied colors if possible) + author entry I forgot to add in revision 20391. (bzr r7023)
* fix crash bug 310206Johan B. C. Engelen2008-12-221-7/+7
| | | (bzr r7022)
* revert change of sp_item_i2d_affine in rev 20388, as it crashed command line useThomas Holder2008-12-211-2/+4
| | | (bzr r7020)