| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | nudge things over by a pixel to make them line up | MenTaLguY | 2007-07-28 | 1 | -3/+3 | |
| | | | | (bzr r3324) | |||||
| * | Filter effects dialog: | Nicholas Bishop | 2007-07-28 | 2 | -25/+33 | |
| | | | | | | * Limited the upper bounds of the feConvolveMatrix attributes targetX and targetY so that they match the value of Order. (bzr r3323) | |||||
| * | Filter effects dialog: | Nicholas Bishop | 2007-07-28 | 1 | -6/+7 | |
| | | | | | | * A couple corrections to the way the vertical inputs are displayed and handled. (bzr r3322) | |||||
| * | Filter effects dialog: | Nicholas Bishop | 2007-07-28 | 3 | -3/+42 | |
| | | | | | | | * Added settings widgets for feConvolveMatrix's target attribute * Changed the order attribute to show both spin widgets on the same row (bzr r3321) | |||||
| * | Various small cleanups and optimizations to Paint Bucket tool. | John Bintz | 2007-07-27 | 1 | -37/+50 | |
| | | | | (bzr r3320) | |||||
| * | Filter effects dialog: | Nicholas Bishop | 2007-07-27 | 1 | -2/+2 | |
| | | | | | | * Changed drawing of vertical input bars to make them stick to the right side of the treeview. (bzr r3319) | |||||
| * | Filter effects dialog: | Nicholas Bishop | 2007-07-27 | 3 | -1/+10 | |
| | | | | | | * For the Order attribute of feConvolveMatrix, show only the spin control, not the slider (bzr r3318) | |||||
| * | Adding a sample file demonstrating the use of tref to share/examples. | Gail Carmichael | 2007-07-27 | 1 | -0/+108 | |
| | | | | (bzr r3317) | |||||
| * | cosmetic improvement to standard filter input bar rendering | MenTaLguY | 2007-07-27 | 1 | -1/+4 | |
| | | | | (bzr r3316) | |||||
| * | Filter effects dialog: | Nicholas Bishop | 2007-07-27 | 2 | -25/+71 | |
| | | | | | | | * Double-clicking a filter now applies it to the selection * Updating filter settings widgets no longer updates the filter primitive (bzr r3315) | |||||
| * | refactoring: gathering some commonly copy'n'pasted functions on a common | Felipe Corr??a da Silva Sanches | 2007-07-27 | 5 | -85/+71 | |
| | | | | | | header (bzr r3314) | |||||
| * | Filter effects dialog: | Nicholas Bishop | 2007-07-27 | 3 | -1/+107 | |
| | | | | | | First commit of improvements to the dialog discussed on the dev list. The dialog now tracks the selection and selects the appropriate filter, as well as displaying a small icon to indicate what filter(s) are applied to the selection. (bzr r3313) | |||||
| * | patch 1750206 by Bruno Dilly - bdilly | Felipe Corr??a da Silva Sanches | 2007-07-27 | 1 | -1/+0 | |
| | | | | | | Remove "cout" from on_changed() of PrefCombo (bzr r3312) | |||||
| * | added helper methods NumberOptNumber::numIsSet() and | Felipe Corr??a da Silva Sanches | 2007-07-27 | 6 | -16/+27 | |
| | | | | | | | | | | NumberOptNumber::optNumIsSet() using it for default attribute values in feTubulence and feConvolvematrix feDisplacementMap scale parameter variable is a double (bzr r3311) | |||||
| * | Fix Bug 1653629 : we can know start inkscape without key file | Jean-Ren?? Reinhard | 2007-07-26 | 1 | -2/+12 | |
| | | | | (bzr r3310) | |||||
| * | Improved svg input and output for lighting effects and lights | Jean-Ren?? Reinhard | 2007-07-26 | 10 | -57/+340 | |
| | | | | (bzr r3309) | |||||
| * | Added support for feMerge filter priitive | Niko Kiirala | 2007-07-26 | 10 | -9/+459 | |
| | | | | (bzr r3308) | |||||
| * | SpinSlider: | Nicholas Bishop | 2007-07-26 | 1 | -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 commit | Nicholas Bishop | 2007-07-26 | 1 | -0/+66 | |
| | | | | (bzr r3306) | |||||
| * | boiler plate code for feTurbulence: | Felipe Corr??a da Silva Sanches | 2007-07-26 | 12 | -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 Bishop | 2007-07-26 | 5 | -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) | |||||
| * | add 3d tool | bulia byak | 2007-07-26 | 2 | -120/+154 | |
| | | | | (bzr r3303) | |||||
| * | inkscape.xml and default.xml must be the same | bulia byak | 2007-07-26 | 1 | -0/+6 | |
| | | | | (bzr r3302) | |||||
| * | feImage boilerplate code. | Felipe Corr??a da Silva Sanches | 2007-07-26 | 6 | -1/+170 | |
| | | | | (bzr r3301) | |||||
| * | improving displacement map renderer. | Felipe Corr??a da Silva Sanches | 2007-07-26 | 1 | -13/+37 | |
| | | | | (bzr r3300) | |||||
| * | Reworked text output to create <text> nodes on text matrix changes rather ↵ | miklosh | 2007-07-25 | 3 | -27/+48 | |
| | | | | | | than on every font update (bzr r3299) | |||||
| * | Add 2 new object snapping modes: bbox to bbox, and nodes to bbox | Diederik van Lierop | 2007-07-25 | 1 | -35/+73 | |
| | | | | (bzr r3298) | |||||
| * | Add a method to create a rectangular curve | Diederik van Lierop | 2007-07-25 | 3 | -17/+27 | |
| | | | | (bzr r3297) | |||||
| * | Snapping the transformation origin should also work for paths, not only for ↵ | Diederik van Lierop | 2007-07-25 | 2 | -2/+4 | |
| | | | | | | shapes (bzr r3296) | |||||
| * | Retrieve preferences outside the for-loop, not inside. | Diederik van Lierop | 2007-07-25 | 1 | -3/+3 | |
| | | | | (bzr r3295) | |||||
| * | Added example of lighting effects | Niko Kiirala | 2007-07-25 | 2 | -1/+174 | |
| | | | | (bzr r3294) | |||||
| * | DisplacementMap filter boilerplate code + renderer draft implementation. | Felipe Corr??a da Silva Sanches | 2007-07-25 | 6 | -4/+277 | |
| | | | | | | | | General setting of attributes and default values. renderer method is still not correct. Needs some more effort. (bzr r3293) | |||||
| * | Small polishing. | Colin Marquardt | 2007-07-24 | 1 | -4/+4 | |
| | | | | (bzr r3292) | |||||
| * | Modified CSS font style and text matrix setting to work with TrueType fonts | miklosh | 2007-07-24 | 1 | -8/+12 | |
| | | | | (bzr r3291) | |||||
| * | Set the xml:space attribute on <svg> once rather than on every <text> | miklosh | 2007-07-24 | 1 | -1/+1 | |
| | | | | (bzr r3290) | |||||
| * | Fixed rendering glitch in bicubic scaler | Niko Kiirala | 2007-07-24 | 3 | -11/+53 | |
| | | | | (bzr r3289) | |||||
| * | Fixed a memory leak in lighting effects rendering | Niko Kiirala | 2007-07-24 | 2 | -0/+2 | |
| | | | | (bzr r3288) | |||||
| * | fix makefile for case change of CXX dir | Johan B. C. Engelen | 2007-07-24 | 1 | -11/+11 | |
| | | | | (bzr r3287) | |||||
| * | Filter effects dialog: | Nicholas Bishop | 2007-07-24 | 3 | -6/+1 | |
| | | | | | | * Added filtereffects to the preferences-skeleton so that the dialog size is saved and restored. (bzr r3286) | |||||
| * | Filter effects dialog: | Nicholas Bishop | 2007-07-23 | 4 | -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 output | Niko Kiirala | 2007-07-23 | 1 | -2/+8 | |
| | | | | (bzr r3284) | |||||
| * | Added tiling pattern support | miklosh | 2007-07-23 | 5 | -11/+104 | |
| | | | | (bzr r3283) | |||||
| * | Removed transform from <svg> and corrected matrix multiplication order in ↵ | miklosh | 2007-07-23 | 2 | -9/+8 | |
| | | | | | | PdfParser::opConcat (bzr r3282) | |||||
| * | Patch by Jean-René Reinhard: better SVG compliance for lighting effects | Niko Kiirala | 2007-07-23 | 6 | -32/+88 | |
| | | | | (bzr r3281) | |||||
| * | removing kerns also trims multi-value x attribute; allow it to work on ↵ | bulia byak | 2007-07-23 | 1 | -3/+19 | |
| | | | | | | tspans as well (bzr r3280) | |||||
| * | remove age-old optimization which fails to update display when undoing ↵ | bulia byak | 2007-07-23 | 1 | -2/+1 | |
| | | | | | | removing manual kerns (bzr r3279) | |||||
| * | Added some heuristics to set CSS font-style and font-weight from PDF font ↵ | miklosh | 2007-07-22 | 1 | -1/+44 | |
| | | | | | | names when these properties are not available from poppler (bzr r3278) | |||||
| * | Filter effects dialog: | Nicholas Bishop | 2007-07-22 | 3 | -1/+151 | |
| | | | | | | Created simple controls for feConvolveMatrix. Currently only handles attributes order and kernelMatrix. (bzr r3277) | |||||
| * | tspan statusbar description | bulia byak | 2007-07-22 | 1 | -0/+1 | |
| | | | | (bzr r3276) | |||||
| * | tspan statusbar description | bulia byak | 2007-07-22 | 1 | -0/+13 | |
| | | | | (bzr r3275) | |||||
