summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* lpe-knot: fix crashJohan B. C. Engelen2010-05-151-11/+13
| | | | | | Fixed bugs: - https://launchpad.net/bugs/432523 (bzr r9421)
* A couple small bug fixes for new text toolbar widgets.Tavmjong Bah2010-05-151-60/+70
| | | (bzr r9420)
* fix bug when forking LPE stackJohan B. C. Engelen2010-05-143-16/+34
| | | | | | | Fixed bugs: - https://launchpad.net/bugs/578969 - https://launchpad.net/bugs/505400 (bzr r9419)
* Add dx (kerning), dy (vertical shifting), and rotate widgets toTavmjong Bah2010-05-145-4/+366
| | | | | text toolbar along with routines needed by them. (bzr r9417)
* Get rid of unneeded labels when the icons are self-explanatory.Tavmjong Bah2010-05-132-3/+6
| | | (bzr r9410)
* Add ability to set icons to insensitive. Used to disable "Justify"Tavmjong Bah2010-05-133-14/+163
| | | | | button for non-flowed text in text-tool toolbar. (bzr r9408)
* Fix small snapping regression (reported in LP #562205, comment #11)Diederik van Lierop2010-05-092-5/+3
| | | (bzr r9405)
* Small improvement of my previous fix in rev. #9402 (bounding box snapping)Diederik van Lierop2010-05-091-5/+12
| | | (bzr r9404)
* Fix tooltip error in the preferences (Bug #446723).Nicolas Dufour2010-05-091-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/446723 (bzr r9403)
* Fix bounding box snapping (LP562205, comment 6, issue II)Diederik van Lierop2010-05-0815-44/+47
| | | (bzr r9402)
* Track selection changes for updating in icon preview.Jon A. Cruz2010-05-062-1/+8
| | | (bzr r9400)
* Removed redundant refresh button, ui cleanup, added frames, etc. for bug ↵Jon A. Cruz2010-05-062-22/+22
| | | | | | | | #171376. Fixed bugs: - https://launchpad.net/bugs/171376 (bzr r9399)
* Switched icons to have frames, be square, and arranged more efficiently for ↵Jon A. Cruz2010-05-061-4/+39
| | | | | | | | space. Addressing bug #171376. Fixed bugs: - https://launchpad.net/bugs/171376 (bzr r9398)
* Extension. Fix XAML export crash (Bug #282421).Nicolas Dufour2010-05-041-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/282421 (bzr r9394)
* Extensions. Use locale dependent string to float convertion for default ↵Nicolas Dufour2010-05-021-2/+2
| | | | | | | | values (Bug #571196). Fixed bugs: - https://launchpad.net/bugs/571196 (bzr r9391)
* Follow-up to bug 427514 specific to icon preview, which happened to fix bug ↵Jon A. Cruz2010-05-022-9/+118
| | | | | | | | #171918. Fixed bugs: - https://launchpad.net/bugs/171918 (bzr r9390)