index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
ui
/
widget
/
style-swatch.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rm unused code now Gtk+ >= 3.22 dependency is set
Alexander Valavanis
2019-05-26
1
-12
/
+0
*
Clarify licenses
Max Gaukler
2018-11-08
1
-1
/
+2
*
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
2018-06-18
1
-7
/
+7
*
Run clang-tidy’s modernize-use-override pass.
Emmanuel Gil Peyrot
2018-06-18
1
-2
/
+2
*
Move classes derived from SPObject to own directory.
Tavmjong Bah
2018-01-30
1
-12
/
+16
*
Update Gtk margin handling
Alexander Valavanis
2017-07-09
1
-2
/
+20
*
Fix Gtk alignment API
Alexander Valavanis
2017-07-08
1
-2
/
+4
*
End GTK+ 2 support and remove GDL fork
Alex Valavanis
2016-08-04
1
-22
/
+1
|
\
|
*
ui/widgets: Drop GTK2 fallbacks
Alex Valavanis
2016-07-28
1
-22
/
+1
*
|
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
2016-08-03
1
-6
/
+0
*
|
Reverted changes to r15024 after many building problems
Adrian Boguszewski
2016-07-28
1
-0
/
+6
*
|
Removed unused includes, decrease compilation time
Adrian Boguszewski
2016-07-28
1
-6
/
+0
|
/
*
GTK3: Give names to more widgets.
Tavmjong Bah
2016-05-17
1
-0
/
+2
*
Remove sp_style_write_string() and sp_style_write_difference().
Tavmjong Bah
2014-12-25
1
-5
/
+4
*
Fix modelines
Alex Valavanis
2014-08-30
1
-2
/
+2
*
Fixed some logic errors; clang warnings.
Markus Engel
2014-07-22
1
-1
/
+1
*
Units: stop newing Unit objects. pass around pointers to "undeletable" Unit o...
Johan B. C. Engelen
2013-10-12
1
-1
/
+1
*
Merged from trunk (r12488).
Markus Engel
2013-08-30
1
-3
/
+3
|
\
|
*
Ported "ui/widget/style-swatch.*".
Matthew Petroff
2013-07-19
1
-3
/
+3
*
|
Merged from trunk (r12419).
Markus Engel
2013-07-14
1
-1
/
+2
|
\
|
|
*
Factored layer model out into new Inkscape::LayerModel class. This allows
Eric Greveson
2013-07-01
1
-1
/
+2
*
|
Merged PaintServer and subclasses; moved Gradient classes to own files.
Markus Engel
2013-04-05
1
-2
/
+2
|
/
*
Further migration to Gtk::Grid
Alex Valavanis
2013-03-12
1
-17
/
+35
*
A couple of forward declarations
Alex Valavanis
2013-02-11
1
-0
/
+1
*
Fix for 1058402 : Inconsistent opacity indication
John Smith
2012-10-11
1
-5
/
+2
*
some memleak fixes (Bug #1043571)
Kris De Gussem
2012-09-20
1
-9
/
+8
*
revert rev 11646: build issue with dbus (forgot to adapt some more, dbus was ...
Kris De Gussem
2012-09-03
1
-8
/
+9
*
converted some c-string usage to c++ string class usage: should fix some memo...
Kris De Gussem
2012-09-02
1
-9
/
+8
*
Translation. More disambiguations (see Bug #832560).
Nicolas Dufour
2012-04-13
1
-2
/
+2
*
Clean up all remaining false warnings from Gtkmm
Alex Valavanis
2012-02-26
1
-0
/
+2
*
Fix pointer initialization
Johan B. C. Engelen
2012-01-08
1
-5
/
+5
*
Fixed warning under gcc 4.5.2
Jon A. Cruz
2012-01-07
1
-6
/
+6
*
Fixed null-pointer ctor crashes.
Jon A. Cruz
2012-01-03
1
-5
/
+10
*
More deprecated GtkTooltips
Alex Valavanis
2012-01-03
1
-13
/
+12
*
Doxygen cleanup.
Jon A. Cruz
2011-10-03
1
-4
/
+5
*
From trunk
Ted Gould
2008-10-27
1
-117
/
+85
*
Fixed uninitialized member
Jon A. Cruz
2008-06-06
1
-0
/
+2
*
Applying fixes for gcc 4.3 build issues (closes LP: #169115)
Bryce Harrington
2008-01-31
1
-0
/
+3
*
Minor cleanup
Jon A. Cruz
2007-11-11
1
-17
/
+17
*
Refactoring SPColor to C++ and removing legacy CMYK implementation
Jon A. Cruz
2007-09-15
1
-2
/
+1
*
Purged fill type enum
Jon A. Cruz
2007-09-10
1
-16
/
+16
*
switch SPStyle to using SPFilterReference for filters; sp_style_new now requi...
bulia byak
2007-06-27
1
-1
/
+1
*
enable click-action and general tooltip for style swatches
bulia byak
2007-02-15
1
-6
/
+32
*
text fixes
bulia byak
2007-01-18
1
-2
/
+2
*
text markup
bulia byak
2007-01-18
1
-2
/
+2
*
typos, mnemonics
bulia byak
2006-05-28
1
-2
/
+2
*
fix 1480934
bulia byak
2006-05-05
1
-1
/
+1
*
r11667@tres: ted | 2006-05-01 22:48:49 -0700
Ted Gould
2006-05-02
1
-5
/
+16
*
(bzr r690)
Ted Gould
2006-05-02
1
-16
/
+5
*
fix showing style when last-set style is empty (on a new installation of inks...
bulia byak
2006-05-01
1
-6
/
+18
[next]