index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
extension
/
extension.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-10-19
Extensions: catch parameters and translatable values with empty name
Patrick Storz
1
-0
/
+5
2019-10-19
Extensions: Implement translationdomain functionality
Patrick Storz
1
-7
/
+122
2019-10-15
Extensions: Disable effects that failed to load
Patrick Storz
1
-7
/
+6
2019-10-15
Extensions: Do not even attempt to register incompatible extensions
Patrick Storz
1
-12
/
+10
2019-10-15
Extensions: Fix file test when checking dependencies by type
Patrick Storz
1
-2
/
+4
2019-10-14
Extensions: Switch .xslt file look-up to dependency logic as well
Patrick Storz
1
-1
/
+8
2019-10-14
Extensions: Improve logic to lookup script extensions
Patrick Storz
1
-7
/
+31
2019-09-26
Extensions: Fix filename encoding issues in error logging
Patrick Storz
1
-16
/
+24
2019-09-01
Add appearance="multiline" to parameters of type string
Patrick Storz
1
-1
/
+2
2019-08-31
Add base_directory for extensions loaded from a file.
Patrick Storz
1
-2
/
+7
2019-08-31
Remove completely unused "doc" and "node" parameters
Patrick Storz
1
-53
/
+27
2019-08-31
Re-implement get_param() locally using get_widgets()
Patrick Storz
1
-48
/
+45
2019-08-31
Make parameter string generation a job of Inkscape::Extension
Patrick Storz
1
-2
/
+19
2019-08-31
Optimize parameter string generation
Patrick Storz
1
-1
/
+1
2019-08-31
cleanup includes a bit
Patrick Storz
1
-0
/
+2
2019-08-31
Switch Inkscape::Extension to use InxWidgets instead of InxParameters
Patrick Storz
1
-39
/
+54
2019-08-31
Rename Parameter -> InxParameter for consistency
Patrick Storz
1
-20
/
+20
2019-08-31
Implement "translationdomain" attribute for extensions
Patrick Storz
1
-3
/
+36
2019-08-31
Properly handle extensions without id or name
Patrick Storz
1
-59
/
+58
2019-08-31
Refactor a lot of the parameter handling code
Patrick Storz
1
-152
/
+155
2019-08-31
Remove effectively unused "silent" option from extensions.
Patrick Storz
1
-15
/
+1
2019-08-31
Remove unused and disabled "help" feature for extensions
Patrick Storz
1
-28
/
+1
2019-08-31
Rename parameter source files to avoid name conflicts
Patrick Storz
1
-1
/
+1
2019-08-31
Move prefdialog to own directory
Patrick Storz
1
-1
/
+1
2019-06-16
Replace deprecated Gtk::Misc functions
Karl Cheng
1
-1
/
+2
2019-05-26
Rm unused code now Gtk+ >= 3.22 dependency is set
Alexander Valavanis
1
-4
/
+0
2019-04-02
Tidy various dialog UIs
Nathan Lee
1
-6
/
+10
2019-01-02
modernize loops
Marc Jeanmougin
1
-5
/
+5
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-10-01
Remove #include "config.h" wherever possible
Eduard Braun
1
-4
/
+0
2018-10-01
Use _WIN32 instead of WIN32
Eduard Braun
1
-1
/
+1
2018-06-19
Run clang-tidy’s modernize-redundant-void-arg pass.
Emmanuel Gil Peyrot
1
-16
/
+16
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-24
/
+24
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
1
-6
/
+6
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
1
-6
/
+6
2018-01-08
Misc. typos
luz.paz
1
-2
/
+2
2017-12-20
Make script warnings transient for "Working..." dialog
Eduard Braun
1
-0
/
+1
2017-11-07
Misc. typos
Unknown
1
-1
/
+1
2017-10-01
Removed all GSList occurences in .h files
Marc Jeanmougin
1
-17
/
+7
2017-07-02
Move directory scanners to new get_filenames(...) calls
Martin Owens
1
-1
/
+0
2017-06-28
Refactor profile directory use and promote IO::Resource get_path and get_file...
Martin Owens
1
-1
/
+2
2017-04-24
Extensions: Fixes and improvements for "gui-description" parameter attribute ...
Eduard Braun
1
-1
/
+1
2017-04-09
Some code refactoring for consistency
Eduard Braun
1
-3
/
+3
2017-02-26
Gtk+ 3 deprecation fixes
Alex Valavanis
1
-0
/
+4
2017-02-12
Extensions: Harmonize appearance and try to simplify layouting a bit
Eduard Braun
1
-2
/
+4
2017-02-12
Extensions: Make "indent" attribute a common attribute for all parameters tha...
Eduard Braun
1
-15
/
+17
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-1
/
+1
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-1
/
+1
2016-07-28
extensions: Drop GTKMM2 fallbacks
Alex Valavanis
1
-20
/
+2
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-1
/
+1
[next]