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