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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bitmap. Test for JPEG resolution reordered, and coding style corrected.
Nicolas Dufour
2012-12-26
1
-179
/
+200
*
Win32. Fixing invalid cast (introduced rev.11986).
Nicolas Dufour
2012-12-26
1
-1
/
+1
*
Convert a load more C-style pointer casts to GObject or C++ casts (merry chri...
Alex Valavanis
2012-12-25
3
-8
/
+8
*
libvisio: raise required version to >=0.20 and add new file types (VDX, VSDX)
su_v
2012-12-16
1
-0
/
+43
*
Drop support for GTK+ < 2.24
Alex Valavanis
2012-11-26
2
-16
/
+0
*
Update to current trunk
Ted Gould
2012-11-25
10
-37
/
+58
|
\
|
*
emf import. modify sequence of operations to load file EMF_Illustrator_a4.emf...
Alvin Penner
2012-11-11
1
-9
/
+14
|
*
cppcheck: Convert more C-style pointer casts to GObject or C++
Alex Valavanis
2012-11-11
1
-1
/
+1
|
*
fix margin for PDF exporting page area
Johan B. C. Engelen
2012-10-28
1
-10
/
+15
|
*
add bleed/margin to pdf export
Johan B. C. Engelen
2012-10-28
7
-16
/
+28
|
*
Filters. Fixing filters structure and typo.
Nicolas Dufour
2012-10-19
1
-1
/
+0
*
|
Getting all the filter headers
Ted Gould
2012-10-16
1
-0
/
+14
*
|
Files in /src that no longer exist
Ted Gould
2012-10-15
1
-2
/
+0
|
/
*
Fix for 426763 : Cancelling import leads to error message
John Smith
2012-10-11
2
-1
/
+11
*
emf import. re-implement filtering of isolated control characters (Bug 217231)
Alvin Penner
2012-10-10
1
-0
/
+4
*
Typo fix by Yuri Chornoivan.
Nicolas Dufour
2012-10-07
1
-1
/
+1
*
emf import. support for PATCOPY in EMR_BITBLT (Bug 1060141)
Alvin Penner
2012-10-06
1
-1
/
+1
*
code cleanup: make more functions static or include their own headers.
Campbell Barton
2012-10-04
1
-1
/
+1
*
Filters. Some filters fixes, renaming and simplifications.
Nicolas Dufour
2012-09-28
2
-62
/
+53
*
merge lp:~inkscape.dev/inkscape/lp1015572
Fridrich Strba
2012-09-21
3
-0
/
+348
|
\
|
*
Added Visio Files
Fridrich Strba
2012-07-09
2
-0
/
+343
|
*
Add support for libvisio
Fridrich Strba
2012-07-09
1
-0
/
+5
*
|
Preferences. New Bitmap Override file resolution option, by Daniel Wagenaar.
Nicolas Dufour
2012-09-20
1
-4
/
+5
*
|
pdf import. move style attribute from <tspan> node to <text> node (Bug 219709)
Alvin Penner
2012-09-10
1
-1
/
+2
*
|
Fix for 499965 : PS Output : Convert export area to radio buttons
John Smith
2012-09-05
2
-89
/
+82
*
|
emf import. add support for EMR_PIE element (Bug 1040339)
Alvin Penner
2012-09-01
1
-0
/
+43
*
|
round-off incoming png resolution to 0.1 dpi (Bug 165952 comment 20)
Alvin Penner
2012-08-19
1
-2
/
+2
*
|
Add missing files and add Daniel Wagenaar to Authors
Josh Andler
2012-07-23
2
-0
/
+358
*
|
Bitmap. Fix for Bug #165952 (png resolution not imported) by Daniel Wagenaar.
Nicolas Dufour
2012-07-23
2
-5
/
+33
|
/
*
emf import. missing tick marks (Bug 715692)
Alvin Penner
2012-07-02
1
-1
/
+2
*
Fix building with Poppler 0.20 (LP: #1005565)
Luca Bruno
2012-06-30
2
-16
/
+209
*
Gtk+ 3 drawing fixes for PDF input dialogs
Alex Valavanis
2012-06-09
4
-22
/
+33
*
cppcheck
Kris De Gussem
2012-06-07
1
-3
/
+7
*
emf import/export. patch by David Mathog for setmiterlimit (Bug 1004084)
Alvin Penner
2012-05-27
2
-12
/
+7
*
Correct use of memcopy/sizeof on wrong type. Fixes bug #616178.
Jon A. Cruz
2012-05-18
1
-2
/
+4
*
pdf import. set a default line width, see http://thread.gmane.org/gmane.comp....
Alvin Penner
2012-05-15
1
-1
/
+4
*
improved workaround to prevent GfxRadialShading from getting corrupted during...
Alvin Penner
2012-05-06
1
-2
/
+15
*
Fix typos in Gtk3 fixes, and fix separator API usage
Alex Valavanis
2012-04-30
2
-2
/
+0
*
gtkmm-3.0 changes for Gtk::Adjustment
Alex Valavanis
2012-04-30
4
-0
/
+28
*
emf import. use EMR_EXTSELECTCLIPRGN to cancel clipping (Bug 990083)
Alvin Penner
2012-04-29
1
-0
/
+6
*
pdf import. modify criterion for applying scaling to gradientTransform (Bug 9...
Alvin Penner
2012-04-22
1
-6
/
+8
*
dropping some ghost code / probably fixing a memleak as well
Kris De Gussem
2012-04-21
1
-4
/
+0
*
cppcheck / fix issue in Dutch translation
Kris De Gussem
2012-04-20
2
-10
/
+5
*
cppcheck
Kris De Gussem
2012-04-20
1
-3
/
+1
*
Memory leak fix. (Bug #986271) Code supplied by David Mathog.
Kris De Gussem
2012-04-20
2
-6
/
+23
*
Warning cleanup
Jon A. Cruz
2012-04-18
8
-60
/
+42
*
Fix for 169888 : Patch for HIG style frames for PDF import dialogs
John Smith
2012-04-18
4
-76
/
+17
*
pdf import. for radial gradient, approximate an ExponentialFunction using an ...
Alvin Penner
2012-04-15
1
-19
/
+18
*
Removed unused function.
Jon A. Cruz
2012-04-11
1
-15
/
+0
*
pdf import. temporary workaround to prevent GfxRadialShading from getting cor...
Alvin Penner
2012-04-08
1
-1
/
+2
[next]