summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Allow symbolic icons in default icon themeJabier Arraiza2018-11-061-0/+5
* Fix icon loader to allow inverse color in symbolic icons. Also added searchin...Jabier Arraiza2018-11-063-35/+44
* Remove delete that is causing crash.Tavmjong Bah2018-11-061-1/+0
* Add knot to offset LPE on load in new documentsJabier Arraiza2018-11-061-1/+7
* C++ify SVGViewWidget. Remove unused code.Tavmjong Bah2018-11-0620-663/+448
* Use C++11 raw string for embeded SVG.Tavmjong Bah2018-11-061-25/+27
* Remove unused widget.Tavmjong Bah2018-11-065-570/+1
* Update to latest syntax for 'd' as property.Tavmjong Bah2018-11-061-15/+35
* fix memory leak in ClipboardManagerImplThomas Holder2018-11-061-1/+3
* fix poppler 0.71.0 build.Bartłomiej Szczepaniak2018-11-061-0/+6
* Remove into filtered groupsJabier Arraiza2018-11-054-13/+13
* Remove unused functionsJabier Arraiza2018-11-052-14/+0
* Fix coding stule and things comented on the MRJabier Arraiza2018-11-052-23/+27
* Fix related bug on eraserJabier Arraiza2018-11-051-1/+1
* Improvemets to find itemsJabier Arraiza2018-11-056-19/+47
* remove Inkscape::URI::toStringThomas Holder2018-11-0514-60/+28
* Replacement for xmlBuildRelativeURIThomas Holder2018-11-051-11/+62
* fix URI::from_dirname("/")Thomas Holder2018-11-051-1/+6
* ContextMenu: Harmonize with menu barEduard Braun2018-11-053-97/+148
* More cleanupEduard Braun2018-11-051-45/+28
* Simplify code (we don't need a box if there is no icon)Eduard Braun2018-11-051-23/+21
* Fix sp_ui_menu_item_set_name to handle arbitrarily packed GtkBoxesEduard Braun2018-11-051-12/+17
* Add a preference to force enable/disable menu iconsEduard Braun2018-11-053-19/+45
* Improve positioning of menu iconsEduard Braun2018-11-051-9/+64
* Add filter rendering improvements by cachingJabier Arraiza2018-11-051-2/+6
* Fixing bad destruction of Fillet Chamfer LPE itemsJabier Arraiza2018-11-052-12/+5
* Remove unused header.Tavmjong Bah2018-11-051-1/+0
* Remove unused headers in src/io/Emmanuel Gil Peyrot2018-11-055-212/+0
* include <cstring>Thomas Holder2018-11-041-0/+2
* 1. Fix fullscreen mode from command line.Tavmjong Bah2018-11-041-3/+10
* Image HTTP supportThomas Holder2018-11-043-4/+36
* Add --preload option.Tavmjong Bah2018-11-044-27/+62
* Rewrite of inkview using InkApplication (Gtk::Application).Tavmjong Bah2018-11-0411-691/+702
* Merge branch 'fix-knot-selection' of gitlab.com:ao2/inkscapeMarc Jeanmougin2018-11-046-35/+35
|\
| * ToolBase::root_handler: fix keyboard movement for KEY_Up and KEY_Down eventsAntonio Ospite2018-11-011-4/+4
| * KnotHolder: fix knots selection status when a knot is clicked without ShiftAntonio Ospite2018-11-014-24/+25
| * KnotHolder: remove stale commentAntonio Ospite2018-11-011-1/+0
| * KnotHolder: misc cosmetic cleanupsAntonio Ospite2018-11-011-4/+4
| * SPKnot::SPKnot(): improve color style of selected knotsAntonio Ospite2018-11-011-2/+2
* | Use monospace digits font in messages and spinbuttonsJabier Arraiza2018-11-034-32/+50
* | Inkscape::URI API enhancementsThomas Holder2018-11-034-88/+271
* | Minor yaxis fix for meassure toolJabier Arraiza2018-11-031-1/+5
* | Merge branch 'RememberPrinterSettings2' of gitlab.com:Skrapion/inkscapeMarc Jeanmougin2018-11-023-0/+11
|\ \ | |/ |/|
| * Remembers printer settings between calls to the print dialogue. Fixes bug #17...Rick Yorgason2018-10-273-0/+11
* | Fix crash with reformatted flowregionsMarc Jeanmougin2018-10-311-1/+1
* | Add some tooltips to svg font editor, two need to be fixes.Martin Owens2018-10-302-14/+17
* | cleanup: remove Base64OutputStreamThomas Holder2018-10-294-482/+8
* | cleanup: remove most of uristream.cppThomas Holder2018-10-294-375/+38
* | Move contents of document-private.h to document.h.Tavmjong Bah2018-10-298-270/+204
* | SelectedStyle: Ensure constant field width of stroke widthEduard Braun2018-10-271-1/+4
|/