summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove dom/* code and replace two uses of dom/uri with uri.Martin Owens2014-03-0363-64090/+28
|\
| * Merge to trunkMartin Owens2014-02-2850-624/+706
| |\
| * | Improved uri testingMartin Owens2014-02-281-19/+35
| * | Remove DOM directory and reduce size of inkscape. Use Inkscape::URI and save ...Martin Owens2014-02-2663-64107/+93
| * | Merge from trunkMartin Owens2014-02-257-90/+161
| |\ \
| * \ \ Merge from trunkMartin Owens2014-02-2517-76/+100
| |\ \ \
| * | | | Not finished by improved data uri supportMartin Owens2014-02-203-3/+39
| * | | | Add data uri checking back into the codeMartin Owens2014-02-203-1/+25
* | | | | Remove massive list of inx and py files for extensions Makefile, use magic in...Martin Owens2014-03-031-347/+3
* | | | | More memory leak fixes (Bug #1275170)Kris De Gussem2014-03-032-3/+8
* | | | | code cleanupJohan B. C. Engelen2014-03-031-18/+17
* | | | | no need to use bitfields here. The pre-commit code also looks confusingly sim...Johan B. C. Engelen2014-03-031-1/+1
* | | | | change 0 to NULL for pointersJohan B. C. Engelen2014-03-033-8/+8
* | | | | - fix memleakJohan B. C. Engelen2014-03-031-6/+6
* | | | | Fix for W3C test suite filters-displace-01-f.svg. Don't set default colorspac...Tavmjong Bah2014-03-031-2/+3
* | | | | Don't try to load JPG and PNG files with createChildDoc().Tavmjong Bah2014-03-032-3/+15
* | | | | Test. Fix for Bug #1286977 (trunk: make check fails (hpgl_output)).Nicolas Dufour2014-03-031-2/+2
* | | | | Fixed includes for tools.Markus Engel2014-03-0244-606/+334
* | | | | fix scaling crash for clipped objects (Bug 1286647)Alvin Penner2014-03-021-1/+10
* | | | | Stop tracking SPDocuments as they are deleted.Jon A. Cruz2014-03-022-30/+75
* | | | | Adding destroy signal do document to allow proper cleanup.Jon A. Cruz2014-03-023-0/+11
* | | | | cleanupSebastian Wüst2014-03-024-19/+20
* | | | | Avoid crashing when the document is set to NULL (upon cleanup, window closing...Jon A. Cruz2014-03-021-1/+4
* | | | | removed unnecessary featuresSebastian Wüst2014-03-027-55/+22
* | | | | rename variable names to prevent hiding of names in outer scopesJohan B. C. Engelen2014-03-021-4/+4
* | | | | Added some consts. Turned functions to member functions.Markus Engel2014-03-0221-1060/+982
* | | | | Fix for crash when cycle-selecting.Markus Engel2014-03-012-39/+28
* | | | | Fix for crashes on fast tool toggling.Markus Engel2014-03-012-4/+18
* | | | | Hack for when blur or offset are expressed in terms of object bounding box.Tavmjong Bah2014-03-012-7/+30
* | | | | Import layers update, spelling and modification time for files in tarMartin Owens2014-03-012-2/+5
* | | | | update po/POTFILES.in (add new INX file from r13080)su_v2014-03-011-1/+2
* | | | | Use viewport when calculating filter primitive region when 'primitiveUnits' s...Tavmjong Bah2014-03-013-35/+67
* | | | | Code cleanup and indentation.Tavmjong Bah2014-03-011-45/+28
* | | | | Forgot the makefile isn't flexible.Martin Owens2014-03-011-0/+2
* | | | | Add layers export extension as a tar creation extensionMartin Owens2014-03-012-0/+132
* | | | | Remove unused variable.Jon A. Cruz2014-03-011-1/+2
* | | | | Remove unused shadowed variables.Jon A. Cruz2014-03-011-3/+0
| |_|_|/ |/| | |
* | | | Spray tool:Nicolas Dufour2014-02-282-34/+64
* | | | Embedded SVG's cannot be transformed.Tavmjong Bah2014-02-282-0/+13
* | | | Properly identify an embedded SVG.Tavmjong Bah2014-02-282-0/+4
* | | | Fix for Bug #1281859 (color gesture problems, alpha values below 0 and above 1).Nicolas Dufour2014-02-281-0/+5
* | | | Use viewport when calculating filter region when filterUnits set to "userSpac...Tavmjong Bah2014-02-282-8/+43
* | | | Copy event with gdk_event_copy instead of assigning to structure by value.Krzysztof Kosi??ski2014-02-281-8/+9
* | | | Work around a crash in the Undo History dialog caused by incorrectKrzysztof Kosi??ski2014-02-281-1/+17
* | | | remove some unnecessary copying/castingJohan B. C. Engelen2014-02-271-4/+4
* | | | swatches dialog: remove unused code part. cleanup some codeJohan B. C. Engelen2014-02-271-7/+3
* | | | swatches dialog: properly reference count the reference to SPDocument in time...Johan B. C. Engelen2014-02-271-1/+2
* | | | remove superfluous line of code (vector has just been constructed, so is empty)Johan B. C. Engelen2014-02-271-1/+0
* | | | Fix whitespace formatting of dbus documentation (bug 1282045)Tomasz Boczkowski2014-02-271-1/+1
* | | | Don't overwrite SPItemCtx in SPRoot::update. (Maybe should be made const ever...Tavmjong Bah2014-02-271-4/+11