summaryrefslogtreecommitdiffstats
path: root/src/extension/error-file.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
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-5/+0
2018-06-19Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot1-3/+3
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-3/+3
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-3/+3
2017-11-07Misc. typosUnknown1-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 ```
2017-06-28Refactor profile directory use and promote IO::Resource get_path and ↵Martin Owens1-1/+2
get_filename methods
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-1/+1
(bzr r15034)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-1/+1
(bzr r15027)
2016-07-28extensions: Drop GTKMM2 fallbacksAlex Valavanis1-5/+1
(bzr r15023.2.5)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-1/+1
(bzr r15025)
2014-06-26Convert accidental member accesses into static function accessesLiam P. White1-1/+2
(bzr r13341.5.7)
2014-06-251. make it compileLiam P. White1-1/+1
(bzr r13341.5.1)
2014-03-24Patch for base constructor calls.Markus Engel1-1/+1
(bzr r13202)
2013-03-25Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis1-3/+2
Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243)
2013-03-08Drop deprecated get_vbox method in Gtk::DialogAlex Valavanis1-0/+4
(bzr r12181)
2012-04-28gtkmm-3.0 fixes for Gtk::Box and header inclusionsAlex Valavanis1-1/+1
(bzr r11304)
2009-02-21Move files from the src/dialogs/ directory to the places where they Krzysztof Kosi??ski1-1/+1
should be. Build libinkscape.a - should reduce link time. (bzr r7337)
2008-10-27From trunkTed Gould1-5/+8
(bzr r6885)
2006-06-28do some include changes more correctlyRalf Stephan1-3/+3
(bzr r1311)
2006-06-24one more of declarations to make glib-2.4 work with glibmm/i18n.hRalf Stephan1-1/+4
(bzr r1277)
2006-05-02r11463@tres: ted | 2006-04-19 08:28:18 -0700Ted Gould1-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)