summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/document-properties.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2015-02-22Make icon creation more consistent - use sp_icon_new where possibleLiam P. White1-42/+13
2014-12-21Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White1-15/+15
2014-12-21Purge sp_desktop_namedview in favor of SPDesktop::getNamedViewLiam P. White1-11/+11
2014-11-24Units: make it absolutely clear that Document properties unit dropdown is for...Johan B. C. Engelen1-2/+2
2014-11-22Revert old behavior: changing "Default units" changes *only* the displayed un...Johan B. C. Engelen1-3/+7
2014-11-21properly name the document units as "Document units" in the UI. The setting i...Johan B. C. Engelen1-1/+1
2014-11-15Purged GTKish macros SP_SCRIPT/SP_IS_SCRIPT.Jon A. Cruz1-7/+12
2014-10-05Move more UI code into ui/Liam P. White1-2/+2
2014-09-27Update to experimental r13565Liam P. White1-3/+7
2014-09-08partial rollback of r13544, allow old recursive behavior for some locations, ...mathog1-1/+2
2014-09-07Update to experimental r13543Liam P. White1-3/+7
2014-08-26Fix rotation center regression caused by my own commit 13512Diederik van Lierop1-3/+7
2014-08-26Standardise InkscapeApplication GObject implementation (namespace not support...Alex Valavanis1-2/+2
2014-08-14Fix some transformation center regressions, related to the viewbox/units changesDiederik van Lierop1-3/+4
2014-07-28fix crash bug (reported by su_v on IRC) related to removing color profilesJohan B. C. Engelen1-0/+1
2014-06-275. Refactoring of Application class: make copy/assignment operators private, ...Liam P. White1-2/+2
2014-04-04fix crash. Iterating through a list to find an object is not necessary, SPDoc...Johan B. C. Engelen1-16/+9
2014-03-31Fix Gtkmm 3.8 build issues on systems with Gtk+ 3.10Alex Valavanis1-6/+6
2014-03-30Added "Gtk::" scope to "manage" function calls.Markus Engel1-24/+24
2014-03-13Reimplement global aliasing toggle as a 'shape-rendering' propertyKrzysztof Kosi??ski1-2/+6
2014-03-13Provide a toggle in the document properties to optionally turn offKrzysztof Kosi??ski1-8/+11
2014-02-22offset of viewBox on document unit change (Bug 1280684)Alvin Penner1-1/+7
2014-02-17scaling of viewBox on document unit change (Bug 1236257)Alvin Penner1-3/+8
2014-01-02Fix Gtk+ 3.10 warnings: GtkStockItem is deprecatedAlex Valavanis1-7/+43
2013-10-29units: fix stroke/gradient/whatever scaling when changing document unit in th...Johan B. C. Engelen1-5/+25
2013-10-25don't update doc unit stuff when initializing DocumentProperties dialog widgetsJohan B. C. Engelen1-8/+14
2013-10-12Units: stop newing Unit objects. pass around pointers to "undeletable" Unit o...Johan B. C. Engelen1-5/+5
2013-09-23Fix percentage document size handling.Matthew Petroff1-2/+8
2013-09-14Fix bug with tool handles during document unit change.Matthew Petroff1-0/+9
2013-09-11Finish fixing document unit change undo bug.Matthew Petroff1-4/+6
2013-09-11Fix document unit change undo bug.Matthew Petroff1-0/+15
2013-08-27Added viewBox implement document unit support.Matthew Petroff1-18/+25
2013-08-25Use real world units for page sizes.Matthew Petroff1-3/+27
2013-07-19Removed "helper/units.h" from "ui/dialog/document-properties.cpp".Matthew Petroff1-3/+2
2013-07-09Ported sp-namedview.cpp (todo: fix a bunch of things).Matthew Petroff1-2/+2
2013-04-10Removed old SPObject factory.Markus Engel1-1/+0
2013-03-19Fixing regressionjtx1-2/+0
2013-03-17Working with widjetsJabier Arraiza Cenoz1-0/+2
2013-03-16cppcheckKris De Gussem1-2/+0
2013-03-13Migrate remaining dialogs to Gtk::GridAlex Valavanis1-1/+242
2013-03-12Further migration to Gtk::GridAlex Valavanis1-62/+63
2012-12-26Change tooltip to clarify behavior after commit r10784.Tavmjong Bah1-1/+1
2012-11-26Drop support for GTK+ < 2.24Alex Valavanis1-12/+0
2012-11-15cppcheck: Simple fixes for src/ui/dialogAlex Valavanis1-2/+2
2012-11-07Fix for Bug #773288 (border options) by demicoder.Nicolas Dufour1-25/+25
2012-10-31Fix for 1068763 : Opening 'File > Document Properties' dirties current documentJohn Smith1-0/+2
2012-09-22Fix for 1014988 : Converts slide widgets to new spin-scale widgetJohn Smith1-8/+10
2012-09-01Fix for 445297 : Page background color label unclear for new usersJohn Smith1-1/+4
2012-07-15Fix for 1023655 : Improvments to Embedded script UIJohn Smith1-13/+16
2012-07-12Fix for 612221 : Add metadata default configuration in the preferencesJohn Smith1-0/+31