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
/
param
/
parameter.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove 'document-private.h' where not needed plus some other header cleanup.
Tavmjong Bah
2018-10-22
1
-9
/
+13
*
Remove #include "config.h" wherever possible
Eduard Braun
2018-10-01
1
-4
/
+0
*
Run clang-tidy’s modernize-redundant-void-arg pass.
Emmanuel Gil Peyrot
2018-06-19
1
-2
/
+2
*
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
2018-06-18
1
-38
/
+38
*
Misc. typos
luz.paz
2018-05-14
1
-1
/
+1
*
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
2018-05-04
1
-2
/
+2
*
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
2018-04-29
1
-2
/
+2
*
Move classes derived from SPObject to own directory.
Tavmjong Bah
2018-01-30
1
-1
/
+1
*
Restore r14978 which was reverted in r15047 due to messed up merge
Eduard Braun
2017-04-24
1
-1
/
+0
*
Extensions: Fixes and improvements for "gui-description" parameter attribute ...
Eduard Braun
2017-04-24
1
-0
/
+8
*
Some code refactoring for consistency
Eduard Braun
2017-04-09
1
-44
/
+44
*
Remove unused field "scope"
Eduard Braun
2017-04-09
1
-29
/
+13
*
Remove unused field "gui_tip"
Eduard Braun
2017-04-09
1
-26
/
+14
*
Restore r14955 which was reverted in r15047 due to messed up merge
Eduard Braun
2017-04-24
1
-0
/
+11
*
Extensions: Add 'appearance="url"' to desccription parameters.
Eduard Braun
2017-02-13
1
-4
/
+8
*
Extensions: Do not require name for pure UI elements (i.e. parameters that do...
Eduard Braun
2017-02-13
1
-2
/
+9
*
Extensions: Make "indent" attribute a common attribute for all parameters tha...
Eduard Braun
2017-02-12
1
-15
/
+28
*
Replaced old selection containers
Adrian Boguszewski
2016-06-12
1
-0
/
+2
|
\
|
*
Clean up includes after r14955
Eduard Braun
2016-06-11
1
-1
/
+2
|
*
Extensions: Fixes and improvements for "gui-text" parameter attribute
Eduard Braun
2016-06-05
1
-0
/
+11
|
/
*
Fix more GThreads issues
Alex Valavanis
2015-12-27
1
-5
/
+2
*
moved ColorNotebook to ui/widget
Tomasz Boczkowski
2014-06-01
1
-2
/
+1
*
SPColorNotebok c++-sification - available pages list
Tomasz Boczkowski
2014-05-30
1
-0
/
+4
*
Add command line option to specify PDF export version. Patch from schwieni.
Vinícius dos Santos Oliveira
2013-06-05
1
-0
/
+18
*
Header tidying, suppress all gdk deprecation errors in gtkmm
Alex Valavanis
2012-02-29
1
-0
/
+1
*
Const correctness fixes that also correct bug #893146.
Jon A. Cruz
2011-12-19
1
-147
/
+122
*
one constructor cannot call the other to initialize the object. See C++faq-li...
Johan B. C. Engelen
2011-10-28
1
-2
/
+18
*
Warning cleanup.
Jon A. Cruz
2011-10-23
1
-3
/
+2
*
Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...
Jon A. Cruz
2011-06-04
1
-1
/
+1
*
remove unnecessary includes.
Johan B. C. Engelen
2011-04-16
1
-4
/
+0
*
Extensions. Replacing the groupheader element with an appearance mode in the ...
Nicolas Dufour
2011-03-25
1
-4
/
+5
*
Extensions. Float and Int default mode set to minimal. Filters' mode changed ...
Nicolas Dufour
2011-03-15
1
-6
/
+6
*
Extensions. Slider in Float and Int extension widgets.
Nicolas Dufour
2011-03-14
1
-2
/
+10
*
Finished cleanup of outdated SP_OBJECT_REPR C macro.
Jon A. Cruz
2011-02-22
1
-1
/
+1
*
Merge and cleanup of GSoC C++-ification project.
Jon A. Cruz
2010-12-12
1
-3
/
+3
|
\
*
|
Extensions. Notebooks now work with internal extensions.
Nicolas Dufour
2010-12-03
1
-2
/
+7
*
|
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
2010-11-17
1
-1
/
+1
*
|
Extensions. General UI improvements (gnome HIG). New group header extension p...
Nicolas Dufour
2010-09-07
1
-1
/
+5
|
/
*
Added wrappers for the "optiongroup" type that correspond to existing "float"...
Jon A. Cruz
2010-03-18
1
-0
/
+21
*
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
2009-08-06
1
-13
/
+13
*
SPDocument->Document
johnce
2009-08-05
1
-13
/
+13
*
From trunk
Ted Gould
2008-10-27
1
-6
/
+6
*
release reprs properly
bulia byak
2008-09-20
1
-0
/
+2
*
Added an 'appearance' hint to .inx optiongroups to allow for dropdowns instea...
Jon A. Cruz
2008-05-24
1
-1
/
+6
*
Fixes Bug #216584 (Effects/Color/Replace color not accepting UC) and also imp...
Marcin Floryan
2008-04-15
1
-0
/
+5
*
r18381@shi: ted | 2008-03-07 20:11:34 -0800
Ted Gould
2008-04-04
1
-0
/
+389