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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use menus.xml for menus, load a basic File>Quit menu as backup.
Martin Owens
2017-07-21
1
-12
/
+3
*
Hackfest Regression: Fix profile_path() not returning the correct directory
Eduard Braun
2017-07-08
1
-14
/
+0
*
Remove duplicate error message
Martin Owens
2017-07-02
1
-8
/
+1
*
Refactor profile directory use and promote IO::Resource get_path and get_file...
Martin Owens
2017-06-28
1
-192
/
+17
*
Use GStatBuf where appropriate to ensure usage of the correct type
Eduard Braun
2017-01-12
1
-1
/
+1
*
Remove a superflous == TRUE.
Shlomi Fish
2016-09-02
1
-1
/
+1
*
Fix a bunch of errors as reported at http://www.viva64.com/en/b/0419/
Tavmjong Bah
2016-08-15
1
-1
/
+1
*
Move some main functions to Application class
Alex Valavanis
2016-08-09
1
-0
/
+105
*
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
2016-08-03
1
-10
/
+1
*
Reverted changes to r15024 after many building problems
Adrian Boguszewski
2016-07-28
1
-1
/
+12
*
Removed unused includes, decrease compilation time
Adrian Boguszewski
2016-07-28
1
-12
/
+1
*
Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ensur...
Alex Valavanis
2015-04-27
1
-4
/
+0
*
Remove sp_desktop_document and finish cleanup of desktop-handles.h
Liam P. White
2014-12-21
1
-2
/
+2
*
Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection
Liam P. White
2014-12-21
1
-8
/
+8
*
Fix crash bug when exporting PNG from CLI
Liam P. White
2014-07-24
1
-4
/
+6
*
5. Refactoring of Application class: make copy/assignment operators private, ...
Liam P. White
2014-06-27
1
-25
/
+51
*
Move constructor/destructor into private section, remove protected section. R...
Liam P. White
2014-06-27
1
-2
/
+15
*
4. further refactor Application class; create proper singleton, encapsulate m...
Liam P. White
2014-06-26
1
-132
/
+123
*
Fix filters/extensions menus not populating
Liam P. White
2014-06-26
1
-1
/
+10
*
3. remove dead code, refactor existing code. Connect overlooked signals.
Liam P. White
2014-06-26
1
-419
/
+185
*
2. connect signals
Liam P. White
2014-06-25
1
-2
/
+8
*
1. make it compile
Liam P. White
2014-06-25
1
-283
/
+267
*
Adding new INKSCAPE_PROFILE_DIR environment variable (see bug #1247448, envir...
Nicolas Dufour
2014-05-10
1
-0
/
+5
*
fix Windows build for newer gcc/libs
Johan B. C. Engelen
2014-03-23
1
-1
/
+4
*
Moved and renamed some tool-related files.
Markus Engel
2013-11-09
1
-1
/
+1
*
First step of moving tools into appropriate namespaces.
Markus Engel
2013-11-07
1
-3
/
+3
*
effects don't need to merge into menus if we're running without gui; with thi...
buliabyak
2013-09-28
1
-1
/
+1
*
return value of g_utf16_to_utf8 was leaking here
buliabyak
2013-09-28
1
-1
/
+3
*
Further refactoring of EventContexts.
Markus Engel
2013-07-30
1
-4
/
+4
*
Further renaming of DBus variables (object -> app_interface/doc_interface
Eric Greveson
2013-07-04
1
-1
/
+16
*
Modified dbus interface so that it works in console mode (--dbus-listen)
Eric Greveson
2013-07-03
1
-0
/
+54
*
Factored layer model out into new Inkscape::LayerModel class. This allows
Eric Greveson
2013-07-01
1
-1
/
+1
*
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
/
+3
*
Checking file presence before calling lstat (should fix Bug #785701 Inkscape ...
Kris De Gussem
2013-04-03
1
-7
/
+9
*
Workaround usage of deprecated glib symbols in 3rd party libraries
Alex Valavanis
2013-03-25
1
-2
/
+1
*
Fix another load of forward declaration tags
Alex Valavanis
2013-03-14
1
-1
/
+1
*
Fix missing headers for Gtk+ 3 build
Alex Valavanis
2013-02-23
1
-0
/
+2
*
Fix for 1073128 : Command line PNG export fails if FeFlood filter primitive i...
John Smith
2012-11-29
1
-0
/
+4
*
Fix translation issue of rev 11759.
Kris De Gussem
2012-10-09
1
-4
/
+4
*
Fix for 490338 : Try to create the autosave directory if that does not exists
John Smith
2012-10-08
1
-2
/
+18
*
code cleanup: add own includes to cpp files or make the functions static if t...
Campbell Barton
2012-10-04
1
-3
/
+3
*
(cppcheck and janitorial tasks:) C-style casting to C++-style casting
Kris De Gussem
2012-02-25
1
-10
/
+12
*
Move gtkmm headers that internally re-enable deprecated gtk symbols to top. ...
Alex Valavanis
2012-02-15
1
-1
/
+1
*
Header cleaning
Alex Valavanis
2012-02-12
1
-1
/
+0
*
Get rid of deprecated gtk_marshal_* and some old GtkComboBox API
Alex Valavanis
2012-02-11
1
-1
/
+2
*
Cleanup for src/forward.h. (About 19 of the affected files did not require th...
Jon A. Cruz
2011-10-05
1
-0
/
+4
*
Another minor pass of Doxygen cleanup.
Jon A. Cruz
2011-10-03
1
-2
/
+3
*
Merge from trunk
Krzysztof Kosi??ski
2011-06-19
1
-7
/
+4
|
\
|
*
Use generic headers in preparation for GTK+ 3 transition
Alex Valavanis
2011-06-03
1
-2
/
+1
[next]