| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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) | ||||
| * | static code analysis: initialisation | Kris De Gussem | 2014-12-28 | 1 | -3/+3 |
| | | | | (bzr r13827) | ||||
| * | prevent possible usage of -1 array index | Kris De Gussem | 2014-12-28 | 1 | -12/+14 |
| | | | | (bzr r13826) | ||||
| * | SPStyle ref counting clean up. | Tavmjong Bah | 2014-12-26 | 6 | -16/+37 |
| | | | | (bzr r13822.1.7) | ||||
| * | Remove sp_style_new(). | Tavmjong Bah | 2014-12-25 | 12 | -96/+66 |
| | | | | (bzr r13822.1.6) | ||||
| * | Remove sp_style_merge_from_parent() and sp_style_merge_from_dying_parent(). | Tavmjong Bah | 2014-12-25 | 6 | -73/+36 |
| | | | | (bzr r13822.1.5) | ||||
| * | Remove sp_style_write_string() and sp_style_write_difference(). | Tavmjong Bah | 2014-12-25 | 10 | -221/+138 |
| | | | | (bzr r13822.1.4) | ||||
| * | Remove sp_style_read_from_object() | Tavmjong Bah | 2014-12-24 | 8 | -37/+20 |
| | | | | (bzr r13822.1.3) | ||||
| * | Add missing SPStyle::readFromPrefs(), remove sp_style_read_from_prefs(). | Tavmjong Bah | 2014-12-24 | 5 | -142/+121 |
| | | | | (bzr r13822.1.2) | ||||
| * | Remove sp_style_new_from_object() | Tavmjong Bah | 2014-12-24 | 3 | -19/+3 |
| | | | | (bzr r13822.1.1) | ||||
| * | Use gray for 'context-fill' and 'context-stroke' in marker selector. | Tavmjong Bah | 2014-12-23 | 7 | -34/+70 |
| | | | | | | Fix rendering bug when elements with 'context-fill' and 'context-stroke' are inside groups. (bzr r13822) | ||||
| * | Bug #1380413: make sure that the rect toolbar knows when and when not to update | Liam P. White | 2014-12-21 | 1 | -3/+11 |
| | | | | (bzr r13821) | ||||
| * | Remove sp_desktop_document and finish cleanup of desktop-handles.h | Liam P. White | 2014-12-21 | 147 | -654/+565 |
| | | | | (bzr r13820) | ||||
| * | Purge sp_desktop_controls | Liam P. White | 2014-12-21 | 21 | -43/+33 |
| | | | | (bzr r13819) | ||||
| * | Purge sp_desktop_guides | Liam P. White | 2014-12-21 | 2 | -9/+0 |
| | | | | (bzr r13818) | ||||
| * | Purge sp_desktop_message_stack | Liam P. White | 2014-12-21 | 12 | -53/+44 |
| | | | | (bzr r13817) | ||||
| * | Purge sp_desktop_sketch and sp_desktop_tempgroup | Liam P. White | 2014-12-21 | 16 | -55/+37 |
| | | | | (bzr r13816) | ||||
| * | Purge sp_desktop_main | Liam P. White | 2014-12-21 | 2 | -9/+0 |
| | | | | (bzr r13815) | ||||
| * | Purge sp_desktop_gridgroup | Liam P. White | 2014-12-21 | 3 | -11/+2 |
| | | | | (bzr r13814) | ||||
| * | Purge sp_desktop_drawing | Liam P. White | 2014-12-21 | 4 | -12/+3 |
| | | | | (bzr r13813) | ||||
| * | Purge sp_desktop_acetate | Liam P. White | 2014-12-21 | 2 | -9/+0 |
| | | | | (bzr r13812) | ||||
| * | Purge sp_desktop_canvas | Liam P. White | 2014-12-21 | 13 | -51/+42 |
| | | | | (bzr r13811) | ||||
| * | Purge sp_desktop_namedview in favor of SPDesktop::getNamedView | Liam P. White | 2014-12-21 | 24 | -56/+50 |
| | | | | (bzr r13810) | ||||
| * | Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection | Liam P. White | 2014-12-21 | 85 | -327/+321 |
| | | | | (bzr r13809) | ||||
| * | Implement rendering for 'context-fill' and 'context-stroke' (text not ↵ | Tavmjong Bah | 2014-12-21 | 14 | -78/+183 |
| | | | | | | handled yet). (bzr r13807) | ||||
| * | 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) | ||||
| * | Code rearrangement to make it clearer what is happening. | Tavmjong Bah | 2014-12-16 | 10 | -75/+61 |
| | | | | (bzr r13803) | ||||
| * | Debugging routines to print out XML, SP Object, and Display Item trees. | Tavmjong Bah | 2014-12-16 | 8 | -0/+78 |
| | | | | (bzr r13802) | ||||
| * | Read 'context-fill' and 'context-stroke' keywords. | Tavmjong Bah | 2014-12-16 | 4 | -24/+71 |
| | | | | (bzr r13801) | ||||
| * | 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) | ||||
| * | C++ify SPMarkerView | Tavmjong Bah | 2014-12-15 | 2 | -125/+95 |
| | | | | (bzr r13799) | ||||
| * | Add rotate nodes parameter | Jabier Arraiza Cenoz | 2014-12-15 | 2 | -6/+13 |
| | | | | (bzr r13798) | ||||
| * | 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 | 4 | -68/+166 |
| | | | | | | may be scaled incorrectly due to change of 90 to 96 dpi. (bzr r13795) | ||||
| * | Fix build with poppler 0.29.0 (Bug #1399811) | su_v | 2014-12-11 | 1 | -6/+26 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1399811 (bzr r13794) | ||||
| * | 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) | ||||
| * | Store 3d box tool coordinates stored in 'user units'. | Tavmjong Bah | 2014-12-04 | 1 | -42/+70 |
| | | | | (bzr r13784) | ||||
| * | fix errors in string conversion. (rev13762, 13763) | Johan B. C. Engelen | 2014-11-28 | 1 | -6/+6 |
| | | | | (bzr r13777) | ||||
| * | avoid recalculating viewbox if it is not necessary. (Bug 1384915, comment 24) | Alvin Penner | 2014-11-28 | 4 | -11/+12 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1384915 (bzr r13776) | ||||
| * | Change getDefaultUnit() to getDisplayUnit() to better reflect value returned ↵ | Tavmjong Bah | 2014-11-26 | 13 | -17/+17 |
| | | | | | | by function. (bzr r13774) | ||||
| * | Change default display unit to 'px'. | Tavmjong Bah | 2014-11-26 | 2 | -2/+2 |
| | | | | (bzr r13773) | ||||
| * | Correct guide placement when created by dragging onto canvas or by creating ↵ | Tavmjong Bah | 2014-11-26 | 2 | -2/+23 |
| | | | | | | guides around object/page. (bzr r13771) | ||||
| * | Use SVG width/height and viewBox to correct guide position. | Tavmjong Bah | 2014-11-26 | 1 | -1/+18 |
| | | | | (bzr r13769) | ||||
| * | Replace INKSCAPE.active_desktop() by SP_ACTIVE_DESKTOP for easier grepability | Liam P. White | 2014-11-26 | 14 | -30/+30 |
| | | | | (bzr r13768) | ||||
| * | Update to trunk r13766 | Liam P. White | 2014-11-26 | 49 | -166/+224 |
| |\ | | | | | (bzr r13341.5.24) | ||||
| | * | Patch from NJH from report 1378843. Fixes build with lcms disabled. | Nathan Hurst | 2014-11-26 | 1 | -1/+1 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1396372 (bzr r13765) | ||||
| | * | Patch from comment 4. Fixes build with cmake and poppler-0.26.4. | Shlomi Fish | 2014-11-25 | 1 | -1/+10 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1378843 (bzr r13764) | ||||
