summaryrefslogtreecommitdiffstats
path: root/src/extension/dbus (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix build with DBUS enabledAlex Valavanis2012-02-121-0/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/931003 (bzr r10965)
* Fix crash when dropping Ctrl-dragged text when DBus interface is enabledKrzysztof Kosi??ski2011-11-171-0/+1
| | | (bzr r10741)
* removing useless messages to stdout.Felipe Corr??a da Silva Sanches2011-09-191-1/+0
| | | (bzr r10640)
* Fix compilation failure in DBus APIKrzysztof Kosi??ski2011-08-291-1/+1
| | | (bzr r10594)
* Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski2011-08-271-6/+4
| | | | | using them more obvious. Fix filter region computation. (bzr r10582.1.1)
* DBUS. Merging lp:~joakim-verona/inkscape/dbus-fixes changes.Nicolas Dufour2011-08-215-55/+367
| | | (bzr r10559)
* Fix debus warnings and build errors.Jon A. Cruz2011-06-111-93/+79
| | | (bzr r10268)
* D-Bus. Merging branch lp:~joakim-verona/inkscape/dbus-fixes (Bug #666986, ↵Nicolas Dufour2011-03-186-18/+81
| | | | | Bug #707054 and Bug #707364). (bzr r10114)
* Fix Linux build after 2Geom updateKrzysztof Kosi??ski2011-02-033-30/+25
| | | (bzr r10031)
* DBUS. Patch for Bug #696062, dbus builds no more.Nicolas Dufour2011-01-213-21/+24
| | | | | | Fixed bugs: - https://launchpad.net/bugs/696062 (bzr r10011)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-122-6/+5
| | | (bzr r9945.1.1)
* Fix build failure when DBus is not enabledKrzysztof Kosi??ski2010-07-161-0/+20
| | | (bzr r9618)
* Installing the pkgconfig fileTed Gould2010-01-011-0/+8
| | | (bzr r8254.1.52)
* Adding in building of the pkgconfig file.Ted Gould2010-01-011-0/+14
| | | (bzr r8254.1.51)
* Removing extra makefileTed Gould2010-01-011-9/+0
| | | (bzr r8254.1.50)
* Fixing some warnings/errorsTed Gould2010-01-011-7/+9
| | | (bzr r8254.1.48)
* Fixing includesTed Gould2010-01-012-1/+2
| | | (bzr r8254.1.47)
* Adding all of the library stuff in. Including libtool in configure and ↵Ted Gould2010-01-011-0/+28
| | | | | libtoolize in autogen.sh (bzr r8254.1.46)
* Cleaning up the Makefile so it's easier to readTed Gould2010-01-011-10/+19
| | | (bzr r8254.1.45)
* Updating interface to add save typeTed Gould2009-12-311-1/+1
| | | (bzr r8254.1.43)
* Adding dbus descriptions to EXTRA_DISTTed Gould2009-12-311-0/+4
| | | (bzr r8254.1.42)
* Installing the service files into the dbus service directoryTed Gould2009-12-311-1/+1
| | | (bzr r8254.1.41)
* Making BUILT_SOURCES an appendTed Gould2009-12-311-1/+1
| | | (bzr r8254.1.39)
* Added test script I thought was already added.Soren Berg2009-08-201-0/+290
| | | (bzr r8254.1.35)
* Fixed spirals.Soren Berg2009-08-171-1/+4
| | | (bzr r8254.1.34)
* Fixed document_interface_lineSoren Berg2009-08-172-5/+2
| | | | | (Warning: I don't know why it works this way, it just does.) (bzr r8254.1.33)
* More documentation.Soren Berg2009-08-174-2/+18
| | | (bzr r8254.1.32)
* Fixed directory for inkscape executable.Soren Berg2009-08-171-1/+1
| | | | | Now points to $(prefix)/bin/inkscape (bin added.) (bzr r8254.1.31)
* Updated notes.Soren Berg2009-08-151-11/+10
| | | (bzr r8254.1.30)
* Fixed service file!Soren Berg2009-08-152-2/+2
| | | | | Service file will now point to $(prefix) of most recently installed inkscape. (bzr r8254.1.29)
* Added copyright info to proposed interface.Soren Berg2009-08-151-0/+15
| | | (bzr r8254.1.28)
* Added proposed interface file.Soren Berg2009-08-153-3/+179
| | | | | Fixed other xml files to have xml file declaration before comments. (bzr r8254.1.27)
* Added an intro to coders interested in modifing the code.Soren Berg2009-08-131-2/+47
| | | (bzr r8254.1.26)
* Added file with some current issues listed for coders.Soren Berg2009-08-131-0/+35
| | | (bzr r8254.1.25)
* Made wrapper functions non static.Soren Berg2009-08-139-168/+342
| | | | | Added lots of documentation. (bzr r8254.1.24)
* Added wrapper code.Soren Berg2009-08-114-2/+1136
| | | | | Still under construction, will be merged into the main Makefile_Insert later. (bzr r8254.1.23)
* Added image import function.Soren Berg2009-07-233-12/+63
| | | (bzr r8254.1.22)
* Added set_color function.Soren Berg2009-07-233-1/+61
| | | (bzr r8254.1.21)
* Experimental pause updating scheme.Soren Berg2009-07-221-13/+36
| | | (bzr r8254.1.20)
* Fixed GErrors.Soren Berg2009-07-225-77/+244
| | | | | | Added many GErrors, especially for unfound objects. transfered many functions to using verbs instead of the function the verb calls to make error reporting easier. (bzr r8254.1.19)
* worked on path parsing.Soren Berg2009-07-212-2/+5
| | | (bzr r8254.1.18)
* Worked on text, now works with limited capability.Soren Berg2009-07-213-26/+38
| | | | | Started work on node_get_coordinates. (bzr r8254.1.17)
* Fixed selection_get_center and selection_combine.Soren Berg2009-07-203-11/+49
| | | | | Added selection_divide. (bzr r8254.1.16)
* Fixed selection_get()Soren Berg2009-07-203-30/+22
| | | (bzr r8254.1.15)
* Whoops, fixed a bug in an incomplete method.Soren Berg2009-07-161-3/+4
| | | (bzr r8254.1.14)
* Added missing (and very important) file.Soren Berg2009-07-164-28/+407
| | | | | | | Added get_path method. Added documentation on paths. (bzr r8254.1.13)
* implemented a number of functions, including save/load functions.Soren Berg2009-07-152-26/+86
| | | | | Removed the print function because I can see no way of doing it without bringing up a dialog. (bzr r8254.1.12)
* Implemented all the CSS style functions.Soren Berg2009-07-131-8/+54
| | | | | Worked on some layer functions. (bzr r8254.1.11)
* TEMPORARY Added a shell script to build documentation until it's integrated ↵Soren Berg2009-07-131-0/+6
| | | | | into the build system. (bzr r8254.1.10)
* Documentation helper files. Building documentation is currently done by ↵Soren Berg2009-07-136-0/+875
| | | | | shell script, but will be integrated into the build system eventually. (bzr r8254.1.9)