summaryrefslogtreecommitdiffstats
path: root/src/ui/draw-anchor.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-11-08Clarify licensesMax Gaukler1-1/+2
- add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-3/+3
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-3/+3
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-3/+3
2016-04-02Fix node size regression and add ctrlResize property for multiple use.Martin Owens1-7/+5
Fixed bugs: - https://launchpad.net/bugs/1562197 (bzr r14761)
2016-03-20Add Shift+Enter path complete and larger square node on mouse over.Martin Owens1-2/+7
(bzr r14721)
2014-12-21Purge sp_desktop_controlsLiam P. White1-2/+1
(bzr r13819)
2014-10-05Move more UI code into ui/Liam P. White1-1/+1
(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)