| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | updated with trunk | Marc Jeanmougin | 2015-04-29 | 30 | -161/+2 |
| |\ | | | | | (bzr r13922.1.19) | ||||
| | * | Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ↵ | Alex Valavanis | 2015-04-27 | 30 | -161/+2 |
| | | | | | | | | | | | ensuring that glibmm headers always preceed glib.h headers. Same applies with gtkmm/gtk+ etc (bzr r14064) | ||||
| * | | merging | Marc Jeanmougin | 2015-04-26 | 3 | -3/+283 |
| |\| | | | | | (bzr r13922.1.13) | ||||
| | * | Fix GTK3 build (typo). | Tavmjong Bah | 2015-03-21 | 1 | -1/+1 |
| | | | | | | | (bzr r14024) | ||||
| | * | Add GUI for 'viewBox'. | Tavmjong Bah | 2015-03-21 | 2 | -22/+168 |
| | | | | | | | (bzr r14022) | ||||
| | * | Remove sleep() left over from debugging. | Tavmjong Bah | 2015-03-17 | 1 | -1/+0 |
| | | | | | | | (bzr r14011) | ||||
| | * | Allow changing document scale (via changing viewBox). Start of GUI. | Tavmjong Bah | 2015-03-11 | 2 | -1/+136 |
| | | | | | | | (bzr r13994) | ||||
| | * | Rename <meshGradient> to <mesh>, <meshRow> to <meshrow>, <meshPatch> to ↵ | Tavmjong Bah | 2015-03-01 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | <meshpatch>. Remove experimental smoothing types. Add new smoothing 'type' attribute with bicubic smoothing option. Per SVG WG decission at Sydney 2015 face-to-face meeting. (bzr r13956) | ||||
| * | | more cast cleanup | Marc Jeanmougin | 2015-02-27 | 1 | -2/+2 |
| | | | | | | | (bzr r13922.1.11) | ||||
| * | | Merge, resolved conflicts | Marc Jeanmougin | 2015-02-23 | 3 | -6/+15 |
| |\| | | | | | (bzr r13922.1.8) | ||||
| | * | Make icon creation more consistent - use sp_icon_new where possible | Liam P. White | 2015-02-22 | 2 | -5/+14 |
| | | | | | | | (bzr r13936) | ||||
| | * | i18n | Kris De Gussem | 2015-02-16 | 1 | -1/+1 |
| | | | | | | | (bzr r13925) | ||||
| * | | Put a few std::vector<SPitem*> | Marc Jeanmougin | 2015-02-19 | 2 | -4/+4 |
| | | | | | | | (bzr r13922.1.5) | ||||
| * | | Just... | mc | 2015-02-18 | 3 | -26/+26 |
| |/ | | | | | | | some... more... lines... (bzr r13922.1.2) | ||||
| * | 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) | ||||
| * | 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) | ||||
