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
/
document-interface.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor a lot of the parameter handling code
Patrick Storz
2019-08-31
1
-1
/
+1
*
Fix various minor typos
Yuri Chornoivan
2019-07-01
1
-1
/
+1
*
Fix build with WITH_DBUS.
Shlomi Fish
2019-04-07
1
-1
/
+1
*
Reorganize document.h.
Tavmjong Bah
2019-04-04
1
-1
/
+1
*
Make InkscapeApplication responsible for managing documents and windows.
Tavmjong Bah
2019-03-15
1
-3
/
+12
*
Fix build
Alexander Valavanis
2019-02-23
1
-3
/
+3
*
Clarify licenses
Max Gaukler
2018-11-08
1
-2
/
+3
*
Fix build when DBUS enabled.
Tavmjong Bah
2018-01-31
1
-28
/
+23
*
Misc. typos
luz.paz
2018-01-08
1
-2
/
+2
*
Misc. typos
Unknown
2017-11-07
1
-1
/
+1
*
Remove deprecated GNOME VFS
Stefano Facchini
2017-10-13
1
-4
/
+1
*
Fix typo.
Tavmjong Bah
2017-03-14
1
-1
/
+1
*
Attempt to fix build with dbus enabled.
Tavmjong Bah
2017-03-13
1
-5
/
+1
*
CPPification: almost all sp_object_set_whatever and sp_selection_whatever glo...
Marc Jeanmougin
2016-10-24
1
-8
/
+8
*
Use M_PI, M_PI_2. We use these constants everywhere so if they are not define...
Tavmjong Bah
2016-08-17
1
-1
/
+1
*
Merged trunk
Adrian Boguszewski
2016-08-03
1
-4
/
+4
*
Hackfest 2016: un-obfuscate the SPCanvas widget.
Krzysztof Kosi??ski
2016-04-12
1
-2
/
+2
*
Correct typo
Raphaƫl Bournhonesque
2016-03-22
1
-1
/
+1
*
Fix dbus build
Liam P. White
2015-04-30
1
-23
/
+23
*
Remove sp_desktop_document and finish cleanup of desktop-handles.h
Liam P. White
2014-12-21
1
-1
/
+1
*
Fix build with DBUS (thanks ~suv)
Liam P. White
2014-07-01
1
-1
/
+1
*
Fix a small copy-paste typo. (Get position Y returns X)
Mohamed Ikbel Boulabiar
2014-05-06
1
-1
/
+1
*
memleak!
Johan B. C. Engelen
2013-09-30
1
-2
/
+2
*
Fix build with dbus api enabled.
Matthew Petroff
2013-09-20
1
-2
/
+3
*
Further renaming of DBus variables (object -> app_interface/doc_interface
Eric Greveson
2013-07-04
1
-237
/
+237
*
Code readability improvements and licence changes for action-context.*
Eric Greveson
2013-07-04
1
-174
/
+125
*
Changed dbus interface to treat 'division' like other boolops, with a new
Eric Greveson
2013-07-03
1
-17
/
+9
*
Modified dbus interface so that it works in console mode (--dbus-listen)
Eric Greveson
2013-07-03
1
-153
/
+208
*
Factored layer model out into new Inkscape::LayerModel class. This allows
Eric Greveson
2013-07-01
1
-2
/
+3
*
some memleak fixes (Bug #1043571)
Kris De Gussem
2012-09-20
1
-6
/
+14
*
Fix for 818628 : DBUS Metadata for error domain warning when using File>New
John Smith
2012-09-18
1
-36
/
+1
*
revert rev 11646: build issue with dbus (forgot to adapt some more, dbus was ...
Kris De Gussem
2012-09-03
1
-7
/
+3
*
converted some c-string usage to c++ string class usage: should fix some memo...
Kris De Gussem
2012-09-02
1
-3
/
+7
*
Workaround for gtkmm build issue with dbus API
Alex Valavanis
2012-04-14
1
-2
/
+1
*
cppcheck
Kris De Gussem
2012-02-15
1
-1
/
+0
*
Fix build with DBUS enabled
Alex Valavanis
2012-02-12
1
-0
/
+1
*
Fix crash when dropping Ctrl-dragged text when DBus interface is enabled
Krzysztof Kosi??ski
2011-11-17
1
-0
/
+1
*
removing useless messages to stdout.
Felipe Corr??a da Silva Sanches
2011-09-19
1
-1
/
+0
*
Fix compilation failure in DBus API
Krzysztof Kosi??ski
2011-08-29
1
-1
/
+1
*
Refactor SPItem bounding box methods: remove NRRect usage and make code
Krzysztof Kosi??ski
2011-08-27
1
-6
/
+4
*
DBUS. Merging lp:~joakim-verona/inkscape/dbus-fixes changes.
Nicolas Dufour
2011-08-21
1
-3
/
+178
*
Fix debus warnings and build errors.
Jon A. Cruz
2011-06-11
1
-93
/
+79
*
D-Bus. Merging branch lp:~joakim-verona/inkscape/dbus-fixes (Bug #666986, Bug...
Nicolas Dufour
2011-03-18
1
-10
/
+42
*
Fix Linux build after 2Geom update
Krzysztof Kosi??ski
2011-02-03
1
-30
/
+15
*
DBUS. Patch for Bug #696062, dbus builds no more.
Nicolas Dufour
2011-01-21
1
-18
/
+21
*
Merge and cleanup of GSoC C++-ification project.
Jon A. Cruz
2010-12-12
1
-5
/
+4
*
Updating interface to add save type
Ted Gould
2009-12-31
1
-1
/
+1
*
Fixed spirals.
Soren Berg
2009-08-17
1
-1
/
+4
*
Fixed document_interface_line
Soren Berg
2009-08-17
1
-4
/
+2
*
More documentation.
Soren Berg
2009-08-17
1
-0
/
+1
[next]