summaryrefslogtreecommitdiffstats
path: root/src/draw-anchor.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-10-05Move more UI code into ui/Liam P. White1-105/+0
(bzr r13341.1.253)
2014-09-27Update to experimental r13565Liam P. White1-2/+2
(bzr r13341.5.16)
2014-08-31Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵Liam P. White1-2/+2
GThread deprecation errors. (bzr r13341.1.190)
2013-11-12Clean up some tool related things.Markus Engel1-5/+2
(bzr r12795)
2013-11-09Moved and renamed some tool-related files.Markus Engel1-3/+3
(bzr r12785)
2013-11-07First step of moving tools into appropriate namespaces.Markus Engel1-1/+1
(bzr r12782)
2012-06-09Stop deriving SPCanvasItem from GtkObjectAlex Valavanis1-1/+1
(bzr r11469.1.1)
2012-06-05Header cleaning for GTK+3 migrationAlex Valavanis1-2/+2
(bzr r11460)
2012-05-03Corrected hardcoded hit detection in pen & pencil tool endpoint detection.Jon A. Cruz1-3/+2
(bzr r11319)
2012-05-03Adding base configurable sizing of controls/handles.Jon A. Cruz1-7/+6
(bzr r11316)
2012-04-22Improve pen & pencil anchor visibility. Fixes bug #986748.Jon A. Cruz1-10/+10
Fixed bugs: - https://launchpad.net/bugs/986748 (bzr r11278)
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)
2008-12-05NR::LInfty => Geom::Johan B. C. Engelen1-1/+1
(bzr r6953)
2008-10-27From trunkTed Gould1-2/+2
(bzr r6885)
2008-08-18Don't draw anchors in LPEToolContextMaximilian Albert1-0/+6
(bzr r6655)
2008-05-19SPDrawAnchor should add a refcount to SPCurve!Johan B. C. Engelen1-0/+5
(bzr r5712)
2006-08-25peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips1-2/+2
need to rethink and incrementally change gbooleans to bools (bzr r1637)
2006-08-23Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips1-2/+2
one major janitorial task we identified.... (bzr r1633)
2006-04-17Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵MenTaLguY1-1/+1
confusing, names for other functions. If shorter names are desired, the actual functions should be renamed -- or better, made into member functions. (bzr r532)
2006-02-15bulk trailing spaces removal. consistency through MD5 of binaryRalf Stephan1-2/+2
(bzr r149)