summaryrefslogtreecommitdiffstats
path: root/src/tweak-context.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-11-09Moved and renamed some tool-related files.Markus Engel1-1524/+0
(bzr r12785)
2013-11-07First step of moving tools into appropriate namespaces.Markus Engel1-23/+30
(bzr r12782)
2013-09-25C++ify calling a few SPLPEItem functions, much more work than expected... ↵Johan B. C. Engelen1-1/+1
slowly slowly... (bzr r12593)
2013-09-24Simplified some in-code circle creation.Markus Engel1-8/+6
(bzr r11608.1.131)
2013-09-21Fix format security errorsAlex Valavanis1-1/+1
Fixed bugs: - https://launchpad.net/bugs/1193025 (bzr r12563)
2013-08-03Cleaned up.Markus Engel1-45/+42
(bzr r11608.1.117)
2013-07-31Fixed SPObject ctor and dtor; removed singleton.h; some smaller changes.Markus Engel1-23/+16
(bzr r11608.1.110)
2013-07-30Further refactoring of EventContexts.Markus Engel1-2/+2
(bzr r11608.1.109)
2013-04-28Temporily fix abiguous macros before later removal.Jon A. Cruz1-36/+36
(bzr r12310)
2013-04-21Removed some unused files; more refactoring in EventContext tree.Markus Engel1-11/+11
(bzr r11608.1.104)
2013-04-21Cleaned up a bit.Markus Engel1-176/+146
(bzr r11608.1.102)
2013-04-20Moved factories to different files.Markus Engel1-1/+1
(bzr r11608.1.100)
2013-04-20Merging of EventContext classes complete.Markus Engel1-50/+15
(bzr r11608.1.98)
2013-04-18Added 9 cursors for the tweak tool.Christoffer Holmstedt1-5/+30
Fixed bugs: - https://launchpad.net/bugs/587729 (bzr r12277.1.1)
2013-04-13Replaced casting macros for EventContext tree; added contructors.Markus Engel1-22/+15
(bzr r11608.1.96)
2013-04-12Added prefPaths to contexts; modified SPFactoryMarkus Engel1-0/+2
(bzr r11608.1.94)
2013-04-09Added constructors to EventContext tree / some missing virtual pads.Markus Engel1-12/+54
(bzr r11608.1.90)
2013-01-26More GObject boilerplate reductionAlex Valavanis1-30/+6
(bzr r12064)
2012-12-31Replace C-style pointer casts in event contextsAlex Valavanis1-14/+14
(bzr r12001)
2012-10-04code cleanup: add own includes to cpp files or make the functions static if ↵Campbell Barton1-20/+20
they are not used elsewhere. (bzr r11735)
2012-09-06Fix for 580160 : Deleting a gradient stop using Shape tools deletes the objectJohn Smith1-0/+6
(bzr r11655)
2012-07-05Drop GTK+ 2.20 support.Alex Valavanis1-4/+0
Fixed bugs: - https://launchpad.net/bugs/1020494 (bzr r11529)
2012-06-09Stop deriving SPCanvasItem from GtkObjectAlex Valavanis1-1/+1
(bzr r11469.1.1)
2012-05-08Fixing to use explicit enum types instead of generic guint & bool.Jon A. Cruz1-7/+6
(bzr r11345)
2012-05-03Eliminated duplication of GTK key defines.Jon A. Cruz1-56/+1
(bzr r11318)
2012-04-08More GDK key macro fixes, and some cursor referencingAlex Valavanis1-60/+119
(bzr r11180)
2012-02-12Header cleaningAlex Valavanis1-0/+2
(bzr r10963)
2012-01-12Initial C++ification of SPCanvas.Jon A. Cruz1-2/+2
(bzr r10873)
2011-12-08Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis1-1/+1
Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762)
2011-08-27Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski1-11/+9
using them more obvious. Fix filter region computation. (bzr r10582.1.1)
2011-07-17- rename SPItem::i2d_affine to i2dt_affine, to clarify that it is ↵Johan B. C. Engelen1-2/+2
item-to-desktop, not item-to-document. This should make it easier to spot bugs. - tag some instances where the document-to-desktop transform has been hardcoded (bzr r10466)
2011-07-16Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz1-1/+1
(bzr r10461)
2011-06-24Switch to GObjectAlex Valavanis1-1/+1
(bzr r10350.1.3)
2011-06-23Update 2Geom to pull in integer rectangle classKrzysztof Kosi??ski1-1/+0
(bzr r10347.1.1)
2011-04-01Tweak and spray:Nicolas Dufour1-411/+422
* Fix for Bug #745652 (Gradient handles persistence with Tweak and Spray). * Fix for Bug #490225 (Tweak Tool : Opacity doesn't change in Paint/Jitter modes). * Tweak tool code consistency fix. * Spray tool default status message modified. (bzr r10139)
2011-02-21Finished cleanup of outated SP_OBJECT_DOCUMENT C macro.Jon A. Cruz1-17/+17
(bzr r10060)
2011-02-02update to latest 2geom !Johan B. C. Engelen1-6/+6
(bzr r10025)
2010-12-23Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ↵Jon A. Cruz1-1/+1
header. (bzr r9978.1.1)
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan1-1/+1
fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
2010-08-04Wholesale cruft removal part 2Krzysztof Kosi??ski1-2/+0
(bzr r9508.1.45)
2010-07-14Merge redundant *-fns.h into respective filter headers.Krzysztof Kosi??ski1-2/+1
Move gaussian blur to filters directory. Blend filter effect. (bzr r9508.1.16)
2010-07-03another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public1-3/+3
(bzr r9546.1.4)
2010-07-02New Class SPDocumentUndo created which takes care of c++fying some non ↵Abhishek Sharma Public1-13/+13
SPDocument based methods (bzr r9546.1.3)
2010-06-29This is the first c++ification commit from me. It handles sp-line, ↵Abhishek Sharma Public1-12/+12
sp-polyline, sp-item and marks the onset of document c++ification as well. Users can check performace increase with [/usr/bin/time -v inkscape_binary_with_commandline_options]. (bzr r9546.1.1)
2010-06-28Partial C++-ification of SPGradientJon A. Cruz1-7/+11
(bzr r9542)
2010-04-06Revert the inverted coordinate system fix. 3D Boxes and guidesKrzysztof Kosi??ski1-4/+4
require an XML-level backwards compatibility mechanism to fix properly, and it's too late in the 0.48 cycle to introduce it. (bzr r9298)
2010-04-03Fix tweak and paint bucket toolsKrzysztof Kosi??ski1-4/+4
(bzr r9281.1.6)
2010-03-08Cleanup of gradients and stops.Jon A. Cruz1-1/+0
(bzr r9163)
2009-08-06Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert1-2/+2
which cannot be fixed easily. (bzr r8422)
2009-08-05SPDocument->Documentjohnce1-2/+2
(bzr r8404)