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
/
dialog
/
swatches.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added "Gtk::" scope to "manage" function calls.
Markus Engel
2014-03-30
1
-1
/
+1
*
Stop tracking SPDocuments as they are deleted.
Jon A. Cruz
2014-03-02
1
-30
/
+73
*
swatches dialog: remove unused code part. cleanup some code
Johan B. C. Engelen
2014-02-27
1
-7
/
+3
*
swatches dialog: properly reference count the reference to SPDocument in time...
Johan B. C. Engelen
2014-02-27
1
-1
/
+2
*
Check order (fixing bug 1219264 ?)
Kris De Gussem
2013-12-15
1
-2
/
+2
*
add null pointer check
Kris De Gussem
2013-12-05
1
-1
/
+1
*
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
-1
/
+0
|
/
*
Use Gtk::Grid in PreviewHolder. Fixes color preview in RegisteredColorPicker
Alex Valavanis
2013-03-09
1
-3
/
+0
*
Fix missing headers for Gtk+ 3 build
Alex Valavanis
2013-02-23
1
-0
/
+1
*
Fix for 1071421 : Setting swatch as fill/stroke creates new swatches which ne...
John Smith
2012-11-28
1
-16
/
+18
*
Fix for 1060563 : Swatches : Sort the list of swatch names
John Smith
2012-10-08
1
-16
/
+31
*
code cleanup: make more functions static, add includes.
Campbell Barton
2012-10-04
1
-2
/
+5
*
Fix for 908392 : Swatches dialog minimum size
John Smith
2012-07-21
1
-0
/
+13
*
Adopt obsolete GtkAnchorType enum as SPAnchorType
Alex Valavanis
2012-04-10
1
-2
/
+2
*
cppcheck
Kris De Gussem
2012-04-04
1
-3
/
+3
*
Fix false gtk deprecation warnings from gtkmm headers
Alex Valavanis
2012-03-12
1
-1
/
+1
*
Header tidying, suppress all gdk deprecation errors in gtkmm
Alex Valavanis
2012-02-29
1
-0
/
+3
*
Clean up all remaining false warnings from Gtkmm
Alex Valavanis
2012-02-26
1
-2
/
+1
*
Header cleaning
Alex Valavanis
2012-02-25
1
-0
/
+1
*
Header cleaning
Alex Valavanis
2012-02-12
1
-0
/
+2
*
cppcheck
Kris De Gussem
2011-10-18
1
-2
/
+2
*
Doxygen cleanup.
Jon A. Cruz
2011-10-03
1
-3
/
+3
*
Fix large memory leaks in the swatches panel
Krzysztof Kosi??ski
2011-08-16
1
-15
/
+9
*
Merge from trunk
Krzysztof Kosi??ski
2011-06-19
1
-10
/
+89
|
\
|
*
Merge gtk header cleanup by Alex Valavanis. Fixes bug #709847, bug #747512, b...
Jon A. Cruz
2011-06-04
1
-5
/
+1
|
|
\
|
|
*
Use generic headers in preparation for GTK+ 3 transition
Alex Valavanis
2011-06-03
1
-5
/
+1
|
*
|
Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...
Jon A. Cruz
2011-06-04
1
-2
/
+2
|
|
/
|
*
Queue swatch updates during periods of high UI usage, such as dragging gradie...
Jon A. Cruz
2011-05-30
1
-3
/
+86
*
|
Merge from trunk (again)
Krzysztof Kosi??ski
2010-12-15
1
-12
/
+15
|
\
|
|
*
Merge and cleanup of GSoC C++-ification project.
Jon A. Cruz
2010-12-12
1
-12
/
+15
|
|
\
|
|
*
C++ification of SPObject continued along with the onset of XML Privatisation....
Abhishek Sharma Public
2010-07-06
1
-3
/
+7
|
|
*
New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...
Abhishek Sharma Public
2010-07-02
1
-1
/
+1
|
|
*
C++fied SPDocument added
Abhishek Sharma Public
2010-07-01
1
-5
/
+5
*
|
|
Merge from trunk
Krzysztof Kosi??ski
2010-11-25
1
-2
/
+2
|
\
|
|
|
*
|
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
2010-11-17
1
-1
/
+1
|
*
|
i18n. Palettes translation with context (see Bug #667402, Colour palettes not...
Nicolas Dufour
2010-11-02
1
-1
/
+1
|
*
|
i18n. Color palette items are now translatable (see Bug #667402, Color palett...
Nicolas Dufour
2010-11-01
1
-1
/
+1
*
|
|
merge from trunk
Krzysztof Kosi??ski
2010-08-08
1
-50
/
+149
|
\
|
|
|
*
|
If 'Edit' on a swatch matches the current selection, invoke Fill-and-Stroke i...
Jon A. Cruz
2010-07-06
1
-5
/
+31
|
*
|
Minor cruft cleanup.
Jon A. Cruz
2010-07-06
1
-1
/
+0
|
*
|
Removed "Add" and enabled "Delete" for swatch context menu. Updated swatch ma...
Jon A. Cruz
2010-07-06
1
-33
/
+22
|
*
|
Make order of 'auto' swatches match order in document.
Jon A. Cruz
2010-07-03
1
-0
/
+2
|
*
|
Rough pass of Fill-n-Stroke swatch conversion.
Jon A. Cruz
2010-07-02
1
-34
/
+37
|
|
/
|
*
Partial C++-ification of SPGradient
Jon A. Cruz
2010-06-28
1
-8
/
+9
|
*
Implementing the "Convert" popup menu item for gradients/swatches. Part of bu...
Jon A. Cruz
2010-06-26
1
-2
/
+80
*
|
Wholesale cruft removal part 1
Krzysztof Kosi??ski
2010-08-04
1
-27
/
+32
|
/
*
Fixed missing palette when using file open on a new document.
Jon A. Cruz
2010-03-19
1
-1
/
+1
*
Fixing "Auto" palette to be tracked per document, independent of containing p...
Jon A. Cruz
2010-03-16
1
-123
/
+216
[next]