| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | UX compres document dialog from Ronaldo idea with target to backport to 0.92.2 | Jabier Arraiza | 2017-07-26 | 1 | -20/+38 |
| | | |||||
| * | Fix Gtk alignment API | Alexander Valavanis | 2017-07-08 | 1 | -13/+9 |
| | | |||||
| * | Fix gtk margin API | Alexander Valavanis | 2017-07-06 | 1 | -0/+17 |
| | | |||||
| * | Use std::transform instead of a for loop | Tobias Ellinghaus | 2017-07-05 | 1 | -6/+7 |
| | | |||||
| * | Clean up color profiles code | Tobias Ellinghaus | 2017-07-05 | 1 | -13/+19 |
| | | | | | | This is a late 2nd part for 86a74b4a93ab62c8ef7819dc549fe7b3ace24916 and gets rid of the non-descriptive std::pair<ustring, bool> | ||||
| * | Remove old icon handling code | Alexander Valavanis | 2017-06-29 | 1 | -4/+5 |
| | | |||||
| * | Rm some deprecated Gtk::Stock usage | Alex Valavanis | 2016-12-27 | 1 | -6/+3 |
| | | | | (bzr r15366) | ||||
| * | Merged trunk | Adrian Boguszewski | 2016-08-09 | 1 | -128/+1 |
| |\ | | | | | (bzr r14954.1.30) | ||||
| | * | End GTK+ 2 support and remove GDL fork | Alex Valavanis | 2016-08-04 | 1 | -128/+1 |
| | |\ | | | | | | | (bzr r15038) | ||||
| | | * | Drop remaining GTKMM 2 fallback support | Alex Valavanis | 2016-07-28 | 1 | -128/+1 |
| | | | | | | | | | | (bzr r15023.2.7) | ||||
| * | | | Merged trunk | Adrian Boguszewski | 2016-08-03 | 1 | -13/+1 |
| |\| | | | | | | | | (bzr r14954.1.29) | ||||
| | * | | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 2016-08-03 | 1 | -13/+1 |
| | | | | | | | | | | (bzr r15034) | ||||
| | * | | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 2016-07-28 | 1 | -0/+13 |
| | | | | | | | | | | (bzr r15027) | ||||
| | * | | Removed unused includes, decrease compilation time | Adrian Boguszewski | 2016-07-28 | 1 | -13/+0 |
| | |/ | | | | | (bzr r15025) | ||||
| * | | Renamed children list in SPObject | Adrian Boguszewski | 2016-07-14 | 1 | -2/+2 |
| | | | | | | | (bzr r14954.1.21) | ||||
| * | | Last part of new SPObject children list | Adrian Boguszewski | 2016-07-14 | 1 | -8/+6 |
| |/ | | | (bzr r14954.1.20) | ||||
| * | Sort color profile lists | houz | 2016-06-02 | 1 | -24/+67 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1457126 (bzr r14946) | ||||
| * | Fix regression: restore order in resources (e.g. pattern list) | Marc Jeanmougin | 2016-05-21 | 1 | -16/+16 |
| | | | | (bzr r14907) | ||||
| * | Apply from patch from houz (Fixes color profile name mangling) | Liam P. White | 2016-02-21 | 1 | -2/+2 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1457105 (bzr r14663) | ||||
| * | Corrects attribute name for saving page 'checkerboard' background state. | Tavmjong Bah | 2015-12-28 | 1 | -2/+2 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1529391 (bzr r14556) | ||||
| * | Add option for checkerboard background. | Tavmjong Bah | 2015-12-21 | 1 | -5/+19 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/397723 (bzr r14539) | ||||
| * | brings back CMS tab | Marc Jeanmougin | 2015-12-18 | 1 | -4/+10 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1504612 (bzr r14537) | ||||
| * | cppification : GHashMaps replaced by stl maps. getResouceList now gives a ↵ | Marc Jeanmougin | 2015-12-07 | 1 | -36/+28 |
| | | | | | | | | std::set<SPObject *>. Should give some performance improvements (quite a few linear lookups are now logarithmic) (bzr r14504.1.6) | ||||
| * | cppification: GSList replaced by vectors (mostly related to guides and grids) | Marc Jeanmougin | 2015-12-05 | 1 | -14/+8 |
| | | | | (bzr r14504.1.1) | ||||
| * | fixes a few of jenkins warnings | Marc Jeanmougin | 2015-05-08 | 1 | -2/+2 |
| | | | | (bzr r14126) | ||||
| * | Allow changing document scale (via changing viewBox). Start of GUI. | Tavmjong Bah | 2015-03-11 | 1 | -0/+5 |
| | | | | (bzr r13994) | ||||
| * | Make icon creation more consistent - use sp_icon_new where possible | Liam P. White | 2015-02-22 | 1 | -42/+13 |
| | | | | (bzr r13936) | ||||
| * | Remove sp_desktop_document and finish cleanup of desktop-handles.h | Liam P. White | 2014-12-21 | 1 | -15/+15 |
| | | | | (bzr r13820) | ||||
| * | Purge sp_desktop_namedview in favor of SPDesktop::getNamedView | Liam P. White | 2014-12-21 | 1 | -11/+11 |
| | | | | (bzr r13810) | ||||
| * | Update to trunk r13766 | Liam P. White | 2014-11-26 | 1 | -2/+2 |
| |\ | | | | | (bzr r13341.5.24) | ||||
| | * | Units: make it absolutely clear that Document properties unit dropdown is ↵ | Johan B. C. Engelen | 2014-11-24 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | 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 | -10/+19 |
| |\| | | | | | (bzr r13341.5.23) | ||||
| | * | Revert old behavior: changing "Default units" changes *only* the displayed ↵ | Johan B. C. Engelen | 2014-11-22 | 1 | -3/+7 |
| | | | | | | | | | | | units. It should not change the units used in SVG. We will need to create another setting for that at some later point. (bzr r13748) | ||||
| | * | properly name the document units as "Document units" in the UI. The setting ↵ | Johan B. C. Engelen | 2014-11-21 | 1 | -1/+1 |
| | | | | | | | | | | | is not meant to mean "default units" although it seems to be treated as that *as well*. (bzr r13744) | ||||
| | * | Purged GTKish macros SP_SCRIPT/SP_IS_SCRIPT. | Jon A. Cruz | 2014-11-15 | 1 | -7/+12 |
| | | | | | | | (bzr r13712) | ||||
| * | | Update to experimental r13598 | Liam P. White | 2014-10-08 | 1 | -3/+4 |
| |\| | | | | | (bzr r13341.5.17) | ||||
| | * | Update to trunk r13580 | Liam P. White | 2014-10-06 | 1 | -1/+2 |
| | |\ | | | | | | | (bzr r13341.1.255) | ||||
| | | * | partial rollback of r13544, allow old recursive behavior for some locations, ↵ | mathog | 2014-09-08 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | but not EMF import (bzr r13549) | ||||
| | * | | Move more UI code into ui/ | Liam P. White | 2014-10-05 | 1 | -2/+2 |
| | | | | | | | | | | (bzr r13341.1.253) | ||||
| | * | | Update to trunk r13542 | Liam P. White | 2014-09-02 | 1 | -3/+7 |
| | |\| | | | | | | | (bzr r13341.1.191) | ||||
| | | * | Fix rotation center regression caused by my own commit 13512 | Diederik van Lierop | 2014-08-26 | 1 | -3/+7 |
| | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1360953 - https://launchpad.net/bugs/1360946 (bzr r13534) | ||||
| | * | | Standardise InkscapeApplication GObject implementation (namespace not ↵ | Alex Valavanis | 2014-08-26 | 1 | -2/+2 |
| | |/ | | | | | | | | | supported properly) (bzr r13341.1.179) | ||||
| * | | Update to experimental r13565 | Liam P. White | 2014-09-27 | 1 | -3/+7 |
| | | | | | | | (bzr r13341.5.16) | ||||
| * | | Update to experimental r13527 | Liam P. White | 2014-08-30 | 1 | -3/+4 |
| |\| | | | | | (bzr r13341.5.15) | ||||
| | * | Fix some transformation center regressions, related to the viewbox/units changes | Diederik van Lierop | 2014-08-14 | 1 | -3/+4 |
| | | | | | | | (bzr r13512) | ||||
| * | | Update to experimental r13464 | Liam P. White | 2014-08-08 | 1 | -0/+1 |
| |\| | | | | | (bzr r13341.5.14) | ||||
| | * | fix crash bug (reported by su_v on IRC) related to removing color profiles | Johan B. C. Engelen | 2014-07-28 | 1 | -0/+1 |
| | | | | | | | (bzr r13481) | ||||
| * | | 5. Refactoring of Application class: make copy/assignment operators private, ↵ | Liam P. White | 2014-06-27 | 1 | -2/+2 |
| |/ | | | | | disallow pointers to Application (bzr r13341.5.9) | ||||
| * | fix crash. Iterating through a list to find an object is not necessary, ↵ | Johan B. C. Engelen | 2014-04-04 | 1 | -16/+9 |
| | | | | | | | | | SPDoc provides method for obtaining SPObj from idstring. The crash probably happened because deleting the object invalidated the list iterated (partly). Fixed bugs: - https://launchpad.net/bugs/1302079 (bzr r13265) | ||||
| * | Fix Gtkmm 3.8 build issues on systems with Gtk+ 3.10 | Alex Valavanis | 2014-03-31 | 1 | -6/+6 |
| | | | | (bzr r13242) | ||||
