| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | noop: (sp_export_png_file): Switch from NRMatrix to NR::Matrix. | Peter Moulder | 2007-06-25 | 1 | -8/+5 |
| | | | | (bzr r3102) | ||||
| * | CodingStyle: whitespace | Peter Moulder | 2007-06-25 | 1 | -152/+163 |
| | | | | (bzr r3101) | ||||
| * | CodingStyle: const usage | Peter Moulder | 2007-06-25 | 1 | -13/+16 |
| | | | | (bzr r3100) | ||||
| * | functional noop: src/display/nr-filter-gaussian.cpp: Make a few symbols ↵ | Peter Moulder | 2007-06-25 | 1 | -9/+30 |
| | | | | | | local (static). (bzr r3099) | ||||
| * | move blend after blur, and blend with background buffer (enabled as | MenTaLguY | 2007-06-24 | 1 | -15/+22 |
| | | | | | | necessary) (bzr r3096) | ||||
| * | initial filter UI code drop from Nick | MenTaLguY | 2007-06-24 | 24 | -74/+1829 |
| | | | | (bzr r3095) | ||||
| * | merge OpenFont license support | MenTaLguY | 2007-06-24 | 1 | -0/+18 |
| | | | | (bzr r3094) | ||||
| * | Fix cast causing compile error on x86-64 | gustav_b | 2007-06-24 | 1 | -1/+1 |
| | | | | (bzr r3093) | ||||
| * | Right clicking on the swatch now correctly sets the outline colour. | Joel Holdsworth | 2007-06-24 | 1 | -18/+23 |
| | | | | (bzr r3091) | ||||
| * | assert leads to false negatives | Diederik van Lierop | 2007-06-24 | 1 | -1/+0 |
| | | | | (bzr r3090) | ||||
| * | This is a minor patch for the windows RC files. I've added the VERSIONINFO ↵ | Joel Holdsworth | 2007-06-24 | 4 | -2/+70 |
| | | | | | | metadata, as well as a manifest entry to both inkview.rc, and inkscape.rc. The two xml manifest files have been added to \src as well. (bzr r3089) | ||||
| * | Fixed a crash when changing blur of filtered object after duplicating it | Niko Kiirala | 2007-06-23 | 1 | -1/+1 |
| | | | | (bzr r3087) | ||||
| * | Using the blur slider no longer destroys filters already applied to the object | Niko Kiirala | 2007-06-23 | 10 | -94/+224 |
| | | | | (bzr r3086) | ||||
| * | First (very limited) version of the 3D box tool; allows for drawing of new ↵ | Maximilian Albert | 2007-06-21 | 25 | -2/+2012 |
| | | | | | | boxes in a fixed perspective without any live interaction. (bzr r3084) | ||||
| * | Handle the case of gnome_vfs_init failing. (Fixes Debian bug ↵ | Peter Moulder | 2007-06-21 | 4 | -22/+30 |
| | | | | | | http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=415640.) (bzr r3082) | ||||
| * | Add fixme comment re testing for file existence inside g_return_if_fail. | Peter Moulder | 2007-06-20 | 1 | -0/+3 |
| | | | | (bzr r3080) | ||||
| * | patch 1734633: option to save window geometry in prefs | bulia byak | 2007-06-18 | 12 | -53/+307 |
| | | | | (bzr r3075) | ||||
| * | Add translator hint. | Colin Marquardt | 2007-06-17 | 1 | -0/+2 |
| | | | | (bzr r3073) | ||||
| * | Add translator hint. | Colin Marquardt | 2007-06-17 | 1 | -0/+2 |
| | | | | (bzr r3072) | ||||
| * | fix double instancing of signal connectors in SPUseReference | Johan B. C. Engelen | 2007-06-17 | 1 | -9/+0 |
| | | | | (bzr r3071) | ||||
| * | patch 1729267 for bug 1712481 | bulia byak | 2007-06-14 | 1 | -2/+67 |
| | | | | (bzr r3063) | ||||
| * | Only snap the real corners of a rectangle, not the start and end points of ↵ | Diederik van Lierop | 2007-06-13 | 2 | -0/+29 |
| | | | | | | each rounded corener (bzr r3059) | ||||
| * | Fixed a rendering problem in feOffset | Niko Kiirala | 2007-06-13 | 1 | -4/+11 |
| | | | | (bzr r3058) | ||||
| * | Filter effects: support for SourceAlpha and BackgroundAlpha | Niko Kiirala | 2007-06-12 | 4 | -27/+102 |
| | | | | (bzr r3057) | ||||
| * | Fixed background access problems introduced in previous revision | Niko Kiirala | 2007-06-07 | 2 | -8/+16 |
| | | | | (bzr r3056) | ||||
| * | First version of feOffset support. Contains some rendering glitches. | Niko Kiirala | 2007-06-07 | 10 | -9/+324 |
| | | | | (bzr r3055) | ||||
| * | fixed string parameter to work with latex extension. will need further ↵ | Johan B. C. Engelen | 2007-06-07 | 1 | -3/+5 |
| | | | | | | research... perhaps now it is broken on linux. (bzr r3054) | ||||
| * | remove duplicate entry in /ui/widget/Makefile_insert | Johan B. C. Engelen | 2007-06-04 | 1 | -1/+0 |
| | | | | (bzr r3053) | ||||
| * | Modified filter rendering area handling to better accommodate upcoming feOffset | Niko Kiirala | 2007-06-04 | 7 | -20/+24 |
| | | | | (bzr r3052) | ||||
| * | Some additional Paint Bucket optimizations and cleanup | John Bintz | 2007-06-02 | 1 | -21/+29 |
| | | | | (bzr r3051) | ||||
| * | Gtkmm:ified Fill and Stroke dialog (disabled by default). It's still | gustav_b | 2007-06-02 | 5 | -16/+303 |
| | | | | | | using the old fill/stroke style and paint style widgets, though. (bzr r3050) | ||||
| * | Finish Paint Bucket optimizations & fixes for auto gap | John Bintz | 2007-06-02 | 1 | -125/+67 |
| | | | | | | | | * remove useless "fillaccuracy" setting * dramatically improve speed of non-auto gap fills * change some ints to unsigned ints (bzr r3049) | ||||
| * | Implement various small paint bucket optimizations and cleanups | John Bintz | 2007-06-01 | 1 | -105/+116 |
| | | | | (bzr r3048) | ||||
| * | Add fillaccuracy preference | John Bintz | 2007-06-01 | 1 | -6/+17 |
| | | | | (bzr r3047) | ||||
| * | Add optimizations for Paint Bucket bitmap fill | John Bintz | 2007-06-01 | 1 | -17/+88 |
| | | | | (bzr r3046) | ||||
| * | Don't return too much snappoints | Diederik van Lierop | 2007-05-30 | 1 | -0/+5 |
| | | | | (bzr r3045) | ||||
| * | Improve auto gap algorithm and move some "magic numbers" pixel setting code ↵ | John Bintz | 2007-05-30 | 1 | -125/+182 |
| | | | | | | into separate functions (bzr r3044) | ||||
| * | Fixed segfault when opening about screen | Niko Kiirala | 2007-05-30 | 1 | -0/+2 |
| | | | | (bzr r3043) | ||||
| * | Added support for in-parameter in filter primitives | Niko Kiirala | 2007-05-29 | 12 | -27/+170 |
| | | | | (bzr r3041) | ||||
| * | Add auto gap filling for Paint Bucket and implement "safety valve" to ↵ | John Bintz | 2007-05-28 | 3 | -13/+96 |
| | | | | | | prevent runaway fill operations (bzr r3040) | ||||
| * | Remove a printf from style-test (added in r8425, apparently intended just ↵ | Peter Moulder | 2007-05-27 | 1 | -1/+0 |
| | | | | | | for debugging, though I haven't asked Ted). (bzr r3038) | ||||
| * | Handle snapping of nodes in sp_knot_handler. From now on the nodes of ↵ | Diederik van Lierop | 2007-05-24 | 3 | -54/+41 |
| | | | | | | transformed items will snap correctly. On top of that, we now only need a single call to the snapmanager. (bzr r3037) | ||||
| * | Clone Tiler: Change bbox calculation from the default APPROXIMATE_BBOX to ↵ | Peter Moulder | 2007-05-23 | 1 | -1/+7 |
| | | | | | | GEOMETRIC_BBOX, as requested in bug #1722238. (bzr r3036) | ||||
| * | Refactoring work for filter effects renderer initialization | Niko Kiirala | 2007-05-21 | 11 | -189/+266 |
| | | | | (bzr r3035) | ||||
| * | noop: Change fitToRect to take NR::Rect instead of old NRRect. Update callers. | Peter Moulder | 2007-05-20 | 3 | -24/+25 |
| | | | | (bzr r3032) | ||||
| * | doc | Peter Moulder | 2007-05-20 | 1 | -0/+2 |
| | | | | (bzr r3031) | ||||
| * | Applied Yossi's patch 1721693 for bugs 1718405, 1718934, and 1720822 | Bob Jamison | 2007-05-19 | 2 | -8/+55 |
| | | | | (bzr r3030) | ||||
| * | noop: Fix truncated vim modeline. | Peter Moulder | 2007-05-19 | 1 | -1/+2 |
| | | | | (bzr r3029) | ||||
| * | Apply Yossi's patch | Bob Jamison | 2007-05-18 | 1 | -39/+0 |
| | | | | (bzr r3028) | ||||
| * | Avoid a gtk g_critical message when building Document Properties dialog. | Peter Moulder | 2007-05-17 | 1 | -3/+3 |
| | | | | (bzr r3024) | ||||
