summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use document rather than namedview in creating desktop widget.Tavmjong Bah2019-01-203-6/+9
* Update potfiles and add overridesMarc Jeanmougin2019-01-2013-13/+13
* Get rid of unneccessary type conversions (SPDesktopWidget <-> SPViewWidget).Tavmjong Bah2019-01-193-7/+5
* Remove sp_create_window().Tavmjong Bah2019-01-195-111/+89
* Move drag-and-drop code to separate file.Tavmjong Bah2019-01-196-493/+596
* Merge branch 'master' of gitlab.com:inkscape/inkscapeAlexander Valavanis2019-01-1923-1096/+107
|\
| * Disable app menu (deprecated in GTK 3.32).Tavmjong Bah2019-01-191-1/+3
| * Remove unneeded document unref.Tavmjong Bah2019-01-191-2/+0
| * Remove debugging statements from displacemnet filter rendering code.Tavmjong Bah2019-01-191-5/+0
| * fix compilation with HAVE_CAIRO_PDF=0Thomas Holder2019-01-187-28/+12
| * Remove crashes when using attributes XML dialog with Objects dialog open (II)Jabier Arraiza2019-01-182-8/+13
| * Remove crashes when using attributes XML dialogJabiertxof2019-01-181-13/+15
| * Remove unwanted atributes from text and comment nodesJabiertxof2019-01-181-4/+10
| * Allow edit comment nodes with the XMLInspectorJabier Arraiza2019-01-171-1/+5
| * Allow edit text nodes with the XMLInspectorJabiertxof2019-01-172-6/+29
| * Remove confusing and broken save as PNG optionMarc Jeanmougin2019-01-174-185/+0
| * Merge branch 'fedora-oob-abort' of gitlab.com:tspiteri/inkscapeMarc Jeanmougin2019-01-161-3/+11
| |\
| | * out-of-bounds access on Enter-up-left in new text fieldTrevor Spiteri2019-01-151-1/+1
| | * out-of-bounds access on Enter-up-down in new text fieldTrevor Spiteri2019-01-151-1/+4
| | * out-of-bounds access on clicking at end of text fieldTrevor Spiteri2019-01-151-1/+4
| | * out-of-bounds access on Enter in new text fieldTrevor Spiteri2019-01-151-0/+2
| * | Remove unused files.Tavmjong Bah2019-01-165-842/+0
| * | Make InkscapeWindow responsible for adding window to app.Tavmjong Bah2019-01-162-3/+14
| |/
* / derive all toolbars from Inkscape::ToolbarAlexander Valavanis2019-01-1945-6201/+7252
|/
* Initialize unused variable.Tavmjong Bah2019-01-151-1/+1
* Use ink_file_open in sp_file_open.Tavmjong Bah2019-01-154-52/+68
* Update error messages.Tavmjong Bah2019-01-151-2/+2
* std::unique_ptr<_ObserverData>Thomas Holder2019-01-142-14/+9
* std::unique_ptr<PrefNodeObserver>Thomas Holder2019-01-142-10/+3
* Add correct tooltips for Cap height and x-height.Gyuris Gellért2019-01-141-2/+2
* Misc. typo and whitespace fixesluz.paz2019-01-148-10/+10
* Fixing Bug #1811551: GCC is not liking missing string_literal in g_strdup_pri...Kishore Debnath2019-01-141-2/+2
* Fix memleak and hopefully windows CIMarc Jeanmougin2019-01-141-1/+1
* Another baby step in creating InkscapeWindow.Tavmjong Bah2019-01-135-33/+49
* simplify translated default.svgMarc Jeanmougin2019-01-131-0/+3
* Allow window to be closed when operating in batch mode.Tavmjong Bah2019-01-132-4/+13
* Add button to delete prefsMarc Jeanmougin2019-01-114-10/+44
* Prevent window from stealing key presses.Tavmjong Bah2019-01-101-1/+1
* First baby step in adding InkscapeWindow (Gtk::ApplicationWindow)Tavmjong Bah2019-01-094-10/+110
* Remove helper/window.h helper/window.cppTavmjong Bah2019-01-094-113/+11
* Remove dependence on window.h.Tavmjong Bah2019-01-081-3/+4
* Remove unused header file.Tavmjong Bah2019-01-081-1/+0
* C++iffy cmd_new_element_node dialog. Remove dependancy on window.h.Tavmjong Bah2019-01-081-73/+23
* Remove unused header file.Tavmjong Bah2019-01-084-6/+0
* Fix bug 1810206: Crash if XRay mode enabled (assertion failed in SPCanvas::pa...Jabier Arraiza2019-01-077-79/+124
* Merge branch 'patch-1' of gitlab.com:octycs/inkscapeMarc Jeanmougin2019-01-061-1/+1
|\
| * Fix segfault when a masked object is transformedoctycs2019-01-061-1/+1
* | Merge branch 'patch-2' of gitlab.com:octycs/inkscapeMarc Jeanmougin2019-01-061-1/+1
|\ \
| * | Fix compile error for Gtk versions <3.20octycs2019-01-061-1/+1
| |/
* / Remove unneeded unreferencing. Add check on reference count.Tavmjong Bah2019-01-063-7/+10
|/