summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Add missing selection cue option to preferences for tweak, calligraphy, and ↵Maximilian Albert2008-01-115-1/+24
| | | | | paint bucket tools (bzr r4457)
* remove the strutsbulia byak2008-01-111-13/+0
| | | (bzr r4456)
* patch from bug 175398bulia byak2008-01-111-1/+2
| | | (bzr r4455)
* Added part of a patch by Adam Strzelecki which makes GTK menu migrate to OS ↵JiHO2008-01-104-0/+973
| | | | | X menubar when GTK+quartz is used. This is taken from Gimp and should be safe enough at this stage since it really only affects OS X. (bzr r4454)
* Fix for Bug #181663 (Font style errors / assert when changing style)Gail Carmichael2008-01-103-17/+49
| | | | | | - I didn't see the problem described in the main part, but the assert was overzealous and, in my new opinion, shouldn't be there, so it's gone. - Fixed other style button problems mentioned in comments. (bzr r4453)
* Fix small z-order error for 3D boxesMaximilian Albert2008-01-101-9/+9
| | | (bzr r4452)
* copyeditbulia byak2008-01-101-5/+5
| | | (bzr r4450)
* label fix: kbd selection can never go into groups anyway, only layersbulia byak2008-01-101-4/+4
| | | (bzr r4449)
* Another take to fixing pdf import crash, likely without memory leakNiko Kiirala2008-01-091-3/+3
| | | (bzr r4448)
* roll back to 16721 (see discussion in the devel list)bulia byak2008-01-092-132/+10
| | | (bzr r4445)
* Made turbulence filter resolution-independent and renderable at any sizeNiko Kiirala2008-01-094-54/+105
| | | (bzr r4444)
* and in one more placebulia byak2008-01-091-1/+1
| | | (bzr r4443)
* Convert 3D boxes to ordinary groups before tweaking, ungrouping or applying ↵Maximilian Albert2008-01-097-8/+76
| | | | | 'convert to path' (closes LP #179693 and #176646). (bzr r4439)
* fix compile. rename Proj::FINITE and INFINITE to VP_* because of apparent ↵Johan B. C. Engelen2008-01-093-4/+4
| | | | | name clash on windows compile. (bzr r4437)
* Enable 3D box toolbarMaximilian Albert2008-01-085-269/+310
| | | (bzr r4436)
* Fix LP #181020: When snapping a guide, now only the part of the guide near ↵Diederik van Lierop2008-01-085-50/+72
| | | | | the pointer is considered (bzr r4435)
* correctly transform LPE path and point parameters with the SPItem's transformJohan B. C. Engelen2008-01-086-7/+29
| | | (bzr r4433)
* trying to fix pdf import crashesbulia byak2008-01-081-1/+1
| | | (bzr r4430)
* whitespace cleanupBryce Harrington2008-01-071-2/+2
| | | (bzr r4420)
* r17534@shi: ted | 2008-01-06 14:56:29 -0800Ted Gould2008-01-061-3/+9
| | | | | | | | | | | | | Scripting now maintains the output_extension parameter accross the script. This was necissary because the file written out gets the the parameter of what it was written out with, while the original document gets fixed. Even though the current document gets corrected by the output function, the script hands back the one that is written out. Basically, this means that we need to handle it in this file. And now we do. Fixes lp: 167132 (bzr r4414)
* Fix missing tooltips in LPE's. (Closes LP: #178471)Bryce Harrington2008-01-065-8/+15
| | | | | Whitespace cleanup. (bzr r4413)
* r17530@shi: ted | 2008-01-06 13:50:53 -0800Ted Gould2008-01-061-6/+6
| | | | | | Swapping arround some logic and setting up the grid lines so that major ones are drawn when zoomed out correctly. This is lp:167422 (bzr r4412)
* r17510@shi: ted | 2008-01-06 12:48:26 -0800Ted Gould2008-01-061-1/+3
| | | | | | Changing it so that the timer doesn't go off unless we're in live effects mode. This fixes lp:176608 (bzr r4410)
* Fix LP #168684Diederik van Lierop2008-01-062-6/+72
| | | (bzr r4409)
* Also transform stroke, patterns, and gradients of 3D box sidesMaximilian Albert2008-01-061-4/+1
| | | (bzr r4406)
* noop (cleanup): remove commented line in widgets/toolbox.cpp obviously left ↵Maximilian Albert2008-01-061-1/+0
| | | | | over from copy & paste (bzr r4405)
* Updated attributes-test.h to recognize filter effects attributes implemented ↵Niko Kiirala2008-01-061-9/+9
| | | | | since 0.45 (bzr r4404)
* Removing a few more debug statementsBryce Harrington2008-01-061-6/+0
| | | (bzr r4403)
* Removing some debug statementsBryce Harrington2008-01-061-4/+0
| | | (bzr r4402)
* Adds 'Save as SVG' button / dialog to clarify when saving file, that itBryce Harrington2008-01-062-4/+9
| | | | | will be saved as SVG. Patch from Gringer. (Closes LP: #169995) (bzr r4401)
* Added bicubic pixblock transformer to fix jagged results with rotated filtersNiko Kiirala2008-01-053-2/+163
| | | (bzr r4397)
* noop: remove old, commented out debugging codeMaximilian Albert2008-01-051-41/+0
| | | (bzr r4393)
* Applying Gail's patch for font-specificationBryce Harrington2008-01-0521-244/+851
| | | | | | | | | | | | | | | | | | | (Closes LP: #169973) - New attribute in an object's style string called -inkscape-font-specification stores full font name - This will be useful when we can support fonts that don't fit into the confines of CSS (if either pango enhances their PangoFontDescription structure, or we can get around its limitations) - Framework in place to separate font families from their "styles" (faces) in the text and font dialog - need only the code that does the actual separation - Text and Styles dialog shows only fonts it can handle (bzr r4392)
* Fixing up a few more filesBryce Harrington2008-01-056-4/+15
| | | (bzr r4391)
* glib/gtestutils.h is not available on gutsy, so switching to include ofBryce Harrington2008-01-0511-11/+11
| | | | | | glib.h, which will include that file on hardy, but on gutsy will include gmessage.h. (bzr r4390)
* Fix missing include for g_assert() calls - causes FTBFS on Ubuntu HardyBryce Harrington2008-01-0514-9/+27
| | | | | currently. (bzr r4389)
* Only set style of box sides during creation (not upon every repr write).Maximilian Albert2008-01-053-15/+7
| | | (bzr r4388)
* Corrected tooltips and labels in the LPEsJoel Holdsworth2008-01-042-5/+5
| | | (bzr r4386)
* Added more error checking to filter effects codeNiko Kiirala2008-01-0415-10/+88
| | | (bzr r4385)
* 1) fix snapping while scalingDiederik van Lierop2008-01-0313-175/+304
| | | | | | | 2) fix constrained snapping 3) improve snapping logic (again), or more specifically: better obey "always snap" 4) refactoring to reduce risk of bugs: renaming variables and methods for better readability, adding class members instead of using std::pairs, etc. (bzr r4379)
* Enable text output for Cairo renderer if Cairo has FreeType support enabledmiklosh2008-01-031-2/+2
| | | (bzr r4375)
* Purged fill type enummiklosh2008-01-031-2/+2
| | | (bzr r4374)
* Fixed messed up transformations because of a missing cairo_restore() and ↵miklosh2008-01-031-5/+3
| | | | | removed some debug stuff (bzr r4373)
* error checks on surface return valuesAdib Taraben2008-01-021-0/+10
| | | (bzr r4372)
* fix for gcc 3.3 by John Faith. https://bugs.launchpad.net/inkscape/+bug/178180JiHO2008-01-021-1/+2
| | | (bzr r4371)
* patch by John Faith https://bugs.launchpad.net/inkscape/+bug/175697JiHO2008-01-021-0/+2
| | | | | should be applied upstream in 2geom. (bzr r4370)
* fix typo notepath => nodepathJohan B. C. Engelen2008-01-028-10/+10
| | | (bzr r4369)
* make LPE parameters responsible for transformation (LPE cycles through its ↵Johan B. C. Engelen2008-01-024-0/+7
| | | | | params to apply transform) (bzr r4368)
* + Fix bug #179840, forking of LPEsJohan B. C. Engelen2008-01-0212-25/+123
| | | | | + Groundwork for fixing transforming LPE bugs. TODO: implement the actual transformation of LPE parameters. (bzr r4367)
* add libnr <=> 2geom conversion helper headerfileJohan B. C. Engelen2008-01-022-0/+32
| | | (bzr r4366)