| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add ability to set icons to insensitive. Used to disable "Justify" | Tavmjong Bah | 2010-05-13 | 3 | -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 Lierop | 2010-05-09 | 2 | -5/+3 |
| | | | | (bzr r9405) | ||||
| * | Small improvement of my previous fix in rev. #9402 (bounding box snapping) | Diederik van Lierop | 2010-05-09 | 1 | -5/+12 |
| | | | | (bzr r9404) | ||||
| * | Fix tooltip error in the preferences (Bug #446723). | Nicolas Dufour | 2010-05-09 | 1 | -1/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/446723 (bzr r9403) | ||||
| * | Fix bounding box snapping (LP562205, comment 6, issue II) | Diederik van Lierop | 2010-05-08 | 15 | -44/+47 |
| | | | | (bzr r9402) | ||||
| * | Track selection changes for updating in icon preview. | Jon A. Cruz | 2010-05-06 | 2 | -1/+8 |
| | | | | (bzr r9400) | ||||
| * | Removed redundant refresh button, ui cleanup, added frames, etc. for bug ↵ | Jon A. Cruz | 2010-05-06 | 2 | -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. Cruz | 2010-05-06 | 1 | -4/+39 |
| | | | | | | | | | space. Addressing bug #171376. Fixed bugs: - https://launchpad.net/bugs/171376 (bzr r9398) | ||||
| * | Extension. Fix XAML export crash (Bug #282421). | Nicolas Dufour | 2010-05-04 | 1 | -1/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/282421 (bzr r9394) | ||||
| * | Extensions. Use locale dependent string to float convertion for default ↵ | Nicolas Dufour | 2010-05-02 | 1 | -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. Cruz | 2010-05-02 | 2 | -9/+118 |
| | | | | | | | | | #171918. Fixed bugs: - https://launchpad.net/bugs/171918 (bzr r9390) | ||||
| * | moved some marshalling functions to generic glib calls | Nathan Hurst | 2010-04-29 | 4 | -22/+13 |
| | | | | (bzr r9389) | ||||
| * | Unnecessary style selector removed from the Spray tool bar and preferences, ↵ | Nicolas Dufour | 2010-04-28 | 2 | -5/+10 |
| | | | | | | and string disambiguation. (bzr r9386) | ||||
| * | Fix wrong bbox upon selecting clones of horizontal/vertical lines (related ↵ | Johan B. C. Engelen | 2010-04-27 | 1 | -1/+8 |
| | | | | | | | | | to bug #318726) Fixed bugs: - https://launchpad.net/bugs/318726 (bzr r9385) | ||||
| * | inkscape-comboboxentry-action: | Tavmjong Bah | 2010-04-27 | 3 | -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 labels | buliabyak | 2010-04-27 | 1 | -6/+6 |
| | | | | (bzr r9383) | ||||
| * | Correct desktop tracking for layers dialog. Fixes bug #427514. | Jon A. Cruz | 2010-04-27 | 5 | -57/+46 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/427514 (bzr r9380) | ||||
| * | Add warning dialog for other than "newest" GTK. | Jon A. Cruz | 2010-04-26 | 2 | -9/+35 |
| | | | | (bzr r9376) | ||||
| * | Typo fix in preferences by Masato Hashimoto (bug #569339). | Nicolas Dufour | 2010-04-25 | 1 | -1/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/569339 (bzr r9372) | ||||
| * | i18n. Fix for bug #425202 (script messages not translated). | Nicolas Dufour | 2010-04-25 | 1 | -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. Cruz | 2010-04-25 | 1 | -2/+6 |
| | | | | (bzr r9370) | ||||
| * | Add alt-x shortcut to new text toolbar. | Tavmjong Bah | 2010-04-24 | 3 | -17/+38 |
| | | | | (bzr r9369) | ||||
| * | Temporary compile fix for GTK before 2.16.0 | Jon A. Cruz | 2010-04-24 | 1 | -89/+95 |
| | | | | (bzr r9368) | ||||
| * | Minor tweaks to text toolbar. | Tavmjong Bah | 2010-04-23 | 1 | -4/+4 |
| | | | | (bzr r9366) | ||||
| * | Converted text toolbar to GTK toolbar. | Tavmjong Bah | 2010-04-23 | 4 | -822/+1621 |
| | | | | | | | | | | | | Moved Bold and Italics buttons to group font items together. Added items for line-height, word-spacing, and letter-spacing. Added ink-comboboxentry-action to wrap a GtkComboBoxEntry widget: Options: Pop-up completion menu. Use of external cell_data_func for formatting (e.g. font preview). Adjustable GtkEntry width. Display warning icon/tooltip if entry isn't in list. (bzr r9365) | ||||
| * | Fix snapping regression introduced by rev. #9118 | Diederik van Lierop | 2010-04-22 | 4 | -5/+14 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/562205 (bzr r9364) | ||||
| * | Extensions. Fix Render>Grid extension (Bug #401567). | Nicolas Dufour | 2010-04-21 | 1 | -18/+20 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/401567 (bzr r9361) | ||||
| * | Small fix for nr-compose-transform (I compared against 255 where I should ↵ | Jasper van de Gronde | 2010-04-20 | 1 | -2/+2 |
| | | | | | | have compared against 255*255). (bzr r9358) | ||||
| * | Drop short limit on propery values. | Jon A. Cruz | 2010-04-20 | 1 | -5/+5 |
| | | | | (bzr r9357) | ||||
| * | Added completion entry for editable lists. | Jon A. Cruz | 2010-04-20 | 1 | -5/+41 |
| | | | | (bzr r9356) | ||||
| * | Extensions. JavaFX output fix by ycswyw. | Nicolas Dufour | 2010-04-19 | 1 | -1/+2 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/439270 (bzr r9355) | ||||
| * | Added settor method for custom/non-model text | Jon A. Cruz | 2010-04-19 | 2 | -3/+32 |
| | | | | (bzr r9354) | ||||
| * | Patch to fix return values. Fixes bug #530790. | Jon A. Cruz | 2010-04-18 | 1 | -1/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/530790 (bzr r9352) | ||||
| * | Fix bbox snapping as reported in LP bug #562205 | Diederik van Lierop | 2010-04-18 | 6 | -22/+37 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/562205 (bzr r9351) | ||||
| * | Fix for bug #455302 and bug #165529, also partially fixes bounding box of ↵ | Jasper van de Gronde | 2010-04-18 | 6 | -126/+144 |
| | | | | | | various NR Arena Items as passed to filters (it used to explicitly make the bounding box larger) and makes nr-filter-displacement-map use rowstride (bzr r9350) | ||||
| * | Correct #endif placement. Should fix win32 build. | Jon A. Cruz | 2010-04-18 | 1 | -1/+1 |
| | | | | (bzr r9349) | ||||
| * | Added/Fixed Pango font weights. Included Jon's workaround for Pango | Tavmjong Bah | 2010-04-18 | 1 | -8/+13 |
| | | | | | | older than 1.24. (bzr r9348) | ||||
| * | Temp build-break workaround for systems with Pango older than 1.24. | Jon A. Cruz | 2010-04-17 | 3 | -0/+21 |
| | | | | (bzr r9346) | ||||
| * | Whitespace and brace cleanup. Minor refactoring of font_style_equal. | Jon A. Cruz | 2010-04-17 | 3 | -380/+425 |
| | | | | (bzr r9345) | ||||
| * | Spray tool: default preferences fix. | Nicolas Dufour | 2010-04-16 | 1 | -1/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/562227 (bzr r9341) | ||||
| * | Second step in fixing changing of font faces. | Tavmjong Bah | 2010-04-16 | 1 | -25/+74 |
| | | | | (bzr r9340) | ||||
| * | Tooltips inconsistency fix in Inkscape Preferences.(part 2) | Nicolas Dufour | 2010-04-15 | 1 | -2/+2 |
| | | | | (bzr r9338) | ||||
| * | Tooltips inconsistency fix in Inkscape Preferences. | Nicolas Dufour | 2010-04-15 | 1 | -38/+38 |
| | | | | (bzr r9337) | ||||
| * | filterUnits and primitiveUnits are now actually read/set, percentages for ↵ | Jasper van de Gronde | 2010-04-15 | 2 | -8/+18 |
| | | | | | | primitiveUnits are still problematic though (bzr r9335) | ||||
| * | First step in fixing the changing of font faces (must also update | Tavmjong Bah | 2010-04-15 | 2 | -65/+168 |
| | | | | | | toolbox.cpp). Expands use of pango_font_decription_better_match(). (bzr r9334) | ||||
| * | Add word-spacing attribute. | Tavmjong Bah | 2010-04-15 | 1 | -3/+20 |
| | | | | (bzr r9333) | ||||
| * | Added missing Pango Weights. | Tavmjong Bah | 2010-04-15 | 2 | -4/+16 |
| | | | | (bzr r9332) | ||||
| * | show more axonometric grid lines | Johan B. C. Engelen | 2010-04-14 | 1 | -7/+9 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/429776 (bzr r9331) | ||||
| * | Fix for ImageMagick solarize extension. | Nicolas Dufour | 2010-04-14 | 1 | -1/+3 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/362271 (bzr r9329) | ||||
| * | Changed default font from Bitstream Vera Sans to Sans. Not | Tavmjong Bah | 2010-04-14 | 4 | -9/+9 |
| | | | | | | | everyone has Bitstream Vera Sans and having a non-existant default font can cause problems. (bzr r9328) | ||||
