summaryrefslogtreecommitdiffstats
path: root/src/extension/error-file.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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-5/+0
|
* Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot2018-06-191-3/+3
|
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-3/+3
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-3/+3
|
* Misc. typosUnknown2017-11-071-2/+2
| | | | | | | | | | | | Found using `codespell -q 3 -w --skip="*.svg,*.po,*.ts,./share/tutorials,./src/libavoid,./packaging/win32/languages,./man,./src/2geom" -I ../inkscape-whitelist.txt` whereby whitelist file contained: ``` dum iff glight substract te upto ```
* Refactor profile directory use and promote IO::Resource get_path and ↵Martin Owens2017-06-281-1/+2
| | | | get_filename methods
* End GTK+ 2 support and remove GDL forkAlex Valavanis2016-08-041-5/+1
|\ | | | | (bzr r15038)
| * extensions: Drop GTKMM2 fallbacksAlex Valavanis2016-07-281-5/+1
| | | | | | (bzr r15023.2.5)
* | Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-1/+1
| | | | | | (bzr r15034)
* | Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-1/+1
| | | | | | (bzr r15027)
* | Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-1/+1
|/ | | (bzr r15025)
* Convert accidental member accesses into static function accessesLiam P. White2014-06-261-1/+2
| | | (bzr r13341.5.7)
* 1. make it compileLiam P. White2014-06-251-1/+1
| | | (bzr r13341.5.1)
* Patch for base constructor calls.Markus Engel2014-03-241-1/+1
| | | (bzr r13202)
* Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis2013-03-251-3/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243)
* Drop deprecated get_vbox method in Gtk::DialogAlex Valavanis2013-03-081-0/+4
| | | (bzr r12181)
* gtkmm-3.0 fixes for Gtk::Box and header inclusionsAlex Valavanis2012-04-281-1/+1
| | | (bzr r11304)
* Move files from the src/dialogs/ directory to the places where they Krzysztof Kosi??ski2009-02-211-1/+1
| | | | | should be. Build libinkscape.a - should reduce link time. (bzr r7337)
* From trunkTed Gould2008-10-271-5/+8
| | | (bzr r6885)
* do some include changes more correctlyRalf Stephan2006-06-281-3/+3
| | | (bzr r1311)
* one more of declarations to make glib-2.4 work with glibmm/i18n.hRalf Stephan2006-06-241-1/+4
| | | (bzr r1277)
* r11463@tres: ted | 2006-04-19 08:28:18 -0700Ted Gould2006-05-021-2/+1
| | | | | | | Making GTK+ manage all the memory that I thought it was already doing before. Now new GTK+ objects that aren't internally referenced are surrounded by Gtk::manage() (bzr r671)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+109
(bzr r1)