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
/
pdfinput
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge Google Summer of Code unit refactor.
Matthew Petroff
2013-08-06
2
-6
/
+6
|
\
|
*
Eliminate "unit-constants.h".
Matthew Petroff
2013-07-31
2
-6
/
+6
*
|
code cleanup (cppcheck)
Johan B. C. Engelen
2013-08-05
2
-11
/
+8
*
|
pdf import. re-define tiling pattern scaling matrix (Bug 1168908)
Alvin Penner
2013-08-03
1
-1
/
+19
|
/
*
Added configure/ifdef guards to only bring in the needed #include if glibmm h...
Jon A. Cruz
2013-06-06
1
-0
/
+2
*
Correct to compile against recent gtkmm, including updated macports versions....
Jon A. Cruz
2013-06-04
1
-0
/
+2
*
Fix missing Gtkmm/Glib headers for Gtk+ 3 build
Alex Valavanis
2013-03-15
1
-0
/
+1
*
Fix even more forward declaration tags
Alex Valavanis
2013-03-15
1
-3
/
+3
*
Kill ancient gcc version check in configure.ac and fix a load of broken forwa...
Alex Valavanis
2013-03-14
1
-1
/
+1
*
cppcheck
Kris De Gussem
2013-03-11
1
-280
/
+285
*
Drop deprecated get_vbox method in Gtk::Dialog
Alex Valavanis
2013-03-08
1
-0
/
+8
*
Fix deprecated Gtkmm symbols in preferences widget
Alex Valavanis
2013-03-07
2
-2
/
+7
*
cppcheck
Kris De Gussem
2013-02-11
1
-2
/
+2
*
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
1
-3
/
+3
*
Drop support for GTK+ < 2.24
Alex Valavanis
2012-11-26
1
-8
/
+0
*
Fix for 426763 : Cancelling import leads to error message
John Smith
2012-10-11
2
-1
/
+11
*
pdf import. move style attribute from <tspan> node to <text> node (Bug 219709)
Alvin Penner
2012-09-10
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
2
-11
/
+17
*
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
1
-1
/
+0
*
gtkmm-3.0 changes for Gtk::Adjustment
Alex Valavanis
2012-04-30
2
-0
/
+14
*
pdf import. modify criterion for applying scaling to gradientTransform (Bug 9...
Alvin Penner
2012-04-22
1
-6
/
+8
*
Warning cleanup
Jon A. Cruz
2012-04-18
2
-12
/
+9
*
Fix for 169888 : Patch for HIG style frames for PDF import dialogs
John Smith
2012-04-18
2
-38
/
+8
*
pdf import. for radial gradient, approximate an ExponentialFunction using an ...
Alvin Penner
2012-04-15
1
-19
/
+18
*
pdf import. temporary workaround to prevent GfxRadialShading from getting cor...
Alvin Penner
2012-04-08
1
-1
/
+2
*
Fix remaining GTKMM deprecation issues
Alex Valavanis
2012-04-06
1
-7
/
+10
*
pdf import. improve upon rev 11094. transform four corners of bbox separately...
Alvin Penner
2012-03-21
1
-8
/
+14
*
pdf import. transform the bbox associated with a clip path (Bug 919176)
Alvin Penner
2012-03-18
1
-0
/
+11
*
header cleaning
Alex Valavanis
2012-02-26
1
-1
/
+2
*
Header cleaning
Alex Valavanis
2012-02-25
2
-17
/
+30
*
cppcheck
Kris De Gussem
2012-02-15
1
-79
/
+78
*
Header cleaning
Alex Valavanis
2012-02-12
1
-0
/
+1
*
(cppcheck and janitorial tasks:) C-style casting to C++-style casting
Kris De Gussem
2012-02-08
2
-16
/
+16
*
Cleaning up my mess... backward compatibility and fix Windows build (hopefully)
Alex Valavanis
2012-02-07
1
-0
/
+8
*
Extensions: replace deprecated gtkmm symbols
Alex Valavanis
2012-02-06
1
-12
/
+11
*
initialisation
Kris De Gussem
2012-02-04
1
-0
/
+1
*
Warning and uninitialized data cleanup.
Jon A. Cruz
2012-01-07
1
-159
/
+245
*
cleanup includes
Johan B. C. Engelen
2011-12-29
1
-6
/
+6
*
fix preview of pdf files with weird characters in filename
Johan B. C. Engelen
2011-12-29
1
-2
/
+2
*
Switch to top-level glib headers. Thanks to DimStar for patch
Alex Valavanis
2011-12-08
1
-1
/
+1
*
variable initialisation
Kris De Gussem
2011-11-19
2
-4
/
+9
*
Updating use of libpng jump buffer. Fixes bug #721029.
Jon A. Cruz
2011-10-29
1
-1
/
+1
*
Fixing more broken and split doc comments.
Jon A. Cruz
2011-10-27
3
-5
/
+4
*
Cleanup pass on documentation that was dumping garbage into doxygen output.
Jon A. Cruz
2011-10-25
3
-27
/
+28
*
Warning cleanup
Jon A. Cruz
2011-10-23
1
-14
/
+14
[next]