summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Take "preserveAspectRatio" into account in pattern.Tavmjong Bah2014-03-061-10/+5
| | | (bzr r13121)
* Rewrite of pattern geometry code. Fix for 1288489.Tavmjong Bah2014-03-061-35/+49
| | | (bzr r13120)
* WMF: fix for files with swapped W, H in the SETWINDOWEXT recordDavid Mathog2014-03-061-86/+81
| | | | | | | | EMF: code cleanup Fixed bugs: - https://launchpad.net/bugs/1241783 (bzr r13119)
* Derive ToolBase from sigc::trackable for easier slot management.Krzysztof Kosi??ski2014-03-053-120/+104
| | | | | | Fix TextTool to use mem_fun instead of ptr_fun to avoid the generation of stale slots. (bzr r13118)
* When an externally linked image is modified, mark it for update insteadKrzysztof Kosi??ski2014-03-051-3/+1
| | | | | | | | | | of directly calling update() with a bogus ctx parameter. Prevents crash and fixes LP Bug #1278571. Fixed bugs: - https://launchpad.net/bugs/1278571 (bzr r13117)
* static code analysis: references for string classes that are function input ↵Kris De Gussem2014-03-042-268/+282
| | | | | parameters (bzr r13114)
* Fix for W3C test suite test filters-light-02-f.svg. Marker refX and refY ↵Tavmjong Bah2014-03-041-1/+3
| | | | | defined in coordinate system of viewBox. (bzr r13113)
* UI. Fix for bug #1281822 (Keyboard shortcuts editor, duplicate description ↵Nicolas Dufour2014-03-042-4/+4
| | | | | | | and degrees symbol as text). Translations. POT file and French translation update. (bzr r13112)
* Fix for W3C test suite coords-units-01-b.svg. Fixes pattern positioning.Tavmjong Bah2014-03-042-6/+5
| | | (bzr r13111)
* Remove dom/* code and replace two uses of dom/uri with uri.Martin Owens2014-03-0361-64075/+28
|\ | | | | (bzr r13107)
| * Merge to trunkMartin Owens2014-02-2850-624/+706
| |\ | | | | | | (bzr r13047.1.7)
| * | Improved uri testingMartin Owens2014-02-281-19/+35
| | | | | | | | | (bzr r13047.1.6)
| * | Remove DOM directory and reduce size of inkscape. Use Inkscape::URI and save ↵Martin Owens2014-02-2661-64092/+93
| | | | | | | | | | | | | | | ziptool to utils. (bzr r13047.1.5)
| * | Merge from trunkMartin Owens2014-02-255-88/+153
| |\ \ | | | | | | | | (bzr r13047.1.4)
| * \ \ Merge from trunkMartin Owens2014-02-2517-76/+100
| |\ \ \ | | | | | | | | | | (bzr r13047.1.3)
| * | | | Not finished by improved data uri supportMartin Owens2014-02-203-3/+39
| | | | | | | | | | | | | | | (bzr r13047.1.2)
| * | | | Add data uri checking back into the codeMartin Owens2014-02-203-1/+25
| | | | | | | | | | | | | | | (bzr r13047.1.1)
* | | | | More memory leak fixes (Bug #1275170)Kris De Gussem2014-03-032-3/+8
| | | | | | | | | | | | | | | (bzr r13105)
* | | | | code cleanupJohan B. C. Engelen2014-03-031-18/+17
| | | | | | | | | | | | | | | (bzr r13104)
* | | | | no need to use bitfields here. The pre-commit code also looks confusingly ↵Johan B. C. Engelen2014-03-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | similar to initializer value (bzr r13103)
* | | | | change 0 to NULL for pointersJohan B. C. Engelen2014-03-033-8/+8
| | | | | | | | | | | | | | | (bzr r13102)
* | | | | - fix memleakJohan B. C. Engelen2014-03-031-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - fix { } usage - delete NULL is guaranteed to be OK - fix initialization (all paths will eventually init the var, but let the compiler figure that out, instead of a future programmer trying to locate a bug) (bzr r13101)
* | | | | Fix for W3C test suite filters-displace-01-f.svg. Don't set default ↵Tavmjong Bah2014-03-031-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | colorspace of external image. Also removed a problematic translation in rendering an internal image. (bzr r13100)
* | | | | Don't try to load JPG and PNG files with createChildDoc().Tavmjong Bah2014-03-032-3/+15
| | | | | | | | | | | | | | | (bzr r13099)
* | | | | Fixed includes for tools.Markus Engel2014-03-0244-606/+334
| | | | | | | | | | | | | | | (bzr r13097)
* | | | | fix scaling crash for clipped objects (Bug 1286647)Alvin Penner2014-03-021-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1286647 (bzr r13096)
* | | | | Stop tracking SPDocuments as they are deleted.Jon A. Cruz2014-03-022-30/+75
| | | | | | | | | | | | | | | (bzr r13095)
* | | | | Adding destroy signal do document to allow proper cleanup.Jon A. Cruz2014-03-023-0/+11
| | | | | | | | | | | | | | | (bzr r13094)
* | | | | Avoid crashing when the document is set to NULL (upon cleanup, window ↵Jon A. Cruz2014-03-021-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | closing, etc.) (bzr r13092)
* | | | | rename variable names to prevent hiding of names in outer scopesJohan B. C. Engelen2014-03-021-4/+4
| | | | | | | | | | | | | | | (bzr r13090)
* | | | | Added some consts. Turned functions to member functions.Markus Engel2014-03-0221-1060/+982
| | | | | | | | | | | | | | | (bzr r13089)
* | | | | Fix for crash when cycle-selecting.Markus Engel2014-03-012-39/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1270351 (bzr r13088)
* | | | | Fix for crashes on fast tool toggling.Markus Engel2014-03-012-4/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1265376 (bzr r13087)
* | | | | Hack for when blur or offset are expressed in terms of object bounding box.Tavmjong Bah2014-03-012-7/+30
| | | | | | | | | | | | | | | | | | | | | | | | | A correct fix requires restructuring the way filter primitives are handled. (bzr r13086)
* | | | | Use viewport when calculating filter primitive region when 'primitiveUnits' ↵Tavmjong Bah2014-03-013-35/+67
| | | | | | | | | | | | | | | | | | | | | | | | | set to "userSpaceOnUse". (bzr r13083)
* | | | | Code cleanup and indentation.Tavmjong Bah2014-03-011-45/+28
| | | | | | | | | | | | | | | (bzr r13082)
* | | | | Remove unused variable.Jon A. Cruz2014-03-011-1/+2
| | | | | | | | | | | | | | | (bzr r13079)
* | | | | Remove unused shadowed variables.Jon A. Cruz2014-03-011-3/+0
| |_|_|/ |/| | | | | | | (bzr r13078)
* | | | Spray tool:Nicolas Dufour2014-02-282-34/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Partial patch (in sp_spray_dilate) for crashes explained in Bug #1274831. * Some minor style fixes (indentation). * Due to some remaining crashes, the Single path mode is disabled in Inkscape 0.91. (bzr r13077)
* | | | Embedded SVG's cannot be transformed.Tavmjong Bah2014-02-282-0/+13
| | | | | | | | | | | | (bzr r13076)
* | | | Properly identify an embedded SVG.Tavmjong Bah2014-02-282-0/+4
| | | | | | | | | | | | (bzr r13075)
* | | | Fix for Bug #1281859 (color gesture problems, alpha values below 0 and above 1).Nicolas Dufour2014-02-281-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1281859 (bzr r13074)
* | | | Use viewport when calculating filter region when filterUnits set to ↵Tavmjong Bah2014-02-282-8/+43
| | | | | | | | | | | | | | | | | | | | "userSpaceOnUse", fixes #229246. (bzr r13073)
* | | | Copy event with gdk_event_copy instead of assigning to structure by value.Krzysztof Kosi??ski2014-02-281-8/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes problems on GTK+/Quartz 2.24.19. For more information, see LP #1198597 and https://bugzilla.gnome.org/show_bug.cgi?id=694273#c33 Fixed bugs: - https://launchpad.net/bugs/1198597 (bzr r13072)
* | | | Work around a crash in the Undo History dialog caused by incorrectKrzysztof Kosi??ski2014-02-281-1/+17
| | | | | | | | | | | | | | | | | | | | | | | | modifications to the XML when ensureUpToDate() is called during SPDesktop initialization. The underlying problem remains to be fixed. (bzr r13071)
* | | | remove some unnecessary copying/castingJohan B. C. Engelen2014-02-271-4/+4
| | | | | | | | | | | | (bzr r13070)
* | | | swatches dialog: remove unused code part. cleanup some codeJohan B. C. Engelen2014-02-271-7/+3
| | | | | | | | | | | | (bzr r13069)
* | | | swatches dialog: properly reference count the reference to SPDocument in ↵Johan B. C. Engelen2014-02-271-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | timer object. Fixes crash reported in comment #6 of bug 1284391! Fixed bugs: - https://launchpad.net/bugs/1284391 (bzr r13068)
* | | | remove superfluous line of code (vector has just been constructed, so is empty)Johan B. C. Engelen2014-02-271-1/+0
| | | | | | | | | | | | (bzr r13067)
* | | | Fix whitespace formatting of dbus documentation (bug 1282045)Tomasz Boczkowski2014-02-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1282045 (bzr r13066)