summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/tweak-tool.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2015-11-13static code analysisKris De Gussem1-1/+1
2015-05-22Update to 2Geom revision 2396Krzysztof Kosi??ski1-2/+1
2015-04-26Just reread the entire diff against trunk. Given the diff size, i must have f...Marc Jeanmougin1-1/+1
2015-02-27corrected the casts (hopefully)Marc Jeanmougin1-1/+1
2015-02-25Strip ToolFactoryLiam P. White1-10/+0
2015-02-19Put a few std::vector<SPitem*>Marc Jeanmougin1-6/+6
2015-02-18Just...mc1-14/+11
2014-12-21Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White1-14/+14
2014-12-21Purge sp_desktop_controlsLiam P. White1-1/+1
2014-12-21Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White1-1/+1
2014-10-24Initial removal of box3d outdated GTKish macros.Jon A. Cruz1-37/+49
2014-10-05Move more UI code into ui/Liam P. White1-1/+1
2014-06-07Undo changes in r13391Liam P. White1-1/+1
2014-06-06Clean up some unnecessary pointer usage in livarotLiam P. White1-1/+1
2014-02-26Made constructors of tools use initializer lists.Markus Engel1-26/+19
2013-11-09Moved and renamed some tool-related files.Markus Engel1-1/+1
2013-11-07First step of moving tools into appropriate namespaces.Markus Engel1-23/+30
2013-09-25C++ify calling a few SPLPEItem functions, much more work than expected... slo...Johan B. C. Engelen1-1/+1
2013-09-24Simplified some in-code circle creation.Markus Engel1-8/+6
2013-09-21Fix format security errorsAlex Valavanis1-1/+1
2013-08-03Cleaned up.Markus Engel1-45/+42
2013-07-31Fixed SPObject ctor and dtor; removed singleton.h; some smaller changes.Markus Engel1-23/+16
2013-07-30Further refactoring of EventContexts.Markus Engel1-2/+2
2013-04-28Temporily fix abiguous macros before later removal.Jon A. Cruz1-36/+36
2013-04-21Removed some unused files; more refactoring in EventContext tree.Markus Engel1-11/+11
2013-04-21Cleaned up a bit.Markus Engel1-176/+146
2013-04-20Moved factories to different files.Markus Engel1-1/+1
2013-04-20Merging of EventContext classes complete.Markus Engel1-50/+15
2013-04-18Added 9 cursors for the tweak tool.Christoffer Holmstedt1-5/+30
2013-04-13Replaced casting macros for EventContext tree; added contructors.Markus Engel1-22/+15
2013-04-12Added prefPaths to contexts; modified SPFactoryMarkus Engel1-0/+2
2013-04-09Added constructors to EventContext tree / some missing virtual pads.Markus Engel1-12/+54
2013-01-26More GObject boilerplate reductionAlex Valavanis1-30/+6
2012-12-31Replace C-style pointer casts in event contextsAlex Valavanis1-14/+14
2012-10-04code cleanup: add own includes to cpp files or make the functions static if t...Campbell Barton1-20/+20
2012-09-06Fix for 580160 : Deleting a gradient stop using Shape tools deletes the objectJohn Smith1-0/+6
2012-07-05Drop GTK+ 2.20 support.Alex Valavanis1-4/+0
2012-06-09Stop deriving SPCanvasItem from GtkObjectAlex Valavanis1-1/+1
2012-05-08Fixing to use explicit enum types instead of generic guint & bool.Jon A. Cruz1-7/+6
2012-05-03Eliminated duplication of GTK key defines.Jon A. Cruz1-56/+1
2012-04-08More GDK key macro fixes, and some cursor referencingAlex Valavanis1-60/+119
2012-02-12Header cleaningAlex Valavanis1-0/+2
2012-01-12Initial C++ification of SPCanvas.Jon A. Cruz1-2/+2
2011-12-08Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis1-1/+1
2011-08-27Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski1-11/+9
2011-07-17- rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...Johan B. C. Engelen1-2/+2
2011-07-16Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz1-1/+1
2011-06-24Switch to GObjectAlex Valavanis1-1/+1
2011-06-23Update 2Geom to pull in integer rectangle classKrzysztof Kosi??ski1-1/+0
2011-04-01Tweak and spray:Nicolas Dufour1-411/+422