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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-05-26
Fix for 903772 : Support --export-text-to-path when outputting plain SVG
John Smith
1
-0
/
+28
2012-05-12
Fix for externally reported patch by Juergen Weigert, Bug #993500 (inkscape s...
Kris De Gussem
1
-5
/
+14
2012-05-03
Eliminated duplication of GTK key defines.
Jon A. Cruz
1
-2
/
+1
2012-04-22
some more string class usage
Kris De Gussem
1
-16
/
+13
2012-04-15
Get rid of remaining deprecated GDK Key symbols
Alex Valavanis
1
-4
/
+9
2012-02-26
Clean up all remaining false warnings from Gtkmm
Alex Valavanis
1
-1
/
+2
2012-02-25
Header cleaning
Alex Valavanis
1
-0
/
+2
2012-02-12
Header cleaning
Alex Valavanis
1
-2
/
+1
2012-01-07
dropped deprecated function sp_repr_get_double_attribute
Kris De Gussem
1
-3
/
+7
2011-10-27
Fixing more broken and split doc comments.
Jon A. Cruz
1
-1
/
+1
2011-08-27
Refactor SPItem bounding box methods: remove NRRect usage and make code
Krzysztof Kosi??ski
1
-5
/
+4
2011-07-17
- rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...
Johan B. C. Engelen
1
-1
/
+1
2011-06-28
If GTK built with QUARTZ backend, no need to expect DISPLAY to be set to star...
Gellule Xg
1
-1
/
+1
2011-06-04
Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...
Jon A. Cruz
1
-1
/
+1
2011-06-03
Use generic headers in preparation for GTK+ 3 transition
Alex Valavanis
1
-5
/
+1
2011-04-15
No more PrintWin32, including no special cases for non-Unicode Windows anymore.
Jasper van de Gronde
1
-5
/
+1
2011-02-22
Finished cleanup of outdated SP_OBJECT_REPR C macro.
Jon A. Cruz
1
-2
/
+2
2010-10-13
Fix build breakage on Windows after the recent "new gui" removal.
Krzysztof Kosi??ski
1
-3
/
+3
2010-10-12
Remove the failed and unused "new gui" stuff.
Krzysztof Kosi??ski
1
-6
/
+9
2010-08-04
Fix for subtle bug in parsing export area, found by Vaughn Spurlin using Cove...
Jasper van de Gronde
1
-1
/
+1
2010-07-01
C++fied SPDocument added
Abhishek Sharma Public
1
-6
/
+6
2010-06-29
This is the first c++ification commit from me. It handles sp-line, sp-polylin...
Abhishek Sharma Public
1
-3
/
+3
2010-04-02
Fix command line invocation on Windows (LP #167455).
Krzysztof Kosi??ski
1
-20
/
+1
2010-04-02
Do not print PYTHONPATH on every invocation (stale debug output)
Krzysztof Kosi??ski
1
-1
/
+1
2010-03-30
Make all paths in PYTHONPATH absolute.
Krzysztof Kosi??ski
1
-2
/
+14
2010-03-29
More correct setting of PYTHONPATH at startup
Krzysztof Kosi??ski
1
-3
/
+9
2010-03-28
Oops - obviously the previous fix didn't work outside Windows
Krzysztof Kosi??ski
1
-6
/
+24
2010-03-28
Fix regression (inkex.py not found for extensions in user's directory)
Krzysztof Kosi??ski
1
-27
/
+8
2010-03-28
Allow Inkscape to run from Unicode directories on Windows
Krzysztof Kosi??ski
1
-78
/
+102
2010-03-05
Patch from Fridrich - LP #520532
Krzysztof Kosi??ski
1
-5
/
+4
2010-03-02
Cleanup on id access.
Jon A. Cruz
1
-2
/
+2
2010-02-22
- change cmdline option to --export-latex.
Johan B. C. Engelen
1
-8
/
+8
2010-02-20
add --export-pdf-latex option to the cmdline
Johan B. C. Engelen
1
-0
/
+15
2009-12-20
Make Inkscape Portable not fiddle with the registry.
Chris Morgan
1
-2
/
+6
2009-08-17
fix 396851: move absolutizing relative path (added by Ted) out of sp_export_p...
bulia byak
1
-11
/
+47
2009-08-07
Change "canvas" to "page" to be consistent with use in all other dialogs and
Tavmjong Bah
1
-19
/
+19
2009-08-06
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
1
-11
/
+11
2009-08-05
SPDocument->Document
johnce
1
-11
/
+11
2009-06-12
Mark areas with charset conversion issues
Jon A. Cruz
1
-5
/
+10
2009-05-06
* [INTL:*] fixed typos (by Yuri Chornoivan)
Ivan Mas??r
1
-1
/
+1
2009-04-30
copyedit labels, expand range
bulia byak
1
-2
/
+2
2009-04-30
allow --export-dpi to be used for setting the filter rasterization resolution...
bulia byak
1
-1
/
+12
2009-04-07
Move Inkscape::IO::fixupHrefs to Inkscape::XML::rebase_hrefs in new file xml/...
Peter Moulder
1
-1
/
+2
2009-04-03
Add XDG locations for icons
Jon A. Cruz
1
-0
/
+23
2009-03-16
response to bug #167290; add another undoc option to support alt-key tracking...
Ed Halley
1
-1
/
+51
2009-02-26
Patch from Lubomir Rintel: fixes for GCC 4.4
Krzysztof Kosi??ski
1
-2
/
+3
2009-02-26
Several icon name fixes
Krzysztof Kosi??ski
1
-0
/
+3
2009-02-26
add #include <gtk/gtk.h> to fix defect #333767
Adib Taraben
1
-0
/
+1
2009-02-19
Make all icons themable (except the filter icons).
Krzysztof Kosi??ski
1
-11
/
+10
2009-01-13
Improved version reporting. Add SVN revision and custom status to
Krzysztof Kosi??ski
1
-3
/
+3
[next]