summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/template-load-tab.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix some memory leaks found by scan-buildMarc Jeanmougin2019-10-051-0/+1
* Templates: Translate metadata within extension contextsPatrick Storz2019-08-311-7/+18
* Templates: Accept non-underscored variants of "inkscape:templateinfo"Patrick Storz2019-08-311-12/+25
* Templates: Remove unused "long_description" ("inkscape:_long" tag)Patrick Storz2019-08-311-4/+1
* Header cleanup.Tavmjong Bah2019-02-121-1/+0
* modernize loopsMarc Jeanmougin2019-01-021-14/+14
* Clarify licensesMax Gaukler2018-11-081-1/+2
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-181-2/+1
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-9/+9
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-3/+3
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-3/+3
* fixes the exclusion list for localized templatesMarc Jeanmougin2017-07-311-1/+1
* Move directory scanners to new get_filenames(...) callsMartin Owens2017-07-021-53/+34
* Refactor profile directory use and promote IO::Resource get_path and get_file...Martin Owens2017-06-281-9/+8
* Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-11/+3
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+11
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-11/+0
* Improvements on the "new from template" dialogAdrian Boguszewski2016-03-111-8/+30
* Update to experimental r13598Liam P. White2014-10-081-1/+1
|\
| * Move obvious ui component to ui/Liam P. White2014-10-051-1/+1
* | Convert accidental member accesses into static function accessesLiam P. White2014-06-261-1/+1
* | 1. make it compileLiam P. White2014-06-251-1/+1
|/
* Added "Gtk::" scope to "manage" function calls.Markus Engel2014-03-301-3/+3
* cppcheck stuffKris De Gussem2014-01-201-5/+2
* i18n. New from Template entries now translatable (see Bug #383844). POT file ...Nicolas Dufour2014-01-151-5/+5
* Fix for Bug #1236282 (add full keyboard navigation support for new templates ...Nicolas Dufour2014-01-151-3/+4
* Fix for bug #1236282 (add full keyboard navigation support for new templates ...Nicolas Dufour2013-12-271-2/+8
* Small style fixes.Slagvi Public2013-09-211-4/+4
* Fix templates parameters names.Slagvi Public2013-09-211-1/+1
* Change paths storage to std::string.Slagvi Public2013-09-201-3/+3
* Fix "default_*" template names treatment.Slagvi Public2013-09-181-1/+1
* Removed search templates case sensitivitySlagvi Public2013-09-151-9/+8
* Creating documents from procedural templates added.Slagvi Public2013-09-041-0/+2
* Add listing procedural templates in NewFromTemplate dialog.Slagvi Public2013-08-241-32/+68
* Fix Gtk+ 3 build failure and make checkAlex Valavanis2013-08-151-1/+2
* Fix warning and hopefully fix build failures on LaunchpadKrzysztof Kosi??ski2013-08-141-1/+4
* Cleanups before mergeSlagvi Public2013-08-131-2/+1
* Existing templates metadata added. Small keywords processing fix.Slagvi Public2013-08-101-0/+5
* New preview rendering option in New From TemplateSlagvi Public2013-07-271-0/+1
* Templates related bug fixesSlagvi Public2013-07-271-1/+9
* Templates gui fixesSlagvi Public2013-07-241-8/+6
* Old templates support removedSlagvi Public2013-07-241-1/+1
* Minor code fixesSlagvi Public2013-07-191-20/+6
* New From Template ui rearrangementSlagvi Public2013-07-191-31/+17
* Searching by words in descriptions, titles etc. Translation support improvedSlagvi Public2013-07-171-13/+51
* Template info loading + searching by keywords added.Slagvi Public2013-07-121-10/+98
* Coding style improvements and display bug fixesSlagvi Public2013-07-081-39/+52
* Added loading templates into NewFromTemplate dialog.Slagvi Public2013-07-041-5/+52
* Templates menu item fixedSlagvi Public2013-07-031-3/+4
* Adding NewFromTemplate to the Inkscape menuSlagvi Public2013-07-021-0/+107