summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/document-properties.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* brings back CMS tabMarc Jeanmougin2015-12-181-4/+10
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1504612 (bzr r14537)
* cppification : GHashMaps replaced by stl maps. getResouceList now gives a ↵Marc Jeanmougin2015-12-071-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 Jeanmougin2015-12-051-14/+8
| | | (bzr r14504.1.1)
* fixes a few of jenkins warningsMarc Jeanmougin2015-05-081-2/+2
| | | (bzr r14126)
* Allow changing document scale (via changing viewBox). Start of GUI.Tavmjong Bah2015-03-111-0/+5
| | | (bzr r13994)
* Make icon creation more consistent - use sp_icon_new where possibleLiam P. White2015-02-221-42/+13
| | | (bzr r13936)
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-15/+15
| | | (bzr r13820)
* Purge sp_desktop_namedview in favor of SPDesktop::getNamedViewLiam P. White2014-12-211-11/+11
| | | (bzr r13810)
* Update to trunk r13766Liam P. White2014-11-261-2/+2
|\ | | | | (bzr r13341.5.24)
| * Units: make it absolutely clear that Document properties unit dropdown is ↵Johan B. C. Engelen2014-11-241-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 r13750Liam P. White2014-11-241-10/+19
|\| | | | | (bzr r13341.5.23)
| * Revert old behavior: changing "Default units" changes *only* the displayed ↵Johan B. C. Engelen2014-11-221-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. Engelen2014-11-211-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. Cruz2014-11-151-7/+12
| | | | | | (bzr r13712)
* | Update to experimental r13598Liam P. White2014-10-081-3/+4
|\| | | | | (bzr r13341.5.17)
| * Update to trunk r13580Liam P. White2014-10-061-1/+2
| |\ | | | | | | (bzr r13341.1.255)
| | * partial rollback of r13544, allow old recursive behavior for some locations, ↵mathog2014-09-081-1/+2
| | | | | | | | | | | | | | | but not EMF import (bzr r13549)
| * | Move more UI code into ui/Liam P. White2014-10-051-2/+2
| | | | | | | | | (bzr r13341.1.253)
| * | Update to trunk r13542Liam P. White2014-09-021-3/+7
| |\| | | | | | | (bzr r13341.1.191)
| | * Fix rotation center regression caused by my own commit 13512Diederik van Lierop2014-08-261-3/+7
| | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1360953 - https://launchpad.net/bugs/1360946 (bzr r13534)
| * | Standardise InkscapeApplication GObject implementation (namespace not ↵Alex Valavanis2014-08-261-2/+2
| |/ | | | | | | | | supported properly) (bzr r13341.1.179)
* | Update to experimental r13565Liam P. White2014-09-271-3/+7
| | | | | | (bzr r13341.5.16)
* | Update to experimental r13527Liam P. White2014-08-301-3/+4
|\| | | | | (bzr r13341.5.15)
| * Fix some transformation center regressions, related to the viewbox/units changesDiederik van Lierop2014-08-141-3/+4
| | | | | | (bzr r13512)
* | Update to experimental r13464Liam P. White2014-08-081-0/+1
|\| | | | | (bzr r13341.5.14)
| * fix crash bug (reported by su_v on IRC) related to removing color profilesJohan B. C. Engelen2014-07-281-0/+1
| | | | | | (bzr r13481)
* | 5. Refactoring of Application class: make copy/assignment operators private, ↵Liam P. White2014-06-271-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. Engelen2014-04-041-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.10Alex Valavanis2014-03-311-6/+6
| | | (bzr r13242)
* Added "Gtk::" scope to "manage" function calls.Markus Engel2014-03-301-24/+24
| | | (bzr r13236)
* Reimplement global aliasing toggle as a 'shape-rendering' propertyKrzysztof Kosi??ski2014-03-131-2/+6
| | | | | on the root element. (bzr r13146)
* Provide a toggle in the document properties to optionally turn offKrzysztof Kosi??ski2014-03-131-8/+11
| | | | | | | | | antialiasing for display and export. Fixes a nearly 10 year old bug #170356 Fixed bugs: - https://launchpad.net/bugs/170356 (bzr r13144)
* offset of viewBox on document unit change (Bug 1280684)Alvin Penner2014-02-221-1/+7
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1280684 (bzr r13050)
* scaling of viewBox on document unit change (Bug 1236257)Alvin Penner2014-02-171-3/+8
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1236257 (bzr r13034)
* Fix Gtk+ 3.10 warnings: GtkStockItem is deprecatedAlex Valavanis2014-01-021-7/+43
| | | (bzr r12868)
* units: fix stroke/gradient/whatever scaling when changing document unit in ↵Johan B. C. Engelen2013-10-291-5/+25
| | | | | the document properties dialog (bzr r12749)
* don't update doc unit stuff when initializing DocumentProperties dialog widgetsJohan B. C. Engelen2013-10-251-8/+14
| | | (bzr r12724)
* Units: stop newing Unit objects. pass around pointers to "undeletable" Unit ↵Johan B. C. Engelen2013-10-121-5/+5
| | | | | objects in the UnitTable. I think we should move to using indexed units, and pass around the index of the unit in the unittable, or smth like that... ? (bzr r12679)
* Fix percentage document size handling.Matthew Petroff2013-09-231-2/+8
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1228852 (bzr r12577)
* Merge from trunk.Matthew Petroff2013-09-201-1/+0
|\ | | | | (bzr r12475.1.29)
| * Merged from trunk (r12488).Markus Engel2013-08-301-2/+1
| |\ | | | | | | (bzr r11608.1.120)
| * | Removed old SPObject factory.Markus Engel2013-04-101-1/+0
| | | | | | | | | (bzr r11608.1.91)
* | | Fix bug with tool handles during document unit change.Matthew Petroff2013-09-141-0/+9
| | | | | | | | | (bzr r12475.1.17)
* | | Finish fixing document unit change undo bug.Matthew Petroff2013-09-111-4/+6
| | | | | | | | | (bzr r12475.1.15)
* | | Fix document unit change undo bug.Matthew Petroff2013-09-111-0/+15
| | | | | | | | | (bzr r12475.1.14)
* | | Added viewBox implement document unit support.Matthew Petroff2013-08-271-18/+25
| | | | | | | | | (bzr r12475.1.2)
* | | Use real world units for page sizes.Matthew Petroff2013-08-251-3/+27
| |/ |/| | | (bzr r12475.1.1)
* | Removed "helper/units.h" from "ui/dialog/document-properties.cpp".Matthew Petroff2013-07-191-3/+2
| | | | | | (bzr r12380.1.33)
* | Ported sp-namedview.cpp (todo: fix a bunch of things).Matthew Petroff2013-07-091-2/+2
|/ | | (bzr r12380.1.8)
* cppcheckKris De Gussem2013-03-161-2/+0
| | | (bzr r12217)