summaryrefslogtreecommitdiffstats
path: root/src/display/canvas-bpath.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* sized style enumsThomas Holder2019-10-281-3/+4
| | | | Reduces memory usage by 2% in a simple test
* Clarify licensesMax Gaukler2018-11-081-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
* Replace typedef enum with enum in POD type declarations.Emmanuel Gil Peyrot2018-06-201-6/+6
|
* Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot2018-06-191-1/+1
|
* Partial fix for bug 172063 while we find a better solution for XOR in helper ↵Jabier Arraiza Cenoz2016-08-291-3/+3
| | | | | lines (bzr r15090)
* Kill ancient gcc version check in configure.ac and fix a load of broken ↵Alex Valavanis2013-03-141-1/+1
| | | | | forward declarations (bzr r12203)
* Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis2011-12-081-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762)
* Switch to GObjectAlex Valavanis2011-06-241-1/+1
| | | (bzr r10350.1.3)
* Remove deprecated glib macro wrappersAlex Valavanis2011-06-141-4/+4
| | | (bzr r10302.1.1)
* update to latest 2geom !Johan B. C. Engelen2011-02-021-1/+1
| | | (bzr r10025)
* Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ↵Jon A. Cruz2010-12-231-3/+6
| | | | | 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)
* move canvastext to its own file (no linking error for me anymore), add ↵bulia byak2009-03-111-39/+0
| | | | | outline to fix 334758 (bzr r7470)
* Next roud of NR ==> Geom conversionMaximilian Albert2008-09-181-4/+4
| | | (bzr r6839)
* add dashed path optionbulia byak2008-08-061-1/+2
| | | (bzr r6572)
* Fixed const-correctnessJon A. Cruz2008-08-031-3/+3
| | | (bzr r6545)
* Move coordinate transform workaround to a more logical placeMaximilian Albert2008-07-301-1/+3
| | | (bzr r6471)
* Temporarily move the code from display/canvas-text.(h|cpp) to ↵Maximilian Albert2008-07-291-0/+45
| | | | | display/canvas-bpath.(h|cpp) to avoid a strange linker error :( (bzr r6465)
* delivarotify, render with cairo, use nr_path functions for bbox and distancebulia byak2008-06-241-0/+1
| | | (bzr r6044)
* Oops, don't use tabs! (replace tabs by 4 spaces)Diederik van Lierop2007-11-031-26/+26
| | | (bzr r4020)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+99
(bzr r1)