summaryrefslogtreecommitdiffstats
path: root/src/ui/interface.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2015-12-07cppification : GHashMaps replaced by stl maps. getResouceList now gives a std...Marc Jeanmougin1-3/+3
2015-12-07static code analysisKris De Gussem1-2/+2
2015-12-06Fixes UX pointed in suv reviewJabier Arraiza Cenoz1-0/+3
2015-11-16null pointer dereference fixKris De Gussem1-5/+3
2015-09-16fix for recent merge of ~mapreri/inkscape/typo Marc Jeanmougin1-5/+1
2015-09-14Fix typo s/seperator/separator/Mattia Rizzolo1-1/+1
2015-05-08fixes a few of jenkins warningsMarc Jeanmougin1-1/+1
2015-02-27corrected the casts (hopefully)Marc Jeanmougin1-1/+1
2015-02-20Fix for bug 1409591 :Marc Jeanmougin1-1/+1
2015-02-19Put a few std::vector<SPitem*>Marc Jeanmougin1-4/+4
2015-02-17At first, I was thinking "I just have to go to the selection file, and change...Marc Jeanmougin1-10/+7
2014-12-21Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White1-2/+2
2014-12-21Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White1-1/+1
2014-11-26Change getDefaultUnit() to getDisplayUnit() to better reflect value returned ...Tavmjong Bah1-1/+1
2014-10-05Move obvious ui component to ui/Liam P. White1-1/+1
2014-09-27Update to experimental r13565Liam P. White1-2/+13
2014-09-07Update to experimental r13543Liam P. White1-1/+1
2014-09-02Remove misleading dialogs directoryLiam P. White1-1/+1
2014-08-31Header cleanup: stop using Glib types where they aren't truly needed. Eases G...Liam P. White1-1/+1
2014-06-275. Refactoring of Application class: make copy/assignment operators private, ...Liam P. White1-5/+5
2014-06-263. remove dead code, refactor existing code. Connect overlooked signals.Liam P. White1-1/+1
2014-06-251. make it compileLiam P. White1-5/+5
2014-06-14Add clip group option from PonyscapeLiam P. White1-0/+11
2014-03-30Added "Gtk::" scope to "manage" function calls.Markus Engel1-32/+32
2014-03-26Remove Snap menu item and improve grid menu item textMartin Owens1-3/+0
2014-01-03Stop using GTK_IS_HBOX: Deprecated in Gtk+ 3Alex Valavanis1-2/+2
2014-01-02Fix Gtk+ 3.10 warnings: GtkStockItem is deprecatedAlex Valavanis1-1/+1
2013-11-09Moved and renamed some tool-related files.Markus Engel1-2/+2
2013-10-24fix bug "some of the locale-based templates cause objects to be resized when ...Johan B. C. Engelen1-1/+1
2013-09-22Fix adding viewBox to new documents.Matthew Petroff1-0/+5
2013-09-21Drop unused static function declarationsAlex Valavanis1-27/+0
2013-09-12Integrating with libdepixelizeVinícius dos Santos Oliveira1-0/+15
2013-07-24Old templates support removedSlagvi Public1-96/+1
2013-07-03Changed dbus interface to treat 'division' like other boolops, with a newEric Greveson1-1/+1
2013-07-01Factored layer model out into new Inkscape::LayerModel class. This allowsEric Greveson1-11/+12
2013-04-05Merged PaintServer and subclasses; moved Gradient classes to own files.Markus Engel1-1/+0
2013-04-02Cleaned up a bit. Uses some C++11 features.Markus Engel1-26/+50
2013-03-26Fix Glibmm inclusions for Gtk+ 3 builds and implement a Gtk+ 3 compatible che...Alex Valavanis1-1/+2
2013-03-25Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis1-6/+2
2013-03-11Fix for 998276 : Keyboard shortcuts not appearing in the main menu under Unit...John Smith1-0/+2
2013-03-05Added null check (should fix Bug #1051017 )Kris De Gussem1-8/+10
2013-02-18Fix for 998276 : Keyboard shortcuts not appearing in the main menu under UnityJohn Smith1-98/+16
2012-11-18Fix for 1079971 : Symbol dialog : Drag & Drop to the canvasJohn Smith1-1/+11
2012-10-11Fix for 171904 : toggleToolbox verbJohn Smith1-21/+18
2012-10-04code cleanup: add own includes to cpp files or make the functions static if t...Campbell Barton1-8/+8
2012-09-30Fix for 681625 : sort template names under File->NewJohn Smith1-51/+99
2012-09-23Fix for 170395 : Add Trace Bitmap to context menu of images : Focus fixJohn Smith1-0/+3
2012-09-23Fix for 170395 : Add Trace Bitmap to context menu of imagesJohn Smith1-0/+12
2012-09-22Fix for 172222 : Move direct to specified layerJohn Smith1-0/+18
2012-09-21Fix for bug #1053024: set current layer from template in new blank document a...su_v1-0/+1