summaryrefslogtreecommitdiffstats
path: root/src/ui/tool (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added runtime check in SP_-cast macros.Markus Engel2013-09-151-1/+1
| | | (bzr r11608.1.123)
* Merged from trunk (r12488).Markus Engel2013-08-301-6/+12
|\ | | | | (bzr r11608.1.120)
| * Ported away from and removed "sp-metrics.*".Matthew Petroff2013-07-201-6/+12
| | | | | | (bzr r12380.1.47)
* | Cleaned up a bit; fixed struct vs. class forward declarations.Markus Engel2013-07-311-1/+1
| | | | | | (bzr r11608.1.111)
* | Fixed SPObject ctor and dtor; removed singleton.h; some smaller changes.Markus Engel2013-07-312-15/+8
| | | | | | (bzr r11608.1.110)
* | Further refactoring of EventContexts.Markus Engel2013-07-302-20/+21
| | | | | | (bzr r11608.1.109)
* | Merged from trunk (r12419).Markus Engel2013-07-142-8/+12
|\| | | | | (bzr r11608.1.107)
| * Improve handle xpm loading using rotateMartin Owens2013-07-041-6/+6
| | | | | | (bzr r12401.1.1)
| * Make DAMN sure paths with zero nodes do not cause a crash.Martin Owens2013-06-291-2/+6
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/710637 (bzr r12396)
* | Removed some unused files; more refactoring in EventContext tree.Markus Engel2013-04-212-12/+12
| | | | | | (bzr r11608.1.104)
* | Cleaned up a bit.Markus Engel2013-04-212-339/+320
| | | | | | (bzr r11608.1.102)
* | Moved factories to different files.Markus Engel2013-04-201-1/+1
| | | | | | (bzr r11608.1.100)
* | Merging of EventContext classes complete.Markus Engel2013-04-203-138/+20
| | | | | | (bzr r11608.1.98)
* | Further changes to EventContexts; they work without GObjectMarkus Engel2013-04-203-22/+88
| | | | | | (bzr r11608.1.97)
* | Replaced casting macros for EventContext tree; added contructors.Markus Engel2013-04-132-2/+21
| | | | | | (bzr r11608.1.96)
* | Added prefPaths to contexts; modified SPFactoryMarkus Engel2013-04-122-0/+4
| | | | | | (bzr r11608.1.94)
* | Added constructors to EventContext tree / some missing virtual pads.Markus Engel2013-04-092-7/+30
| | | | | | (bzr r11608.1.90)
* | Started conversion of SPEventContext tree; added virtual pads to all classes.Markus Engel2013-04-082-13/+67
|/ | | (bzr r11608.1.89)
* Header cleanupAlex Valavanis2013-03-291-5/+2
| | | (bzr r12258)
* Fix Glibmm inclusions for Gtk+ 3 builds and implement a Gtk+ 3 compatible ↵Alex Valavanis2013-03-261-1/+0
| | | | | | | | | 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-2/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243)
* cppcheckKris De Gussem2013-03-171-1/+0
| | | (bzr r12218)
* Fix remaining forward declaration tags (except for unavoidable internal ↵Alex Valavanis2013-03-151-1/+1
| | | | | errors in Gtkmm headers) (bzr r12208)
* Fix even more forward declaration tagsAlex Valavanis2013-03-151-1/+1
| | | (bzr r12206)
* Fix another load of forward declaration tagsAlex Valavanis2013-03-141-3/+0
| | | (bzr r12205)
* Fix another tonne of forward declaration tagsAlex Valavanis2013-03-141-1/+1
| | | (bzr r12204)
* Kill ancient gcc version check in configure.ac and fix a load of broken ↵Alex Valavanis2013-03-141-1/+1
| | | | | forward declarations (bzr r12203)
* More GObject boilerplate reductionAlex Valavanis2013-01-261-49/+29
| | | (bzr r12065)
* remove flash path when nodetool eventcontext is destroyed. fixes bug for ↵Johan B. C. Engelen2012-11-011-0/+4
| | | | | persistent flashpath when flashtime is set to zero (=infinite) and pressing space to instantly go to select tool while flashpath is still being shown. (bzr r11859)
* Shift key should disable snapping when dragging a handle in the node toolDiederik van Lierop2012-10-131-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1065931 (bzr r11791)
* Fix for 580160 : Deleting a gradient stop using Shape tools deletes the objectJohn Smith2012-09-061-0/+3
| | | (bzr r11655)
* Fix for 406044 : Esc with no selection, activates selection toolJohn Smith2012-09-021-1/+2
| | | (bzr r11647)
* Bug #781893 (Crash after moving a Bezier node after Knot path effect)Kris De Gussem2012-07-124-23/+57
| | | | | Although issue not solved, prevent Inkscape from crashing. Add some code to make code more robust. (bzr r11547)
* Drop GTK+ 2.20 support.Alex Valavanis2012-07-058-36/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1020494 (bzr r11529)
* Stop deriving SPCanvasItem from GtkObjectAlex Valavanis2012-06-095-5/+5
| | | (bzr r11469.1.1)
* Extended control resizing to node editing. Fixes half of bug #172059.Jon A. Cruz2012-05-216-68/+52
| | | | | Additional prep for centralizing color setting. (bzr r11390)
* Extended resizing to node handles.Jon A. Cruz2012-05-1713-26/+122
| | | (bzr r11375)
* Corrected protected type access (comments were incorrect).Jon A. Cruz2012-05-1712-452/+729
| | | | | Unified color set types; fixed uninitialized member; Switched colorsets to references; Added const correctness. (bzr r11373)
* Centralized line creation and enhanced visibility.Jon A. Cruz2012-05-091-1/+3
| | | (bzr r11350)
* C++ification of SPCtrlLine in preparation of visibility improvements.Jon A. Cruz2012-05-042-6/+11
| | | (bzr r11321)
* Eliminated duplication of GTK key defines.Jon A. Cruz2012-05-038-347/+8
| | | (bzr r11318)
* Get rid of remaining deprecated GDK Key symbolsAlex Valavanis2012-04-156-70/+309
| | | (bzr r11250)
* Adopt obsolete GtkAnchorType enum as SPAnchorTypeAlex Valavanis2012-04-109-35/+35
| | | (bzr r11207)
* Replace deprecated GDK key symbolsAlex Valavanis2012-04-092-24/+157
| | | (bzr r11194)
* Warning cleanup.Jon A. Cruz2012-04-042-2/+2
| | | (bzr r11144)
* Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis2012-02-2913-28/+21
| | | (bzr r11030)
* Clean up all remaining false warnings from GtkmmAlex Valavanis2012-02-261-1/+1
| | | (bzr r11018)
* cppcheckKris De Gussem2012-02-151-1/+1
| | | (bzr r10977)
* Header cleaningAlex Valavanis2012-02-121-0/+2
| | | (bzr r10963)
* Cleaning up a few headersAlex Valavanis2012-02-121-0/+1
| | | (bzr r10961)