summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/document-properties.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* Migrate remaining dialogs to Gtk::GridAlex Valavanis2013-03-131-1/+242
| | | (bzr r12199)
* Further migration to Gtk::GridAlex Valavanis2013-03-121-62/+63
| | | (bzr r12196)
* Change tooltip to clarify behavior after commit r10784.Tavmjong Bah2012-12-261-1/+1
| | | (bzr r11990)
* Drop support for GTK+ < 2.24Alex Valavanis2012-11-261-12/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1069024 (bzr r11907)
* cppcheck: Simple fixes for src/ui/dialogAlex Valavanis2012-11-151-2/+2
| | | (bzr r11874)
* Fix for Bug #773288 (border options) by demicoder.Nicolas Dufour2012-11-071-25/+25
| | | (bzr r11863)
* Fix for 1068763 : Opening 'File > Document Properties' dirties current documentJohn Smith2012-10-311-0/+2
| | | (bzr r11855)
* Fix for 1014988 : Converts slide widgets to new spin-scale widgetJohn Smith2012-09-221-8/+10
| | | (bzr r11691)
* Fix for 445297 : Page background color label unclear for new usersJohn Smith2012-09-011-1/+4
| | | (bzr r11634)
* Fix for 1023655 : Improvments to Embedded script UIJohn Smith2012-07-151-13/+16
| | | (bzr r11549)
* Fix for 612221 : Add metadata default configuration in the preferencesJohn Smith2012-07-121-0/+31
| | | (bzr r11544)
* Fix for 1023655 : IMprovments to Embedded script UIJohn Smith2012-07-121-17/+122
| | | (bzr r11543)
* Fix for 1023656 : Color profile Link/Unlink in Document PropertiesJohn Smith2012-07-121-3/+22
| | | (bzr r11542)
* Drop GTK+ 2.20 support.Alex Valavanis2012-07-051-31/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1020494 (bzr r11529)
* Fix missing gtkmm header in document properties dialogAlex Valavanis2012-05-271-0/+1
| | | (bzr r11424)
* Fix for 997888 : Merge into Document PropertiesJohn Smith2012-05-171-1/+60
| | | (bzr r11374)
* Clean up all remaining false warnings from GtkmmAlex Valavanis2012-02-261-1/+1
| | | (bzr r11018)
* 1) Add checkboxes for perpendicular and tangential snapping to the document ↵Diederik van Lierop2012-02-141-1/+11
| | | | | | | properties dialog (on the snap tab) 2) Newly created guides (dragged off the ruler) will take on the angle of the curve that's being snapped to (either perpendicularly or tangentialy, depending of the settings in the document properties dialog) (bzr r10975)
* Enable LCMS2 for other than OSX, where it still has some issues. Fixes bug ↵Jon A. Cruz2012-02-131-10/+10
| | | | | | | | #885324. Fixed bugs: - https://launchpad.net/bugs/885324 (bzr r10969)
* Lots of gtkmm deprecation fixesAlex Valavanis2012-02-111-0/+32
| | | (bzr r10957)
* Cleaning up my mess... backward compatibility and fix Windows build (hopefully)Alex Valavanis2012-02-071-0/+8
| | | | | | Fixed bugs: - https://launchpad.net/bugs/927992 (bzr r10947)
* document-properties: Stop using deprecated Gtk::OptionMenuAlex Valavanis2012-02-061-27/+17
| | | (bzr r10941)
* Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis2012-02-061-1/+2
| | | (bzr r10940)
* Cleanup GSEAL issues and deprecated GtkTooltipsAlex Valavanis2012-01-031-1/+0
| | | (bzr r10826)
* various: warnings and initalizationKris De Gussem2011-11-131-54/+39
| | | (bzr r10737)
* Warning cleanup.Jon A. Cruz2011-10-231-4/+4
| | | (bzr r10691)
* 1) make snapping to clip/mask paths optional (see document properties dialog ↵Diederik van Lierop2011-10-081-2/+7
| | | | | | | | -> snap tab) 2) for debugging purposes: code added for showing all snap candidates 3) groundwork for tangential/perpendicular snapping (bzr r10672)