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
*
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
*
Splitting the color swatch class to be separate for easier work.
Jon A. Cruz
2010-03-13
1
-860
/
+34
*
Finished live updating of swatch previews. Fixes bugs #397872, #421548.
Jon A. Cruz
2010-03-12
1
-129
/
+161
*
Fix flicker during palette update.
Jon A. Cruz
2010-03-11
1
-3
/
+37
*
Auto swatches now update as they are edited in the document. Some flickering ...
Jon A. Cruz
2010-03-10
1
-54
/
+86
*
Fix color swatch drag preview.
Jon A. Cruz
2010-03-03
1
-0
/
+1
*
Cleanup on id access.
Jon A. Cruz
2010-03-02
1
-4
/
+4
*
reenable per-document palette to allow for continuing development.
Jon A. Cruz
2009-12-13
1
-1
/
+1
*
Conditionally disable per-document "auto" palette
Jon A. Cruz
2009-09-20
1
-0
/
+12
*
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
2009-08-06
1
-8
/
+8
*
SPDocument->Document
johnce
2009-08-05
1
-8
/
+8
*
Track stroke and fill of selected object and flag style palette entries in us...
Jon A. Cruz
2009-03-23
1
-2
/
+134
*
Make drag-n-drop preview a gradient image for gradients.
Jon A. Cruz
2009-03-23
1
-12
/
+30
*
Make simple clicks and menu set match the drag-n-drop color setting.
Jon A. Cruz
2009-03-22
1
-8
/
+19
*
Fixed warning from double append.
Jon A. Cruz
2009-03-22
1
-1
/
+0
*
Added rought preview of gradients in swatches.
Jon A. Cruz
2009-03-21
1
-10
/
+56
*
Cleaning up interface. Moved internals out of .h file.
Jon A. Cruz
2009-03-21
1
-0
/
+58
*
Added explicit tagging of "solid color gradients" and base context menu to ad...
Jon A. Cruz
2009-03-21
1
-22
/
+126
*
Renamed ColorDef to PaintDef to prep for expanded functionality.
Jon A. Cruz
2009-03-20
1
-8
/
+8
*
Limit things to single-color gradients until we get gradient previews going
Jon A. Cruz
2009-03-18
1
-6
/
+12
*
Purged use of INKSCAPE_PIXMAPDIR
Jon A. Cruz
2009-03-18
1
-6
/
+10
*
Initial read-only generation of per-document palette
Jon A. Cruz
2009-03-17
1
-27
/
+137
*
Reworked internals of color and drag-n-drop.
Jon A. Cruz
2009-03-08
1
-109
/
+19
[next]