summaryrefslogtreecommitdiffstats
path: root/src/extension/dbus/document-interface.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Made wrapper functions non static.Soren Berg2009-08-131-10/+86
| | | | | Added lots of documentation. (bzr r8254.1.24)
* Added image import function.Soren Berg2009-07-231-12/+30
| | | (bzr r8254.1.22)
* Added set_color function.Soren Berg2009-07-231-1/+23
| | | (bzr r8254.1.21)
* Experimental pause updating scheme.Soren Berg2009-07-221-13/+36
| | | (bzr r8254.1.20)
* Fixed GErrors.Soren Berg2009-07-221-74/+211
| | | | | | 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-211-1/+4
| | | (bzr r8254.1.18)
* Worked on text, now works with limited capability.Soren Berg2009-07-211-16/+24
| | | | | Started work on node_get_coordinates. (bzr r8254.1.17)
* Fixed selection_get_center and selection_combine.Soren Berg2009-07-201-9/+28
| | | | | Added selection_divide. (bzr r8254.1.16)
* Fixed selection_get()Soren Berg2009-07-201-29/+20
| | | (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-161-24/+19
| | | | | | | Added get_path method. Added documentation on paths. (bzr r8254.1.13)
* implemented a number of functions, including save/load functions.Soren Berg2009-07-151-24/+83
| | | | | 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)
* Core Dbus files.Soren Berg2009-07-121-0/+936
Init creates interfaces on Inkscape startup. Application and document interface provide API functions over Dbus. service.in file makes sure Inkscape starts automatically when someone connects to it over Dbus. (bzr r8254.1.3)