summaryrefslogtreecommitdiffstats
path: root/src/seltrans-handles.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-02-25Seperate out center alignment and add sepcific tool text for itMartin Owens1-2/+3
2019-02-24Merge in bazaar branch for alignment handlesMartin Owens1-1/+11
2018-11-08Clarify licensesMax Gaukler1-0/+9
- 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
2014-02-24Set the order of resize handles back to what they were before r12400. Now ↵Johan B. C. Engelen1-8/+8
it's possible again to access all handles for horizontal lines + geometric bbox Fixed bugs: - https://launchpad.net/bugs/1204193 (bzr r13054)
2013-07-04Improve handle xpm loading using rotateMartin Owens1-7/+7
(bzr r12401.1.1)
2013-07-03Make handle colour a configurable property.Martin Owens1-6/+7
(bzr r12401)
2013-07-02Refactor resize, rotate, skew handle codeMartin Owens1-23/+29
(bzr r12400)
2012-04-10Adopt obsolete GtkAnchorType enum as SPAnchorTypeAlex Valavanis1-17/+17
(bzr r11207)
2010-12-23Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ↵Jon A. Cruz1-2/+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)
2010-04-06Revert the inverted coordinate system fix. 3D Boxes and guidesKrzysztof Kosi??ski1-12/+12
require an XML-level backwards compatibility mechanism to fix properly, and it's too late in the 0.48 cycle to introduce it. (bzr r9298)
2010-04-03Initial fix for the inverted coordinate system bugKrzysztof Kosi??ski1-12/+12
(bzr r9281.1.1)