summaryrefslogtreecommitdiffstats
path: root/src/dropper-context.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-11-09Moved and renamed some tool-related files.Markus Engel1-414/+0
(bzr r12785)
2013-11-07First step of moving tools into appropriate namespaces.Markus Engel1-14/+22
(bzr r12782)
2013-09-24Simplified some in-code circle creation.Markus Engel1-9/+8
(bzr r11608.1.131)
2013-09-21Fix format security errorsAlex Valavanis1-1/+1
Fixed bugs: - https://launchpad.net/bugs/1193025 (bzr r12563)
2013-07-30Further refactoring of EventContexts.Markus Engel1-1/+1
(bzr r11608.1.109)
2013-04-28Temporily fix abiguous macros before later removal.Jon A. Cruz1-1/+1
(bzr r12310)
2013-04-21Cleaned up a bit.Markus Engel1-114/+70
(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-86/+39
(bzr r11608.1.98)
2013-04-13Replaced casting macros for EventContext tree; added contructors.Markus Engel1-0/+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-11/+44
(bzr r11608.1.90)
2013-03-26Stop using top-level glibmm headerAlex Valavanis1-1/+0
(bzr r12251)
2013-03-19Fixing regressionjtx1-1/+0
(bzr r11950.1.61)
2013-03-17Working with widjetsJabier Arraiza Cenoz1-0/+1
(bzr r11950.1.56)
2013-03-15Drop a couple of unused variables and a pixmapAlex Valavanis1-1/+0
(bzr r12210)
2013-01-16Cleanup SPDropperContext:Alex Valavanis1-69/+85
* Use G_DEFINE_TYPE rather than explicit _get_type function * Hide private members (bzr r12031)
2013-01-11Warning and dead code cleanup.Jon A. Cruz1-10/+0
(bzr r12014)
2012-12-31Replace C-style pointer casts in event contextsAlex Valavanis1-7/+7
(bzr r12001)
2012-11-24Fix for 172236 : Dropper pixmaps and onetime fixJohn Smith1-18/+87
(bzr r11894)
2012-10-04code cleanup: add own includes to cpp files or make the functions static if ↵Campbell Barton1-1/+1
they are not used elsewhere. (bzr r11735)
2012-09-05Fix for 172236 : Dropper in Fill-Stroke dialog, changed to be a one time ↵John Smith1-0/+6
only pick (bzr r11652)
2012-08-02Fix for 685689 : Panning with Shift+RMB fails when dropper tool selectedJohn Smith1-3/+3
(bzr r11583)
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-03Eliminated duplication of GTK key defines.Jon A. Cruz1-5/+1
(bzr r11318)
2012-04-09Replace deprecated GDK key symbolsAlex Valavanis1-5/+13
(bzr r11194)
2012-02-15More header cleanup/fwd declarationsAlex Valavanis1-0/+1
(bzr r10986)
2012-02-12Header cleaningAlex Valavanis1-0/+2
(bzr r10963)
2012-02-12Cleaning up a few headersAlex Valavanis1-0/+1
(bzr r10961)
2012-02-06Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis1-1/+0
(bzr r10940)
2011-08-27Update 2Geom. Remove all use of NRRectL.Krzysztof Kosi??ski1-13/+3
(bzr r10582.1.3)
2011-06-23Remove more of libnrKrzysztof Kosi??ski1-5/+4
(bzr r10347.1.2)
2011-02-02update to latest 2geom !Johan B. C. Engelen1-2/+2
(bzr r10025)
2010-08-14Completely remove NRPixBlockKrzysztof Kosi??ski1-49/+25
(bzr r9508.1.67)
2010-08-04Wholesale cruft removal part 3Krzysztof Kosi??ski1-1/+0
(bzr r9508.1.47)
2010-08-04Wholesale cruft removal part 1Krzysztof Kosi??ski1-0/+1
(bzr r9508.1.44)
2010-07-02New Class SPDocumentUndo created which takes care of c++fying some non ↵Abhishek Sharma Public1-1/+1
SPDocument based methods (bzr r9546.1.3)
2009-12-20Warning cleanupJon A. Cruz1-1/+3
(bzr r8895)
2009-08-11patch 168780bulia byak1-0/+16
(bzr r8464)
2009-08-01enabling all icc-color related debug messagesFelipe Corr??a da Silva Sanches1-0/+8
(bzr r8050.1.5)
2009-01-25- The snap-delay mechanism should now be more robust. From now on, it must ↵Diederik van Lierop1-3/+3
be turned on and off explicitely within each context. This prevents delayed snapping events from being fired after the context or context's state has changed. - Creating single dots now snaps (bzr r7172)
2008-10-27From trunkTed Gould1-7/+10
(bzr r6885)
2008-09-18Next roud of NR ==> Geom conversionMaximilian Albert1-13/+13
(bzr r6839)
2008-08-03remove many needless references to n-art-bpath.hJohan B. C. Engelen1-12/+0
(bzr r6540)
2008-07-082geomify the static defined hatchcircles of dropper tool, dyna draw and ↵Johan B. C. Engelen1-1/+9
tweak tool. (bzr r6229)
2008-05-05struct SPCurve => class SPCurveJohan B. C. Engelen1-2/+2
change all sp_curve_methods functions to SPCurve::methods. (bzr r5609)
2008-03-26system clipboard support (bug #170185) from Chris KosińskiMenTaLguY1-67/+6
(bzr r5190)
2008-03-21No more NRMatrix or NRPoint.Jasper van de Gronde1-1/+1
(bzr r5149)
2007-09-24Fixed unsafe hardcoding of buffer sizeJon A. Cruz1-1/+1
(bzr r3791)