summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/template-widget.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-08-31Templates: Improve translatability for "More info" dialogPatrick Storz1-19/+29
2019-08-31Templates: Remove unused "long_description" ("inkscape:_long" tag)Patrick Storz1-2/+0
Probably fine to bring back, but it needs proper documentation.
2019-01-02modernize loopsMarc Jeanmougin1-2/+2
2018-11-08Clarify licensesMax Gaukler1-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
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-4/+4
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-1/+1
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-1/+1
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-3/+3
A lot of header clean-up.
2017-07-06Gtkmm deprecation fixesAlexander Valavanis1-5/+3
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-6/+1
(bzr r15034)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+6
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-6/+0
(bzr r15025)
2016-03-11Improvements on the "new from template" dialogAdrian Boguszewski1-9/+17
-> 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)
2014-12-21Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White1-3/+3
(bzr r13820)
2014-10-09Apply cx, cy, etc. from template to newly created document window.Tavmjong Bah1-1/+5
(bzr r13586)
2014-10-09Apply cx, cy, etc. from template to newly created document window.Tavmjong Bah1-1/+5
(bzr r13341.1.264)
2014-07-22Fixed some logic errors; clang warnings.Markus Engel1-1/+1
(bzr r13460)
2014-03-30Added "Gtk::" scope to "manage" function calls.Markus Engel1-1/+1
(bzr r13236)
2014-01-19i18n. No need to translate strings with one single space.Nicolas Dufour1-1/+1
(bzr r12958)
2013-12-27Fix for bug #1236282 (add full keyboard navigation support for new templates ↵Nicolas Dufour1-1/+1
dialog). Fixed bugs: - https://launchpad.net/bugs/1236282 (bzr r12862)
2013-09-26cppcheck: performanceKris De Gussem1-1/+1
(bzr r12598)
2013-09-21Small style fixes.Slagvi Public1-5/+1
(bzr r12481.1.15)
2013-09-20Change paths storage to std::string.Slagvi Public1-2/+3
(bzr r12481.1.12)
2013-09-20Small style fixes.Slagvi Public1-4/+4
(bzr r12481.1.10)
2013-09-15Fix procedural templates "modified" status.Slagvi Public1-0/+1
(bzr r12481.1.7)
2013-09-15Fixed available undo after new template creation.Slagvi Public1-0/+4
(bzr r12481.1.6)
2013-09-04Creating documents from procedural templates added.Slagvi Public1-22/+37
(bzr r12481.1.2)
2013-08-15Fix Gtk+ 3 build failure and make checkAlex Valavanis1-4/+4
(bzr r12479)
2013-08-14Fix warning and hopefully fix build failures on LaunchpadKrzysztof Kosi??ski1-2/+0
(bzr r12478)
2013-08-13Cleanups before mergeSlagvi Public1-2/+2
(bzr r12379.2.21)
2013-08-06Adapted sp_file_new for use with templatesSlagvi Public1-1/+1
(bzr r12379.2.19)
2013-08-04Removing template data from XML tree addedSlagvi Public1-1/+1
(bzr r12379.2.18)
2013-07-27Template preview size fixedSlagvi Public1-2/+4
(bzr r12379.2.17)
2013-07-27New preview rendering option in New From TemplateSlagvi Public1-1/+12
(bzr r12379.2.16)
2013-07-27Templates related bug fixesSlagvi Public1-1/+1
(bzr r12379.2.15)
2013-07-24Templates gui fixesSlagvi Public1-9/+8
(bzr r12379.2.14)
2013-07-19Minor code fixesSlagvi Public1-13/+10
(bzr r12379.2.12)
2013-07-19New From Template ui rearrangementSlagvi Public1-0/+110
(bzr r12379.2.11)