summaryrefslogtreecommitdiffstats
path: root/src/connector-context.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-11-09Moved and renamed some tool-related files.Markus Engel1-1496/+0
(bzr r12785)
2013-11-07First step of moving tools into appropriate namespaces.Markus Engel1-64/+71
(bzr r12782)
2013-10-09Documentation/Translation. Fix for Bug #1236382 (Typos in comments and ↵Nicolas Dufour1-1/+1
message, localization context needed) by Yuri Chornoivan. Fixed bugs: - https://launchpad.net/bugs/1236382 (bzr r12673)
2013-09-02Fix bug that added transforms to new objects.Matthew Petroff1-0/+2
(bzr r12475.1.11)
2013-07-31Fixed SPObject ctor and dtor; removed singleton.h; some smaller changes.Markus Engel1-1/+1
(bzr r11608.1.110)
2013-07-30Further refactoring of EventContexts.Markus Engel1-3/+3
(bzr r11608.1.109)
2013-04-27various changesMarkus Engel1-156/+110
(bzr r11608.1.105)
2013-04-21Removed some unused files; more refactoring in EventContext tree.Markus Engel1-4/+4
(bzr r11608.1.104)
2013-04-20Moved factories to different files.Markus Engel1-1/+1
(bzr r11608.1.100)
2013-04-20Merging of EventContext classes complete.Markus Engel1-94/+18
(bzr r11608.1.98)
2013-04-13Replaced casting macros for EventContext tree; added contructors.Markus Engel1-0/+16
(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-14/+32
(bzr r11608.1.90)
2013-04-08Started conversion of SPEventContext tree; added virtual pads to all classes.Markus Engel1-6/+43
(bzr r11608.1.89)
2013-03-31Fix copyright email for Martin OwensMartin Owens1-1/+1
(bzr r12261)
2013-01-26More GObject boilerplate reductionAlex Valavanis1-32/+7
(bzr r12065)
2013-01-13Minor warning and dead code cleanup.Jon A. Cruz1-1/+1
(bzr r12018)
2012-12-31Replace C-style pointer casts in event contextsAlex Valavanis1-13/+10
(bzr r12001)
2012-11-30Step 1. Remove junk and keep functionality.Martin Owens1-542/+53
(bzr r11894.1.1)
2012-07-05Drop GTK+ 2.20 support.Alex Valavanis1-4/+0
Fixed bugs: - https://launchpad.net/bugs/1020494 (bzr r11529)
2012-05-03Eliminated duplication of GTK key defines.Jon A. Cruz1-4/+1
(bzr r11318)
2012-04-10Adopt obsolete GtkAnchorType enum as SPAnchorTypeAlex Valavanis1-4/+4
(bzr r11207)
2012-04-08More GDK key macro fixes, and some cursor referencingAlex Valavanis1-8/+15
(bzr r11180)
2012-02-12Header cleaningAlex Valavanis1-2/+2
(bzr r10963)
2012-01-17add underscores to some member variables.Johan B. C. Engelen1-1/+1
add some const stuff (bzr r10900)
2012-01-17turn SPPath into a class, and add some methods...Johan B. C. Engelen1-5/+5
(bzr r10897)
2012-01-17part 1 of SPPath cleanup for LPE... remove duplicated original_curve in ↵Johan B. C. Engelen1-6/+5
SPPath (SPShape has curve_before_lpe) (bzr r10895)
2011-10-27Fixing more broken and split doc comments.Jon A. Cruz1-1/+1
(bzr r10697)
2011-07-17- rename SPItem::i2d_affine to i2dt_affine, to clarify that it is ↵Johan B. C. Engelen1-7/+7
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-06-25warning cleanup (no functional changes)Campbell Barton1-11/+11
- enclose && / || with brackets to avoid ambiguity. - don't cast from booleans to pointers. (bzr r10359)
2011-06-23Update 2Geom to pull in integer rectangle classKrzysztof Kosi??ski1-11/+11
(bzr r10347.1.1)
2011-06-13Replace deprecated GtkSignalAlex Valavanis1-4/+4
(bzr r10282.1.1)
2011-02-22Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz1-5/+5
(bzr r10067)
2011-02-02update to latest 2geom !Johan B. C. Engelen1-5/+5
(bzr r10025)
2010-12-23Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ↵Jon A. Cruz1-1/+4
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-16Connector tool: pointers should be nulled after snappingDiederik van Lierop1-12/+22
(bzr r9716)
2010-08-13Revs 9706-9709 from trunk to fix Uniconvertor and 3 connector crashesJosh Andler1-7/+26
(bzr r9606.1.48)
2010-08-13Fixes bug #478597 where the connector context crash due to asserting thatMichael Wybrow1-2/+4
paths marked as connectors were always open. Now it just treats them as connectors if they are open, or normal objects otherwise. Fixed bugs: - https://launchpad.net/bugs/478597 (bzr r9707.1.1)
2010-08-13Fix bug #612756 where connectors with zero length (due to being clippedMichael Wybrow1-5/+22
to the perimeter of two overlapping objects) could crash the connector context. Fixed bugs: - https://launchpad.net/bugs/612756 (bzr r9705.1.1)
2010-08-11Clear pointers in the snapmanager if they're no longer needed.Diederik van Lierop1-1/+5
(bzr r9697)
2010-07-12SPObject c++ification finalized along with the beginning of XML ↵Abhishek Sharma Public1-11/+11
Privatisation tweaks (bzr r9546.1.6)
2010-07-02New Class SPDocumentUndo created which takes care of c++fying some non ↵Abhishek Sharma Public1-4/+4
SPDocument based methods (bzr r9546.1.3)
2010-07-01C++fied SPDocument addedAbhishek Sharma Public1-5/+5
(bzr r9546.1.2)
2010-06-29This is the first c++ification commit from me. It handles sp-line, ↵Abhishek Sharma Public1-9/+9
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-03-19Cleanup of SP_ACTIVE_DESKTOP to prepare clipboard code for reuse.Jon A. Cruz1-0/+3
(bzr r9209)
2010-03-02Cleanup on id access.Jon A. Cruz1-1/+1
(bzr r9127)
2010-02-21Disabled unfinished connection point edit mode. Added ↵Arcadie M. Cracan1-26/+50
inkscape:connection-start-point, inkscape:connection-end-point attributes for connector endpoints. This corrects the previous approach making drawings created in 0.48 version compatible with earlier versions (new attributes are silently ignored). (bzr r9103.1.1)
2010-02-06Tiny bit of refactoring (inverting some logic)Diederik van Lierop1-1/+1
(bzr r9059)
2010-01-30Finally introducing the pre-snap indicatorDiederik van Lierop1-0/+3
(bzr r9034)