| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | added a set to the Selection | Marc Jeanmougin | 2015-02-19 | 3 | -20/+14 |
| | | | | (bzr r13922.1.6) | ||||
| * | Put a few std::vector<SPitem*> | Marc Jeanmougin | 2015-02-19 | 35 | -187/+181 |
| | | | | (bzr r13922.1.5) | ||||
| * | I can't really understand why, but i can now launch inkscape without it ↵ | mc | 2015-02-18 | 3 | -9/+9 |
| | | | | | | | | | segfaulting. That's an improvement. Next thing: code cleaning, replacing containers with vectors (bzr r13922.1.4) | ||||
| * | Just... | mc | 2015-02-18 | 29 | -246/+236 |
| | | | | | | | | some... more... lines... (bzr r13922.1.2) | ||||
| * | At first, I was thinking "I just have to go to the selection file, and ↵ | Marc Jeanmougin | 2015-02-17 | 9 | -159/+162 |
| | | | | | | | | | change that GSList* with a std::list, then resolve the few problems" So, i tried that. And I will continue tomorrow, and the days after, on and on. (bzr r13922.1.1) | ||||
| * | Commenting dead assignments. | Nicolas Dufour | 2015-02-08 | 2 | -10/+18 |
| | | | | (bzr r13909) | ||||
| * | Fix for Bug #1417752 (Find & Replace ignores Flowed text objects). | Nicolas Dufour | 2015-02-06 | 1 | -1/+5 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1417752 (bzr r13903) | ||||
| * | Typos (Bug #1417127) | Kris De Gussem | 2015-02-03 | 1 | -1/+1 |
| | | | | (bzr r13895) | ||||
| * | Fix for bug #1130348 (Paint bucket filling multiple regions crashes when ↵ | Kim Maxim (fixer21k) | 2015-01-25 | 1 | -1/+1 |
| | | | | | | | | | scrolling). Fixed bugs: - https://launchpad.net/bugs/1130348 (bzr r13873) | ||||
| * | improved precision in placing grids and guides. (Bug 1373311) | Alvin Penner | 2015-01-23 | 1 | -1/+4 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1373311 (bzr r13868) | ||||
| * | Fix regression: pasted bitmaps should be embeded. (Bug #855440) | Tavmjong Bah | 2015-01-21 | 1 | -2/+5 |
| | | | | (bzr r13867) | ||||
| * | during copy and paste, scale stock symbols from units of 'px' to ↵ | Alvin Penner | 2015-01-15 | 3 | -11/+22 |
| | | | | | | | | | 'document-units'. (Bug 1365451) Fixed bugs: - https://launchpad.net/bugs/1365451 (bzr r13853) | ||||
| * | i18n. String handling improvement and memory leak fix. | Nicolas Dufour | 2015-01-13 | 1 | -5/+4 |
| | | | | | | Translations. Translations template and French translation update. (bzr r13850) | ||||
| * | Fixing build error on Ubuntu (GThread error due to include ordering). | Nicolas Dufour | 2015-01-12 | 1 | -2/+3 |
| | | | | (bzr r13849) | ||||
| * | Undo. Partial fix for Bug #171990 (pen tool commit for each node for more ↵ | Jeremiah Darais | 2015-01-12 | 2 | -85/+107 |
| | | | | | | | | | granular undo). Fixed bugs: - https://launchpad.net/bugs/171990 (bzr r13848) | ||||
| * | Translations. Italian translation udpate. | Firas Hanife | 2015-01-10 | 1 | -1/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1363245 (bzr r13847) | ||||
| * | Preferences. Fix for Bug #1401993 (Keyboard shortcut editor throws together ↵ | Nicolas Dufour | 2015-01-07 | 1 | -0/+4 |
| | | | | | | | | | extensions and filters). Fixed bugs: - https://launchpad.net/bugs/1401993 (bzr r13845) | ||||
| * | UI/i18n. Fixing inconsistencies in the Fillet/Chamfer LPE dialogs. | Nicolas Dufour | 2015-01-06 | 1 | -1/+1 |
| | | | | | | Translations. Translation template and French translation update. (bzr r13842) | ||||
| * | Translators list update | Nicolas Dufour | 2015-01-05 | 1 | -1/+3 |
| | | | | (bzr r13841) | ||||
| * | Avoid calling root->updateRepr() twice when changing width and height. | Tavmjong Bah | 2015-01-05 | 1 | -2/+1 |
| | | | | (bzr r13837) | ||||
| * | UI: some strings were not translatable | Kris De Gussem | 2015-01-03 | 1 | -8/+8 |
| | | | | (bzr r13834) | ||||
| * | simplify and optimice code for mobe bspline from paths | Jabier Arraiza Cenoz | 2015-01-01 | 1 | -8/+12 |
| | | | | (bzr r13831) | ||||
| * | Allow reposition of BSpline using the path | Jabier Arraiza Cenoz | 2015-01-01 | 1 | -2/+12 |
| | | | | (bzr r13830) | ||||
| * | Fix for bug #758718 (Color Picker/Dropper: Color selection area not lined up ↵ | mc | 2014-12-31 | 1 | -3/+3 |
| | | | | | | | | | with target in cursor) by Mc. Fixed bugs: - https://launchpad.net/bugs/758718 (bzr r13829) | ||||
| * | Remove sp_style_new(). | Tavmjong Bah | 2014-12-25 | 4 | -41/+34 |
| | | | | (bzr r13822.1.6) | ||||
| * | Remove sp_style_write_string() and sp_style_write_difference(). | Tavmjong Bah | 2014-12-25 | 2 | -17/+11 |
| | | | | (bzr r13822.1.4) | ||||
| * | Add missing SPStyle::readFromPrefs(), remove sp_style_read_from_prefs(). | Tavmjong Bah | 2014-12-24 | 1 | -16/+15 |
| | | | | (bzr r13822.1.2) | ||||
| * | Remove sp_desktop_document and finish cleanup of desktop-handles.h | Liam P. White | 2014-12-21 | 77 | -305/+305 |
| | | | | (bzr r13820) | ||||
| * | Purge sp_desktop_controls | Liam P. White | 2014-12-21 | 12 | -21/+20 |
| | | | | (bzr r13819) | ||||
| * | Purge sp_desktop_message_stack | Liam P. White | 2014-12-21 | 6 | -17/+17 |
| | | | | (bzr r13817) | ||||
| * | Purge sp_desktop_sketch and sp_desktop_tempgroup | Liam P. White | 2014-12-21 | 10 | -29/+29 |
| | | | | (bzr r13816) | ||||
| * | Purge sp_desktop_drawing | Liam P. White | 2014-12-21 | 2 | -3/+3 |
| | | | | (bzr r13813) | ||||
| * | Purge sp_desktop_canvas | Liam P. White | 2014-12-21 | 6 | -27/+27 |
| | | | | (bzr r13811) | ||||
| * | Purge sp_desktop_namedview in favor of SPDesktop::getNamedView | Liam P. White | 2014-12-21 | 13 | -30/+34 |
| | | | | (bzr r13810) | ||||
| * | Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection | Liam P. White | 2014-12-21 | 47 | -169/+171 |
| | | | | (bzr r13809) | ||||
| * | disable rev 13709, following Bug 1365451, comments 13-16 | Alvin Penner | 2014-12-19 | 1 | -2/+2 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1365451 (bzr r13806) | ||||
| * | when inserting a node, the endpoints cannot be symmetric nodes. (Bug 1367443) | Alvin Penner | 2014-12-15 | 1 | -0/+4 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1367443 (bzr r13800) | ||||
| * | Preferences. Fix for Bug #1401782 (Take from selection button should be ↵ | Nicolas Dufour | 2014-12-12 | 1 | -1/+5 |
| | | | | | | | | | greyed out at startup). Fixed bugs: - https://launchpad.net/bugs/1401782 (bzr r13797) | ||||
| * | Change grids to use 'user units'. Grids using absolute units are read in but | Tavmjong Bah | 2014-12-11 | 2 | -6/+35 |
| | | | | | | may be scaled incorrectly due to change of 90 to 96 dpi. (bzr r13795) | ||||
| * | undo previous commit. figured out how to set the "decoration" icon size from ↵ | Johan B. C. Engelen | 2014-12-10 | 1 | -2/+2 |
| | | | | | | gtkrc theme file (bzr r13793) | ||||
| * | LayerSelector (bottom left): change size of visibility and lock icons to ↵ | Johan B. C. Engelen | 2014-12-10 | 1 | -2/+2 |
| | | | | | | ICON_SIZE_SMALL_TOOLBAR to make the size changeable from the GTK2 theme file, and make the size fall in line with rest of UI. I saw no effect on the looks of the UI with default gtkrc on Windows, but greatly improves icon sizing on hi-dpi theme settings. (bzr r13792) | ||||
| * | do not recalculate page height unless it is necessary. (Bug 1384915, comment 24) | Alvin Penner | 2014-12-06 | 1 | -2/+4 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1384915 (bzr r13789) | ||||
| * | Fix snapping bug in pen tool | Diederik van Lierop | 2014-12-04 | 1 | -3/+7 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1260544 (bzr r13785) | ||||
| * | avoid recalculating viewbox if it is not necessary. (Bug 1384915, comment 24) | Alvin Penner | 2014-11-28 | 2 | -5/+6 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1384915 (bzr r13776) | ||||
| * | Change getDefaultUnit() to getDisplayUnit() to better reflect value returned ↵ | Tavmjong Bah | 2014-11-26 | 1 | -1/+1 |
| | | | | | | by function. (bzr r13774) | ||||
| * | Replace INKSCAPE.active_desktop() by SP_ACTIVE_DESKTOP for easier grepability | Liam P. White | 2014-11-26 | 2 | -2/+2 |
| | | | | (bzr r13768) | ||||
| * | Update to trunk r13766 | Liam P. White | 2014-11-26 | 17 | -30/+34 |
| |\ | | | | | (bzr r13341.5.24) | ||||
| | * | Fix applying LPE to clones (through the "+" button in the LPE dialog). | Johan B. C. Engelen | 2014-11-25 | 1 | -2/+6 |
| | | | | | | | | | | | | | | | The caller to sp_selection_clone_original_path_lpe expects a new path to be selected, and it will change the SVG "id" of that selected path. The bug was that sp_selection_clone_original_path_lpe no longer selected the new path, it maintained the selection of the path to be "clone_original_path'ed". And thus the path referenced by the original clone got its ID changed. Horror resulted. Fixed by selecting the newly created path, as before. Added code to the caller that checks if the newly selected path is not nullptr, and that it is not the same as the selected path before the call. (bzr r13761) | ||||
| | * | Disable preference widget to allow saving fonts in non-px units | Josh Andler | 2014-11-25 | 1 | -1/+1 |
| | | | | | | | (bzr r13760) | ||||
| | * | Fix a bug in pen/cil modes triangle in/out | Jabier Arraiza Cenoz | 2014-11-24 | 1 | -1/+1 |
| | | | | | | | (bzr r13752) | ||||
