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
/
prefdialog
/
prefdialog.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-09-01
Update internal extensions for latest .inx format changes
Patrick Storz
1
-1
/
+1
2019-08-31
Remove completely unused "doc" and "node" parameters
Patrick Storz
1
-2
/
+2
2019-08-31
Rename Parameter -> InxParameter for consistency
Patrick Storz
1
-1
/
+1
2019-08-31
Create new InxWidget base class for extension widgets.
Patrick Storz
1
-2
/
+2
2019-08-31
Implement "translationdomain" attribute for extensions
Patrick Storz
1
-2
/
+2
2019-08-31
Refactor a lot of the parameter handling code
Patrick Storz
1
-2
/
+2
2019-08-31
Remove unused and disabled "help" feature for extensions
Patrick Storz
1
-35
/
+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
-4
/
+5
2019-03-05
Revert modal fix to fix #108
Martin Owens
1
-2
/
+2
2019-01-24
Modal should not be active for live-preview (reverse modal)
Martin Owens
1
-2
/
+2
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-06-25
Fix for bug 1777530 on master
Jabier Arraiza
1
-0
/
+1
2018-06-19
Run clang-tidy’s modernize-redundant-void-arg pass.
Emmanuel Gil Peyrot
1
-3
/
+3
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-35
/
+35
2018-06-06
Fixes to extension system and simplify the code
Jabiertxo Arraiza Cenoz
1
-26
/
+3
2018-05-09
Apply fixed
Jabier Arraiza
1
-1
/
+32
2018-05-09
Reset old code to reaply fixed
Jabier Arraiza
1
-32
/
+1
2018-05-09
Add patch to branch https://inkscape.org/en/paste/10993/
Jabier Arraiza
1
-0
/
+5
2018-05-09
Start migrating 0.92 patch to master
Jabier Arraiza
1
-1
/
+27
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
1
-2
/
+2
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
1
-2
/
+2
2017-12-20
Make script warnings transient for "Working..." dialog
Eduard Braun
1
-0
/
+4
2017-04-09
Remove unused field "scope"
Eduard Braun
1
-1
/
+1
2017-02-13
Extensions: Work around gtk3 width/height calculation bug for long labels
Eduard Braun
1
-0
/
+2
2017-02-12
Extensions: Harmonize appearance and try to simplify layouting a bit
Eduard Braun
1
-6
/
+6
2016-12-27
Rm remaining Gtk::Stock usage
Alex Valavanis
1
-1
/
+0
2016-12-26
Fix Gtkmm deprecations in extensions
Alex Valavanis
1
-5
/
+2
2016-07-28
extensions: Drop GTKMM2 fallbacks
Alex Valavanis
1
-26
/
+1
2016-06-11
Extensions: Use underscored variants of parameters / attribute names in inter...
Eduard Braun
1
-1
/
+1
2014-09-27
Update to experimental r13565
Liam P. White
1
-1
/
+1
2014-09-14
Always check result of sp_repr_read_mem for NULL
Bryce Harrington
1
-0
/
+4
2014-09-07
Update to experimental r13543
Liam P. White
1
-1
/
+1
2014-09-02
Remove misleading dialogs directory
Liam P. White
1
-1
/
+1
2014-06-18
Extensions. Fix for Bug #433860 (Live preview doesn't work after updating the...
Nicolas Dufour
1
-0
/
+3
2014-03-24
Patch for base constructor calls.
Markus Engel
1
-2
/
+2
2013-03-08
Drop deprecated get_vbox method in Gtk::Dialog
Alex Valavanis
1
-0
/
+15
2012-12-16
GTK+ 3: Use orientable widgets
Alex Valavanis
1
-0
/
+5
2012-10-13
GTK+ 3: Fix crash with live-preview checkbox in extensions dialog
Alex Valavanis
1
-6
/
+4
2012-09-10
Fix for 649441 : Extension dialogs without live preview should not be modal
John Smith
1
-0
/
+5
2012-05-06
A couple of simple Gtk3 fixes
Alex Valavanis
1
-0
/
+8
2012-04-28
gtkmm-3.0 fixes for Gtk::Box and header inclusions
Alex Valavanis
1
-1
/
+1
2012-02-26
header cleaning
Alex Valavanis
1
-1
/
+3
2008-09-16
Refactored preferences handling into a new version of
Krzysztof Kosi??ski
1
-1
/
+0
2008-07-12
copyedit
bulia byak
1
-1
/
+1
2008-04-18
allow inx to suppress live preview checkbox
bulia byak
1
-1
/
+1
2008-03-03
r18238@shi: ted | 2008-03-01 14:46:00 -0800
Ted Gould
1
-2
/
+2
2008-03-03
r18237@shi: ted | 2008-03-01 14:41:25 -0800
Ted Gould
1
-4
/
+1
2008-02-29
r18223@shi: ted | 2008-02-29 14:22:41 -0800
Ted Gould
1
-2
/
+7
2008-02-29
r18220@shi: ted | 2008-02-29 13:18:55 -0800
Ted Gould
1
-41
/
+85
[next]