| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix some memory leaks found by scan-build | Marc Jeanmougin | 2019-10-05 | 1 | -0/+1 |
| | | |||||
| * | Templates: Translate metadata within extension contexts | Patrick Storz | 2019-08-31 | 1 | -7/+18 |
| | | | | | (i.e. implement "translationdomain" for procedural templates) | ||||
| * | Templates: Accept non-underscored variants of "inkscape:templateinfo" | Patrick Storz | 2019-08-31 | 1 | -12/+25 |
| | | |||||
| * | Templates: Remove unused "long_description" ("inkscape:_long" tag) | Patrick Storz | 2019-08-31 | 1 | -4/+1 |
| | | | | | Probably fine to bring back, but it needs proper documentation. | ||||
| * | Header cleanup. | Tavmjong Bah | 2019-02-12 | 1 | -1/+0 |
| | | |||||
| * | modernize loops | Marc Jeanmougin | 2019-01-02 | 1 | -14/+14 |
| | | |||||
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 1 | -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 | ||||
| * | Run clang-tidy’s modernize-use-equals-default pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -2/+1 |
| | | | | | | This replaces empty constructors and destructors with the default keyword. | ||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -9/+9 |
| | | | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | ||||
| * | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 2018-05-04 | 1 | -3/+3 |
| | | | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | ||||
| * | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 2018-04-29 | 1 | -3/+3 |
| | | |||||
| * | fixes the exclusion list for localized templates | Marc Jeanmougin | 2017-07-31 | 1 | -1/+1 |
| | | |||||
| * | Move directory scanners to new get_filenames(...) calls | Martin Owens | 2017-07-02 | 1 | -53/+34 |
| | | |||||
| * | Refactor profile directory use and promote IO::Resource get_path and ↵ | Martin Owens | 2017-06-28 | 1 | -9/+8 |
| | | | | | get_filename methods | ||||
| * | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 2016-08-03 | 1 | -11/+3 |
| | | | | (bzr r15034) | ||||
| * | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 2016-07-28 | 1 | -0/+11 |
| | | | | (bzr r15027) | ||||
| * | Removed unused includes, decrease compilation time | Adrian Boguszewski | 2016-07-28 | 1 | -11/+0 |
| | | | | (bzr r15025) | ||||
| * | Improvements on the "new from template" dialog | Adrian Boguszewski | 2016-03-11 | 1 | -8/+30 |
| | | | | | | | | | | | | -> 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) | ||||
| * | Update to experimental r13598 | Liam P. White | 2014-10-08 | 1 | -1/+1 |
| |\ | | | | | (bzr r13341.5.17) | ||||
| | * | Move obvious ui component to ui/ | Liam P. White | 2014-10-05 | 1 | -1/+1 |
| | | | | | | | (bzr r13341.1.247) | ||||
| * | | Convert accidental member accesses into static function accesses | Liam P. White | 2014-06-26 | 1 | -1/+1 |
| | | | | | | | (bzr r13341.5.7) | ||||
| * | | 1. make it compile | Liam P. White | 2014-06-25 | 1 | -1/+1 |
| |/ | | | (bzr r13341.5.1) | ||||
| * | Added "Gtk::" scope to "manage" function calls. | Markus Engel | 2014-03-30 | 1 | -3/+3 |
| | | | | (bzr r13236) | ||||
| * | cppcheck stuff | Kris De Gussem | 2014-01-20 | 1 | -5/+2 |
| | | | | (bzr r12963) | ||||
| * | i18n. New from Template entries now translatable (see Bug #383844). POT file ↵ | Nicolas Dufour | 2014-01-15 | 1 | -5/+5 |
| | | | | | | | | | and French translation updated. Fixed bugs: - https://launchpad.net/bugs/383844 (bzr r12937) | ||||
| * | Fix for Bug #1236282 (add full keyboard navigation support for new templates ↵ | Nicolas Dufour | 2014-01-15 | 1 | -3/+4 |
| | | | | | | | | | dialog). Fixed bugs: - https://launchpad.net/bugs/1236282 (bzr r12934) | ||||
| * | Fix for bug #1236282 (add full keyboard navigation support for new templates ↵ | Nicolas Dufour | 2013-12-27 | 1 | -2/+8 |
| | | | | | | | | | dialog). Fixed bugs: - https://launchpad.net/bugs/1236282 (bzr r12862) | ||||
| * | Small style fixes. | Slagvi Public | 2013-09-21 | 1 | -4/+4 |
| | | | | (bzr r12481.1.15) | ||||
| * | Fix templates parameters names. | Slagvi Public | 2013-09-21 | 1 | -1/+1 |
| | | | | (bzr r12481.1.13) | ||||
| * | Change paths storage to std::string. | Slagvi Public | 2013-09-20 | 1 | -3/+3 |
| | | | | (bzr r12481.1.12) | ||||
| * | Fix "default_*" template names treatment. | Slagvi Public | 2013-09-18 | 1 | -1/+1 |
| | | | | (bzr r12481.1.8) | ||||
| * | Removed search templates case sensitivity | Slagvi Public | 2013-09-15 | 1 | -9/+8 |
| | | | | (bzr r12481.1.4) | ||||
| * | Creating documents from procedural templates added. | Slagvi Public | 2013-09-04 | 1 | -0/+2 |
| | | | | (bzr r12481.1.2) | ||||
| * | Add listing procedural templates in NewFromTemplate dialog. | Slagvi Public | 2013-08-24 | 1 | -32/+68 |
| | | | | (bzr r12481.1.1) | ||||
| * | Fix Gtk+ 3 build failure and make check | Alex Valavanis | 2013-08-15 | 1 | -1/+2 |
| | | | | (bzr r12479) | ||||
| * | Fix warning and hopefully fix build failures on Launchpad | Krzysztof Kosi??ski | 2013-08-14 | 1 | -1/+4 |
| | | | | (bzr r12478) | ||||
| * | Cleanups before merge | Slagvi Public | 2013-08-13 | 1 | -2/+1 |
| | | | | (bzr r12379.2.21) | ||||
| * | Existing templates metadata added. Small keywords processing fix. | Slagvi Public | 2013-08-10 | 1 | -0/+5 |
| | | | | (bzr r12379.2.20) | ||||
| * | New preview rendering option in New From Template | Slagvi Public | 2013-07-27 | 1 | -0/+1 |
| | | | | (bzr r12379.2.16) | ||||
| * | Templates related bug fixes | Slagvi Public | 2013-07-27 | 1 | -1/+9 |
| | | | | (bzr r12379.2.15) | ||||
| * | Templates gui fixes | Slagvi Public | 2013-07-24 | 1 | -8/+6 |
| | | | | (bzr r12379.2.14) | ||||
| * | Old templates support removed | Slagvi Public | 2013-07-24 | 1 | -1/+1 |
| | | | | (bzr r12379.2.13) | ||||
| * | Minor code fixes | Slagvi Public | 2013-07-19 | 1 | -20/+6 |
| | | | | (bzr r12379.2.12) | ||||
| * | New From Template ui rearrangement | Slagvi Public | 2013-07-19 | 1 | -31/+17 |
| | | | | (bzr r12379.2.11) | ||||
| * | Searching by words in descriptions, titles etc. Translation support improved | Slagvi Public | 2013-07-17 | 1 | -13/+51 |
| | | | | (bzr r12379.2.10) | ||||
| * | Template info loading + searching by keywords added. | Slagvi Public | 2013-07-12 | 1 | -10/+98 |
| | | | | (bzr r12379.2.9) | ||||
| * | Coding style improvements and display bug fixes | Slagvi Public | 2013-07-08 | 1 | -39/+52 |
| | | | | (bzr r12379.2.8) | ||||
| * | Added loading templates into NewFromTemplate dialog. | Slagvi Public | 2013-07-04 | 1 | -5/+52 |
| | | | | (bzr r12379.2.7) | ||||
| * | Templates menu item fixed | Slagvi Public | 2013-07-03 | 1 | -3/+4 |
| | | | | (bzr r12379.2.6) | ||||
| * | Adding NewFromTemplate to the Inkscape menu | Slagvi Public | 2013-07-02 | 1 | -0/+107 |
| (bzr r12379.2.5) | |||||
