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
/
pixelartdialog.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-08-21
Remove pixelart dialog
Marc Jeanmougin
1
-593
/
+0
2019-01-02
run clang tidy modernize pass
Marc Jeanmougin
1
-4
/
+4
2018-12-03
Replace InkGC with std::shared_ptr for MessageStack
Emmanuel Gil Peyrot
1
-1
/
+1
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-10-01
Remove #include "config.h" wherever possible
Eduard Braun
1
-1
/
+2
2018-06-18
Run clang-tidy’s modernize-pass-by-value pass.
Emmanuel Gil Peyrot
1
-1
/
+3
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-1
/
+1
2018-06-18
Run clang-tidy’s modernize-use-override pass.
Emmanuel Gil Peyrot
1
-2
/
+2
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
1
-1
/
+1
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
1
-1
/
+1
2018-04-29
moved libcroco, libuemf, libdepixelize to 3rdparty folder
Marc Jeanmougin
1
-1
/
+1
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-13
/
+15
2016-12-27
Rm remaining Gtk::Stock usage
Alex Valavanis
1
-1
/
+0
2016-12-27
Rm some deprecated Gtk::Stock usage
Alex Valavanis
1
-2
/
+2
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-6
/
+0
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-0
/
+6
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-6
/
+0
2016-06-25
Moved next functions, added namespace, renamed range functions
Adrian Boguszewski
1
-1
/
+1
2015-11-05
static code analysis
Kris De Gussem
1
-1
/
+1
2015-02-19
Put a few std::vector<SPitem*>
Marc Jeanmougin
1
-2
/
+2
2015-02-18
Just...
mc
1
-4
/
+4
2014-10-02
Fixing inconsistencies in the PixelArt dialog.
Nicolas Dufour
1
-2
/
+2
2014-03-31
fix windows build
Johan B. C. Engelen
1
-2
/
+2
2014-01-05
Uniform colons usage in UI in front of edit boxes
Kris De Gussem
1
-4
/
+4
2013-12-24
UI message fix
Kris De Gussem
1
-2
/
+2
2013-10-21
fix ambiguity error with C++11 (gcc 4.6.2 Windows)
Johan B. C. Engelen
1
-1
/
+1
2013-10-07
Removing useless comment
Vinícius dos Santos Oliveira
1
-1
/
+0
2013-10-07
Running libdepixelize expensive process in a background thread
Vinícius dos Santos Oliveira
1
-47
/
+117
2013-09-23
Disable smooth output in Inkscape PixelArtDialog
Vinícius dos Santos Oliveira
1
-0
/
+12
2013-09-19
Show warning when input image of Trace Pixel Art dialog is too large.
Vinícius dos Santos Oliveira
1
-0
/
+12
2013-09-19
Removing redundant "include config.h"
Vinícius dos Santos Oliveira
1
-4
/
+0
2013-09-19
Fixing colors in libdepixelize integration output.
Vinícius dos Santos Oliveira
1
-2
/
+2
2013-09-19
Updating libdepixelize integration to use new Inkscape::Pixbuf interface.
Vinícius dos Santos Oliveira
1
-4
/
+6
2013-09-12
Integrating with libdepixelize
Vinícius dos Santos Oliveira
1
-0
/
+490