| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | gray out widgets when grid is disabled. | Johan B. C. Engelen | 2008-01-26 | 1 | -1/+7 |
| | | | | (bzr r4594) | ||||
| * | fix strange typo | Johan B. C. Engelen | 2008-01-26 | 1 | -2/+2 |
| | | | | (bzr r4593) | ||||
| * | first set of updates to headers for clean gcc 4.3 builds | Kees Cook | 2008-01-25 | 1 | -1/+1 |
| | | | | (bzr r4588) | ||||
| * | Fixed crash with lighting effects and missing source image | Niko Kiirala | 2008-01-23 | 2 | -6/+6 |
| | | | | (bzr r4585) | ||||
| * | fix crash on feImage when trying to drag | Felipe Corr??a da Silva Sanches | 2008-01-22 | 1 | -1/+0 |
| | | | | (bzr r4580) | ||||
| * | fixes feImage rendering, but does not add it to filters dialog yet | Felipe Corr??a da Silva Sanches | 2008-01-22 | 1 | -5/+5 |
| | | | | (bzr r4577) | ||||
| * | whitespace | Bryce Harrington | 2008-01-19 | 1 | -1/+1 |
| | | | | (bzr r4561) | ||||
| * | Partially fix bug #167500 (rulers being off) | Diederik van Lierop | 2008-01-18 | 1 | -2/+2 |
| | | | | (bzr r4557) | ||||
| * | RegisteredColorPicker is now subclassed from RegisteredWidget<ColorPicker> ↵ | gustav_b | 2008-01-17 | 2 | -18/+29 |
| | | | | | | instead of old RegisteredWdg (bzr r4530) | ||||
| * | fix initialization of grid document properties | Johan B. C. Engelen | 2008-01-16 | 2 | -2/+51 |
| | | | | (bzr r4522) | ||||
| * | RegisteredScalar subclassed from RegisteredWidget<Scalar> instead of old ↵ | Johan B. C. Engelen | 2008-01-16 | 1 | -12/+9 |
| | | | | | | RegisteredWdg (bzr r4521) | ||||
| * | implementation of Flood Filter Effect renderer | Felipe Corr??a da Silva Sanches | 2008-01-16 | 2 | -9/+32 |
| | | | | (bzr r4515) | ||||
| * | RegisteredCheckbutton is now subclassed from RegisteredWidget<CheckButton> | Johan B. C. Engelen | 2008-01-15 | 4 | -180/+189 |
| | | | | (bzr r4500) | ||||
| * | Add preference so people can choose which behaviour they want. (bug 167422) | Johan B. C. Engelen | 2008-01-14 | 1 | -4/+12 |
| | | | | (bzr r4485) | ||||
| * | W3C licensing: | Felipe Corr??a da Silva Sanches | 2008-01-14 | 2 | -3/+19 |
| | | | | | | | | | | | | | | | | | | | | | | | | /* * feTurbulence filter primitive renderer * * Authors: * World Wide Web Consortium <http://www.w3.org/> * Felipe Corrêa da Silva Sanches <felipe.sanches@gmail.com> * Niko Kiirala <niko@kiirala.com> * * This file has a considerable amount of code adapted from * the W3C SVG filter specs, available at: * http://www.w3.org/TR/SVG11/filters.html#feTurbulence * * W3C original code is licensed under the terms of * the (GPL compatible) W3C® SOFTWARE NOTICE AND LICENSE: * http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231 * * Copyright (C) 2007 authors * Released under GNU GPL, read the file 'COPYING' for more information */ (bzr r4484) | ||||
| * | cleaning: removing previously commented out g_warnings() | Felipe Corr??a da Silva Sanches | 2008-01-14 | 1 | -4/+0 |
| | | | | (bzr r4483) | ||||
| * | Fixed erroneous overwriting of temporary images inside filter effects | Niko Kiirala | 2008-01-12 | 2 | -3/+17 |
| | | | | (bzr r4470) | ||||
| * | Made turbulence filter resolution-independent and renderable at any size | Niko Kiirala | 2008-01-09 | 4 | -54/+105 |
| | | | | (bzr r4444) | ||||
| * | Fix missing tooltips in LPE's. (Closes LP: #178471) | Bryce Harrington | 2008-01-06 | 1 | -1/+1 |
| | | | | | | Whitespace cleanup. (bzr r4413) | ||||
| * | r17530@shi: ted | 2008-01-06 13:50:53 -0800 | Ted Gould | 2008-01-06 | 1 | -6/+6 |
| | | | | | | | Swapping arround some logic and setting up the grid lines so that major ones are drawn when zoomed out correctly. This is lp:167422 (bzr r4412) | ||||
| * | Added bicubic pixblock transformer to fix jagged results with rotated filters | Niko Kiirala | 2008-01-05 | 3 | -2/+163 |
| | | | | (bzr r4397) | ||||
| * | Fixing up a few more files | Bryce Harrington | 2008-01-05 | 1 | -1/+1 |
| | | | | (bzr r4391) | ||||
| * | Fix missing include for g_assert() calls - causes FTBFS on Ubuntu Hardy | Bryce Harrington | 2008-01-05 | 1 | -0/+1 |
| | | | | | | currently. (bzr r4389) | ||||
| * | Added more error checking to filter effects code | Niko Kiirala | 2008-01-04 | 15 | -10/+88 |
| | | | | (bzr r4385) | ||||
| * | 1) fix snapping while scaling | Diederik van Lierop | 2008-01-03 | 2 | -2/+2 |
| | | | | | | | | 2) fix constrained snapping 3) improve snapping logic (again), or more specifically: better obey "always snap" 4) refactoring to reduce risk of bugs: renaming variables and methods for better readability, adding class members instead of using std::pairs, etc. (bzr r4379) | ||||
| * | Fixed bug #172778, [old] grid settings not respected when reopening document | Johan B. C. Engelen | 2007-12-29 | 1 | -1/+1 |
| | | | | (bzr r4334) | ||||
| * | try to fix bug #174475 feImage renderer crashes on non-external image | Johan B. C. Engelen | 2007-12-28 | 1 | -5/+19 |
| | | | | (bzr r4326) | ||||
| * | fix Bug #177891 feGaussianBlur crashes when setting fill paint as input | Johan B. C. Engelen | 2007-12-28 | 1 | -1/+4 |
| | | | | (bzr r4325) | ||||
| * | angled guidelines: create angled line when dragging from edge of rulers | Johan B. C. Engelen | 2007-12-24 | 3 | -14/+14 |
| | | | | (bzr r4296) | ||||
| * | fix bug where changing units changed angles of axonometric grid | Johan B. C. Engelen | 2007-12-21 | 2 | -5/+6 |
| | | | | (bzr r4273) | ||||
| * | guidelines: add methods to check horizontal/vertical, small fixes | Johan B. C. Engelen | 2007-12-21 | 2 | -4/+7 |
| | | | | (bzr r4271) | ||||
| * | guidelines: implement rendering of angled lines. | Johan B. C. Engelen | 2007-12-20 | 2 | -4/+46 |
| | | | | (bzr r4265) | ||||
| * | guidelines: minor corrections | Johan B. C. Engelen | 2007-12-20 | 1 | -2/+81 |
| | | | | | | add point reading to repr-util.cpp (bzr r4264) | ||||
| * | correctly handle orientation changes of guidelines | Johan B. C. Engelen | 2007-12-19 | 2 | -0/+7 |
| | | | | (bzr r4261) | ||||
| * | optimize guide canvasupdating | Johan B. C. Engelen | 2007-12-19 | 1 | -1/+3 |
| | | | | (bzr r4259) | ||||
| * | guides: switch from using one position coordinate to Geom::Point point_on_line | Johan B. C. Engelen | 2007-12-19 | 2 | -26/+28 |
| | | | | (bzr r4258) | ||||
| * | prepare for adding angled guideline rendering | Johan B. C. Engelen | 2007-12-16 | 2 | -25/+32 |
| | | | | (bzr r4244) | ||||
| * | start of getting angled guidelines. | Johan B. C. Engelen | 2007-12-16 | 2 | -10/+12 |
| | | | | | | | define guide's normal instead of vertical/horizontal. rendering is not implemented for angled guides yet. (bzr r4243) | ||||
| * | fix default grid unit scaling, fix crash for unknown unit. | Johan B. C. Engelen | 2007-12-16 | 2 | -10/+14 |
| | | | | (bzr r4240) | ||||
| * | prevent writing to xml when initializing grid. fixes not working default units. | Johan B. C. Engelen | 2007-12-16 | 2 | -0/+4 |
| | | | | (bzr r4239) | ||||
| * | add default unit to grid preferences. | Johan B. C. Engelen | 2007-12-16 | 2 | -2/+12 |
| | | | | (bzr r4238) | ||||
| * | Add default grid settings to Inkscape preferences. | Johan B. C. Engelen | 2007-12-14 | 2 | -18/+18 |
| | | | | (bzr r4230) | ||||
| * | Fundamentally reworked version of the 3D box tool (among many other things, ↵ | Maximilian Albert | 2007-12-13 | 1 | -2/+2 |
| | | | | | | this fixes bugs #168900 and #168868). See mailing list for details. Sorry for this single large commit but it was unfeasible to keep the history. (bzr r4224) | ||||
| * | Toggle snapping for each grid individually | Diederik van Lierop | 2007-12-12 | 3 | -7/+34 |
| | | | | (bzr r4219) | ||||
| * | Snap to axonometric grid lines | Diederik van Lierop | 2007-12-08 | 2 | -13/+72 |
| | | | | (bzr r4194) | ||||
| * | Warning cleanup | Jon A. Cruz | 2007-12-08 | 1 | -1/+1 |
| | | | | (bzr r4192) | ||||
| * | Fized crashes & odd behaviour when resizing, zooming and rotating feTurbulence | Niko Kiirala | 2007-12-06 | 4 | -25/+72 |
| | | | | (bzr r4187) | ||||
| * | remove my drama comment | Johan B. C. Engelen | 2007-12-06 | 1 | -2/+2 |
| | | | | (bzr r4186) | ||||
| * | 3D grid: When snapping, consider both left and right vertical lines next to ↵ | Johan B. C. Engelen | 2007-12-04 | 1 | -4/+4 |
| | | | | | | the point. (see rev 16610) (bzr r4171) | ||||
| * | When snapping, consider all four grid lines around the current point instead ↵ | Diederik van Lierop | 2007-12-04 | 2 | -49/+7 |
| | | | | | | of only the nearest two (bzr r4168) | ||||
