index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
extension
/
internal
/
gdkpixbuf-input.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update internal extensions for latest .inx format changes
Patrick Storz
2019-09-01
1
-11
/
+11
*
Refactor a lot of the parameter handling code
Patrick Storz
2019-08-31
1
-3
/
+3
*
Fix incorrect string literal comparisons
Karl Cheng
2019-02-19
1
-2
/
+2
*
Clarify licenses
Max Gaukler
2018-11-08
1
-0
/
+10
*
Remove 'document-private.h' where not needed plus some other header cleanup.
Tavmjong Bah
2018-10-22
1
-8
/
+14
*
Code cleanup and adding comments.
Tavmjong Bah
2018-10-17
1
-33
/
+18
*
Move some files to 'io' directory.
Tavmjong Bah
2018-10-13
1
-1
/
+1
*
Run clang-tidy’s modernize-redundant-void-arg pass.
Emmanuel Gil Peyrot
2018-06-19
1
-1
/
+1
*
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
2018-06-18
1
-6
/
+6
*
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
2018-05-04
1
-5
/
+5
*
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
2018-04-29
1
-5
/
+5
*
Move classes derived from SPObject to own directory.
Tavmjong Bah
2018-01-30
1
-1
/
+2
*
Replace boost::scoped_ptr
Jan Lingscheid
2017-10-17
1
-2
/
+1
*
third batch
Marc Jeanmougin
2017-10-02
1
-10
/
+5
*
adds a layer to put things in when opening raster files
Marc Jeanmougin
2016-09-15
1
-1
/
+6
*
Extensions: Use underscored variants of parameters / attribute names in inter...
Eduard Braun
2016-06-11
1
-1
/
+1
*
added comment + simpler rounding
Marc Jeanmougin
2015-12-04
1
-2
/
+3
*
Correct rounding when importing bitmaps
Marc Jeanmougin
2015-12-03
1
-2
/
+6
*
import images with dpi from file : xscale and yscale were not rounded but flo...
Marc Jeanmougin
2015-08-17
1
-2
/
+2
*
Fix regression: pasted bitmaps should be embeded. (Bug #855440)
Tavmjong Bah
2015-01-21
1
-1
/
+1
*
Change getDefaultUnit() to getDisplayUnit() to better reflect value returned ...
Tavmjong Bah
2014-11-26
1
-1
/
+1
*
Header cleanup: stop using Glib types where they aren't truly needed. Eases G...
Liam P. White
2014-08-31
1
-7
/
+6
*
Convert from 90px to inch to 96px to inch per SVG (CSS) specification.
Tavmjong Bah
2014-05-26
1
-4
/
+4
*
Image import dialog: add dpi option (from file or default), use compacter lay...
su_v
2014-02-12
1
-5
/
+17
*
Set 'preserveAspectRatio' to 'none' when importing an image.
Tavmjong Bah
2014-02-11
1
-0
/
+6
*
Add GUI for 'image-rendering'. Completes fix for blocker bug #1163449.
Tavmjong Bah
2013-11-19
1
-15
/
+41
*
fix bug "some of the locale-based templates cause objects to be resized when ...
Johan B. C. Engelen
2013-10-24
1
-1
/
+1
*
Fix adding viewBox to new documents.
Matthew Petroff
2013-09-22
1
-0
/
+6
*
Encapsulate the shared memory hack for Cairo and GdkPixbuf in a class
Krzysztof Kosi??ski
2013-09-19
1
-14
/
+6
*
Do not recompress images when embedding and generating PDFs.
Krzysztof Kosi??ski
2013-09-14
1
-58
/
+23
*
Eliminate "unit-constants.h".
Matthew Petroff
2013-07-31
1
-2
/
+2
*
Preferences. New Bitmap Override file resolution option, by Daniel Wagenaar.
Nicolas Dufour
2012-09-20
1
-4
/
+5
*
round-off incoming png resolution to 0.1 dpi (Bug 165952 comment 20)
Alvin Penner
2012-08-19
1
-2
/
+2
*
Bitmap. Fix for Bug #165952 (png resolution not imported) by Daniel Wagenaar.
Nicolas Dufour
2012-07-23
1
-4
/
+29
*
Warning cleanup
Jon A. Cruz
2012-04-18
1
-3
/
+3
*
Import. Bitmap import improvements (see Bugs #171842 and #847374).
Nicolas Dufour
2012-03-18
1
-15
/
+31
*
Header cleaning
Alex Valavanis
2012-02-12
1
-0
/
+2
*
Minor UI fix
Kris De Gussem
2011-07-20
1
-2
/
+2
*
Merge and cleanup of GSoC C++-ification project.
Jon A. Cruz
2010-12-12
1
-6
/
+6
|
\
|
*
New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...
Abhishek Sharma Public
2010-07-02
1
-3
/
+3
|
*
C++fied SPDocument added
Abhishek Sharma Public
2010-07-01
1
-1
/
+1
|
*
This is the first c++ification commit from me. It handles sp-line, sp-polylin...
Abhishek Sharma Public
2010-06-29
1
-1
/
+1
*
|
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
2010-11-17
1
-1
/
+1
*
|
i18n. Fix for bug #601522 (embedding prompt dialog's caption is not translated).
Nicolas Dufour
2010-07-13
1
-3
/
+5
|
/
*
Changed the embed/link dialog to use radio buttons instead of a checkbox to m...
Jon A. Cruz
2010-03-18
1
-4
/
+7
*
make label more informative
buliabyak
2010-03-17
1
-1
/
+1
*
Always embed bitmap copies created with Alt+B.
Krzysztof Kosi??ski
2010-03-05
1
-21
/
+2
*
Improve behavior when pasting, DnDing and importing bitmap images
Krzysztof Kosi??ski
2010-03-04
1
-35
/
+78
*
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
2009-08-06
1
-2
/
+2
*
SPDocument->Document
johnce
2009-08-05
1
-1
/
+1
[next]