summaryrefslogtreecommitdiffstats
path: root/src/interface.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move obvious ui component to ui/Liam P. White2014-10-051-2230/+0
| | | (bzr r13341.1.247)
* Update to experimental r13543Liam P. White2014-09-071-1/+1
| | | (bzr r13090.1.108)
* Update to experimental r13531Liam P. White2014-08-311-1/+1
|\ | | | | (bzr r13090.1.106)
| * Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵Liam P. White2014-08-311-1/+1
| | | | | | | | | | GThread deprecation errors. (bzr r13341.1.190)
* | Add clip group option from PonyscapeLiam P. White2014-06-141-0/+11
|/ | | (bzr r13090.1.83)
* Added "Gtk::" scope to "manage" function calls.Markus Engel2014-03-301-32/+32
| | | (bzr r13236)
* Remove Snap menu item and improve grid menu item textMartin Owens2014-03-261-3/+0
| | | (bzr r13213)
* Stop using GTK_IS_HBOX: Deprecated in Gtk+ 3Alex Valavanis2014-01-031-2/+2
| | | (bzr r12872)
* Fix Gtk+ 3.10 warnings: GtkStockItem is deprecatedAlex Valavanis2014-01-021-1/+1
| | | (bzr r12868)
* Moved and renamed some tool-related files.Markus Engel2013-11-091-2/+2
| | | (bzr r12785)
* fix bug "some of the locale-based templates cause objects to be resized when ↵Johan B. C. Engelen2013-10-241-1/+1
| | | | | | | | default units are changed" #1236257 Fixed bugs: - https://launchpad.net/bugs/1236257 (bzr r12717)
* Fix adding viewBox to new documents.Matthew Petroff2013-09-221-0/+5
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1228660 - https://launchpad.net/bugs/1228693 - https://launchpad.net/bugs/1228852 (bzr r12575)
* Drop unused static function declarationsAlex Valavanis2013-09-211-27/+0
| | | (bzr r12565)
* Merging libdepixelize branchVinícius dos Santos Oliveira2013-09-191-0/+15
|\ | | | | (bzr r12533)
| * Integrating with libdepixelizeVinícius dos Santos Oliveira2013-09-121-0/+15
| | | | | | (bzr r12506.1.1)
* | Merged from trunk (r12488).Markus Engel2013-08-301-96/+1
|\| | | | | (bzr r11608.1.120)
| * NewFromTemplate GSoC project for static templatesSlagvi Public2013-08-141-96/+1
| |\ | | | | | | (bzr r12476)
| | * Old templates support removedSlagvi Public2013-07-241-96/+1
| | | | | | | | | (bzr r12379.2.13)
* | | Merged from trunk (r12419).Markus Engel2013-07-141-12/+13
|\| | | | | | | | (bzr r11608.1.107)
| * | Changed dbus interface to treat 'division' like other boolops, with a newEric Greveson2013-07-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | 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)
| * | Factored layer model out into new Inkscape::LayerModel class. This allowsEric Greveson2013-07-011-11/+12
| |/ | | | | | | | | | | | | | | | | | | | | | | | | 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)
* | Merged PaintServer and subclasses; moved Gradient classes to own files.Markus Engel2013-04-051-1/+0
| | | | | | (bzr r11608.1.82)
* | Cleaned up a bit. Uses some C++11 features.Markus Engel2013-04-021-26/+50
|/ | | (bzr r11608.1.72)
* Fix Glibmm inclusions for Gtk+ 3 builds and implement a Gtk+ 3 compatible ↵Alex Valavanis2013-03-261-1/+2
| | | | | | | | | check for X11 backend Fixed bugs: - https://launchpad.net/bugs/1160252 - https://launchpad.net/bugs/1122774 (bzr r12247)
* Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis2013-03-251-6/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243)
* Fix for 998276 : Keyboard shortcuts not appearing in the main menu under ↵John Smith2013-03-111-0/+2
| | | | | Unity, uppdate to fix markup issue (bzr r12190)
* Added null check (should fix Bug #1051017 )Kris De Gussem2013-03-051-8/+10
| | | (bzr r12175)
* Fix for 998276 : Keyboard shortcuts not appearing in the main menu under UnityJohn Smith2013-02-181-98/+16
| | | (bzr r12132)
* Fix for 1079971 : Symbol dialog : Drag & Drop to the canvasJohn Smith2012-11-181-1/+11
| | | (bzr r11880)
* Fix for 171904 : toggleToolbox verbJohn Smith2012-10-111-21/+18
| | | (bzr r11778)
* code cleanup: add own includes to cpp files or make the functions static if ↵Campbell Barton2012-10-041-8/+8
| | | | | they are not used elsewhere. (bzr r11735)
* Fix for 681625 : sort template names under File->NewJohn Smith2012-09-301-51/+99
| | | (bzr r11717)
* Fix for 170395 : Add Trace Bitmap to context menu of images : Focus fixJohn Smith2012-09-231-0/+3
| | | (bzr r11698)
* Fix for 170395 : Add Trace Bitmap to context menu of imagesJohn Smith2012-09-231-0/+12
| | | (bzr r11697)
* Fix for 172222 : Move direct to specified layerJohn Smith2012-09-221-0/+18
| | | (bzr r11695)
* Fix for bug #1053024: set current layer from template in new blank document ↵su_v2012-09-211-0/+1
| | | | | | | | after closing last window Fixed bugs: - https://launchpad.net/bugs/1053024 (bzr r11689)
* Fix for Bug #944787 (The command to follow link does not work).Nicolas Dufour2012-09-201-9/+21
| | | (bzr r11684)
* Fix for 273539 : Add Group action to the context menuJohn Smith2012-09-021-0/+16
| | | (bzr r11640)
* Fix for 170550 : open blank document on 'close'John Smith2012-08-301-0/+11
| | | (bzr r11632)
* Fix for 980520 : Conflicting accelerator keysJohn Smith2012-08-291-2/+2
| | | (bzr r11631)
* Fix for 819671 : No visual indication for grid and snap being on/offJohn Smith2012-08-091-9/+62
| | | (bzr r11600)
* Fix for 918894 : Remove link is reported as Ungroup in Undo historyJohn Smith2012-08-011-1/+2
| | | (bzr r11580)
* Fix for 722625 : Select Same by Object TypeJohn Smith2012-07-251-5/+60
| | | (bzr r11573)
* Drop GTK+ 2.20 support.Alex Valavanis2012-07-051-12/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1020494 (bzr r11529)
* Fix some broken callbacks for Gtk+ 3Alex Valavanis2012-06-111-3/+23
| | | (bzr r11486)
* Eliminated duplication of GTK key defines.Jon A. Cruz2012-05-031-85/+1
| | | (bzr r11318)
* Issue with my last commitKris De Gussem2012-04-251-5/+0
| | | (bzr r11293)
* Memory management in context menu (Bug #910529 )Kris De Gussem2012-04-241-32/+34
| | | (bzr r11290)
* better UI messageKris De Gussem2012-04-221-1/+1
| | | (bzr r11282)
* Get rid of remaining deprecated GDK Key symbolsAlex Valavanis2012-04-151-4/+94
| | | (bzr r11250)