summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* add --export-ignore-filtersbulia byak2008-11-302-2/+21
| | | (bzr r6924)
* unify labelsbulia byak2008-11-302-3/+3
| | | (bzr r6923)
* support for color BYLAYERAlvin Penner2008-11-301-5/+21
| | | (bzr r6922)
* add copying of mingwm10.dll to win buildJohan B. C. Engelen2008-11-291-0/+3
| | | (bzr r6921)
* bug #168777 (consider root transform and viewBox)Thomas Holder2008-11-291-0/+11
| | | (bzr r6920)
* commentbulia byak2008-11-291-1/+1
| | | (bzr r6919)
* fix setting blend mode to Normalbulia byak2008-11-291-0/+2
| | | (bzr r6918)
* allow sp_style_set_property_url to unset the property as well, if the linked ↵bulia byak2008-11-291-6/+8
| | | | | object is NULL (bzr r6917)
* Update strings pt_BR.poValessio Soares de Brito2008-11-291-3363/+3904
| | | (bzr r6916)
* NR->Geom conversion of some text functions and tweak-contextJoshua L. Blocher2008-11-284-56/+56
| | | (bzr r6915)
* bug #168370 (consider parent transform and viewBox)Thomas Holder2008-11-281-1/+16
| | | (bzr r6914)
* show namespaces in doxygenJohan B. C. Engelen2008-11-271-1/+1
| | | (bzr r6913)
* new version of Guides Creator extension from Jonas TermeauAlexandre Prokoudine2008-11-272-42/+134
| | | (bzr r6912)
* small 2geomification of clone tile dialogJohan B. C. Engelen2008-11-271-24/+24
| | | (bzr r6911)
* Rearrange to enable code that does not directly rely on lcms.Jon A. Cruz2008-11-273-23/+12
| | | (bzr r6910)
* Fix compile with lcms disabled.Maximilian Albert2008-11-274-1/+9
| | | (bzr r6909)
* List color profile search locations in preference tooltipJon A. Cruz2008-11-273-2/+24
| | | (bzr r6908)
* please don't forget to update Makefile_insertbulia byak2008-11-261-2/+2
| | | (bzr r6907)
* matching filename changeAlexandre Prokoudine2008-11-261-1/+1
| | | (bzr r6906)
* renamed lpe-hatches to lpe-rough-hatches.JF Barraud2008-11-265-26/+26
| | | (bzr r6905)
* Fix bug #299414: a return statement in unitTangentAt() got lost in rev. 20205!Diederik van Lierop2008-11-261-1/+1
| | | (bzr r6904)
* When snapping only the closest node, draw an indicator at that nodeDiederik van Lierop2008-11-269-79/+204
| | | (bzr r6903)
* Defined HAVE_OPENMP in build.xml and included config.h from ↵Jasper van de Gronde2008-11-262-0/+3
| | | | | nr-filter-gaussian.cpp to actually make the define work (on Windows). (bzr r6902)
* marked forgotten translatable messageAlexandre Prokoudine2008-11-252-1029/+1057
| | | (bzr r6901)
* Fixed OpenMP dependency to be optional.Jon A. Cruz2008-11-252-5/+29
| | | (bzr r6900)
* Add an option to the preferences to _only_ snap the node closest to the ↵Diederik van Lierop2008-11-2410-33/+97
| | | | | mouse pointer (bzr r6899)
* some color support, multi-line text, automatic scalingAlvin Penner2008-11-241-16/+47
| | | (bzr r6898)
* adding "remove" context menu in the embedded color profiles boxFelipe Corr??a da Silva Sanches2008-11-244-42/+146
| | | (bzr r6897)