summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Make all tools consider full parent transform (up to document, not just up ↵Thomas Holder2008-12-0814-36/+45
| | | | | | | to root) See http://wiki.inkscape.org/wiki/index.php/ViewBoxToDo (bzr r6974)
* "make check" now compiles and runs on Linux.Krzysztof Kosi??ski2008-12-088-56/+185
| | | (bzr r6973)
* Makes page-sizer be a little less eager to change the orientation of pages ↵Jasper van de Gronde2008-12-081-5/+12
| | | | | automatically(!), it only does it for page sizes which are preferred to be in a certain orientation (landscape) now. (bzr r6972)
* Removed sp_main_* stubs from individual headers to make the unit tests build ↵Jasper van de Gronde2008-12-083-7/+4
| | | | | on Windows again. (bzr r6971)
* Warning and 'using' cleanup.Jon A. Cruz2008-12-0813-123/+103
| | | (bzr r6970)
* Partial fix for "make check" compilation failure.Krzysztof Kosi??ski2008-12-084-18/+6
| | | (bzr r6969)
* Bug #167682 (resizing page must also resize viewBox)Thomas Holder2008-12-071-0/+8
| | | (bzr r6968)
* Fix a typo that causes a runtime error during the preferences test.Krzysztof Kosi??ski2008-12-071-1/+1
| | | (bzr r6967)
* Changed term away from "embed" since that has specific meaning.Jon A. Cruz2008-12-074-57/+57
| | | (bzr r6966)
* Add unit tests for the Inkscape::Preferences class.Krzysztof Kosi??ski2008-12-071-0/+136
| | | (bzr r6965)
* Change the way preferences are loaded to simplify unit testingKrzysztof Kosi??ski2008-12-0712-52/+75
| | | (bzr r6964)
* Removed duplication of menu items.Jon A. Cruz2008-12-061-32/+35
| | | | | Fixed assert from unref'ing defs. (bzr r6963)
* Removed warning for expected condition.Jon A. Cruz2008-12-061-3/+3
| | | (bzr r6962)
* Warning cleanup.Jon A. Cruz2008-12-061-8/+8
| | | (bzr r6961)
* simplify interpolating the curve in pencil-context.Johan B. C. Engelen2008-12-061-19/+6
| | | (bzr r6960)
* NR -> 2Geom few more filesJoshua L. Blocher2008-12-058-33/+33
| | | (bzr r6959)
* 2geom more as fixJohan B. C. Engelen2008-12-0518-18/+18
| | | (bzr r6958)
* Changed it use common code for profile locations.Jon A. Cruz2008-12-051-16/+7
| | | (bzr r6957)
* more 2geomificationJohan B. C. Engelen2008-12-054-16/+15
| | | (bzr r6956)
* 2geomify filter-chemistryJohan B. C. Engelen2008-12-051-4/+4
| | | (bzr r6955)
* 2geom eraser toolJohan B. C. Engelen2008-12-051-13/+13
| | | (bzr r6954)
* NR::LInfty => Geom::Johan B. C. Engelen2008-12-059-28/+28
| | | (bzr r6953)
* NR -> 2Geom, more h and cpp filesJoshua L. Blocher2008-12-058-20/+20
| | | (bzr r6952)
* Layout code cleanup.Jon A. Cruz2008-12-051-12/+24
| | | (bzr r6951)
* Avoid problems when document is being closed.Jon A. Cruz2008-12-051-4/+6
| | | (bzr r6950)
* GNU/Linux!Felipe Corr??a da Silva Sanches2008-12-051-1/+1
| | | (bzr r6949)
* Misc. cleanupJon A. Cruz2008-12-051-671/+676
| | | (bzr r6948)
* Warning cleanup.Jon A. Cruz2008-12-056-65/+69
| | | (bzr r6947)
* Corrected initialization order.Jon A. Cruz2008-12-051-5/+3
| | | (bzr r6946)
* patch by Simon Dahlbacka, for LP 186582, modified to produce more detailed ↵Alvin Penner2008-12-051-19/+29
| | | | | output (bzr r6945)
* Warning/type cleanup.Jon A. Cruz2008-12-045-44/+59
| | | (bzr r6944)
* Whitespace cleanup.Jon A. Cruz2008-12-042-226/+248
| | | (bzr r6943)
* Whitespace cleanup.Jon A. Cruz2008-12-042-787/+796
| | | (bzr r6942)
* Warning/type cleanup.Jon A. Cruz2008-12-042-17/+45
| | | (bzr r6941)
* Whitespace cleanup.Jon A. Cruz2008-12-041-88/+85
| | | (bzr r6940)
* Ifdef cleanupJon A. Cruz2008-12-041-5/+3
| | | (bzr r6939)
* Warning cleanup.Jon A. Cruz2008-12-041-5/+30
| | | (bzr r6938)
* Fixed missing EOL at end of file.Jon A. Cruz2008-12-041-1/+1
| | | (bzr r6937)
* Fixed file final EOLJon A. Cruz2008-12-041-1/+1
| | | (bzr r6936)
* NR -> 2geom some headers in src/Joshua L. Blocher2008-12-0414-107/+107
| | | (bzr r6935)
* Fix compile when lcms is disabledMaximilian Albert2008-12-031-0/+2
| | | (bzr r6934)
* wiki link addedThomas Holder2008-12-021-0/+1
| | | (bzr r6933)
* Very slight change to allocation of stripe buffer in png-write.cpp that ↵Jasper van de Gronde2008-12-021-1/+1
| | | | | makes it a bit harder to break. (bzr r6932)
* Small changes to Gaussian filtering that make part of the IIR code a bit ↵Jasper van de Gronde2008-12-021-8/+15
| | | | | clearer (and possibly very, very slightly faster) and that eliminate any unnecessary filtering (if the kernel width is just one pixel it doesn't perform any filtering at all). (bzr r6931)
* some improvements to printing-marks.pyAur??lio A. Heckert2008-12-011-106/+113
| | | (bzr r6930)
* correcting the changes to provide compatibility for uniconversor name variationsAur??lio A. Heckert2008-12-011-14/+14
| | | (bzr r6929)
* providing compatibility for uniconversor name variationsAur??lio A. Heckert2008-12-012-4/+24
| | | (bzr r6928)
* filename change matched againAlexandre Prokoudine2008-12-011-1/+1
| | | (bzr r6927)
* add printing-marks and remove cut-marks extensionsFelipe Corr??a da Silva Sanches2008-12-011-2/+2
| | | (bzr r6926)
* replaceing the cut-marks extension by the printing-marksAur??lio A. Heckert2008-12-015-132/+471
| | | (bzr r6925)