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
...
*
some more string class usage
Kris De Gussem
2012-04-22
1
-16
/
+13
*
Get rid of remaining deprecated GDK Key symbols
Alex Valavanis
2012-04-15
1
-4
/
+9
*
Clean up all remaining false warnings from Gtkmm
Alex Valavanis
2012-02-26
1
-1
/
+2
*
Header cleaning
Alex Valavanis
2012-02-25
1
-0
/
+2
*
Header cleaning
Alex Valavanis
2012-02-12
1
-2
/
+1
*
dropped deprecated function sp_repr_get_double_attribute
Kris De Gussem
2012-01-07
1
-3
/
+7
*
Fixing more broken and split doc comments.
Jon A. Cruz
2011-10-27
1
-1
/
+1
*
Refactor SPItem bounding box methods: remove NRRect usage and make code
Krzysztof Kosi??ski
2011-08-27
1
-5
/
+4
*
- rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...
Johan B. C. Engelen
2011-07-17
1
-1
/
+1
*
If GTK built with QUARTZ backend, no need to expect DISPLAY to be set to star...
Gellule Xg
2011-06-28
1
-1
/
+1
*
Merge from trunk
Krzysztof Kosi??ski
2011-06-19
1
-6
/
+2
|
\
|
*
Merge gtk header cleanup by Alex Valavanis. Fixes bug #709847, bug #747512, b...
Jon A. Cruz
2011-06-04
1
-5
/
+1
|
|
\
|
|
*
Use generic headers in preparation for GTK+ 3 transition
Alex Valavanis
2011-06-03
1
-5
/
+1
|
*
|
Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...
Jon A. Cruz
2011-06-04
1
-1
/
+1
|
|
/
*
/
No more PrintWin32, including no special cases for non-Unicode Windows anymore.
Jasper van de Gronde
2011-04-15
1
-5
/
+1
|
/
*
Finished cleanup of outdated SP_OBJECT_REPR C macro.
Jon A. Cruz
2011-02-22
1
-2
/
+2
*
Merge and cleanup of GSoC C++-ification project.
Jon A. Cruz
2010-12-12
1
-23
/
+20
|
\
|
*
C++fied SPDocument added
Abhishek Sharma Public
2010-07-01
1
-6
/
+6
|
*
This is the first c++ification commit from me. It handles sp-line, sp-polylin...
Abhishek Sharma Public
2010-06-29
1
-3
/
+3
*
|
Fix build breakage on Windows after the recent "new gui" removal.
Krzysztof Kosi??ski
2010-10-13
1
-3
/
+3
*
|
Remove the failed and unused "new gui" stuff.
Krzysztof Kosi??ski
2010-10-12
1
-6
/
+9
*
|
Fix for subtle bug in parsing export area, found by Vaughn Spurlin using Cove...
Jasper van de Gronde
2010-08-04
1
-1
/
+1
|
/
*
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
[prev]
[next]