summaryrefslogtreecommitdiffstats
path: root/src/help.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-08-28Unify translatable inkscape.org links and add translation commentsGyuris Gellért1-1/+3
2019-03-15Make InkscapeApplication responsible for managing documents and windows.Tavmjong Bah1-2/+5
Any change from previous behavior is a bug.
2019-02-17Move logic to build localized filenames into io/ressource.cppPatrick Storz1-5/+2
Now all that's needed to prefer a localized version of the file (if available) is a Boolean.
2019-02-16Tutorials: Improve logic for loading localized versionsPatrick Storz1-6/+14
There's no need to translate every filename, just translate the language code. Also use Inkscape::IO::Resource::get_filename to ensure we fall-back to Englishstutorials should the localized versions not be available.
2019-02-16Show helpful message if tutorials are not installedMax Gaukler1-1/+10
Fixes https://bugs.launchpad.net/ubuntu/+source/inkscape/+bug/1803021 (for 1.0-alpha)
2018-11-08Clarify licensesMax Gaukler1-1/+2
- add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-4/+0
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-1/+1
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2014-08-18Fix build (not pretty).Liam P. White1-1/+5
(bzr r13341.1.146)
2014-08-18Code cleanup.Liam P. White1-14/+7
(bzr r13341.1.145)
2013-08-04Removing template data from XML tree addedSlagvi Public1-1/+1
(bzr r12379.2.18)
2012-02-15Move gtkmm headers that internally re-enable deprecated gtk symbols to top. ↵Alex Valavanis1-2/+2
Hides many GTK deprecation errors that we can't fix in Inkscape (bzr r10982)
2007-09-28remove the disabled old svg-keys-chart verbbulia byak1-9/+0
(bzr r3813)