summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/page-sizer.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Alow shink in document dialog on expanders closeJabier Arraiza2017-08-151-1/+1
|
* UX compres document dialog from Ronaldo idea with target to backport to 0.92.2Jabier Arraiza2017-07-261-5/+1
|
* Gtkmm deprecation fixesAlexander Valavanis2017-07-061-30/+24
|
* Adjust label for resize in page sizer tabMartin Owens2016-08-161-1/+1
| | | (bzr r15060)
* End GTK+ 2 support and remove GDL forkAlex Valavanis2016-08-041-43/+0
|\ | | | | (bzr r15038)
| * ui/widgets: Drop GTK2 fallbacksAlex Valavanis2016-07-281-43/+0
| | | | | | (bzr r15023.2.6)
* | Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-18/+1
| | | | | | (bzr r15034)
* | Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-1/+18
| | | | | | (bzr r15027)
* | Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-18/+1
|/ | | (bzr r15025)
* Don't allow zero values for width/height and corresponding viewBox numbers.Tavmjong Bah2015-07-131-2/+4
| | | (bzr r14243)
* Fix GTK3 build (typo).Tavmjong Bah2015-03-211-1/+1
| | | (bzr r14024)
* Add GUI for 'viewBox'.Tavmjong Bah2015-03-211-22/+147
| | | (bzr r14022)
* Remove sleep() left over from debugging.Tavmjong Bah2015-03-171-1/+0
| | | (bzr r14011)
* Allow changing document scale (via changing viewBox). Start of GUI.Tavmjong Bah2015-03-111-1/+117
| | | (bzr r13994)
* Avoid calling root->updateRepr() twice when changing width and height.Tavmjong Bah2015-01-051-2/+1
| | | (bzr r13837)
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-3/+3
| | | (bzr r13820)
* Purge sp_desktop_namedview in favor of SPDesktop::getNamedViewLiam P. White2014-12-211-1/+1
| | | (bzr r13810)
* do not recalculate page height unless it is necessary. (Bug 1384915, comment 24)Alvin Penner2014-12-061-2/+4
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1384915 (bzr r13789)
* avoid recalculating viewbox if it is not necessary. (Bug 1384915, comment 24)Alvin Penner2014-11-281-4/+5
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1384915 (bzr r13776)
* 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)
* Rename variable to better express its use. (units -> page_size_units)Tavmjong Bah2014-11-201-2/+2
| | | (bzr r13740)
* Fix modelinesAlex Valavanis2014-08-301-2/+2
| | | (bzr r13341.1.183)
* inspired by r13052, fix up the code to hopefully work when someone has ↵Johan B. C. Engelen2014-02-241-14/+18
| | | | | | | | different units for height and width of the page. Fixed bugs: - https://launchpad.net/bugs/1240308 (bzr r13053)
* fix typos in page-sizer (Bug 1240308)Alvin Penner2014-02-241-2/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1240308 (bzr r13052)
* Units: stop newing Unit objects. pass around pointers to "undeletable" Unit ↵Johan B. C. Engelen2013-10-121-5/+4
| | | | | 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-0/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1228852 (bzr r12577)
* Use Quantity comparisons in PageSizer.Matthew Petroff2013-08-281-5/+5
| | | (bzr r12475.1.8)
* Added viewBox implement document unit support.Matthew Petroff2013-08-271-2/+3
| | | (bzr r12475.1.2)
* Use real world units for page sizes.Matthew Petroff2013-08-251-32/+37
| | | (bzr r12475.1.1)
* Fixed bug in page sizer.Matthew Petroff2013-08-061-69/+69
| | | (bzr r12380.1.63)
* Switched to global UnitTable.Matthew Petroff2013-08-041-2/+1
| | | (bzr r12380.1.62)
* Cleanup.Matthew Petroff2013-07-301-2/+2
| | | (bzr r12380.1.52)
* Switch unit functions from using pointer arguements to reference arguements.Matthew Petroff2013-07-181-11/+6
| | | (bzr r12380.1.28)
* Merge from trunk.Matthew Petroff2013-07-171-1/+2
|\ | | | | (bzr r12380.1.17)
| * Factored layer model out into new Inkscape::LayerModel class. This allowsEric Greveson2013-07-011-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | Inkscape::Selection to use a LayerModel that is not associated with a UI. Changed the interface of verbs (SPAction) to use a new ActionContext rather than UI::View::View, again so that verbs may be used in a console mode. Modified boolean operation verbs to work in console-only mode. Fixed up DESKTOP_IS_ACTIVE macro to work in the case of no desktops. Modified main.cpp to process selections and verbs in no-GUI mode. Other changes are all consequences of the SPDesktop, Selection and LayerModel interface changes. (bzr r12387.1.1)
* | Ported sp-namedview.cpp (todo: fix a bunch of things).Matthew Petroff2013-07-091-2/+2
| | | | | | (bzr r12380.1.8)
* | Switch setWidth and setHeight to use Quantity and switch to forward ↵Matthew Petroff2013-07-061-2/+2
| | | | | | | | | | declaration of Inkscape::Util::Quantity in document.h. (bzr r12380.1.7)
* | Ported "ui/widget/page-sizer.cpp" and "document.cpp" to "Util::Unit" class.Matthew Petroff2013-07-021-81/+78
|/ | | (bzr r12380.1.4)
* Migrate PageSizer to Gtk::GridAlex Valavanis2012-12-161-2/+50
| | | (bzr r11957)
* Fix for 1068763 : Opening 'File > Document Properties' dirties current documentJohn Smith2012-10-311-0/+4
| | | (bzr r11855)
* Removed outdated classes.Jon A. Cruz2012-06-171-0/+3
| | | | | Pruned header to not introduce extraneous includes. (bzr r11502)
* Clean up all remaining false warnings from GtkmmAlex Valavanis2012-02-261-1/+2
| | | (bzr r11018)
* Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis2012-02-061-1/+0
| | | (bzr r10940)
* Cleanup GSEAL issues and deprecated GtkTooltipsAlex Valavanis2012-01-031-1/+1
| | | (bzr r10826)
* increase significant digits for page dimensionsJohan B. C. Engelen2011-11-051-0/+8
| | | | | | Fixed bugs: - https://launchpad.net/bugs/171980 (bzr r10724)
* Fixing more broken and split doc comments.Jon A. Cruz2011-10-271-2/+4
| | | (bzr r10697)
* cppcheckKris De Gussem2011-10-181-2/+2
| | | (bzr r10681)
* Merge from trunkKrzysztof Kosi??ski2011-07-061-13/+19
|\ | | | | (bzr r10347.1.5)
| * Document. Fix for bug #680347 (page margins can't be reset with single click ↵Nicolas Dufour2011-06-241-13/+19
| | | | | | | | | | of Resize). (bzr r10355)
* | Remove more of libnrKrzysztof Kosi??ski2011-06-231-0/+1
|/ | | (bzr r10347.1.2)