index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
inkscape.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-09-14
Always check result of sp_repr_read_mem for NULL
Bryce Harrington
1
-1
/
+1
2014-08-26
Standardise InkscapeApplication GObject implementation (namespace not support...
Alex Valavanis
1
-79
/
+45
2014-05-10
Adding new INKSCAPE_PROFILE_DIR environment variable (see bug #1247448, envir...
Nicolas Dufour
1
-0
/
+5
2014-03-23
fix Windows build for newer gcc/libs
Johan B. C. Engelen
1
-1
/
+4
2013-11-09
Moved and renamed some tool-related files.
Markus Engel
1
-1
/
+1
2013-11-07
First step of moving tools into appropriate namespaces.
Markus Engel
1
-3
/
+3
2013-09-28
effects don't need to merge into menus if we're running without gui; with thi...
buliabyak
1
-1
/
+1
2013-09-28
return value of g_utf16_to_utf8 was leaking here
buliabyak
1
-1
/
+3
2013-07-30
Further refactoring of EventContexts.
Markus Engel
1
-4
/
+4
2013-07-04
Further renaming of DBus variables (object -> app_interface/doc_interface
Eric Greveson
1
-1
/
+16
2013-07-03
Modified dbus interface so that it works in console mode (--dbus-listen)
Eric Greveson
1
-0
/
+54
2013-07-01
Factored layer model out into new Inkscape::LayerModel class. This allows
Eric Greveson
1
-1
/
+1
2013-06-06
Added configure/ifdef guards to only bring in the needed #include if glibmm h...
Jon A. Cruz
1
-0
/
+2
2013-06-04
Correct to compile against recent gtkmm, including updated macports versions....
Jon A. Cruz
1
-0
/
+3
2013-04-03
Checking file presence before calling lstat (should fix Bug #785701 Inkscape ...
Kris De Gussem
1
-7
/
+9
2013-03-25
Workaround usage of deprecated glib symbols in 3rd party libraries
Alex Valavanis
1
-2
/
+1
2013-03-19
Fixing regression
jtx
1
-1
/
+1
2013-03-17
Working with widjets
Jabier Arraiza Cenoz
1
-1
/
+1
2013-03-14
Fix another load of forward declaration tags
Alex Valavanis
1
-1
/
+1
2013-02-23
Fix missing headers for Gtk+ 3 build
Alex Valavanis
1
-0
/
+2
2012-11-29
Fix for 1073128 : Command line PNG export fails if FeFlood filter primitive i...
John Smith
1
-0
/
+4
2012-10-09
Fix translation issue of rev 11759.
Kris De Gussem
1
-4
/
+4
2012-10-08
Fix for 490338 : Try to create the autosave directory if that does not exists
John Smith
1
-2
/
+18
2012-10-04
code cleanup: add own includes to cpp files or make the functions static if t...
Campbell Barton
1
-3
/
+3
2012-02-25
(cppcheck and janitorial tasks:) C-style casting to C++-style casting
Kris De Gussem
1
-10
/
+12
2012-02-15
Move gtkmm headers that internally re-enable deprecated gtk symbols to top. ...
Alex Valavanis
1
-1
/
+1
2012-02-12
Header cleaning
Alex Valavanis
1
-1
/
+0
2012-02-11
Get rid of deprecated gtk_marshal_* and some old GtkComboBox API
Alex Valavanis
1
-1
/
+2
2011-10-05
Cleanup for src/forward.h. (About 19 of the affected files did not require th...
Jon A. Cruz
1
-0
/
+4
2011-10-03
Another minor pass of Doxygen cleanup.
Jon A. Cruz
1
-2
/
+3
2011-06-03
Use generic headers in preparation for GTK+ 3 transition
Alex Valavanis
1
-2
/
+1
2011-05-27
Applying patch from Gellule Xg to fix crash on 64-bit.
Jon A. Cruz
1
-1
/
+1
2011-05-20
Reinstating version bump.
Jon A. Cruz
1
-4
/
+0
2011-05-19
Revert version bump so win devlibs can catch up.
Jon A. Cruz
1
-0
/
+4
2011-05-18
Made dependencies explicit and bumped versions.
Jon A. Cruz
1
-4
/
+0
2011-05-06
Adding initial cut of resource manager.
Jon A. Cruz
1
-0
/
+2
2011-04-15
No more PrintWin32, including no special cases for non-Unicode Windows anymore.
Jasper van de Gronde
1
-12
/
+2
2011-03-20
Cleaned up memory patch. Fixes bug #737298.
Jon A. Cruz
1
-10
/
+18
2010-12-06
Stop background rendering once crash handler is triggered.
Jon A. Cruz
1
-0
/
+9
2010-10-12
Remove the failed and unused "new gui" stuff.
Krzysztof Kosi??ski
1
-105
/
+30
2010-06-02
Forgot explicit initialization of FILE*.
Jasper van de Gronde
1
-1
/
+1
2010-06-02
Fix for bug #283769 (emergency save fails)
Jasper van de Gronde
1
-37
/
+43
2010-04-29
moved some marshalling functions to generic glib calls
Nathan Hurst
1
-8
/
+8
2010-04-11
Switching to new input dialog. Allows for a better UI and addresses bug #3348...
Jon A. Cruz
1
-2
/
+2
2009-11-09
Migrate file MRU prefs
Jon A. Cruz
1
-0
/
+1
2009-09-30
Create additional user subdir's. Fixes bug #437938.
Jon A. Cruz
1
-0
/
+7
2009-08-19
fix 167857
bulia byak
1
-2
/
+4
2009-08-07
Report complete paths when doing an emergency save (closes LP #171392)
Maximilian Albert
1
-0
/
+6
2009-08-06
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
1
-14
/
+14
2009-08-05
SPDocument->Document
johnce
1
-14
/
+14
[next]