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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-05-26
Rm unused code now Gtk+ >= 3.22 dependency is set
Alexander Valavanis
1
-5
/
+0
2019-01-02
modernize loops
Marc Jeanmougin
1
-30
/
+24
2019-01-01
Move Preview to Inkscape namespace
Alexander Valavanis
1
-22
/
+22
2019-01-01
C++ify EekPreview
Alexander Valavanis
1
-5
/
+3
2018-12-29
Fix namespace naming consistency
Alexander Valavanis
1
-3
/
+3
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
-1
/
+0
2018-06-21
Move global functions into SPGradient methods.
Emmanuel Gil Peyrot
1
-1
/
+1
2018-06-18
Run clang-tidy’s modernize-use-emplace pass.
Emmanuel Gil Peyrot
1
-1
/
+1
2018-06-18
Run clang-tidy’s modernize-use-bool-literals pass.
Emmanuel Gil Peyrot
1
-1
/
+1
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-42
/
+42
2018-06-12
Run clang-tidy’s modernize-use-equals-delete pass.
Emmanuel Gil Peyrot
1
-2
/
+2
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
1
-9
/
+9
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
1
-9
/
+9
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-2
/
+5
2018-01-18
Remove unused abstract class PreviewFillable
Stefano Facchini
1
-31
/
+24
2018-01-18
swatches: Code cleanup
Stefano Facchini
1
-310
/
+158
2018-01-17
Properly support palettes without color names
Eduard Braun
1
-2
/
+10
2018-01-17
Move code related to SwatchesPanel where it belongs
Stefano Facchini
1
-4
/
+434
2018-01-16
panel: Remove the unused "title" label
Stefano Facchini
1
-1
/
+1
2018-01-16
panel: remove the "apply_label" API
Stefano Facchini
1
-1
/
+1
2017-07-09
Update popup menu usage
Alexander Valavanis
1
-1
/
+5
2017-07-02
Move directory scanners to new get_filenames(...) calls
Martin Owens
1
-47
/
+12
2017-06-28
Refactor profile directory use and promote IO::Resource get_path and get_file...
Martin Owens
1
-3
/
+4
2016-08-30
[Bug #1447971] User palettes not available if all shared system palettes are ...
Nicolas Dufour
1
-1
/
+1
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-9
/
+0
2016-07-28
Drop remaining GTKMM 2 fallback support
Alex Valavanis
1
-4
/
+0
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-0
/
+11
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-11
/
+0
2016-06-25
Moved next functions, added namespace, renamed range functions
Adrian Boguszewski
1
-1
/
+1
2016-05-21
Fix regression: restore order in resources (e.g. pattern list)
Marc Jeanmougin
1
-8
/
+8
2016-05-18
GTK3: Give even more widgets names.
Tavmjong Bah
1
-0
/
+1
2016-03-10
Displays filename instead of blank string in unnamed palettes
Adrian Boguszewski
1
-5
/
+6
2015-12-07
cppification : GHashMaps replaced by stl maps. getResouceList now gives a std...
Marc Jeanmougin
1
-14
/
+13
2015-02-19
Put a few std::vector<SPitem*>
Marc Jeanmougin
1
-1
/
+1
2015-02-18
Just...
mc
1
-3
/
+3
2014-12-25
Remove sp_style_new().
Tavmjong Bah
1
-13
/
+11
2014-12-21
Remove sp_desktop_document and finish cleanup of desktop-handles.h
Liam P. White
1
-2
/
+2
2014-12-21
Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection
Liam P. White
1
-1
/
+1
2014-09-27
Update to experimental r13565
Liam P. White
1
-73
/
+30
2014-06-26
Convert accidental member accesses into static function accesses
Liam P. White
1
-1
/
+1
2014-06-25
1. make it compile
Liam P. White
1
-1
/
+1
2014-03-30
Added "Gtk::" scope to "manage" function calls.
Markus Engel
1
-1
/
+1
2014-03-12
Reverted swatches
Liam P. White
1
-2046
/
+870
2014-03-09
Remove all trace of the Tags dialog
Liam P. White
1
-0
/
+1
2014-03-07
Start cleanup for merge into trunk
Liam P. White
1
-1
/
+0
2014-03-06
Fixed size of swatches widget
Liam P. White
1
-1
/
+1
2014-03-06
Makefile fix
Liam P. White
1
-1
/
+4
2014-03-05
Fixed some swatch sizes (what about the table?)
Liam P. White
1
-8
/
+8
2014-03-05
Added new swatches dialog
Liam P. White
1
-30
/
+18
[next]