summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix Bug 1653629 : we can know start inkscape without key fileJean-Ren?? Reinhard2007-07-261-2/+12
| | | (bzr r3310)
* Improved svg input and output for lighting effects and lightsJean-Ren?? Reinhard2007-07-2610-57/+340
| | | (bzr r3309)
* Added support for feMerge filter priitiveNiko Kiirala2007-07-2610-9/+459
| | | (bzr r3308)
* SpinSlider:Nicholas Bishop2007-07-261-1/+6
| | | | | If the digits value is set to zero, truncate the value when setting the attribute so it is an int, rather than a double. (bzr r3307)
* Added attr-widgets, missing from my last commitNicholas Bishop2007-07-261-0/+66
| | | (bzr r3306)
* boiler plate code for feTurbulence:Felipe Corr??a da Silva Sanches2007-07-2612-41/+389
| | | | | | | | | *reading attributes and setting default values same for some more attributes on convolve matrix filter alphabetical ordering on Makefile_insert and on nr-filter.cpp #includes (bzr r3305)
* Filter effects dialog:Nicholas Bishop2007-07-265-424/+432
| | | | | | | | | This is a large commit that greatly simplifies the creation and use of all the filter settings in the dialog. * Added AttrWidget class to provide an interface for the settings widgets. Allows the widget to read and write to an attribute. * Modified the ComboBoxEnum, SpinSlider, and ConvolveMatrix widgets to use AttrWidget, more to follow. * Removed lots of specific filter settings code in favor of the more generic system. (bzr r3304)
* feImage boilerplate code.Felipe Corr??a da Silva Sanches2007-07-266-1/+170
| | | (bzr r3301)
* improving displacement map renderer.Felipe Corr??a da Silva Sanches2007-07-261-13/+37
| | | (bzr r3300)
* Reworked text output to create <text> nodes on text matrix changes rather ↵miklosh2007-07-253-27/+48
| | | | | than on every font update (bzr r3299)
* Add 2 new object snapping modes: bbox to bbox, and nodes to bboxDiederik van Lierop2007-07-251-35/+73
| | | (bzr r3298)
* Add a method to create a rectangular curveDiederik van Lierop2007-07-253-17/+27
| | | (bzr r3297)
* Snapping the transformation origin should also work for paths, not only for ↵Diederik van Lierop2007-07-252-2/+4
| | | | | shapes (bzr r3296)
* Retrieve preferences outside the for-loop, not inside.Diederik van Lierop2007-07-251-3/+3
| | | (bzr r3295)
* DisplacementMap filter boilerplate code + renderer draft implementation.Felipe Corr??a da Silva Sanches2007-07-256-4/+277
| | | | | | | General setting of attributes and default values. renderer method is still not correct. Needs some more effort. (bzr r3293)
* Modified CSS font style and text matrix setting to work with TrueType fontsmiklosh2007-07-241-8/+12
| | | (bzr r3291)
* Set the xml:space attribute on <svg> once rather than on every <text>miklosh2007-07-241-1/+1
| | | (bzr r3290)
* Fixed rendering glitch in bicubic scalerNiko Kiirala2007-07-243-11/+53
| | | (bzr r3289)
* Fixed a memory leak in lighting effects renderingNiko Kiirala2007-07-242-0/+2
| | | (bzr r3288)
* fix makefile for case change of CXX dirJohan B. C. Engelen2007-07-241-11/+11
| | | (bzr r3287)
* Filter effects dialog:Nicholas Bishop2007-07-243-6/+1
| | | | | * Added filtereffects to the preferences-skeleton so that the dialog size is saved and restored. (bzr r3286)
* Filter effects dialog:Nicholas Bishop2007-07-234-137/+152
| | | | | | | * Fixed misnamed primitive input (BackgroundImage was incorrectly called BackgroundGraphic) * Removed the filter primitive input comboboxes in favor of drag-and-drop. The standard inputs are shown as vertical text to the right. * Various minor improvements to the drawing of filter connections (bzr r3285)
* Patch by Felipe Sanches: fixed transparent lines in feConvolveMatrix outputNiko Kiirala2007-07-231-2/+8
| | | (bzr r3284)
* Added tiling pattern supportmiklosh2007-07-235-11/+104
| | | (bzr r3283)
* Removed transform from <svg> and corrected matrix multiplication order in ↵miklosh2007-07-232-9/+8
| | | | | PdfParser::opConcat (bzr r3282)
* Patch by Jean-René Reinhard: better SVG compliance for lighting effectsNiko Kiirala2007-07-236-32/+88
| | | (bzr r3281)
* removing kerns also trims multi-value x attribute; allow it to work on ↵bulia byak2007-07-231-3/+19
| | | | | tspans as well (bzr r3280)
* remove age-old optimization which fails to update display when undoing ↵bulia byak2007-07-231-2/+1
| | | | | removing manual kerns (bzr r3279)
* Added some heuristics to set CSS font-style and font-weight from PDF font ↵miklosh2007-07-221-1/+44
| | | | | names when these properties are not available from poppler (bzr r3278)
* Filter effects dialog:Nicholas Bishop2007-07-223-1/+151
| | | | | Created simple controls for feConvolveMatrix. Currently only handles attributes order and kernelMatrix. (bzr r3277)
* tspan statusbar descriptionbulia byak2007-07-221-0/+13
| | | (bzr r3275)
* Added xml:space=preserve attribute on <text> nodes and sodipodi:role=line ↵miklosh2007-07-221-0/+2
| | | | | attribute on <tspan> nodes to ease text editing (bzr r3274)
* Use the #RRGGBB color format instead of rgb() since most extensions don't ↵miklosh2007-07-221-4/+5
| | | | | support the latter (bzr r3273)
* Further development of the PDF import module: continued pruning of ↵miklosh2007-07-215-303/+865
| | | | | | | PdfParser.cpp, added basic text and image support and did some coding style adjustments. (bzr r3272)
* Added a missing link in making the filterRes attribute workNiko Kiirala2007-07-213-23/+52
| | | (bzr r3271)
* Patch from Felipe Sanches: support for feConvolveMatrix filter primitiveNiko Kiirala2007-07-206-4/+318
| | | (bzr r3270)
* Patch from Jean-René Reinhard: support for feDiffuseLighting andNiko Kiirala2007-07-2025-25/+2423
| | | | | feSpecularLighting filter primitives (bzr r3269)
* Updated the gtkmmified fill and stroke dialog with the filter effectsgustav_b2007-07-202-60/+81
| | | | | | changes done in the current f&s dialog. I'll probably make the gtkmmified one default pretty soon to avoid double work... (bzr r3268)
* Cleaned up logic of sp_te_delete to adhere to UI/logic layering.Gail Carmichael2007-07-183-46/+87
| | | (bzr r3267)
* make all-inkscape-files the default filter instead of all-images (do we need ↵bulia byak2007-07-181-10/+9
| | | | | that at all? MIME has some pretty strange notions of what is an image and what not) (bzr r3266)
* Use Inkscape's own code to write coordinates to svg (much nicer fix than ↵Maximilian Albert2007-07-182-38/+13
| | | | | commit #15449) (bzr r3265)
* Make string conversion of box coordinates locale-independent (fixes bug with ↵Maximilian Albert2007-07-182-13/+36
| | | | | languages that use comma instead of decimal point) (bzr r3264)
* Filter effects dialog:Nicholas Bishop2007-07-171-2/+4
| | | | | * Enable duplicating filters (from the popup menu) (bzr r3262)
* A few additions to ensure that editing trefs is not allowed (and doesn't ↵Gail Carmichael2007-07-176-69/+159
| | | | | cause a crash). Also allows all trefs within a selection to be 'unlinked'. (bzr r3261)
* Filter effects dialog:Nicholas Bishop2007-07-172-7/+63
| | | | | * Enables drag-and-drop reordering for filter primitives. Removes any connection conflicts caused by reordering. (bzr r3259)
* Filter effects dialog:Nicholas Bishop2007-07-172-17/+21
| | | | | * Prevent filter primitive connections to primitives that come after the selected primitive. (bzr r3258)
* Filter effects dialog:Nicholas Bishop2007-07-161-16/+28
| | | | | * A coule bug fixes; attempting to connect the first filter primitive to another is no longer allowed, same for attempting to connect the input of a filter primitive to its own result. Still todo is preventing a connection to a later primitive. (bzr r3256)
* fix compiler warning on ordering of init in uri-references.cppJohan B. C. Engelen2007-07-161-1/+1
| | | (bzr r3255)
* Filter effects dialog:Nicholas Bishop2007-07-165-76/+83
| | | | | | * Made a lot of strings translatable * Fixed the filter primitive input settings to work more like other ComboBoxEnums. (bzr r3253)
* fix crash with empty parameter stringbulia byak2007-07-151-0/+3
| | | (bzr r3251)