summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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)
* | Pulling in a more recent trunkTed Gould2010-05-1534-302/+585
|\| | | | | (bzr r8254.1.56)
| * 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)
| * moved some marshalling functions to generic glib callsNathan Hurst2010-04-294-22/+13
| | | | | | (bzr r9389)
| * Unnecessary style selector removed from the Spray tool bar and preferences, ↵Nicolas Dufour2010-04-282-5/+10
| | | | | | | | | | and string disambiguation. (bzr r9386)
| * Fix wrong bbox upon selecting clones of horizontal/vertical lines (related ↵Johan B. C. Engelen2010-04-271-1/+8
| | | | | | | | | | | | | | | | to bug #318726) Fixed bugs: - https://launchpad.net/bugs/318726 (bzr r9385)
| * inkscape-comboboxentry-action:Tavmjong Bah2010-04-273-28/+102
| | | | | | | | | | | | | | | | | | Add option to add extra width to GtkComboBox. Add names to widgets so styles can be set with RC files. toolbox.cpp: Add extra width to font-family GtkComboBox. Change style of font-family drop-down from menu to list. (bzr r9384)
| * some copyediting of labelsbuliabyak2010-04-271-6/+6
| | | | | | (bzr r9383)
| * Correct desktop tracking for layers dialog. Fixes bug #427514.Jon A. Cruz2010-04-275-57/+46
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/427514 (bzr r9380)
| * Add warning dialog for other than "newest" GTK.Jon A. Cruz2010-04-262-9/+35
| | | | | | (bzr r9376)
| * Typo fix in preferences by Masato Hashimoto (bug #569339).Nicolas Dufour2010-04-251-1/+1
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/569339 (bzr r9372)
| * i18n. Fix for bug #425202 (script messages not translated).Nicolas Dufour2010-04-251-1/+7
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/425202 (bzr r9371)
| * Pack combo boxes into GtkAlignment for natural size when used in toolbars.Jon A. Cruz2010-04-251-2/+6
| | | | | | (bzr r9370)
| * Add alt-x shortcut to new text toolbar.Tavmjong Bah2010-04-243-17/+38
| | | | | | (bzr r9369)