summaryrefslogtreecommitdiffstats
path: root/src/draw-anchor.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move more UI code into ui/Liam P. White2014-10-051-105/+0
| | | (bzr r13341.1.253)
* Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵Liam P. White2014-08-311-2/+2
| | | | | GThread deprecation errors. (bzr r13341.1.190)
* Clean up some tool related things.Markus Engel2013-11-121-5/+2
| | | (bzr r12795)
* Moved and renamed some tool-related files.Markus Engel2013-11-091-3/+3
| | | (bzr r12785)
* First step of moving tools into appropriate namespaces.Markus Engel2013-11-071-1/+1
| | | (bzr r12782)
* Stop deriving SPCanvasItem from GtkObjectAlex Valavanis2012-06-091-1/+1
| | | (bzr r11469.1.1)
* Header cleaning for GTK+3 migrationAlex Valavanis2012-06-051-2/+2
| | | (bzr r11460)
* Corrected hardcoded hit detection in pen & pencil tool endpoint detection.Jon A. Cruz2012-05-031-3/+2
| | | (bzr r11319)
* Adding base configurable sizing of controls/handles.Jon A. Cruz2012-05-031-7/+6
| | | (bzr r11316)
* Improve pen & pencil anchor visibility. Fixes bug #986748.Jon A. Cruz2012-04-221-10/+10
| | | | | | Fixed bugs: - https://launchpad.net/bugs/986748 (bzr r11278)
* Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-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)
* NR::LInfty => Geom::Johan B. C. Engelen2008-12-051-1/+1
| | | (bzr r6953)
* From trunkTed Gould2008-10-271-2/+2
| | | (bzr r6885)
* Don't draw anchors in LPEToolContextMaximilian Albert2008-08-181-0/+6
| | | (bzr r6655)
* SPDrawAnchor should add a refcount to SPCurve!Johan B. C. Engelen2008-05-191-0/+5
| | | (bzr r5712)
* peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips2006-08-251-2/+2
| | | | | need to rethink and incrementally change gbooleans to bools (bzr r1637)
* Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips2006-08-231-2/+2
| | | | | one major janitorial task we identified.... (bzr r1633)
* Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵MenTaLguY2006-04-171-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)
* bulk trailing spaces removal. consistency through MD5 of binaryRalf Stephan2006-02-151-2/+2
| | | (bzr r149)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+99
(bzr r1)