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
/
parameter.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-08-31
Rename parameter source files to avoid name conflicts
Patrick Storz
1
-415
/
+0
2019-08-31
Remove unused functions
Patrick Storz
1
-46
/
+0
2019-08-31
Move prefdialog to own directory
Patrick Storz
1
-0
/
+0
2019-01-02
modernize loops
Marc Jeanmougin
1
-3
/
+2
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
-9
/
+13
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
-38
/
+38
2018-05-14
Misc. typos
luz.paz
1
-1
/
+1
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
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-1
/
+1
2017-04-24
Restore r14978 which was reverted in r15047 due to messed up merge
Eduard Braun
1
-1
/
+0
2017-04-24
Extensions: Fixes and improvements for "gui-description" parameter attribute ...
Eduard Braun
1
-0
/
+8
2017-04-24
Restore r14955 which was reverted in r15047 due to messed up merge
Eduard Braun
1
-0
/
+11
2017-04-09
Some code refactoring for consistency
Eduard Braun
1
-44
/
+44
2017-04-09
Remove unused field "scope"
Eduard Braun
1
-29
/
+13
2017-04-09
Remove unused field "gui_tip"
Eduard Braun
1
-26
/
+14
2017-02-13
Extensions: Add 'appearance="url"' to desccription parameters.
Eduard Braun
1
-4
/
+8
2017-02-13
Extensions: Do not require name for pure UI elements (i.e. parameters that do...
Eduard Braun
1
-2
/
+9
2017-02-12
Extensions: Make "indent" attribute a common attribute for all parameters tha...
Eduard Braun
1
-15
/
+28
2016-06-11
Clean up includes after r14955
Eduard Braun
1
-1
/
+2
2016-06-05
Extensions: Fixes and improvements for "gui-text" parameter attribute
Eduard Braun
1
-0
/
+11
2015-12-27
Fix more GThreads issues
Alex Valavanis
1
-5
/
+2
2014-06-01
moved ColorNotebook to ui/widget
Tomasz Boczkowski
1
-2
/
+1
2014-05-30
SPColorNotebok c++-sification - available pages list
Tomasz Boczkowski
1
-0
/
+4
2013-06-05
Add command line option to specify PDF export version. Patch from schwieni.
Vinícius dos Santos Oliveira
1
-0
/
+18
2012-02-29
Header tidying, suppress all gdk deprecation errors in gtkmm
Alex Valavanis
1
-0
/
+1
2011-12-19
Const correctness fixes that also correct bug #893146.
Jon A. Cruz
1
-147
/
+122
2011-10-28
one constructor cannot call the other to initialize the object. See C++faq-li...
Johan B. C. Engelen
1
-2
/
+18
2011-10-23
Warning cleanup.
Jon A. Cruz
1
-3
/
+2
2011-06-04
Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...
Jon A. Cruz
1
-1
/
+1
2011-04-16
remove unnecessary includes.
Johan B. C. Engelen
1
-4
/
+0
2011-03-25
Extensions. Replacing the groupheader element with an appearance mode in the ...
Nicolas Dufour
1
-4
/
+5
2011-03-15
Extensions. Float and Int default mode set to minimal. Filters' mode changed ...
Nicolas Dufour
1
-6
/
+6
2011-03-14
Extensions. Slider in Float and Int extension widgets.
Nicolas Dufour
1
-2
/
+10
2011-02-22
Finished cleanup of outdated SP_OBJECT_REPR C macro.
Jon A. Cruz
1
-1
/
+1
2010-12-03
Extensions. Notebooks now work with internal extensions.
Nicolas Dufour
1
-2
/
+7
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
-1
/
+5
2010-03-18
Added wrappers for the "optiongroup" type that correspond to existing "float"...
Jon A. Cruz
1
-0
/
+21
2009-08-06
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
1
-13
/
+13
2009-08-05
SPDocument->Document
johnce
1
-13
/
+13
2008-10-27
From trunk
Ted Gould
1
-6
/
+6
2008-09-20
release reprs properly
bulia byak
1
-0
/
+2
2008-05-24
Added an 'appearance' hint to .inx optiongroups to allow for dropdowns instea...
Jon A. Cruz
1
-1
/
+6
2008-04-15
Fixes Bug #216584 (Effects/Color/Replace color not accepting UC) and also imp...
Marcin Floryan
1
-0
/
+5
2008-04-04
r18381@shi: ted | 2008-03-07 20:11:34 -0800
Ted Gould
1
-93
/
+42
2008-03-01
Warning and whitespace cleanup
Jon A. Cruz
1
-13
/
+13
[next]