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