index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
ui
/
dialog
/
template-load-tab.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-10-05
Fix some memory leaks found by scan-build
Marc Jeanmougin
1
-0
/
+1
2019-08-31
Templates: Translate metadata within extension contexts
Patrick Storz
1
-7
/
+18
2019-08-31
Templates: Accept non-underscored variants of "inkscape:templateinfo"
Patrick Storz
1
-12
/
+25
2019-08-31
Templates: Remove unused "long_description" ("inkscape:_long" tag)
Patrick Storz
1
-4
/
+1
2019-02-12
Header cleanup.
Tavmjong Bah
1
-1
/
+0
2019-01-02
modernize loops
Marc Jeanmougin
1
-14
/
+14
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-06-18
Run clang-tidy’s modernize-use-equals-default pass.
Emmanuel Gil Peyrot
1
-2
/
+1
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-9
/
+9
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
1
-3
/
+3
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
1
-3
/
+3
2017-07-31
fixes the exclusion list for localized templates
Marc Jeanmougin
1
-1
/
+1
2017-07-02
Move directory scanners to new get_filenames(...) calls
Martin Owens
1
-53
/
+34
2017-06-28
Refactor profile directory use and promote IO::Resource get_path and get_file...
Martin Owens
1
-9
/
+8
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-11
/
+3
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-0
/
+11
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-11
/
+0
2016-03-11
Improvements on the "new from template" dialog
Adrian Boguszewski
1
-8
/
+30
2014-10-05
Move obvious ui component to ui/
Liam P. White
1
-1
/
+1
2014-06-26
Convert accidental member accesses into static function accesses
Liam P. White
1
-1
/
+1
2014-06-25
1. make it compile
Liam P. White
1
-1
/
+1
2014-03-30
Added "Gtk::" scope to "manage" function calls.
Markus Engel
1
-3
/
+3
2014-01-20
cppcheck stuff
Kris De Gussem
1
-5
/
+2
2014-01-15
i18n. New from Template entries now translatable (see Bug #383844). POT file ...
Nicolas Dufour
1
-5
/
+5
2014-01-15
Fix for Bug #1236282 (add full keyboard navigation support for new templates ...
Nicolas Dufour
1
-3
/
+4
2013-12-27
Fix for bug #1236282 (add full keyboard navigation support for new templates ...
Nicolas Dufour
1
-2
/
+8
2013-09-21
Small style fixes.
Slagvi Public
1
-4
/
+4
2013-09-21
Fix templates parameters names.
Slagvi Public
1
-1
/
+1
2013-09-20
Change paths storage to std::string.
Slagvi Public
1
-3
/
+3
2013-09-18
Fix "default_*" template names treatment.
Slagvi Public
1
-1
/
+1
2013-09-15
Removed search templates case sensitivity
Slagvi Public
1
-9
/
+8
2013-09-04
Creating documents from procedural templates added.
Slagvi Public
1
-0
/
+2
2013-08-24
Add listing procedural templates in NewFromTemplate dialog.
Slagvi Public
1
-32
/
+68
2013-08-15
Fix Gtk+ 3 build failure and make check
Alex Valavanis
1
-1
/
+2
2013-08-14
Fix warning and hopefully fix build failures on Launchpad
Krzysztof Kosi??ski
1
-1
/
+4
2013-08-13
Cleanups before merge
Slagvi Public
1
-2
/
+1
2013-08-10
Existing templates metadata added. Small keywords processing fix.
Slagvi Public
1
-0
/
+5
2013-07-27
New preview rendering option in New From Template
Slagvi Public
1
-0
/
+1
2013-07-27
Templates related bug fixes
Slagvi Public
1
-1
/
+9
2013-07-24
Templates gui fixes
Slagvi Public
1
-8
/
+6
2013-07-24
Old templates support removed
Slagvi Public
1
-1
/
+1
2013-07-19
Minor code fixes
Slagvi Public
1
-20
/
+6
2013-07-19
New From Template ui rearrangement
Slagvi Public
1
-31
/
+17
2013-07-17
Searching by words in descriptions, titles etc. Translation support improved
Slagvi Public
1
-13
/
+51
2013-07-12
Template info loading + searching by keywords added.
Slagvi Public
1
-10
/
+98
2013-07-08
Coding style improvements and display bug fixes
Slagvi Public
1
-39
/
+52
2013-07-04
Added loading templates into NewFromTemplate dialog.
Slagvi Public
1
-5
/
+52
2013-07-03
Templates menu item fixed
Slagvi Public
1
-3
/
+4
2013-07-02
Adding NewFromTemplate to the Inkscape menu
Slagvi Public
1
-0
/
+0
2013-06-27
Coding style fixes
Slagvi Public
1
-24
/
+24
[next]