index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
main.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix command line invocation on Windows (LP #167455).
Krzysztof Kosi??ski
2010-04-02
1
-20
/
+1
*
Do not print PYTHONPATH on every invocation (stale debug output)
Krzysztof Kosi??ski
2010-04-02
1
-1
/
+1
*
Make all paths in PYTHONPATH absolute.
Krzysztof Kosi??ski
2010-03-30
1
-2
/
+14
*
More correct setting of PYTHONPATH at startup
Krzysztof Kosi??ski
2010-03-29
1
-3
/
+9
*
Oops - obviously the previous fix didn't work outside Windows
Krzysztof Kosi??ski
2010-03-28
1
-6
/
+24
*
Fix regression (inkex.py not found for extensions in user's directory)
Krzysztof Kosi??ski
2010-03-28
1
-27
/
+8
*
Allow Inkscape to run from Unicode directories on Windows
Krzysztof Kosi??ski
2010-03-28
1
-78
/
+102
*
Patch from Fridrich - LP #520532
Krzysztof Kosi??ski
2010-03-05
1
-5
/
+4
*
Cleanup on id access.
Jon A. Cruz
2010-03-02
1
-2
/
+2
*
- change cmdline option to --export-latex.
Johan B. C. Engelen
2010-02-22
1
-8
/
+8
*
add --export-pdf-latex option to the cmdline
Johan B. C. Engelen
2010-02-20
1
-0
/
+15
*
Make Inkscape Portable not fiddle with the registry.
Chris Morgan
2009-12-20
1
-2
/
+6
*
fix 396851: move absolutizing relative path (added by Ted) out of sp_export_p...
bulia byak
2009-08-17
1
-11
/
+47
*
Change "canvas" to "page" to be consistent with use in all other dialogs and
Tavmjong Bah
2009-08-07
1
-19
/
+19
*
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
2009-08-06
1
-11
/
+11
*
SPDocument->Document
johnce
2009-08-05
1
-11
/
+11
*
Mark areas with charset conversion issues
Jon A. Cruz
2009-06-12
1
-5
/
+10
*
* [INTL:*] fixed typos (by Yuri Chornoivan)
Ivan Mas??r
2009-05-06
1
-1
/
+1
*
copyedit labels, expand range
bulia byak
2009-04-30
1
-2
/
+2
*
allow --export-dpi to be used for setting the filter rasterization resolution...
bulia byak
2009-04-30
1
-1
/
+12
*
Move Inkscape::IO::fixupHrefs to Inkscape::XML::rebase_hrefs in new file xml/...
Peter Moulder
2009-04-07
1
-1
/
+2
*
Add XDG locations for icons
Jon A. Cruz
2009-04-03
1
-0
/
+23
*
response to bug #167290; add another undoc option to support alt-key tracking...
Ed Halley
2009-03-16
1
-1
/
+51
*
Patch from Lubomir Rintel: fixes for GCC 4.4
Krzysztof Kosi??ski
2009-02-26
1
-2
/
+3
*
Several icon name fixes
Krzysztof Kosi??ski
2009-02-26
1
-0
/
+3
*
add #include <gtk/gtk.h> to fix defect #333767
Adib Taraben
2009-02-26
1
-0
/
+1
*
Make all icons themable (except the filter icons).
Krzysztof Kosi??ski
2009-02-19
1
-11
/
+10
*
Improved version reporting. Add SVN revision and custom status to
Krzysztof Kosi??ski
2009-01-13
1
-3
/
+3
*
Fixes rendering of feImage (using bitmaps) by preventing the error "Unable to...
Jasper van de Gronde
2009-01-10
1
-0
/
+3
*
More NR ==> Geom changes
Joshua L. Blocher
2008-12-28
1
-4
/
+4
*
* remove sp_item_i2root_affine and sp_item_i2r_affine and replace all calls by
Thomas Holder
2008-12-16
1
-1
/
+1
*
add --export-ignore-filters
bulia byak
2008-11-30
1
-1
/
+15
*
Merge from fe-moved
Ted Gould
2008-11-21
1
-24
/
+18
*
Merge from trunk
Ted Gould
2008-10-31
1
-11
/
+2
*
Merge from trunk
Ted Gould
2008-10-28
1
-0
/
+6
*
From trunk
Ted Gould
2008-10-27
1
-96
/
+61
*
Merging from trunk
Ted Gould
2008-10-11
1
-8
/
+8
*
releasing fails to delete document, even when memory is scarce, so delete it ...
bulia byak
2008-09-21
1
-1
/
+2
*
the proper way to delete a SPDocument, according to mental
bulia byak
2008-09-16
1
-1
/
+1
*
Finish the original command-name addition.
Jon A. Cruz
2008-09-16
1
-5
/
+3
*
fix first argument being lost in shell mode
bulia byak
2008-09-15
1
-7
/
+9
*
Handle optional bbox behavior. Fixes warning.
Jon A. Cruz
2008-09-14
1
-2
/
+10
*
Applied cleaned-up patch for 'server' or 'shell' mode.
Jon A. Cruz
2008-09-14
1
-36
/
+168
*
More tabs
Jon A. Cruz
2008-09-13
1
-2
/
+2
*
Whitespace cleanup
Jon A. Cruz
2008-09-13
1
-3
/
+3
*
Fix to bug with export-width and export-height due to errno not being reset d...
John Cliff
2008-08-20
1
-3
/
+5
*
remove many unnecessary to_2geom and from_2geom calls
Johan B. C. Engelen
2008-08-08
1
-3
/
+3
*
NR::Maybe => boost::optional
Johan B. C. Engelen
2008-08-05
1
-2
/
+2
*
change NR::Matrix to Geom:: for many sp_item_xxx_affine functions
Johan B. C. Engelen
2008-06-12
1
-3
/
+3
*
plumb XML::Documents in everywhere
MenTaLguY
2008-06-11
1
-1
/
+1
[next]