summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* * Localization for menubar tooltips, patch by Marcin Floryan (closes: #169103)Luca Bruno2008-02-101-1/+1
| | | (bzr r4690)
* * Alternative translation text for Grid|New, patch by Marcin Floryan ↵Luca Bruno2008-02-081-1/+2
| | | | | (closes: #189350) (bzr r4687)
* fix bug: selected group gets moved even when click+drag on an object on top ↵bulia byak2008-02-081-0/+8
| | | | | of it (bzr r4681)
* * src/conn-avoid-ref.cpp: Include the "xml/simple-node" header, rather thanmjwybrow2008-02-081-1/+1
| | | | | | the source file. This fixes bug #190109, a linker error that shows up when compiling with Xcode 3.0. (bzr r4680)
* well... this is a better fix for bug #180117 (Filter Dialog soup) !Felipe Corr??a da Silva Sanches2008-02-071-3/+4
| | | (bzr r4679)
* fix for bug #180117 (Filter Dialog soup)Felipe Corr??a da Silva Sanches2008-02-071-5/+3
| | | (bzr r4678)
* feDisplacementMap resolution independence fix sent by JF BarraudFelipe Corr??a da Silva Sanches2008-02-071-9/+17
| | | (bzr r4677)
* Patch from Tom Davidson to add support for the bitmapoversample option,Bryce Harrington2008-02-071-0/+1
| | | | | which as being ignored in favor of the default. (Closes LP: #168346) (bzr r4676)
* Changed by request to GPL2Bob Jamison2008-02-072-2/+5
| | | (bzr r4673)
* Fix wrong identification of invalid effects (for unknown effects, it used to ↵Johan B. C. Engelen2008-02-061-4/+2
| | | | | default to Bend Path). Now it is reckognized as invalid effect, but still the effect is executed: meaning that "original-d" is copied to "d" instead of keeping "d" attrib. That still needs to be fixed. (bzr r4672)
* add extra note of importance to EnumDataConverter and add is_valid_id methodJohan B. C. Engelen2008-02-061-1/+8
| | | (bzr r4671)
* fix 189661bulia byak2008-02-061-1/+3
| | | (bzr r4669)
* bug 189516: text selection highlight is in the wrong place for text-on-path ↵Richard Hughes2008-02-061-4/+5
| | | | | when vertical kerning is applied (bzr r4668)
* Fix for bug 168978Bryce Harrington2008-02-061-2/+2
| | | (bzr r4667)
* Fixed crash with lighting effects used on non-premultiplied input (bug 189468)Niko Kiirala2008-02-061-1/+1
| | | (bzr r4664)
* avoid dangerous equality comparison on doubles; remove useless asserts that ↵bulia byak2008-02-061-15/+13
| | | | | were basically checking the results of system atan2 (bzr r4663)
* Iron out some rounding errors in the displaying of the rulers and of guidesDiederik van Lierop2008-02-055-20/+43
| | | (bzr r4662)
* fixed bug with '||'Bob Jamison2008-02-052-343/+347
| | | (bzr r4661)
* Patch by John Faith: fixed crash resulting from inproperly initialized std::mapNiko Kiirala2008-02-052-5/+8
| | | (bzr r4659)
* lpe-skeletal-stroke: make spacing and normal_offset parameters do something...JF Barraud2008-02-051-9/+20
| | | (bzr r4658)
* fix axonomgrid emphasizingJohan B. C. Engelen2008-02-041-1/+1
| | | (bzr r4657)
* Delete trailing whitespaceBryce Harrington2008-02-041-94/+94
| | | (bzr r4656)
* fix emphasize coloring of grid lines (preference, dotted xy-grid and axonomgrid)Johan B. C. Engelen2008-02-043-23/+33
| | | (bzr r4655)
* r17821@shi: ted | 2008-01-31 12:59:57 -0800Ted Gould2008-02-042-62/+20
| | | | | Okay, I'm not 100% sure what all these changes are but I want to start working on this again from a checked in point. I'll fix the bugs from here. (bzr r4653)
* r17818@shi: ted | 2008-01-31 09:20:06 -0800Ted Gould2008-02-041-0/+2
| | | | | Locking on both types of execution (bzr r4652)
* Remove g_print debugging statement.Tavmjong Bah2008-02-041-1/+0
| | | (bzr r4650)
* Improvement in positioning images. W3C SVG tests:Tavmjong Bah2008-02-041-8/+24
| | | | | | filters-image-01-b.svg and filters-displace-01-f.svg are passed (the latter, though, only with 100% zoom). (bzr r4648)
* Whitespace cleanupBryce Harrington2008-02-041-46/+46
| | | (bzr r4645)
* fix emergency save (bug #184376)MenTaLguY2008-02-031-2/+2
| | | (bzr r4643)
* Add plural form to status bar message in gradient context (patch by Marcin ↵Maximilian Albert2008-02-031-1/+1
| | | | | Floryan; closes LP #188696) (bzr r4642)
* Allow relative paths to be used for images.Tavmjong Bah2008-02-034-8/+38
| | | | | Fix missing left and top pixel rows in image. (bzr r4641)
* Fix missing ruler and document title updates when a file is opened in an ↵Maximilian Albert2008-02-034-2/+21
| | | | | existing window (bzr r4640)
* Make units pc (pica) and ft (feet) work correctly. Closes: LP #167943.Maximilian Albert2008-02-039-4/+40
| | | (bzr r4639)
* Fix dragging a connection in the filter effects dialog into the primitive ↵Nicholas Bishop2008-02-021-0/+1
| | | | | | | type column. Was incorrectly causing one of the standard sources to be selected. Fixes bug #168790 (bzr r4638)
* Fix for LP #168959 as per John Cliff's 'patch' in the bug trackerMaximilian Albert2008-02-021-1/+4
| | | (bzr r4637)
* Suppress the jitter that sometimes occurs when drawing the ticks of the rulersDiederik van Lierop2008-02-011-8/+16
| | | (bzr r4632)
* Additional fix for bug #167500Diederik van Lierop2008-01-311-3/+5
| | | (bzr r4630)
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-31123-81/+334
| | | (bzr r4629)
* r17815@shi: ted | 2008-01-31 08:58:15 -0800Ted Gould2008-01-311-3/+3
| | | | | | Fixing borked i18n attempt. The inline XML files should NOT use the '_' tag syntax. It won't work. (bzr r4628)
* a bunch of small changes to provide a user readable explanation of filtersAlexandre Prokoudine2008-01-312-8/+8
| | | (bzr r4624)
* fixed a bug in sqrt(pwsb).JF Barraud2008-01-301-1/+3
| | | (bzr r4623)
* Fix for if LCMS is disabled. (LP# 174854)Bryce Harrington2008-01-302-4/+14
| | | (bzr r4622)
* 2nd part of the fix for bug #167500: correctly update the rulers when they ↵Diederik van Lierop2008-01-306-23/+109
| | | | | change size (bzr r4621)
* A bunch of i18n-related issues fixed, ru.po slightly updated. Please do not ↵Alexandre Prokoudine2008-01-302-9/+9
| | | | | forget committing accompanying .inx files, guys ;-) (bzr r4620)
* When a panel dialog is presented, request it's panel to be presented as well. gustav_b2008-01-301-4/+16
| | | | | Fixes #184499 "Inkscape Preferences dialog does not remember tabs/pages" (bzr r4619)
* fix 169057 and prevent non-numeric input for font sizebulia byak2008-01-301-4/+17
| | | (bzr r4618)
* rename grid arrange to rows and columnsbulia byak2008-01-302-3/+3
| | | (bzr r4617)
* * don't strech buttons on lpe dialog when resizing the dialogFelipe Corr??a da Silva Sanches2008-01-301-2/+4
| | | | | * return to "No effects applied" message when one removes an lpe effect (bzr r4616)
* Don't freeze when pressing Ctrl in the pencil tool (closes: LP #181898)Maximilian Albert2008-01-291-1/+2
| | | (bzr r4615)
* noop: Address some cast-string-to-mutable-chars warnings.Peter Moulder2008-01-283-19/+10
| | | (bzr r4612)