| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Avoid calling root->updateRepr() twice when changing width and height. | Tavmjong Bah | 2015-01-05 | 1 | -2/+1 |
| | | | | (bzr r13837) | ||||
| * | Remove sp_style_new(). | Tavmjong Bah | 2014-12-25 | 2 | -23/+19 |
| | | | | (bzr r13822.1.6) | ||||
| * | Remove sp_style_write_string() and sp_style_write_difference(). | Tavmjong Bah | 2014-12-25 | 1 | -5/+4 |
| | | | | (bzr r13822.1.4) | ||||
| * | Remove sp_desktop_document and finish cleanup of desktop-handles.h | Liam P. White | 2014-12-21 | 11 | -56/+55 |
| | | | | (bzr r13820) | ||||
| * | Purge sp_desktop_canvas | Liam P. White | 2014-12-21 | 2 | -6/+6 |
| | | | | (bzr r13811) | ||||
| * | Purge sp_desktop_namedview in favor of SPDesktop::getNamedView | Liam P. White | 2014-12-21 | 5 | -7/+11 |
| | | | | (bzr r13810) | ||||
| * | Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection | Liam P. White | 2014-12-21 | 3 | -4/+5 |
| | | | | (bzr r13809) | ||||
| * | 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) | ||||
| * | 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) | ||||
| * | Update to trunk r13766 | Liam P. White | 2014-11-26 | 2 | -3/+3 |
| |\ | | | | | (bzr r13341.5.24) | ||||
| | * | Units: make it absolutely clear that Document properties unit dropdown is ↵ | Johan B. C. Engelen | 2014-11-24 | 2 | -3/+3 |
| | | | | | | | | | | | | | | | for UI Display Units. Upon document load, calculate the units used for SVG values, if a viewbox is available. If not, default to "px" SVG units. Change all code to use either Display units OR svg units. (bzr r13751) | ||||
| * | | Update to trunk r13750 | Liam P. White | 2014-11-24 | 1 | -2/+2 |
| |\| | | | | | (bzr r13341.5.23) | ||||
| | * | Rename variable to better express its use. (units -> page_size_units) | Tavmjong Bah | 2014-11-20 | 1 | -2/+2 |
| | | | | | | | (bzr r13740) | ||||
| * | | Update to trunk r13690 | Liam P. White | 2014-11-09 | 5 | -29/+25 |
| |\| | | | | | (bzr r13341.5.22) | ||||
| | * | Warning cleanup. | Jon A. Cruz | 2014-11-02 | 5 | -29/+25 |
| | | | | | | | (bzr r13657) | ||||
| * | | Update to experimental r13619 | Liam P. White | 2014-10-18 | 4 | -19/+6 |
| |\| | | | | | (bzr r13341.5.18) | ||||
| | * | Update to trunk r13621 | Liam P. White | 2014-10-17 | 1 | -1/+3 |
| | |\ | | | | | | | (bzr r13341.1.278) | ||||
| | | * | Fix crash with GTK+ 3.14 on launch | Bryce Harrington | 2014-10-14 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch from Liam to check for undefined desktop during startup. ** (inkscape:57708): CRITICAL **: SPCanvas* sp_desktop_canvas(const SPDesktop*): assertion 'desktop != NULL' failed Fixes: https://bugs.launchpad.net/inkscape/+bug/1375085 Fixed bugs: - https://launchpad.net/bugs/1375085 (bzr r13611) | ||||
| | * | | Fix gtk3 build at risk of breaking windows build | Liam P. White | 2014-10-08 | 3 | -20/+3 |
| | | | | | | | | | | (bzr r13341.1.262) | ||||
| * | | | Update to experimental r13598 | Liam P. White | 2014-10-08 | 7 | -7/+14 |
| |\| | | | | | | | | (bzr r13341.5.17) | ||||
| | * | | Update to trunk r13580 | Liam P. White | 2014-10-06 | 1 | -1/+5 |
| | |\| | | | | | | | (bzr r13341.1.255) | ||||
| | | * | i18n. Fix for Bug #380522 (strings that need to be fixed for translation). | Nicolas Dufour | 2014-10-02 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Translations. Inkscape.pot and French translation update. Fixed bugs: - https://launchpad.net/bugs/380522 (bzr r13576) | ||||
| | * | | Move GtkAction subclasses to widgets/ | Liam P. White | 2014-10-05 | 1 | -1/+1 |
| | | | | | | | | | | (bzr r13341.1.249) | ||||
| | * | | change header include order to fix win64 build | Johan B. C. Engelen | 2014-09-30 | 3 | -3/+5 |
| | | | | | | | | | | (bzr r13341.1.235) | ||||
| | * | | Update to experimental r13543 | Liam P. White | 2014-09-07 | 1 | -1/+1 |
| | | | | | | | | | | (bzr r13090.1.108) | ||||
| | * | | Update to experimental r13531 | Liam P. White | 2014-08-31 | 38 | -94/+127 |
| | |\ \ | | | | | | | | | (bzr r13090.1.106) | ||||
| | | * | | Reduce header bloat | Alex Valavanis | 2014-08-30 | 1 | -2/+5 |
| | | | | | | | | | | | | | (bzr r13341.1.184) | ||||
| | | * | | Fix modelines | Alex Valavanis | 2014-08-30 | 31 | -76/+76 |
| | | | | | | | | | | | | | (bzr r13341.1.183) | ||||
| | | * | | Standardise InkscapeApplication GObject implementation (namespace not ↵ | Alex Valavanis | 2014-08-26 | 4 | -13/+13 |
| | | | | | | | | | | | | | | | | | | | | | supported properly) (bzr r13341.1.179) | ||||
| | * | | | Update to experimental r13483 | Liam P. White | 2014-08-17 | 1 | -4/+14 |
| | |\ \ \ | | | | | | | | | | | (bzr r13090.1.105) | ||||
| | * \ \ \ | Update to experimental r13479 | Liam P. White | 2014-08-12 | 2 | -0/+32 |
| | |\ \ \ \ | | | | | | | | | | | | | (bzr r13090.1.103) | ||||
| | * \ \ \ \ | Update to experimental r13452 | Liam P. White | 2014-07-30 | 1 | -1/+1 |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | (bzr r13090.1.95) | ||||
| | * \ \ \ \ \ | Update to experimental r13429 | Liam P. White | 2014-07-17 | 1 | -1/+1 |
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | (bzr r13090.1.90) | ||||
| | * \ \ \ \ \ \ | Update to experimental r13418 | Liam P. White | 2014-07-05 | 2 | -12/+9 |
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | (bzr r13090.1.87) | ||||
| | * \ \ \ \ \ \ \ | Update to experimental (r13376) | Liam P. White | 2014-05-17 | 2 | -0/+78 |
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | (bzr r13090.1.79) | ||||
| | * \ \ \ \ \ \ \ \ | Update to trunk and fix issues | Liam P. White | 2014-04-29 | 2 | -2/+2 |
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | (bzr r13090.1.67) | ||||
| | * \ \ \ \ \ \ \ \ \ | Update to trunk | Liam P. White | 2014-04-01 | 5 | -64/+51 |
| | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13090.1.39) | ||||
| | * \ \ \ \ \ \ \ \ \ \ | Update to trunk | Liam P. White | 2014-03-28 | 3 | -0/+158 |
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13090.1.35) | ||||
| | * \ \ \ \ \ \ \ \ \ \ \ | Update to trunk/Fix GTK3 build errors | Liam P. White | 2014-03-19 | 5 | -3/+33 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13090.1.26) | ||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ | Updated to trunk | Liam P. White | 2014-03-12 | 2 | -2/+0 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13090.1.24) | ||||
| | * | | | | | | | | | | | | | | Start cleanup for merge into trunk | Liam P. White | 2014-03-07 | 6 | -5/+20 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13090.1.20) | ||||
| | * | | | | | | | | | | | | | | Added a few swatch related functions (does not compile) | Liam P. White | 2014-03-05 | 2 | -0/+247 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13090.1.15) | ||||
| | * | | | | | | | | | | | | | | Merge to trunk | Liam P. White | 2014-03-04 | 1 | -1/+3 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13090.1.12) | ||||
| | * | | | | | | | | | | | | | | | Updated to include (non-functional) Objects dialogue | Liam P. White | 2014-03-02 | 2 | -2/+34 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13090.1.6) | ||||
| | * | | | | | | | | | | | | | | | Experimental Ponyscape to Inkscape merge (does not compile) | Liam P. White | 2014-03-02 | 1 | -2/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13090.1.4) | ||||
| | * | | | | | | | | | | | | | | | Experimental merge of Ponyscape to Inkscape trunk (does not compile) | Liam P. White | 2014-03-02 | 2 | -1/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13090.1.3) | ||||
| | * | | | | | | | | | | | | | | | Experimental merge of Ponyscape features into trunk (will not compile) | Liam P. White | 2014-03-02 | 8 | -0/+1086 |
| | |/ / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13090.1.1) | ||||
