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
/
param
/
notebook.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-08-31
Rename parameter source files to avoid name conflicts
Patrick Storz
1
-413
/
+0
2019-08-31
Move prefdialog to own directory
Patrick Storz
1
-0
/
+0
2019-05-26
Rm unused code now Gtk+ >= 3.22 dependency is set
Alexander Valavanis
1
-4
/
+0
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-10-22
Remove 'document-private.h' where not needed plus some other header cleanup.
Tavmjong Bah
1
-1
/
+0
2018-10-01
Remove #include "config.h" wherever possible
Eduard Braun
1
-4
/
+0
2018-06-19
Run clang-tidy’s modernize-redundant-void-arg pass.
Emmanuel Gil Peyrot
1
-2
/
+2
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-21
/
+21
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
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-1
/
+0
2017-10-01
Removed all GSList occurences in .h files
Marc Jeanmougin
1
-84
/
+41
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
-31
/
+31
2017-04-09
Remove unused field "scope"
Eduard Braun
1
-19
/
+3
2017-04-09
Remove unused field "gui_tip"
Eduard Braun
1
-10
/
+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
-3
/
+4
2017-02-12
Extensions: Make "indent" attribute a common attribute for all parameters tha...
Eduard Braun
1
-7
/
+32
2016-07-28
extensions: Drop GTKMM2 fallbacks
Alex Valavanis
1
-8
/
+0
2015-04-27
Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ensur...
Alex Valavanis
1
-4
/
+0
2014-05-22
i18n. Fix for Bug #1318339 (Tooltips in extensions page elements are not tran...
Nicolas Dufour
1
-1
/
+1
2013-06-06
Added configure/ifdef guards to only bring in the needed #include if glibmm h...
Jon A. Cruz
1
-0
/
+2
2013-06-04
Correct to compile against recent gtkmm, including updated macports versions....
Jon A. Cruz
1
-0
/
+1
2012-12-16
Extensions. Fix for Bug #1089814 (INX: hidden parameter inside a notebook pag...
Nicolas Dufour
1
-8
/
+10
2012-05-22
Drop deprecated GtkNotebookPage usage
Alex Valavanis
1
-2
/
+9
2012-03-01
various minor things
Kris De Gussem
1
-16
/
+18
2012-02-29
cppcheck
Kris De Gussem
1
-2
/
+0
2012-02-06
Extensions: replace deprecated gtkmm symbols
Alex Valavanis
1
-1
/
+1
2012-01-03
Janitorial tasks: get rid of deprecated repr wrapper functions
Kris De Gussem
1
-4
/
+4
2012-01-03
Fixed null-pointer ctor crashes.
Jon A. Cruz
1
-2
/
+5
2012-01-03
Cleanup GSEAL issues and deprecated GtkTooltips
Alex Valavanis
1
-10
/
+2
2011-12-19
Const correctness fixes that also correct bug #893146.
Jon A. Cruz
1
-76
/
+68
2011-10-28
fix initialization. add todo comment about gui-hidden not being used.
Johan B. C. Engelen
1
-1
/
+3
2010-12-03
Extensions. Notebooks now work with internal extensions.
Nicolas Dufour
1
-1
/
+39
2010-11-17
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
1
-1
/
+1
2010-09-07
Extensions. General UI improvements (gnome HIG). New group header extension p...
Nicolas Dufour
1
-2
/
+2
2009-08-06
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
1
-6
/
+6
2009-08-05
SPDocument->Document
johnce
1
-6
/
+6
2008-10-27
From trunk
Ted Gould
1
-10
/
+4
2008-09-16
Refactored preferences handling into a new version of
Krzysztof Kosi??ski
1
-4
/
+5
2008-04-21
r19076@shi: ted | 2008-04-21 15:42:45 -0700
Ted Gould
1
-0
/
+6
2008-04-04
r18381@shi: ted | 2008-03-07 20:11:34 -0800
Ted Gould
1
-8
/
+26
2008-03-02
revert a bit of svnrev 17570. remove obsolete comment
Johan B. C. Engelen
1
-8
/
+0
2008-03-01
Warning and whitespace cleanup
Jon A. Cruz
1
-24
/
+24
2008-02-29
r18220@shi: ted | 2008-02-29 13:18:55 -0800
Ted Gould
1
-65
/
+53
2008-02-28
Warning cleanup
Jon A. Cruz
1
-25
/
+25
2008-02-27
Fix passing of notebook extension parameters.
Johan B. C. Engelen
1
-28
/
+33
2007-06-27
r15506@tres: ted | 2007-05-24 22:30:55 -0700
Ted Gould
1
-5
/
+5
2007-02-19
Cleaned up DOS line ends that had snuck in.
Jon A. Cruz
1
-427
/
+427
[next]