summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Text rendering. Factor out style handling into nr-style.hKrzysztof Kosi??ski2010-06-288-680/+466
| | | (bzr r9508.1.5)
* Implement clipping (slightly incorrect) and maskingKrzysztof Kosi??ski2010-06-2610-870/+446
| | | (bzr r9508.1.4)
* Merge from trunkKrzysztof Kosi??ski2010-06-222-1/+14
|\ | | | | (bzr r9508.1.3)
| * add more help to the tex preambleJohan B. C. Engelen2010-06-211-0/+12
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/596939 (bzr r9519)
| * Romanian translation update by Cristian Secară (Bug #596689)Kris De Gussem2010-06-211-1/+2
| | | | | | (bzr r9515)
* | Fix cross control pointKrzysztof Kosi??ski2010-06-221-11/+8
| | | | | | (bzr r9508.1.2)
* | Initial Cairo rendering commit: solid shapes, gradients, opacity and patternsKrzysztof Kosi??ski2010-06-2219-357/+682
|/ | | (bzr r9508.1.1)
* Disable edit dialog when custom swatch is edited in fill-n-stroke. ↵Jon A. Cruz2010-06-171-18/+27
| | | | | | | | Addressing bug #594443. Fixed bugs: - https://launchpad.net/bugs/594443 (bzr r9506)
* Fix for show/hide.Jon A. Cruz2010-06-171-2/+1
| | | (bzr r9505)
* Fix crash when bringing up F&S dialog with the CMS picker as default when an ↵Jon A. Cruz2010-06-161-1/+2
| | | | | object with no icc-color is selected. (bzr r9504)
* Move the task view changing to the "View" menu. Fixes bugs #170781 and #171663.Jon A. Cruz2010-06-167-85/+135
| | | | | | | Fixed bugs: - https://launchpad.net/bugs/170781 - https://launchpad.net/bugs/171663 (bzr r9503)
* Disable a couple debug messages.Josh Andler2010-06-151-2/+2
| | | (bzr r9501)
* Translations:Nicolas Dufour2010-06-131-7/+13
| | | | | | | * en_GB translation update by Tim Sheridan * br translation update by Alan Monfort * translators list update (bzr r9499)
* Added icons for Superscript and Subscript.Tavmjong Bah2010-06-071-2/+2
| | | (bzr r9490)
* "Fix" for bug #583593 (Default tool styles are not loaded for new users).Tavmjong Bah2010-06-072-10/+13
| | | | | | (Call sp_desktop_set_style() with write_current = false.) Tweak superscript/subscript shifts/sizes. (bzr r9489)
* Don't write text-specific style attributes to non-text objects.Tavmjong Bah2010-06-061-2/+21
| | | (bzr r9488)
* Compute baseline-shift relative to parent baseline-shift.Tavmjong Bah2010-06-061-0/+2
| | | (bzr r9487)
* Adding a character to a superscript or subscript no longer resetsTavmjong Bah2010-06-051-24/+14
| | | | | baseline-shift. (bzr r9481)
* Translator credits update (now all files are updated)Kris De Gussem2010-06-051-2/+2
| | | (bzr r9480)
* Moved spray tool down, text tool up.Tavmjong Bah2010-06-051-4/+18
| | | (bzr r9479)
* Adding JessyInk 1.5.1 extension set by Hannes HochreinerJosh Andler2010-06-041-0/+1
| | | (bzr r9478)
* Translator credits updateKris De Gussem2010-06-041-3/+5
| | | (bzr r9477)
* Add support for baseline-shift attribute (all possible values).Tavmjong Bah2010-06-048-11/+471
| | | | | | | | Add superscript and subscript support to Text toolbar. Missing icons for superscript and subscript. Known bug: adding a character to a superscript or subscript text string resets baseline-shift attribute. (bzr r9475)
* Authors and translators lists update.Nicolas Dufour2010-06-031-146/+181
| | | (bzr r9472)
* Forgot explicit initialization of FILE*.Jasper van de Gronde2010-06-021-1/+1
| | | (bzr r9471)
* Fix for bug #283769 (emergency save fails)Jasper van de Gronde2010-06-021-37/+43
| | | (bzr r9470)
* i think this is the final fix for the LPE forking bug with clones.Johan B. C. Engelen2010-06-011-0/+4
| | | | | | Fixed bugs: - https://launchpad.net/bugs/578969 (bzr r9469)
* Flowed text does not support dx (kerning), dy, and rotation attributes.Tavmjong Bah2010-06-011-20/+36
| | | | | Disable corresponding widgets if flowed text selected. (bzr r9468)
* Prevent vertical kerning from changing line spacing. Fixes bug 516216.Tavmjong Bah2010-06-011-15/+54
| | | | | | | | Further work is needed to allow vertical kerning across multiple lines. Fixed bugs: - https://launchpad.net/bugs/516216 (bzr r9466)
* Cleanup on encapsulation. Addition of initial widescreen detection.Jon A. Cruz2010-06-012-20/+67
| | | (bzr r9465)
* Fixing order from r9463, correct order is Width -> Height -> Units. (Bug ↵Alex Leone2010-06-011-1/+1
| | | | | | | | #587874) Fixed bugs: - https://launchpad.net/bugs/587874 (bzr r9464)
* In the document properties dialog, changes tab order to units, width, ↵Alex Leone2010-06-012-1/+11
| | | | | | | | height. (Bug #587874) Fixed bugs: - https://launchpad.net/bugs/587874 (bzr r9463)
* Makes the "Fit Page to Selection" margin options load from the opened file. ↵Alex Leone2010-06-014-20/+63
| | | | | | | | (Bug #499942) Fixed bugs: - https://launchpad.net/bugs/499942 (bzr r9462)
* much better fix for lpe forking, that can no longer turn into infinite loopJohan B. C. Engelen2010-05-312-26/+33
| | | | | | | | still, lpes are forked when referenced by clones... Fixed bugs: - https://launchpad.net/bugs/578969 (bzr r9460)
* add commentJohan B. C. Engelen2010-05-301-0/+1
| | | (bzr r9459)
* Extensions. Localized float values in SVG due to internal extensions, %f in ↵Nicolas Dufour2010-05-273-20/+33
| | | | | | | | printf (bug #586063) Fixed bugs: - https://launchpad.net/bugs/586063 (bzr r9456)
* Consistency fix in the tools strings (badly places :).Nicolas Dufour2010-05-264-34/+34
| | | (bzr r9453)
* temporary fix, to stop lpe clone freezeJohan B. C. Engelen2010-05-261-1/+2
| | | (bzr r9452)
* Snapping: get rid of the false positives when calculating intersectionsDiederik van Lierop2010-05-223-3/+24
| | | (bzr r9442)
* Temporary build fix for not newest gtk versions.Jon A. Cruz2010-05-221-2/+4
| | | (bzr r9441)
* - "Snap nodes or handles" button now also includes smooth nodesDiederik van Lierop2010-05-215-14/+33
| | | | | - Improved snap tooltips (bzr r9440)
* Subtract letter_spacing from width at end of line so centerTavmjong Bah2010-05-211-2/+20
| | | | | alignment works as expected. (bzr r9436)
* fix lpe dialog updatingJohan B. C. Engelen2010-05-182-1/+6
| | | | | | Fixed bugs: - https://launchpad.net/bugs/516940 (bzr r9433)
* reduce include dependenciesJohan B. C. Engelen2010-05-187-6/+10
| | | (bzr r9432)
* better fix for lpe stack forkingJohan B. C. Engelen2010-05-185-23/+42
| | | | | | Fixed bugs: - https://launchpad.net/bugs/578969 (bzr r9431)
* Fix for bug #284147Jasper van de Gronde2010-05-181-0/+1
| | | (bzr r9429)
* copyedit tooltipsbuliabyak2010-05-181-14/+14
| | | (bzr r9428)
* Add icons for line-height, letter-spacing, etc. to text toolbar.Tavmjong Bah2010-05-182-13/+75
| | | | | Include units in tooltips. (bzr r9427)
* Fix for bug #577012Jasper van de Gronde2010-05-182-31/+45
| | | (bzr r9426)
* Text toolbar:Tavmjong Bah2010-05-161-0/+22
| | | | | | | | Write out deprecated sodipodi:linespacing attribute (otherwise new line-height value gets overwritten by old linespacing value if text duplicated). "Fixes" 575829. Add calls to sp_document_maybe_done for dx, dy, rotate attributes. (bzr r9424)