summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* patch 1729267 for bug 1712481bulia byak2007-06-141-2/+67
| | | (bzr r3063)
* Only snap the real corners of a rectangle, not the start and end points of ↵Diederik van Lierop2007-06-132-0/+29
| | | | | each rounded corener (bzr r3059)
* Fixed a rendering problem in feOffsetNiko Kiirala2007-06-131-4/+11
| | | (bzr r3058)
* Filter effects: support for SourceAlpha and BackgroundAlphaNiko Kiirala2007-06-124-27/+102
| | | (bzr r3057)
* Fixed background access problems introduced in previous revisionNiko Kiirala2007-06-072-8/+16
| | | (bzr r3056)
* First version of feOffset support. Contains some rendering glitches.Niko Kiirala2007-06-0710-9/+324
| | | (bzr r3055)
* fixed string parameter to work with latex extension. will need further ↵Johan B. C. Engelen2007-06-071-3/+5
| | | | | research... perhaps now it is broken on linux. (bzr r3054)
* remove duplicate entry in /ui/widget/Makefile_insertJohan B. C. Engelen2007-06-041-1/+0
| | | (bzr r3053)
* Modified filter rendering area handling to better accommodate upcoming feOffsetNiko Kiirala2007-06-047-20/+24
| | | (bzr r3052)
* Some additional Paint Bucket optimizations and cleanupJohn Bintz2007-06-021-21/+29
| | | (bzr r3051)
* Gtkmm:ified Fill and Stroke dialog (disabled by default). It's stillgustav_b2007-06-025-16/+303
| | | | | using the old fill/stroke style and paint style widgets, though. (bzr r3050)
* Finish Paint Bucket optimizations & fixes for auto gapJohn Bintz2007-06-021-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 cleanupsJohn Bintz2007-06-011-105/+116
| | | (bzr r3048)
* Add fillaccuracy preferenceJohn Bintz2007-06-011-6/+17
| | | (bzr r3047)
* Add optimizations for Paint Bucket bitmap fillJohn Bintz2007-06-011-17/+88
| | | (bzr r3046)
* Don't return too much snappointsDiederik van Lierop2007-05-301-0/+5
| | | (bzr r3045)
* Improve auto gap algorithm and move some "magic numbers" pixel setting code ↵John Bintz2007-05-301-125/+182
| | | | | into separate functions (bzr r3044)
* Fixed segfault when opening about screenNiko Kiirala2007-05-301-0/+2
| | | (bzr r3043)
* Added support for in-parameter in filter primitivesNiko Kiirala2007-05-2912-27/+170
| | | (bzr r3041)
* Add auto gap filling for Paint Bucket and implement "safety valve" to ↵John Bintz2007-05-283-13/+96
| | | | | prevent runaway fill operations (bzr r3040)
* Remove a printf from style-test (added in r8425, apparently intended just ↵Peter Moulder2007-05-271-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 Lierop2007-05-243-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 Moulder2007-05-231-1/+7
| | | | | GEOMETRIC_BBOX, as requested in bug #1722238. (bzr r3036)
* Refactoring work for filter effects renderer initializationNiko Kiirala2007-05-2111-189/+266
| | | (bzr r3035)
* noop: Change fitToRect to take NR::Rect instead of old NRRect. Update callers.Peter Moulder2007-05-203-24/+25
| | | (bzr r3032)
* docPeter Moulder2007-05-201-0/+2
| | | (bzr r3031)
* Applied Yossi's patch 1721693 for bugs 1718405, 1718934, and 1720822Bob Jamison2007-05-192-8/+55
| | | (bzr r3030)
* noop: Fix truncated vim modeline.Peter Moulder2007-05-191-1/+2
| | | (bzr r3029)
* Apply Yossi's patchBob Jamison2007-05-181-39/+0
| | | (bzr r3028)
* Avoid a gtk g_critical message when building Document Properties dialog.Peter Moulder2007-05-171-3/+3
| | | (bzr r3024)
* noop: Use G_N_ELEMENTS in attach_all callers instead of passing sizeof.Peter Moulder2007-05-171-7/+7
| | | (bzr r3023)
* noop: Fix const usage/confusion.Peter Moulder2007-05-171-9/+9
| | | (bzr r3022)
* CodingStyle: Use static for file-local function as per wiki CodingStyle ↵Peter Moulder2007-05-171-5/+1
| | | | | document. (I didn't notice the anonymous namespace wrapping.) (bzr r3021)
* doc: document a minor bug (or unexpected behaviour).Peter Moulder2007-05-171-1/+3
| | | (bzr r3020)
* Fix a couple of unannotated transactions causing g_warning from ↵Peter Moulder2007-05-172-4/+4
| | | | | finish_incomplete_transaction. (Thanks to johanengelen for help with this.) (bzr r3019)
* Implement object-snapping for clones (see bug #1511260)Diederik van Lierop2007-05-162-8/+30
| | | (bzr r3018)
* Fixed some feBlend rendering bugsNiko Kiirala2007-05-161-27/+45
| | | (bzr r3017)
* Fix crash in sp-skeleton.Johan B. C. Engelen2007-05-141-1/+1
| | | (bzr r3016)
* Added renderer support for feBlend filter effectNiko Kiirala2007-05-149-14/+461
| | | (bzr r3015)
* Initial set of style test. Will uncomment as style code is fixed.Jon A. Cruz2007-05-131-0/+63
| | | (bzr r3014)
* Correcting extraction of "url(...)" for paintJon A. Cruz2007-05-132-19/+96
| | | (bzr r3013)
* Cleaned up test doc creationJon A. Cruz2007-05-124-8/+4
| | | (bzr r3007)
* Fixed print specifierJon A. Cruz2007-05-121-1/+1
| | | (bzr r3006)
* Applied gorodish's patch 1714710 for bug 1709383. Passes the test.Bob Jamison2007-05-111-6/+10
| | | (bzr r3002)
* Apply yfarjoun's one-line patch to remove any stroke from fill(), to ↵Bob Jamison2007-05-111-1/+1
| | | | | accomodate strokeless objects. Strokes are handled separately in stroke(). (bzr r3001)
* fixed fixme's in shapeeditor and changed verbs for node editting. helps with ↵Johan B. C. Engelen2007-05-115-59/+97
| | | | | multiple nodepath implementation in shape-editor. (bzr r3000)
* Fixing compile warningsJon A. Cruz2007-05-111-1/+1
| | | (bzr r2999)
* fixed crash when parameter viewbox=null in ↵Johan B. C. Engelen2007-05-101-2/+2
| | | | | nr_path_matrix_point_bbox_wind_distance (bzr r2998)
* add document to action events (when possible)MenTaLguY2007-05-101-3/+5
| | | (bzr r2997)
* add document to action eventsMenTaLguY2007-05-101-0/+6
| | | (bzr r2996)