summaryrefslogtreecommitdiffstats
path: root/src/help.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Unify translatable inkscape.org links and add translation commentsGyuris Gellért2019-08-281-1/+3
|
* Make InkscapeApplication responsible for managing documents and windows.Tavmjong Bah2019-03-151-2/+5
| | | | Any change from previous behavior is a bug.
* Move logic to build localized filenames into io/ressource.cppPatrick Storz2019-02-171-5/+2
| | | | | Now all that's needed to prefer a localized version of the file (if available) is a Boolean.
* Tutorials: Improve logic for loading localized versionsPatrick Storz2019-02-161-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.
* Show helpful message if tutorials are not installedMax Gaukler2019-02-161-1/+10
| | | | Fixes https://bugs.launchpad.net/ubuntu/+source/inkscape/+bug/1803021 (for 1.0-alpha)
* Clarify licensesMax Gaukler2018-11-081-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
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-4/+0
|
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Fix build (not pretty).Liam P. White2014-08-181-1/+5
| | | (bzr r13341.1.146)
* Code cleanup.Liam P. White2014-08-181-14/+7
| | | (bzr r13341.1.145)
* Move gtkmm headers that internally re-enable deprecated gtk symbols to top. ↵Alex Valavanis2012-02-151-2/+2
| | | | | Hides many GTK deprecation errors that we can't fix in Inkscape (bzr r10982)
* remove the disabled old svg-keys-chart verbbulia byak2007-09-281-9/+0
| | | (bzr r3813)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+59
(bzr r1)