index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
helper
/
png-write.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Eliminate clang warnings
Thomas Holder
2019-08-23
1
-2
/
+0
*
reduce usage of desktop coordinates (#341)
Thomas Holder
2019-08-18
1
-1
/
+6
*
Make doc2dt a document property
Thomas Holder
2019-07-27
1
-6
/
+1
*
Fix various minor typos
Yuri Chornoivan
2019-07-01
1
-1
/
+1
*
Header cleanup.
Tavmjong Bah
2019-02-12
1
-10
/
+15
*
Clarify licenses
Max Gaukler
2018-11-08
1
-1
/
+2
*
Move macros.h and remove unneeded macros
Eduard Braun
2018-10-01
1
-2
/
+0
*
Remove #include "config.h" wherever possible
Eduard Braun
2018-10-01
1
-4
/
+0
*
Merge branch 'misc-typos' of gitlab.com:luzpaz/inkscape
Marc Jeanmougin
2018-09-13
1
-1
/
+1
|
\
|
*
Several more typos
luz.paz
2018-09-11
1
-1
/
+1
*
|
New option to invert y-axis
Thomas Holder
2018-09-12
1
-1
/
+8
|
/
*
Replace typedef struct with struct in POD type declarations.
Emmanuel Gil Peyrot
2018-06-20
1
-2
/
+2
*
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
2018-06-18
1
-14
/
+14
*
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
2018-05-04
1
-9
/
+9
*
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
2018-04-29
1
-9
/
+9
*
Move classes derived from SPObject to own directory.
Tavmjong Bah
2018-01-30
1
-4
/
+5
*
antialiasing options on export
Marc Jeanmougin
2017-01-04
1
-9
/
+9
*
minor fix (+ satisfy build bots (?))
Marc Jeanmougin
2016-09-25
1
-7
/
+3
*
Exposes to the user additional PNG settings: Interlacing, grayscale, bit dept...
Marc Jeanmougin
2016-09-25
1
-31
/
+46
*
Merged trunk
Adrian Boguszewski
2016-08-03
1
-3
/
+1
|
\
|
*
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
2016-08-03
1
-3
/
+1
|
*
Reverted changes to r15024 after many building problems
Adrian Boguszewski
2016-07-28
1
-1
/
+3
|
*
Removed unused includes, decrease compilation time
Adrian Boguszewski
2016-07-28
1
-3
/
+1
*
|
Renamed children list in SPObject
Adrian Boguszewski
2016-07-14
1
-1
/
+1
*
|
Second part of new SPObject children list
Adrian Boguszewski
2016-07-13
1
-2
/
+2
|
/
*
static code analysis
Kris De Gussem
2015-12-07
1
-3
/
+3
*
Put a few std::vector<SPitem*>
Marc Jeanmougin
2015-02-19
1
-3
/
+3
*
At first, I was thinking "I just have to go to the selection file, and change...
Marc Jeanmougin
2015-02-17
1
-6
/
+6
*
Move obvious ui component to ui/
Liam P. White
2014-10-05
1
-1
/
+1
*
DrawingContext: change variable names ct to dc (bug #1272073)
David Mathog
2014-02-08
1
-6
/
+6
*
Protect pdf and png exports from failure and output reasonalbe warnings.
Martin Owens
2014-01-27
1
-1
/
+1
*
Added viewBox implement document unit support.
Matthew Petroff
2013-08-27
1
-1
/
+2
*
Applied modified patch to add export messages. Partially fixes bug #43730.
Jon A. Cruz
2012-05-24
1
-31
/
+25
*
png-write: Fix FTBFS
Alex Valavanis
2012-04-06
1
-1
/
+1
*
Switch to top-level glib headers. Thanks to DimStar for patch
Alex Valavanis
2011-12-08
1
-1
/
+1
*
Updating use of libpng jump buffer. Fixes bug #721029.
Jon A. Cruz
2011-10-29
1
-2
/
+2
*
Rewrite NRArena -> Inkscape::Drawing. Call render and update
Krzysztof Kosi??ski
2011-08-07
1
-14
/
+10
*
Rewrite NRArenaItem hierarchy into C++
Krzysztof Kosi??ski
2011-08-06
1
-9
/
+6
*
Merge from trunk
Krzysztof Kosi??ski
2011-07-25
1
-3
/
+3
|
\
|
*
Cleanup of oudated/redundant SP_ITEM() macro use.
Jon A. Cruz
2011-07-16
1
-3
/
+3
*
|
Replace direct use of Cairo contexts and surfaces in the rendering tree
Krzysztof Kosi??ski
2011-07-22
1
-16
/
+10
|
/
*
Remove more of libnr
Krzysztof Kosi??ski
2011-06-23
1
-0
/
+1
*
Merge from trunk
Krzysztof Kosi??ski
2011-04-07
1
-1
/
+1
|
\
|
*
update to latest 2geom !
Johan B. C. Engelen
2011-02-02
1
-1
/
+1
*
|
Merge from trunk (again)
Krzysztof Kosi??ski
2010-12-15
1
-12
/
+11
|
\
|
|
*
Merge and cleanup of GSoC C++-ification project.
Jon A. Cruz
2010-12-12
1
-12
/
+11
|
|
\
|
|
*
another c++ification for sp-object.h/cpp and still in progress...
Abhishek Sharma Public
2010-07-03
1
-1
/
+1
|
|
*
C++fied SPDocument added
Abhishek Sharma Public
2010-07-01
1
-2
/
+2
|
|
*
This is the first c++ification commit from me. It handles sp-line, sp-polylin...
Abhishek Sharma Public
2010-06-29
1
-4
/
+4
*
|
|
Merge from trunk
Krzysztof Kosi??ski
2010-11-25
1
-1
/
+1
|
\
|
|
[next]