| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix typo. | Tavmjong Bah | 2017-03-14 | 1 | -1/+1 |
| | | | | (bzr r15597) | ||||
| * | Attempt to fix build with dbus enabled. | Tavmjong Bah | 2017-03-13 | 1 | -5/+1 |
| | | | | (bzr r15593) | ||||
| * | Fix ACLs | Eduard Braun | 2017-03-05 | 1 | -0/+0 |
| | | | | (bzr r15567) | ||||
| * | CPPification: almost all sp_object_set_whatever and sp_selection_whatever ↵ | Marc Jeanmougin | 2016-10-24 | 1 | -8/+8 |
| | | | | | | | | | | | | | global functions are now methods of ObjectSet*, with these additional benefits: - They can now act on any SelectionSet, not just the current selection; - Whenever possible, they don't need a desktop anymore and can run if called from GUI. I hope I did not break too many things in the process. *: So instead of callink sp_selection_move(desktop,x,y), you call myobjectset->move(x,y) (bzr r15189) | ||||
| * | Use M_PI, M_PI_2. We use these constants everywhere so if they are not ↵ | Tavmjong Bah | 2016-08-17 | 1 | -1/+1 |
| | | | | | | | | defined we are already in trouble. No need to define them ourselves (except maybe in shared libraries). (bzr r15063) | ||||
| * | Merged trunk | Adrian Boguszewski | 2016-08-09 | 1 | -111/+0 |
| |\ | | | | | (bzr r14954.1.30) | ||||
| | * | Remove deprecated Autotools and btool files. Please use CMake instead | Alex Valavanis | 2016-08-08 | 1 | -111/+0 |
| | | | | | | | (bzr r15046) | ||||
| * | | Merged trunk | Adrian Boguszewski | 2016-08-03 | 1 | -4/+4 |
| |/ | | | (bzr r14954.1.29) | ||||
| * | CMake build: builds with WITH_DBUS | Marc Jeanmougin | 2016-04-16 | 1 | -0/+29 |
| | | | | (bzr r14853) | ||||
| * | Hackfest 2016: un-obfuscate the SPCanvas widget. | Krzysztof Kosi??ski | 2016-04-12 | 1 | -2/+2 |
| | | | | (bzr r14790) | ||||
| * | Correct typo | Raphaël Bournhonesque | 2016-03-22 | 1 | -1/+1 |
| | | | | (bzr r14733) | ||||
| * | Fix dbus build | Liam P. White | 2015-04-30 | 1 | -23/+23 |
| | | | | (bzr r14077) | ||||
| * | Remove sp_desktop_document and finish cleanup of desktop-handles.h | Liam P. White | 2014-12-21 | 2 | -2/+2 |
| | | | | (bzr r13820) | ||||
| * | Fix typo in dbus api files | Liam P. White | 2014-07-24 | 1 | -1/+1 |
| | | | | (bzr r13341.5.11) | ||||
| * | Fix build with DBUS (thanks ~suv) | Liam P. White | 2014-07-01 | 3 | -8/+8 |
| | | | | (bzr r13341.5.10) | ||||
| * | Fix a small copy-paste typo. (Get position Y returns X) | Mohamed Ikbel Boulabiar | 2014-05-06 | 1 | -1/+1 |
| | | | | (bzr r13338.1.1) | ||||
| * | workaround build failure on Ubuntu 14.04 with dbus ext and clang | Alex Valavanis | 2014-04-16 | 1 | -1/+1 |
| | | | | (bzr r13290) | ||||
| * | Fix whitespace formatting of dbus documentation (bug 1282045) | Tomasz Boczkowski | 2014-02-27 | 1 | -1/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1282045 (bzr r13066) | ||||
| * | Fix for Bug #1230292 (dbus service file not included in tarball when doing a ↵ | Nicolas Dufour | 2013-10-22 | 1 | -1/+2 |
| | | | | | | | | | make dist) by Ryan Lerch. Fixed bugs: - https://launchpad.net/bugs/1230292 (bzr r12710) | ||||
| * | memleak! | Johan B. C. Engelen | 2013-09-30 | 1 | -2/+2 |
| | | | | (bzr r12636) | ||||
| * | Fix build with dbus api enabled. | Matthew Petroff | 2013-09-20 | 1 | -2/+3 |
| | | | | (bzr r12555) | ||||
| * | Added "dbus-name" command line option to allow a D-Bus bus name other than | Eric Greveson | 2013-07-10 | 4 | -7/+37 |
| | | | | | | | "org.inkscape" to be specified. This allows multiple Inkscape instances to be controlled over D-Bus in a single user session. (bzr r12402.1.1) | ||||
| * | Further renaming of DBus variables (object -> app_interface/doc_interface | Eric Greveson | 2013-07-04 | 6 | -400/+424 |
| | | | | | | | | and doc_context -> target) Fixes to application interface for document_new (now only works in console mode, and behaves as expected) (bzr r12387.1.8) | ||||
| * | Code readability improvements and licence changes for action-context.* | Eric Greveson | 2013-07-04 | 3 | -177/+128 |
| | | | | | | based on merge request code review and feedback (bzr r12387.1.7) | ||||
| * | Changed dbus interface to treat 'division' like other boolops, with a new | Eric Greveson | 2013-07-03 | 6 | -68/+29 |
| | | | | | | | | | return type for selection_combine to support this (array of string). This also fixes a bug with not setting the error flag when returning NULL from this method. Refactored some more selection verbs to allow use in no-GUI mode. (bzr r12387.1.5) | ||||
| * | Modified dbus interface so that it works in console mode (--dbus-listen) | Eric Greveson | 2013-07-03 | 7 | -162/+285 |
| | | | | | | | | | Modified action context setup so that in console mode, when a document is added to the main inkscape app instance, it gets a selection model and layer model automatically set up for it Made a couple more verbs work in console mode (bzr r12387.1.4) | ||||
| * | Factored layer model out into new Inkscape::LayerModel class. This allows | Eric Greveson | 2013-07-01 | 1 | -2/+3 |
| | | | | | | | | | | | | | | Inkscape::Selection to use a LayerModel that is not associated with a UI. Changed the interface of verbs (SPAction) to use a new ActionContext rather than UI::View::View, again so that verbs may be used in a console mode. Modified boolean operation verbs to work in console-only mode. Fixed up DESKTOP_IS_ACTIVE macro to work in the case of no desktops. Modified main.cpp to process selections and verbs in no-GUI mode. Other changes are all consequences of the SPDesktop, Selection and LayerModel interface changes. (bzr r12387.1.1) | ||||
| * | Fix for Bug #1173806 (Don't use deprecated g_type_init()) by Davis Evans. | Nicolas Dufour | 2013-05-13 | 1 | -0/+2 |
| | | | | (bzr r12334) | ||||
| * | some memleak fixes (Bug #1043571) | Kris De Gussem | 2012-09-20 | 1 | -6/+14 |
| | | | | (bzr r11686) | ||||
| * | Fix for 818628 : DBUS Metadata for error domain warning when using File>New | John Smith | 2012-09-18 | 6 | -52/+61 |
| | | | | (bzr r11674) | ||||
| * | revert rev 11646: build issue with dbus (forgot to adapt some more, dbus was ↵ | Kris De Gussem | 2012-09-03 | 1 | -7/+3 |
| | | | | | | not enabled) and other issues (bzr r11649) | ||||
| * | converted some c-string usage to c++ string class usage: should fix some ↵ | Kris De Gussem | 2012-09-02 | 1 | -3/+7 |
| | | | | | | memory leaks (bzr r11646) | ||||
| * | Workaround for gtkmm build issue with dbus API | Alex Valavanis | 2012-04-14 | 1 | -2/+1 |
| | | | | (bzr r11243) | ||||
| * | cppcheck | Kris De Gussem | 2012-02-15 | 1 | -1/+0 |
| | | | | (bzr r10977) | ||||
| * | Fix build with DBUS enabled | Alex Valavanis | 2012-02-12 | 1 | -0/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/931003 (bzr r10965) | ||||
| * | Fix crash when dropping Ctrl-dragged text when DBus interface is enabled | Krzysztof Kosi??ski | 2011-11-17 | 1 | -0/+1 |
| | | | | (bzr r10741) | ||||
| * | removing useless messages to stdout. | Felipe Corr??a da Silva Sanches | 2011-09-19 | 1 | -1/+0 |
| | | | | (bzr r10640) | ||||
| * | Fix compilation failure in DBus API | Krzysztof Kosi??ski | 2011-08-29 | 1 | -1/+1 |
| | | | | (bzr r10594) | ||||
| * | Refactor SPItem bounding box methods: remove NRRect usage and make code | Krzysztof Kosi??ski | 2011-08-27 | 1 | -6/+4 |
| | | | | | | using them more obvious. Fix filter region computation. (bzr r10582.1.1) | ||||
| * | DBUS. Merging lp:~joakim-verona/inkscape/dbus-fixes changes. | Nicolas Dufour | 2011-08-21 | 5 | -55/+367 |
| | | | | (bzr r10559) | ||||
| * | Fix debus warnings and build errors. | Jon A. Cruz | 2011-06-11 | 1 | -93/+79 |
| | | | | (bzr r10268) | ||||
| * | D-Bus. Merging branch lp:~joakim-verona/inkscape/dbus-fixes (Bug #666986, ↵ | Nicolas Dufour | 2011-03-18 | 6 | -18/+81 |
| | | | | | | Bug #707054 and Bug #707364). (bzr r10114) | ||||
| * | Fix Linux build after 2Geom update | Krzysztof Kosi??ski | 2011-02-03 | 3 | -30/+25 |
| | | | | (bzr r10031) | ||||
| * | DBUS. Patch for Bug #696062, dbus builds no more. | Nicolas Dufour | 2011-01-21 | 3 | -21/+24 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/696062 (bzr r10011) | ||||
| * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 2 | -6/+5 |
| | | | | (bzr r9945.1.1) | ||||
| * | Fix build failure when DBus is not enabled | Krzysztof Kosi??ski | 2010-07-16 | 1 | -0/+20 |
| | | | | (bzr r9618) | ||||
| * | Installing the pkgconfig file | Ted Gould | 2010-01-01 | 1 | -0/+8 |
| | | | | (bzr r8254.1.52) | ||||
| * | Adding in building of the pkgconfig file. | Ted Gould | 2010-01-01 | 1 | -0/+14 |
| | | | | (bzr r8254.1.51) | ||||
| * | Removing extra makefile | Ted Gould | 2010-01-01 | 1 | -9/+0 |
| | | | | (bzr r8254.1.50) | ||||
| * | Fixing some warnings/errors | Ted Gould | 2010-01-01 | 1 | -7/+9 |
| | | | | (bzr r8254.1.48) | ||||
