| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Also transform stroke, patterns, and gradients of 3D box sides | Maximilian Albert | 2008-01-06 | 1 | -4/+1 |
| | | | | (bzr r4406) | ||||
| * | noop (cleanup): remove commented line in widgets/toolbox.cpp obviously left ↵ | Maximilian Albert | 2008-01-06 | 1 | -1/+0 |
| | | | | | | over from copy & paste (bzr r4405) | ||||
| * | Updated attributes-test.h to recognize filter effects attributes implemented ↵ | Niko Kiirala | 2008-01-06 | 1 | -9/+9 |
| | | | | | | since 0.45 (bzr r4404) | ||||
| * | Removing a few more debug statements | Bryce Harrington | 2008-01-06 | 1 | -6/+0 |
| | | | | (bzr r4403) | ||||
| * | Removing some debug statements | Bryce Harrington | 2008-01-06 | 1 | -4/+0 |
| | | | | (bzr r4402) | ||||
| * | Adds 'Save as SVG' button / dialog to clarify when saving file, that it | Bryce Harrington | 2008-01-06 | 2 | -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 filters | Niko Kiirala | 2008-01-05 | 3 | -2/+163 |
| | | | | (bzr r4397) | ||||
| * | noop: remove old, commented out debugging code | Maximilian Albert | 2008-01-05 | 1 | -41/+0 |
| | | | | (bzr r4393) | ||||
| * | Applying Gail's patch for font-specification | Bryce Harrington | 2008-01-05 | 21 | -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 files | Bryce Harrington | 2008-01-05 | 6 | -4/+15 |
| | | | | (bzr r4391) | ||||
| * | glib/gtestutils.h is not available on gutsy, so switching to include of | Bryce Harrington | 2008-01-05 | 11 | -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 Hardy | Bryce Harrington | 2008-01-05 | 14 | -9/+27 |
| | | | | | | currently. (bzr r4389) | ||||
| * | Only set style of box sides during creation (not upon every repr write). | Maximilian Albert | 2008-01-05 | 3 | -15/+7 |
| | | | | (bzr r4388) | ||||
| * | Corrected tooltips and labels in the LPEs | Joel Holdsworth | 2008-01-04 | 2 | -5/+5 |
| | | | | (bzr r4386) | ||||
| * | Added more error checking to filter effects code | Niko Kiirala | 2008-01-04 | 15 | -10/+88 |
| | | | | (bzr r4385) | ||||
| * | 1) fix snapping while scaling | Diederik van Lierop | 2008-01-03 | 13 | -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 enabled | miklosh | 2008-01-03 | 1 | -2/+2 |
| | | | | (bzr r4375) | ||||
| * | Purged fill type enum | miklosh | 2008-01-03 | 1 | -2/+2 |
| | | | | (bzr r4374) | ||||
| * | Fixed messed up transformations because of a missing cairo_restore() and ↵ | miklosh | 2008-01-03 | 1 | -5/+3 |
| | | | | | | removed some debug stuff (bzr r4373) | ||||
| * | error checks on surface return values | Adib Taraben | 2008-01-02 | 1 | -0/+10 |
| | | | | (bzr r4372) | ||||
| * | fix for gcc 3.3 by John Faith. https://bugs.launchpad.net/inkscape/+bug/178180 | JiHO | 2008-01-02 | 1 | -1/+2 |
| | | | | (bzr r4371) | ||||
| * | patch by John Faith https://bugs.launchpad.net/inkscape/+bug/175697 | JiHO | 2008-01-02 | 1 | -0/+2 |
| | | | | | | should be applied upstream in 2geom. (bzr r4370) | ||||
| * | fix typo notepath => nodepath | Johan B. C. Engelen | 2008-01-02 | 8 | -10/+10 |
| | | | | (bzr r4369) | ||||
| * | make LPE parameters responsible for transformation (LPE cycles through its ↵ | Johan B. C. Engelen | 2008-01-02 | 4 | -0/+7 |
| | | | | | | params to apply transform) (bzr r4368) | ||||
| * | + Fix bug #179840, forking of LPEs | Johan B. C. Engelen | 2008-01-02 | 12 | -25/+123 |
| | | | | | | + Groundwork for fixing transforming LPE bugs. TODO: implement the actual transformation of LPE parameters. (bzr r4367) | ||||
| * | add libnr <=> 2geom conversion helper headerfile | Johan B. C. Engelen | 2008-01-02 | 2 | -0/+32 |
| | | | | (bzr r4366) | ||||
| * | Fix LP bug #179328 | Johan B. C. Engelen | 2008-01-02 | 3 | -4/+25 |
| | | | | (bzr r4365) | ||||
| * | update to latest 2geom | Johan B. C. Engelen | 2008-01-02 | 1 | -37/+0 |
| | | | | (bzr r4364) | ||||
| * | Fix LP #179741 | Johan B. C. Engelen | 2008-01-02 | 1 | -9/+3 |
| | | | | (bzr r4363) | ||||
| * | 2008-01-02 Michael Wybrow <mjwybrow@users.sourceforge.net> | mjwybrow | 2008-01-02 | 1 | -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) | MenTaLguY | 2008-01-01 | 1 | -1/+1 |
| | | | | (bzr r4358) | ||||
| * | make blend versus blur more configurable on a case-by-case basis | MenTaLguY | 2008-01-01 | 6 | -12/+21 |
| | | | | (bzr r4357) | ||||
| * | fix update on layer switch and work around some blur-related glitches | MenTaLguY | 2008-01-01 | 6 | -13/+18 |
| | | | | (bzr r4356) | ||||
| * | separate blend history for objects versus layers | MenTaLguY | 2008-01-01 | 4 | -7/+18 |
| | | | | (bzr r4355) | ||||
| * | first crack at enabling blend for layers dialog | MenTaLguY | 2008-01-01 | 6 | -73/+52 |
| | | | | (bzr r4354) | ||||
| * | abstraction for style widget subjects | MenTaLguY | 2008-01-01 | 5 | -71/+364 |
| | | | | (bzr r4353) | ||||
| * | factor filter and opacity controls into separate metawidget | MenTaLguY | 2008-01-01 | 5 | -241/+372 |
| | | | | (bzr r4352) | ||||
| * | whitespace cleanup | Bryce Harrington | 2007-12-31 | 1 | -7/+7 |
| | | | | (bzr r4351) | ||||
| * | Add default CC metadata and license to preferences. | Bryce Harrington | 2007-12-31 | 4 | -11/+152 |
| | | | | | | (Closes LP: #169954) (bzr r4346) | ||||
| * | Fix compilation issue with g++3.3 on OS X 10.3.9 | Bryce Harrington | 2007-12-31 | 1 | -4/+4 |
| | | | | | | (Patch from LP: #178123) (bzr r4345) | ||||
| * | Applying patch from tbnorth to add a --query-all command to dump object | Bryce Harrington | 2007-12-31 | 1 | -2/+51 |
| | | | | | | data from the .svg. (Closes LP: #174701) (bzr r4343) | ||||
| * | Set teeth selector in lpe-gears to an integer value >= 3. | Bryce Harrington | 2007-12-30 | 6 | -49/+52 |
| | | | | | | Fix trailing whitespace. (bzr r4342) | ||||
| * | comment fix | bulia byak | 2007-12-30 | 1 | -1/+1 |
| | | | | (bzr r4341) | ||||
| * | fix bug 168751 (sf1749738) | bulia byak | 2007-12-30 | 3 | -3/+4 |
| | | | | (bzr r4340) | ||||
| * | Strip out Pango markup from tooltips (fixes bug #167640) | Bryce Harrington | 2007-12-30 | 1 | -2/+1 |
| | | | | (bzr r4339) | ||||
| * | don't zoom when changing dpi | Kees Cook | 2007-12-30 | 1 | -2/+2 |
| | | | | (bzr r4338) | ||||
| * | beautify rendering options tab | Kees Cook | 2007-12-30 | 2 | -35/+66 |
| | | | | (bzr r4337) | ||||
| * | rip out gtkmmification of print dialog, to temporarily solve LP: #176018 | Kees Cook | 2007-12-30 | 2 | -53/+79 |
| | | | | (bzr r4336) | ||||
| * | adjust cairo bitmap origin offset fixup | Kees Cook | 2007-12-30 | 2 | -2/+2 |
| | | | | (bzr r4335) | ||||
| * | Fixed bug #172778, [old] grid settings not respected when reopening document | Johan B. C. Engelen | 2007-12-29 | 2 | -3/+94 |
| | | | | (bzr r4334) | ||||
