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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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
2008-02-29
r18220@shi: ted | 2008-02-29 13:18:55 -0800
Ted Gould
1
-15
/
+33
2008-02-28
Warning cleanup
Jon A. Cruz
1
-11
/
+11
2007-09-13
r16564@tres: ted | 2007-09-12 20:45:12 -0700
Ted Gould
1
-3
/
+3
2007-08-10
r16217@tres: ted | 2007-08-10 10:36:27 -0700
Ted Gould
1
-654
/
+54
2007-07-15
fix crash with empty parameter string
bulia byak
1
-0
/
+3
2007-07-03
r15702@tres: ted | 2007-07-02 15:17:48 -0700
Ted Gould
1
-2
/
+0
2007-06-27
r15559@tres: ted | 2007-06-08 14:28:18 -0700
Ted Gould
1
-10
/
+14
2007-06-27
r15558@tres: ted | 2007-06-08 08:59:52 -0700
Ted Gould
1
-2
/
+2
2007-06-27
r15557@tres: ted | 2007-06-08 08:58:12 -0700
Ted Gould
1
-2
/
+2
2007-06-27
r15506@tres: ted | 2007-05-24 22:30:55 -0700
Ted Gould
1
-21
/
+33
2007-06-07
fixed string parameter to work with latex extension. will need further resear...
Johan B. C. Engelen
1
-3
/
+5
2007-04-01
added clarifying comment
Johan B. C. Engelen
1
-1
/
+1
2007-03-30
bugfix: escape string parameters on the commandline. For linux, the dollarsig...
Johan B. C. Engelen
1
-2
/
+20
[next]