index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
extension
/
dbus
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-08-31
Refactor a lot of the parameter handling code
Patrick Storz
1
-1
/
+1
2019-08-31
Only register desktop on Dbus once
Nathan Lee
1
-6
/
+12
2019-07-01
Fix various minor typos
Yuri Chornoivan
3
-3
/
+3
2019-04-07
Fix build with WITH_DBUS.
Shlomi Fish
1
-1
/
+1
2019-04-04
Reorganize document.h.
Tavmjong Bah
1
-1
/
+1
2019-03-15
Make InkscapeApplication responsible for managing documents and windows.
Tavmjong Bah
1
-3
/
+12
2019-02-23
Fix build
Alexander Valavanis
1
-3
/
+3
2018-11-18
Fix FTBFS with dbus
Alexander Valavanis
2
-2
/
+2
2018-11-16
Fix FTBFS with dbus
Alexander Valavanis
2
-2
/
+2
2018-11-10
fix compiling on macOS
Thomas Holder
3
-3
/
+3
2018-11-08
Clarify licenses
Max Gaukler
20
-16
/
+53
2018-06-20
Replace typedef enum with enum in POD type declarations.
Emmanuel Gil Peyrot
1
-2
/
+2
2018-03-12
Fixed more trivial typos
luz.paz
1
-1
/
+1
2018-01-31
Fix build when DBUS enabled.
Tavmjong Bah
1
-28
/
+23
2018-01-08
Misc. typos
luz.paz
4
-5
/
+5
2017-11-07
Misc. typos
Unknown
4
-4
/
+4
2017-10-13
Remove deprecated GNOME VFS
Stefano Facchini
1
-4
/
+1
2017-03-14
Fix typo.
Tavmjong Bah
1
-1
/
+1
2017-03-13
Attempt to fix build with dbus enabled.
Tavmjong Bah
1
-5
/
+1
2017-03-05
Fix ACLs
Eduard Braun
1
-0
/
+0
2016-10-24
CPPification: almost all sp_object_set_whatever and sp_selection_whatever glo...
Marc Jeanmougin
1
-8
/
+8
2016-08-17
Use M_PI, M_PI_2. We use these constants everywhere so if they are not define...
Tavmjong Bah
1
-1
/
+1
2016-08-08
Remove deprecated Autotools and btool files. Please use CMake instead
Alex Valavanis
1
-111
/
+0
2016-04-16
CMake build: builds with WITH_DBUS
Marc Jeanmougin
1
-0
/
+29
2016-04-12
Hackfest 2016: un-obfuscate the SPCanvas widget.
Krzysztof Kosi??ski
1
-2
/
+2
2016-03-22
Correct typo
Raphaƫl Bournhonesque
1
-1
/
+1
2015-04-30
Fix dbus build
Liam P. White
1
-23
/
+23
2014-12-21
Remove sp_desktop_document and finish cleanup of desktop-handles.h
Liam P. White
2
-2
/
+2
2014-07-24
Fix typo in dbus api files
Liam P. White
1
-1
/
+1
2014-07-01
Fix build with DBUS (thanks ~suv)
Liam P. White
3
-8
/
+8
2014-05-06
Fix a small copy-paste typo. (Get position Y returns X)
Mohamed Ikbel Boulabiar
1
-1
/
+1
2014-04-16
workaround build failure on Ubuntu 14.04 with dbus ext and clang
Alex Valavanis
1
-1
/
+1
2014-02-27
Fix whitespace formatting of dbus documentation (bug 1282045)
Tomasz Boczkowski
1
-1
/
+1
2013-10-22
Fix for Bug #1230292 (dbus service file not included in tarball when doing a ...
Nicolas Dufour
1
-1
/
+2
2013-09-30
memleak!
Johan B. C. Engelen
1
-2
/
+2
2013-09-20
Fix build with dbus api enabled.
Matthew Petroff
1
-2
/
+3
2013-08-04
Removing template data from XML tree added
Slagvi Public
1
-1
/
+1
2013-07-10
Added "dbus-name" command line option to allow a D-Bus bus name other than
Eric Greveson
4
-7
/
+37
2013-07-04
Further renaming of DBus variables (object -> app_interface/doc_interface
Eric Greveson
6
-400
/
+424
2013-07-04
Code readability improvements and licence changes for action-context.*
Eric Greveson
3
-177
/
+128
2013-07-03
Changed dbus interface to treat 'division' like other boolops, with a new
Eric Greveson
6
-68
/
+29
2013-07-03
Modified dbus interface so that it works in console mode (--dbus-listen)
Eric Greveson
7
-162
/
+285
2013-07-01
Factored layer model out into new Inkscape::LayerModel class. This allows
Eric Greveson
1
-2
/
+3
2013-05-13
Fix for Bug #1173806 (Don't use deprecated g_type_init()) by Davis Evans.
Nicolas Dufour
1
-0
/
+2
2012-09-20
some memleak fixes (Bug #1043571)
Kris De Gussem
1
-6
/
+14
2012-09-18
Fix for 818628 : DBUS Metadata for error domain warning when using File>New
John Smith
6
-52
/
+61
2012-09-03
revert rev 11646: build issue with dbus (forgot to adapt some more, dbus was ...
Kris De Gussem
1
-7
/
+3
2012-09-02
converted some c-string usage to c++ string class usage: should fix some memo...
Kris De Gussem
1
-3
/
+7
2012-04-14
Workaround for gtkmm build issue with dbus API
Alex Valavanis
1
-2
/
+1
2012-02-15
cppcheck
Kris De Gussem
1
-1
/
+0
[next]