summaryrefslogtreecommitdiffstats
path: root/src/draw-context.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-11-09Moved and renamed some tool-related files.Markus Engel1-144/+0
(bzr r12785)
2013-11-07First step of moving tools into appropriate namespaces.Markus Engel1-6/+14
(bzr r12782)
2013-09-15Added runtime check in SP_-cast macros.Markus Engel1-1/+1
(bzr r11608.1.123)
2013-09-14Modified SP_IS_ macros.Markus Engel1-1/+1
(bzr r11608.1.122)
2013-08-04Cleaned up once more.Markus Engel1-0/+1
(bzr r11608.1.118)
2013-07-30Further refactoring of EventContexts.Markus Engel1-1/+1
(bzr r11608.1.109)
2013-04-21Removed some unused files; more refactoring in EventContext tree.Markus Engel1-1/+1
(bzr r11608.1.104)
2013-04-20Merging of EventContext classes complete.Markus Engel1-24/+3
(bzr r11608.1.98)
2013-04-14Go backroot1-3/+0
(bzr r11950.1.93)
2013-04-14haloJabier Arraiza Cenoz1-0/+1
(bzr r11950.1.92)
2013-04-13Replaced casting macros for EventContext tree; added contructors.Markus Engel1-2/+4
(bzr r11608.1.96)
2013-04-09Added constructors to EventContext tree / some missing virtual pads.Markus Engel1-0/+1
(bzr r11608.1.90)
2013-04-08Started conversion of SPEventContext tree; added virtual pads to all classes.Markus Engel1-1/+19
(bzr r11608.1.89)
2013-01-17Cleanup more GObject type definitionsAlex Valavanis1-1/+3
(bzr r12034)
2012-05-03Adding base configurable sizing of controls/handles.Jon A. Cruz1-6/+36
(bzr r11316)
2012-01-14Enable tangential and perpendicular snapping to paths (in the node-tool, ↵Diederik van Lierop1-1/+1
pen-tool, pencil-tool, and for guide manipulation; cannot be toggled yet, will always be active when snapping to paths) (bzr r10886)
2011-10-081) make snapping to clip/mask paths optional (see document properties dialog ↵Diederik van Lierop1-1/+1
-> snap tab) 2) for debugging purposes: code added for showing all snap candidates 3) groundwork for tangential/perpendicular snapping (bzr r10672)
2011-10-05Cleanup for src/forward.h. (About 19 of the affected files did not require ↵Jon A. Cruz1-4/+3
the contents forward.h at all). (bzr r10667)
2011-06-23Remove more of libnrKrzysztof Kosi??ski1-1/+1
(bzr r10347.1.2)
2011-06-14Remove deprecated glib macro wrappersAlex Valavanis1-4/+4
(bzr r10302.1.1)
2011-02-27compatibility patch to compile using gcc 4.6Adib Taraben1-0/+1
Fixed bugs: - https://launchpad.net/bugs/707205 (bzr r10070.1.1)
2010-12-23Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ↵Jon A. Cruz1-1/+0
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)
2008-09-18Some NR::Point ==> Geom::Point replacementsMaximilian Albert1-4/+4
(bzr r6835)
2008-09-01Move single-dot-creation function to a better location (and rename it ↵Maximilian Albert1-0/+1
accordingly) (bzr r6746)
2008-08-06New mode in pen tool to draw paraxial linesMaximilian Albert1-1/+1
(bzr r6575)
2008-06-12More infrastructure to have waiting LPEs that are freshly created and ↵Maximilian Albert1-1/+1
applied to yet-to-be-drawn paths (bzr r5903)
2008-06-04Groundwork to allow automatic application of an LPE to a newly drawn pathMaximilian Albert1-1/+5
(bzr r5799)
2008-05-09- try to use more forward declarations for less dependencies on display/curve.hJohan B. C. Engelen1-1/+0
- change _bpath to private member of SPCurve, obtain and set with get_bpath and set_bpath. - added const methods, so protect changes to _bpath in SPCurve (bzr r5636)
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)