summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* add tooltip text to bend path. #178471Johan B. C. Engelen2007-12-281-1/+1
| | | (bzr r4324)
* updated translation into Ukrainian from Maxim DziumanenkoAlexandre Prokoudine2007-12-281-3117/+3324
| | | (bzr r4323)
* Spelling fixBryce Harrington2007-12-281-1/+1
| | | (bzr r4322)
* 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)
* fixed bad markup in translationAdib Taraben2007-12-271-16/+8
| | | (bzr r4320)
* UpdateValessio Soares de Brito2007-12-271-2839/+1946
| | | (bzr r4319)
* * [INTL: it] Little progressLuca Bruno2007-12-271-19/+21
| | | (bzr r4318)
* More work on tango icons by Michael Grossberg + some alternate tools icons ↵JiHO2007-12-271-1701/+2461
| | | | | deviating from the art libre set but which may be more satisfying in Inkscape. (bzr r4317)
* Enhanced comments related to python modulesJiHO2007-12-271-2/+2
| | | (bzr r4316)
* Add support for python module tree (i.e. directories with all python modules ↵JiHO2007-12-271-6/+5
| | | | | versions for ppc and intel, for python versions 2.3, 2.4 and 2.5) (bzr r4315)
* 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)
* * Extraneous char in shebang removed (Closes: #168796)Luca Bruno2007-12-261-1/+1
| | | (bzr r4308)
* 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)
* added edge3d to the list of translatable filesAlexandre Prokoudine2007-12-251-0/+1
| | | (bzr r4301)
* actually added edge3d.{py,inx} to the list of installable filesAlexandre Prokoudine2007-12-251-0/+2
| | | (bzr r4300)
* 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)
* angled guidelines: create angled line when dragging from edge of rulersJohan B. C. Engelen2007-12-246-22/+53
| | | (bzr r4296)
* when dragging from rulers close to the edges, one gets 45 degree angled ↵Johan B. C. Engelen2007-12-231-4/+28
| | | | | guidelines. (bzr r4295)
* noop: remove unused variableMaximilian Albert2007-12-231-2/+0
| | | (bzr r4294)
* remember and use geom::point normal when dragging new guidesJohan B. C. Engelen2007-12-231-4/+6
| | | (bzr r4293)
* fix relative angle change in guideline dialogJohan B. C. Engelen2007-12-231-1/+3
| | | (bzr r4292)
* Bug fix: prevent perspectives from being transformed more than once (by ↵Maximilian Albert2007-12-236-55/+229
| | | | | keeping track of selected boxes and their transformations). (bzr r4291)
* Fleshing out history section a bitBryce Harrington2007-12-231-1/+23
| | | (bzr r4290)
* fix crit bug #168570 Crash when recreating grid using 'redo'Johan B. C. Engelen2007-12-231-0/+1
| | | (bzr r4289)
* fix angle description of guidesJohan B. C. Engelen2007-12-232-5/+5
| | | (bzr r4288)
* Retired FilePrintDirect verbJoel Holdsworth2007-12-235-12/+0
| | | (bzr r4287)
* 2geom updateJohan B. C. Engelen2007-12-231-2/+13
| | | (bzr r4286)
* update to latest 2geom, bugs be gone!Johan B. C. Engelen2007-12-236-2/+30
| | | (bzr r4285)
* update to latest 2geom (fixed 2 bugs :))Johan B. C. Engelen2007-12-235-321/+322
| | | (bzr r4284)
* fix critical bug #168588 assertion failed, file sp-conn-end.cpp: line 191Johan B. C. Engelen2007-12-231-3/+4
| | | (bzr r4283)
* Add UI for creating angled guidelines!Johan B. C. Engelen2007-12-232-31/+83
| | | (bzr r4282)
* update to latest 2geomJohan B. C. Engelen2007-12-231-0/+50
| | | (bzr r4281)
* create options for cairo pdf/ps export dialogtheAdib2007-12-234-6/+41
| | | (bzr r4280)
* Removed Win32 only Print Direct verb, which was an exact clone of normal printJoel Holdsworth2007-12-237-35/+3
| | | (bzr r4279)
* Fixed the parenting of the print dialog so that it cannot fall behind the ↵Joel Holdsworth2007-12-227-14/+15
| | | | | main inkscape desktop window (bzr r4278)
* Fix typo in an array causing a write off the end. Causes bug if noBryce Harrington2007-12-221-1/+1
| | | | | sizes were loaded from the preferences file. Closes LP: #178139. (bzr r4277)
* Updated the version numbers in the .rc filesJoel Holdsworth2007-12-222-8/+8
| | | (bzr r4276)
* 1) solve bug #177995Diederik van Lierop2007-12-224-53/+60
| | | | | 2) don't look for nearby intersections when doing a constrained snap (bzr r4275)