summaryrefslogtreecommitdiffstats
path: root/src/spray-context.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2013-11-09Moved and renamed some tool-related files.Markus Engel1-890/+0
2013-11-07First step of moving tools into appropriate namespaces.Markus Engel1-24/+32
2013-09-30more string leaksJohan B. C. Engelen1-1/+3
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-24/+21
2013-07-31Fixed SPObject ctor and dtor; removed singleton.h; some smaller changes.Markus Engel1-7/+0
2013-07-30Further refactoring of EventContexts.Markus Engel1-181/+153
2013-07-01Factored layer model out into new Inkscape::LayerModel class. This allowsEric Greveson1-1/+1
2013-04-28Temporily fix abiguous macros before later removal.Jon A. Cruz1-16/+16
2013-04-21Removed some unused files; more refactoring in EventContext tree.Markus Engel1-14/+14
2013-04-20Moved factories to different files.Markus Engel1-1/+1
2013-04-20Merging of EventContext classes complete.Markus Engel1-46/+15
2013-04-13Replaced casting macros for EventContext tree; added contructors.Markus Engel1-18/+14
2013-04-12Added prefPaths to contexts; modified SPFactoryMarkus Engel1-0/+2
2013-04-09Added constructors to EventContext tree / some missing virtual pads.Markus Engel1-11/+54
2013-03-18Fix -Wunused-function warningsAlex Valavanis1-13/+0
2013-01-23Clean up more GObject type definitionsAlex Valavanis1-30/+6
2012-12-31Replace C-style pointer casts in event contextsAlex Valavanis1-17/+17
2012-12-03Translations. Removing sp-color-gtkselector.cpp from translatable files.Nicolas Dufour1-3/+3
2012-10-04code cleanup: add own includes to cpp files or make the functions static if t...Campbell Barton1-17/+17
2012-09-06Fix for 580160 : Deleting a gradient stop using Shape tools deletes the objectJohn Smith1-0/+6
2012-08-09Warnings cleanup (see Bug #1034663).Nicolas Dufour1-4/+4
2012-07-05Drop GTK+ 2.20 support.Alex Valavanis1-4/+0
2012-06-09Stop deriving SPCanvasItem from GtkObjectAlex Valavanis1-1/+1
2012-05-03Eliminated duplication of GTK key defines.Jon A. Cruz1-89/+1
2012-04-15Get rid of remaining deprecated GDK Key symbolsAlex Valavanis1-28/+120
2012-02-15Move gtkmm headers that internally re-enable deprecated gtk symbols to top. ...Alex Valavanis1-5/+6
2012-02-12Header cleaningAlex Valavanis1-0/+2
2012-01-12Initial C++ification of SPCanvas.Jon A. Cruz1-3/+3
2012-01-08Warning and uninitialized variable cleanup.Jon A. Cruz1-1/+0
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-3/+3
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-0/+4
2011-03-29Spray:Nicolas Dufour1-405/+288
2011-02-21Finished cleanup of outated SP_OBJECT_DOCUMENT C macro.Jon A. Cruz1-8/+8
2011-02-02update to latest 2geom !Johan B. C. Engelen1-4/+4
2010-12-23Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ...Jon A. Cruz1-1/+1
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2010-08-04Wholesale cruft removal part 2Krzysztof Kosi??ski1-2/+0
2010-07-14Merge redundant *-fns.h into respective filter headers.Krzysztof Kosi??ski1-6/+0
2010-07-02New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...Abhishek Sharma Public1-3/+3
2010-06-29This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public1-7/+7
2010-04-06Revert the inverted coordinate system fix. 3D Boxes and guidesKrzysztof Kosi??ski1-3/+3
2010-04-03Fix spray toolKrzysztof Kosi??ski1-3/+3
2010-03-13Fix undo stack spam in single-path mode of the spray toolKrzysztof Kosi??ski1-1/+1