summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix LP bug #179328Johan B. C. Engelen2008-01-023-4/+25
| | | (bzr r4365)
* update to latest 2geomJohan B. C. Engelen2008-01-021-37/+0
| | | (bzr r4364)
* Fix LP #179741Johan B. C. Engelen2008-01-021-9/+3
| | | (bzr r4363)
* 2008-01-02 Michael Wybrow <mjwybrow@users.sourceforge.net>mjwybrow2008-01-021-5/+8
| | | | | | | * src/sp-item.cpp: Fix bug #167898, where a triggered document update prior to connectoor rerouting could attempt to access a deleted object clip_ref during ungrouping, causing a crash. (bzr r4360)
* disable fill-and-stroke blend (separate commit for easy reversion)MenTaLguY2008-01-011-1/+1
| | | (bzr r4358)
* make blend versus blur more configurable on a case-by-case basisMenTaLguY2008-01-016-12/+21
| | | (bzr r4357)
* fix update on layer switch and work around some blur-related glitchesMenTaLguY2008-01-016-13/+18
| | | (bzr r4356)
* separate blend history for objects versus layersMenTaLguY2008-01-014-7/+18
| | | (bzr r4355)
* first crack at enabling blend for layers dialogMenTaLguY2008-01-016-73/+52
| | | (bzr r4354)
* abstraction for style widget subjectsMenTaLguY2008-01-015-71/+364
| | | (bzr r4353)
* factor filter and opacity controls into separate metawidgetMenTaLguY2008-01-015-241/+372
| | | (bzr r4352)
* whitespace cleanupBryce Harrington2007-12-311-7/+7
| | | (bzr r4351)
* Add default CC metadata and license to preferences.Bryce Harrington2007-12-314-11/+152
| | | | | (Closes LP: #169954) (bzr r4346)
* Fix compilation issue with g++3.3 on OS X 10.3.9Bryce Harrington2007-12-311-4/+4
| | | | | (Patch from LP: #178123) (bzr r4345)
* Applying patch from tbnorth to add a --query-all command to dump objectBryce Harrington2007-12-311-2/+51
| | | | | data from the .svg. (Closes LP: #174701) (bzr r4343)
* Set teeth selector in lpe-gears to an integer value >= 3.Bryce Harrington2007-12-306-49/+52
| | | | | Fix trailing whitespace. (bzr r4342)
* comment fixbulia byak2007-12-301-1/+1
| | | (bzr r4341)
* fix bug 168751 (sf1749738)bulia byak2007-12-303-3/+4
| | | (bzr r4340)
* Strip out Pango markup from tooltips (fixes bug #167640)Bryce Harrington2007-12-301-2/+1
| | | (bzr r4339)
* don't zoom when changing dpiKees Cook2007-12-301-2/+2
| | | (bzr r4338)
* beautify rendering options tabKees Cook2007-12-302-35/+66
| | | (bzr r4337)
* rip out gtkmmification of print dialog, to temporarily solve LP: #176018Kees Cook2007-12-302-53/+79
| | | (bzr r4336)
* adjust cairo bitmap origin offset fixupKees Cook2007-12-302-2/+2
| | | (bzr r4335)
* Fixed bug #172778, [old] grid settings not respected when reopening documentJohan B. C. Engelen2007-12-292-3/+94
| | | (bzr r4334)
* always show grids when adding new gridJohan B. C. Engelen2007-12-291-0/+3
| | | (bzr r4333)
* Fixing bug #167416Diederik van Lierop2007-12-291-30/+46
| | | (bzr r4332)
* clean up print dialog for better integration with gtkmmKees Cook2007-12-293-41/+33
| | | (bzr r4331)
* correct build_gridspageJohan B. C. Engelen2007-12-291-5/+2
| | | (bzr r4330)
* Add icons to document properties grid table :-)Johan B. C. Engelen2007-12-292-2/+36
| | | (bzr r4329)
* Fix snapping when constrained scaling: now snaps all corners of the selectionDiederik van Lierop2007-12-281-12/+34
| | | (bzr r4328)
* guidelinedialog aestheticsJohan B. C. Engelen2007-12-282-31/+48
| | | (bzr r4327)
* try to fix bug #174475 feImage renderer crashes on non-external imageJohan B. C. Engelen2007-12-281-5/+19
| | | (bzr r4326)
* fix Bug #177891 feGaussianBlur crashes when setting fill paint as inputJohan B. C. Engelen2007-12-281-1/+4
| | | (bzr r4325)
* add tooltip text to bend path. #178471Johan B. C. Engelen2007-12-281-1/+1
| | | (bzr r4324)
* Snapping a guide to nodes (while dragging it across the canvas) now also ↵Diederik van Lierop2007-12-274-52/+86
| | | | | works for angled guides (bzr r4321)
* 1) Fix bug #178312Diederik van Lierop2007-12-2712-149/+340
| | | | | 2) Fix constrained snapping to objects (bzr r4314)
* BUG: 178803: Save As... -> filetype PDF via Cairo crashesAdib Taraben2007-12-271-7/+34
| | | (bzr r4313)
* check for cairo versionAdib Taraben2007-12-261-1/+1
| | | (bzr r4312)
* Recompute box corners relative to new perspective when merging persps (to ↵Maximilian Albert2007-12-263-10/+16
| | | | | prevent boxes from jumping randomly) (bzr r4311)
* check for cairo versionAdib Taraben2007-12-261-1/+1
| | | (bzr r4310)
* check for cairo versionAdib Taraben2007-12-262-2/+2
| | | (bzr r4309)
* noop: remove unused variableMaximilian Albert2007-12-261-1/+0
| | | (bzr r4307)
* Don't show boxes as everted (i.e., always show the same sides) during ↵Maximilian Albert2007-12-263-1/+42
| | | | | initial drag, regardless of the mouse pointer position. (bzr r4306)
* more on cairo ps/pdf optionsAdib Taraben2007-12-261-1/+1
| | | (bzr r4305)
* more on cairo ps/pdf optionsAdib Taraben2007-12-266-45/+108
| | | (bzr r4304)
* Don't store special attributes/types when saving 3D boxes to plain SVG (so ↵Maximilian Albert2007-12-262-5/+5
| | | | | that they show up correctly when reopening files). (bzr r4303)
* Fix bug #178004 [assert when saving as plain svg]Maximilian Albert2007-12-261-4/+5
| | | (bzr r4302)
* Cleanup:Tavmjong Bah2007-12-241-237/+509
| | | | | | | | | | | | | | | | | | | | | | | Consistant variable names. x, y used for positions. i, j used for column/row. Added check boxes to remove the automatic adding of tile width and height in calculating shift. Useful when placing clones on a circle or spiral (and in some cases when using the Exponent parameter where adding a -100% shift is not the same as excluding the shift). Added "Base" parameters to scaling. This allows drawing of logarithmic spirals such as found in nature (e.g. nautilus shell, pine cone). When non-zero, it changes the scale factor to be base^(scale-1). Added "Cumulate" to shift, scale, rotate. In the case of shifting, it allows uniformly scaled clones to be placed touching each other. For example, a "10% shift" normally results in clones being shifted by 10%, 20%, 30%, ... With the Cumulate box checked, the shifts become 10%, 10+20%, 10+20+30%, ... Adding "Cumulate" to the Scale and Rotation tabs may be of dubious value... but it can easily be removed. (bzr r4299)
* fix redrawing of 3d box sidesbulia byak2007-12-241-8/+4
| | | (bzr r4298)
* improve cosmetics of guide dialogJohan B. C. Engelen2007-12-242-10/+22
| | | (bzr r4297)