summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/new-from-template.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rm unused code now Gtk+ >= 3.22 dependency is setAlexander Valavanis2019-05-261-5/+0
|
* Clarify licensesMax Gaukler2018-11-081-2/+3
| | | | | | - 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
|
* Move GTKMM_CHECK_VERSION from config.h to it's own headerEduard Braun2018-10-011-0/+2
| | | | | Avoids having to recompile most of the Inkscape codebase whenever gtkmm is updated.
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-1/+1
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-1/+1
|
* Use a macro for GtkMM version checksAlexander Valavanis2017-12-251-1/+1
|
* Gtkmm deprecation fixesAlexander Valavanis2017-07-061-8/+8
|
* End GTK+ 2 support and remove GDL forkAlex Valavanis2016-08-041-8/+0
|\ | | | | (bzr r15038)
| * Drop remaining GTKMM 2 fallback supportAlex Valavanis2016-07-281-8/+0
| | | | | | (bzr r15023.2.7)
* | Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-2/+1
| | | | | | (bzr r15034)
* | Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-1/+2
| | | | | | (bzr r15027)
* | Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-2/+1
|/ | | (bzr r15025)
* Improvements on the "new from template" dialogAdrian Boguszewski2016-03-111-3/+15
| | | | | | | | | | | -> greyed buttons when no dialogs selected (bug 1363450) -> selected template deselects when filtered out -> filtering down to 1 template selects it -> selected template keeps looking selected when filtered Fixed bugs: - https://launchpad.net/bugs/1363450 (bzr r14698)
* Fix Gtk+ 2 buildAlex Valavanis2014-08-241-1/+14
| | | (bzr r13341.1.171)
* Fix deprecated VBox useAlex Valavanis2014-08-231-2/+2
| | | (bzr r13341.1.165)
* Added "Gtk::" scope to "manage" function calls.Markus Engel2014-03-301-1/+1
| | | (bzr r13236)
* Fix for Bug #1236282 (add full keyboard navigation support for new templates ↵Nicolas Dufour2014-01-151-2/+5
| | | | | | | | dialog). Fixed bugs: - https://launchpad.net/bugs/1236282 (bzr r12934)
* Fix for bug #1236282 (add full keyboard navigation support for new templates ↵Nicolas Dufour2013-12-271-1/+1
| | | | | | | | dialog). Fixed bugs: - https://launchpad.net/bugs/1236282 (bzr r12862)
* Templates gui fixesSlagvi Public2013-07-241-1/+2
| | | (bzr r12379.2.14)
* Minor code fixesSlagvi Public2013-07-191-4/+5
| | | (bzr r12379.2.12)
* New From Template ui rearrangementSlagvi Public2013-07-191-8/+2
| | | (bzr r12379.2.11)
* Coding style improvements and display bug fixesSlagvi Public2013-07-081-2/+13
| | | (bzr r12379.2.8)
* Added loading templates into NewFromTemplate dialog.Slagvi Public2013-07-041-1/+11
| | | (bzr r12379.2.7)
* Adding NewFromTemplate to the Inkscape menuSlagvi Public2013-07-021-0/+42
(bzr r12379.2.5)