summaryrefslogtreecommitdiffstats
path: root/src/display/sp-ctrlline.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* update to latest 2geom !Johan B. C. Engelen2011-02-021-2/+2
| | | (bzr r10025)
* Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ↵Jon A. Cruz2010-12-231-1/+0
| | | | | header. (bzr r9978.1.1)
* 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)
* for zero-length lines, do not request canvas redraw and do not attempt to drawbulia byak2009-03-091-7/+16
| | | (bzr r7448)
* Next roud of NR ==> Geom conversionMaximilian Albert2008-09-181-19/+19
| | | (bzr r6839)
* Replaced deprecated GtkType creation with GTypeJon A. Cruz2008-08-031-11/+12
| | | (bzr r6541)
* fix artefacts left by text cursor and disappearing cursor on empty canvasbulia byak2008-07-181-4/+6
| | | (bzr r6342)
* delivarotify, render with cairobulia byak2008-06-241-90/+19
| | | (bzr r6043)
* No more NRMatrix or NRPoint.Jasper van de Gronde2008-03-211-8/+8
| | | (bzr r5149)
* associate an item with the line, for grdragbulia byak2007-10-161-0/+3
| | | (bzr r3904)
* a bunch of cairo fixmes in anticipation of a more direct rendering with less ↵bulia byak2007-02-171-3/+46
| | | | | intermediate buffers and unpacked 32bit RGBA throughout (bzr r2385)
* Sorry, forgot the copyright text.Johan B. C. Engelen2007-01-241-0/+2
| | | (bzr r2276)
* Upgraded gradient tool =)Johan B. C. Engelen2007-01-171-7/+0
| | | (bzr r2228)
* remove compiler warningsRalf Stephan2006-04-211-4/+4
| | | (bzr r562)
* resolving compiler warningsAndrius Ramanauskas2006-04-201-4/+4
| | | (bzr r552)
* Rendering optimisation, which gives best results for zoomed in drawings with ↵Andrius Ramanauskas2006-04-191-1/+6
| | | | | complex (multi-node) paths. Optimisation focus - eliminating cubicTo and LineTo nodes outside of visible area, so no unneeded calculations is needed and less memory is consumed (this avoids crashes which were occurring previously if zooming into a complex drawing) (bzr r541)
* bulk whitespace removal patch #1198588 by gigaclonRalf Stephan2006-02-131-3/+3
| | | (bzr r134)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+217
(bzr r1)