summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/document-properties.h (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-12Remove support for LCMS 1Karl Cheng1-4/+4
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-0/+4
2018-06-18Run clang-tidy’s modernize-deprecated-headers pass.Emmanuel Gil Peyrot1-1/+1
2018-06-18Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot1-1/+1
2018-05-09Create and use LabelledColorPicker widgetGeoff Lankow1-2/+0
2018-05-04Add global guide controls to guides panelGeoff Lankow1-0/+6
2017-07-26UX compres document dialog from Ronaldo idea with target to backport to 0.92.2Jabier Arraiza1-0/+4
2016-07-28Drop remaining GTKMM 2 fallback supportAlex Valavanis1-5/+1
2016-06-02Sort color profile listshouz1-3/+15
2015-12-21Add option for checkerboard background.Tavmjong Bah1-0/+1
2014-08-26Standardise InkscapeApplication GObject implementation (namespace not support...Alex Valavanis1-2/+2
2014-06-275. Refactoring of Application class: make copy/assignment operators private, ...Liam P. White1-2/+2
2014-03-13Provide a toggle in the document properties to optionally turn offKrzysztof Kosi??ski1-0/+1
2013-09-11Finish fixing document unit change undo bug.Matthew Petroff1-1/+0
2013-08-27Added viewBox implement document unit support.Matthew Petroff1-0/+4
2013-03-12Further migration to Gtk::GridAlex Valavanis1-11/+11
2012-07-12Fix for 612221 : Add metadata default configuration in the preferencesJohn Smith1-0/+3
2012-07-12Fix for 1023655 : IMprovments to Embedded script UIJohn Smith1-3/+14
2012-07-12Fix for 1023656 : Color profile Link/Unlink in Document PropertiesJohn Smith1-0/+2
2012-05-17Fix for 997888 : Merge into Document PropertiesJohn Smith1-0/+16
2012-02-26Clean up all remaining false warnings from GtkmmAlex Valavanis1-3/+1
2012-02-141) Add checkboxes for perpendicular and tangential snapping to the document p...Diederik van Lierop1-0/+2
2012-02-13Enable LCMS2 for other than OSX, where it still has some issues. Fixes bug #8...Jon A. Cruz1-4/+4
2012-02-11Replace old ComboText with Gtk::ComboBoxTextAlex Valavanis1-0/+1
2012-02-06document-properties: Stop using deprecated Gtk::OptionMenuAlex Valavanis1-3/+1
2012-02-06Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis1-0/+3
2012-01-03Cleanup GSEAL issues and deprecated GtkTooltipsAlex Valavanis1-1/+0
2011-10-081) make snapping to clip/mask paths optional (see document properties dialog ...Diederik van Lierop1-0/+2
2011-08-22Refactoring of the snapping preferences; mainly about storing all toggles in ...Diederik van Lierop1-1/+0
2011-06-19Patch sent by Fernando Lucchesi (GSoC student) and modified by me.Felipe Corr??a da Silva Sanches1-3/+24
2011-06-17patch reviewed and accepted from fernandolbastos@gmail.com (GSoC student)Felipe Corr??a da Silva Sanches1-0/+5
2011-02-27compatibility patch to compile using gcc 4.6Adib Taraben1-0/+1
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2010-04-02Corrected "using namespace" contamination from ui/dialog header files.Jon A. Cruz1-12/+20
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-1/+1
2009-08-05SPDocument->Documentjohnce1-1/+1
2009-01-26All snap options which can be accessed through the snapping toolbar are now r...Diederik van Lierop1-7/+1
2009-01-15adding a "scripting" tab to document properties dialog that allow the user to...Felipe Corr??a da Silva Sanches1-3/+27
2008-12-28Now users can design a font within inkscape, save it and then open the Felipe Corr??a da Silva Sanches1-25/+3
2008-12-141) snap midpoints of line segments (both as source and as target)Diederik van Lierop1-1/+1
2008-12-07Changed term away from "embed" since that has specific meaning.Jon A. Cruz1-13/+13
2008-11-27Fix compile with lcms disabled.Maximilian Albert1-1/+3
2008-11-24adding "remove" context menu in the embedded color profiles boxFelipe Corr??a da Silva Sanches1-0/+26
2008-11-21Merge from fe-movedTed Gould1-2/+25
2008-10-27From trunkTed Gould1-7/+5
2008-05-04Next steps in implementing the snapping indicatorDiederik van Lierop1-1/+1
2008-03-12Snap to page borderDiederik van Lierop1-1/+1
2008-02-27Convert remaining old RegisteredWdg's to RegisteredWidget's. Removed Register...Johan B. C. Engelen1-3/+0
2008-01-16No need to use pointers for the widgets of document-properties.cpp, so don't.Johan B. C. Engelen1-10/+7