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