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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-08-31
InxParameter::string(): remove useless overrides
Patrick Storz
8
-26
/
+7
2019-08-31
More cleanup
Patrick Storz
15
-68
/
+83
2019-08-31
cleanup includes a bit
Patrick Storz
8
-24
/
+50
2019-08-31
Switch Inkscape::Extension to use InxWidgets instead of InxParameters
Patrick Storz
8
-60
/
+106
2019-08-31
Translatable enum can be protected
Patrick Storz
1
-5
/
+4
2019-08-31
Add WidgetLabel replacing the former ParamDescription
Patrick Storz
5
-22
/
+64
2019-08-31
Rename Parameter -> InxParameter for consistency
Patrick Storz
22
-91
/
+90
2019-08-31
Create new InxWidget base class for extension widgets.
Patrick Storz
14
-135
/
+259
2019-08-31
Implement "translationdomain" attribute for extensions
Patrick Storz
9
-56
/
+116
2019-08-31
Remove unused "nopref" variant of effects
Patrick Storz
2
-10
/
+0
2019-08-31
Properly handle extensions without id or name
Patrick Storz
3
-101
/
+113
2019-08-31
Derive optiongroup options from Parameter
Patrick Storz
2
-46
/
+52
2019-08-31
cleanup includes in parameters
Patrick Storz
6
-24
/
+23
2019-08-31
Add function to get proper translation within context of Parameter
Patrick Storz
7
-34
/
+33
2019-08-31
Parameter: remove unused constructors
Patrick Storz
2
-56
/
+0
2019-08-31
Refactor a lot of the parameter handling code
Patrick Storz
49
-1947
/
+1364
2019-08-31
Move error classes to Parameter where they belong
Patrick Storz
3
-25
/
+27
2019-08-31
Use proper boolean values
Patrick Storz
3
-3
/
+3
2019-08-31
Remove effectively unused "silent" option from extensions.
Patrick Storz
3
-27
/
+9
2019-08-31
Remove unused and disabled "help" feature for extensions
Patrick Storz
8
-75
/
+6
2019-08-31
Remove unused define ESCAPE_DOLLAR_COMMANDLINE
Patrick Storz
2
-8
/
+0
2019-08-31
Rename parameter source files to avoid name conflicts
Patrick Storz
23
-42
/
+55
2019-08-31
Remove unused functions
Patrick Storz
2
-51
/
+0
2019-08-31
Move prefdialog to own directory
Patrick Storz
28
-39
/
+42
2019-08-31
Only register desktop on Dbus once
Nathan Lee
1
-6
/
+12
2019-08-23
Eliminate clang warnings
Thomas Holder
1
-3
/
+3
2019-08-23
Eliminate clang warnings
Thomas Holder
3
-2
/
+4
2019-07-11
fix #325 LaTeX export broken
Thomas Holder
1
-13
/
+2
2019-07-10
Move reproducible-builds hack out of CairoRenderContext
Patrick Storz
2
-45
/
+15
2019-07-10
cairo-renderer: set metadata in output
Patrick Storz
4
-35
/
+139
2019-07-10
cairo-renderer: fix comment
Patrick Storz
1
-1
/
+1
2019-07-10
cairo-renderer: / cairo-render-context: whitespace fixes
Patrick Storz
4
-23
/
+21
2019-07-04
Fix link export code
Marc Jeanmougin
2
-6
/
+10
2019-07-03
Export links to pdf. Fixes https://gitlab.com/inkscape/inbox/issues/583
Marc Jeanmougin
3
-6
/
+45
2019-07-01
Fix various minor typos
Yuri Chornoivan
13
-14
/
+14
2019-06-28
hatch.js
Valentin Ionita
7
-8
/
+12390
2019-06-26
mesh.js update
Valentin Ionita
4
-821
/
+1163
2019-06-20
Ensure arena is released when the WMF failes to save
James Collier
1
-0
/
+3
2019-06-20
Display an error dialog when image is too large for WMF
James Collier
1
-14
/
+27
2019-06-20
Fix typo mentioned in #44
James Collier
1
-1
/
+1
2019-06-16
Replace deprecated Gtk::Misc functions
Karl Cheng
1
-1
/
+2
2019-06-16
Remove leftover GTK/gtkmm >= 3.16 check
Karl Cheng
1
-4
/
+0
2019-06-12
Refactoring: replace funcs with methods.
Shlomi Fish
1
-2
/
+2
2019-05-29
Rename effect attribute to "implements-custom-gui"
Sergei Izmailov
1
-1
/
+1
2019-05-29
Fix indentation
Sergei Izmailov
1
-3
/
+3
2019-05-29
Rename "suppress-working-dialog" effect attribute to "application"
Sergei Izmailov
1
-1
/
+1
2019-05-29
feature: Allow effect extensions to disable working dialog
Sergei Izmailov
1
-1
/
+4
2019-05-28
Fix formatting
Sergei Izmailov
1
-9
/
+11
2019-05-28
Fix segfault for bad `--pdf-page` argument values
Sergei Izmailov
1
-0
/
+17
2019-05-26
Rm unused code now Gtk+ >= 3.22 dependency is set
Alexander Valavanis
3
-35
/
+0
[prev]
[next]