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
/
pixbuf-ops.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-06-27
Partial fix for menu items and split contextmenu into separate file
Alexander Valavanis
1
-0
/
+2
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-5
/
+1
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-1
/
+5
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-5
/
+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
2014-11-10
Removed SP_USE/SP_IS_USE Gtk-ish macros and cleaned affected files.
Jon A. Cruz
1
-7
/
+8
2014-10-05
Move obvious ui component to ui/
Liam P. White
1
-1
/
+1
2014-03-14
drop wrong g_free call
Kris De Gussem
1
-2
/
+1
2014-02-08
DrawingContext: change variable names ct to dc (bug #1272073)
David Mathog
1
-2
/
+2
2013-09-19
Encapsulate the shared memory hack for Cairo and GdkPixbuf in a class
Krzysztof Kosi??ski
1
-10
/
+9
2013-09-13
Improve the functions which create GdkPixbuf from Cairo surface
Krzysztof Kosi??ski
1
-6
/
+1
2013-08-28
Improve code readability.
Matthew Petroff
1
-1
/
+1
2013-08-27
Added viewBox implement document unit support.
Matthew Petroff
1
-1
/
+1
2013-07-31
Eliminate "unit-constants.h".
Matthew Petroff
1
-2
/
+2
2013-03-25
Workaround usage of deprecated glib symbols in 3rd party libraries
Alex Valavanis
1
-1
/
+0
2012-04-02
Fix for 367607 : Remove deprecated GTK+ symbols - Deprecated *_unref symbols ...
John Smith
1
-1
/
+1
2011-12-08
Switch to top-level glib headers. Thanks to DimStar for patch
Alex Valavanis
1
-1
/
+0
2011-10-02
Warning cleanup.
Jon A. Cruz
1
-23
/
+17
2011-08-07
Rewrite NRArena -> Inkscape::Drawing. Call render and update
Krzysztof Kosi??ski
1
-10
/
+9
2011-08-06
Rewrite NRArenaItem hierarchy into C++
Krzysztof Kosi??ski
1
-29
/
+26
2011-07-22
Replace direct use of Cairo contexts and surfaces in the rendering tree
Krzysztof Kosi??ski
1
-14
/
+5
2011-07-16
Cleanup of oudated/redundant SP_ITEM() macro use.
Jon A. Cruz
1
-2
/
+2
2011-07-13
Fix crashes in print preview
Krzysztof Kosi??ski
1
-2
/
+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
2011-01-17
remove memory boundries on bitmap renderer, optimize memory usage
Adib Taraben
1
-0
/
+14
2010-11-17
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
1
-1
/
+1
2010-08-04
Wholesale cruft removal part 1
Krzysztof Kosi??ski
1
-54
/
+32
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
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
-1
/
+1
2010-04-03
Fix behavior when loading a document
Krzysztof Kosi??ski
1
-1
/
+1
2010-03-04
Fix for invisible blured clone elements in PDF export.
Nicolas Dufour
1
-0
/
+2
2009-10-04
Patch by Adib to fix 273767
Josh Andler
1
-6
/
+10
2009-08-06
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
1
-2
/
+2
2009-08-05
SPDocument->Document
johnce
1
-2
/
+2
2009-07-05
commit out apparently useless warning
bulia byak
1
-1
/
+1
2009-05-11
BUG: #273767: crash on ...; resolved crash on several pixbuf operations
theAdib
1
-24
/
+34
2009-05-02
more on BUG 322116: PDF export does not use the highest quality for rasterize...
Adib Taraben
1
-1
/
+2
2008-10-11
Merging from trunk
Ted Gould
1
-1
/
+1
2008-09-22
hide item instead of unreffing, and unref arena to prevent memory leak
bulia byak
1
-2
/
+3
2008-09-16
this item is not hide'd, so unref it instead to prevent leak
bulia byak
1
-0
/
+2
2008-09-05
Make rasterization of filters into pdf respect the requested dpi.
Aaron Spike
1
-5
/
+3
2008-08-08
remove many unnecessary to_2geom and from_2geom calls
Johan B. C. Engelen
1
-1
/
+1
2008-08-06
src/helper 2geomified
Johan B. C. Engelen
1
-10
/
+10
2008-03-21
No more NRMatrix or NRPoint.
Jasper van de Gronde
1
-1
/
+1
2008-02-24
Warning and whitespace cleanup
Jon A. Cruz
1
-188
/
+188
2008-01-14
early version export to PS using blur to bitmap
Adib Taraben
1
-0
/
+188
[next]