summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* 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
|/
* Add documentation to toolbox codeAlexander Valavanis2019-01-061-4/+65
* fix double construction of Button membersThomas Holder2019-01-031-8/+0
* run clang tidy modernize passMarc Jeanmougin2019-01-0281-115/+117
* protect includes in c fileMarc Jeanmougin2019-01-021-5/+5
* modernize: add overridesMarc Jeanmougin2019-01-0251-108/+107
* modernize loops (2)Marc Jeanmougin2019-01-0213-71/+67
* modernize loopsMarc Jeanmougin2019-01-02238-2286/+2025
* Avoid creating a new document before opening an old document.Tavmjong Bah2019-01-021-1/+1
* Prevent reverting a drawing from closing Inkscape when only one window is open.Tavmjong Bah2019-01-021-2/+4
* Minor style fixesMarc Jeanmougin2019-01-0110-35/+30
* Merge branch 'master' of gitlab.com:inkscape/inkscapeAlexander Valavanis2019-01-015-56/+93
|\
| * Merge remote-tracking branch 'origin/attribute-lookup-map'Marc Jeanmougin2019-01-013-18/+38
| |\
| | * sp_attribute_lookup with std::mapThomas Holder2018-12-243-18/+38
| * | Merge branch 'items-to-intrusive-list' of gitlab.com:ollip/inkscapeMarc Jeanmougin2019-01-012-38/+55
| |\ \
| | * | Speed up de-selection by switching to more efficient intrusive list structureOlli Parviainen2018-12-262-38/+55
* | | | Move Preview to Inkscape namespaceAlexander Valavanis2019-01-0111-96/+133
* | | | C++ify EekPreviewAlexander Valavanis2019-01-016-639/+376
|/ / /