summaryrefslogtreecommitdiffstats
path: root/src/helper/pixbuf-ops.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| | * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-2/+2
| | | | | | | | | (bzr r9546.1.2)
| | * This is the first c++ification commit from me. It handles sp-line, ↵Abhishek Sharma Public2010-06-291-4/+4
| | | | | | | | | | | | | | | sp-polyline, sp-item and marks the onset of document c++ification as well. Users can check performace increase with [/usr/bin/time -v inkscape_binary_with_commandline_options]. (bzr r9546.1.1)
* | | Merge from trunkKrzysztof Kosi??ski2010-11-251-1/+1
|\| | | | | | | | (bzr r9508.1.70)
| * | 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)
* / Wholesale cruft removal part 1Krzysztof Kosi??ski2010-08-041-54/+32
|/ | | (bzr r9508.1.44)
* Revert the inverted coordinate system fix. 3D Boxes and guidesKrzysztof Kosi??ski2010-04-061-1/+1
| | | | | | 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)
* Fix behavior when loading a documentKrzysztof Kosi??ski2010-04-031-1/+1
| | | (bzr r9281.1.7)
* Fix for invisible blured clone elements in PDF export.Nicolas Dufour2010-03-041-0/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/376987 (bzr r9141)
* Patch by Adib to fix 273767Josh Andler2009-10-041-6/+10
| | | (bzr r8713)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-2/+2
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-2/+2
| | | (bzr r8405)
* commit out apparently useless warningbulia byak2009-07-051-1/+1
| | | (bzr r8209)
* BUG: #273767: crash on ...; resolved crash on several pixbuf operationstheAdib2009-05-111-24/+34
| | | (bzr r7863)
* more on BUG 322116: PDF export does not use the highest quality for ↵Adib Taraben2009-05-021-1/+2
| | | | | rasterized filters (bzr r7812)
* Merging from trunkTed Gould2008-10-111-1/+1
| | | (bzr r6884)
* hide item instead of unreffing, and unref arena to prevent memory leakbulia byak2008-09-221-2/+3
| | | (bzr r6868)
* this item is not hide'd, so unref it instead to prevent leakbulia byak2008-09-161-0/+2
| | | (bzr r6820)
* Make rasterization of filters into pdf respect the requested dpi.Aaron Spike2008-09-051-5/+3
| | | | | This is patch is the result of cooperation between John Cliff, Josh Blocher and myself. There remains an issue with the positioning of filtered objects that originally possessed transforms. (bzr r6760)
* remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen2008-08-081-1/+1
| | | (bzr r6593)
* src/helper 2geomifiedJohan B. C. Engelen2008-08-061-10/+10
| | | (bzr r6579)
* No more NRMatrix or NRPoint.Jasper van de Gronde2008-03-211-1/+1
| | | (bzr r5149)
* Warning and whitespace cleanupJon A. Cruz2008-02-241-188/+188
| | | (bzr r4838)
* early version export to PS using blur to bitmapAdib Taraben2008-01-141-0/+188
(bzr r4480)