summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/document-properties.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-08-29Document Properties Grid tab keeps current positionNathan Lee1-4/+16
Instead of switching to the first tab whenever it is updated. This will not be accurate for XML editing. Fixes https://gitlab.com/inkscape/inkscape/issues/395
2019-05-26Rm unused code now Gtk+ >= 3.22 dependency is setAlexander Valavanis1-32/+0
2019-05-12Remove support for LCMS 1Karl Cheng1-10/+10
Now that all platforms (including macOS) now support LCMS 2, we no longer need to support LCMS 1. Fixes: https://bugs.launchpad.net/inkscape/+bug/1133014
2019-04-02Tidy various dialog UIsNathan Lee1-23/+30
2019-03-22Realign labels in "Fill and Stroke" dialogPatrick Storz1-1/+1
2019-03-22Document Properties: General UI cleanupPatrick Storz1-135/+114
Try to achieve consistent look and reasonable alignment. Account for some gtk3 changes and some minor code cleanup.
2019-03-06Avoid the “using std::*;” or “using namespace std;” constructs.Emmanuel Gil Peyrot1-2/+1
This makes the code a lot less readable and greppable for no reason.
2019-02-28Update background-color tooltips in document-properties.cpp (#101)Tim Rawlinson1-2/+2
2019-01-02modernize loopsMarc Jeanmougin1-8/+8
2018-11-09Fix codding styleJabiertxof1-1/+1
2018-11-09Move icon-loader and provide a temporary fallback to render pixbufJabiertxof1-1/+1
2018-11-09This improve symbolic icon rendering moving it to CSS only. There is places ↵Jabiertxof1-1/+1
in the UI whar we claim for a Pixbuf. Currently its not possible render them as symbolic without the previos hack
2018-11-08Clarify licensesMax Gaukler1-1/+2
- add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-1/+1
2018-10-01Move GTKMM_CHECK_VERSION from config.h to it's own headerEduard Braun1-8/+6
Avoids having to recompile most of the Inkscape codebase whenever gtkmm is updated.
2018-07-21adding gtk-themeJabier Arraiza1-3/+3
2018-06-18Run clang-tidy’s modernize-use-bool-literals pass.Emmanuel Gil Peyrot1-2/+2
This makes it clearer whether an integer or a boolean has to be passed in this specific call.
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-51/+51
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-05-20DocumentProperties: Fix undefined references without lcmsPatrick McDermott1-24/+24
Inkscape::UI::Dialog::DocumentProperties::create_guides_around_page() and Inkscape::UI::Dialog::DocumentProperties::delete_all_guides() are unconditionally referenced but were defined only if either HAVE_LIBLCMS1 or HAVE_LIBLCMS2 is defined.
2018-05-14Misc. typosluz.paz1-1/+1
Found via `codespell` and `grep`
2018-05-09Create and use LabelledColorPicker widgetGeoff Lankow1-9/+5
2018-05-04Add global guide controls to guides panelGeoff Lankow1-1/+36
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-13/+14
A lot of header clean-up.
2018-01-16panel: Remove the unused "title" labelStefano Facchini1-1/+1
2017-12-26GtkMM popup menu deprecation fixesAlexander Valavanis1-0/+12
2017-12-25Use a macro for GtkMM version checksAlexander Valavanis1-3/+3
2017-11-07Misc. typosUnknown1-1/+1
Found using `codespell -q 3 -w --skip="*.svg,*.po,*.ts,./share/tutorials,./src/libavoid,./packaging/win32/languages,./man,./src/2geom" -I ../inkscape-whitelist.txt` whereby whitelist file contained: ``` dum iff glight substract te upto ```
2017-07-26UX compres document dialog from Ronaldo idea with target to backport to 0.92.2Jabier Arraiza1-20/+38
2017-07-08Fix Gtk alignment APIAlexander Valavanis1-13/+9
2017-07-06Fix gtk margin APIAlexander Valavanis1-0/+17
2017-07-05Use std::transform instead of a for loopTobias Ellinghaus1-6/+7
2017-07-05Clean up color profiles codeTobias Ellinghaus1-13/+19
This is a late 2nd part for 86a74b4a93ab62c8ef7819dc549fe7b3ace24916 and gets rid of the non-descriptive std::pair<ustring, bool>
2017-06-29Remove old icon handling codeAlexander Valavanis1-4/+5
2016-12-27Rm some deprecated Gtk::Stock usageAlex Valavanis1-6/+3
(bzr r15366)
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-13/+1
(bzr r15034)
2016-07-28Drop remaining GTKMM 2 fallback supportAlex Valavanis1-128/+1
(bzr r15023.2.7)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+13
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-13/+0
(bzr r15025)
2016-07-14Renamed children list in SPObjectAdrian Boguszewski1-2/+2
(bzr r14954.1.21)
2016-07-14Last part of new SPObject children listAdrian Boguszewski1-8/+6
(bzr r14954.1.20)
2016-06-02Sort color profile listshouz1-24/+67
Fixed bugs: - https://launchpad.net/bugs/1457126 (bzr r14946)
2016-05-21Fix regression: restore order in resources (e.g. pattern list)Marc Jeanmougin1-16/+16
(bzr r14907)
2016-02-21Apply from patch from houz (Fixes color profile name mangling)Liam P. White1-2/+2
Fixed bugs: - https://launchpad.net/bugs/1457105 (bzr r14663)
2015-12-28Corrects attribute name for saving page 'checkerboard' background state.Tavmjong Bah1-2/+2
Fixed bugs: - https://launchpad.net/bugs/1529391 (bzr r14556)
2015-12-21Add option for checkerboard background.Tavmjong Bah1-5/+19
Fixed bugs: - https://launchpad.net/bugs/397723 (bzr r14539)
2015-12-18brings back CMS tabMarc Jeanmougin1-4/+10
Fixed bugs: - https://launchpad.net/bugs/1504612 (bzr r14537)
2015-12-07cppification : GHashMaps replaced by stl maps. getResouceList now gives a ↵Marc Jeanmougin1-36/+28
std::set<SPObject *>. Should give some performance improvements (quite a few linear lookups are now logarithmic) (bzr r14504.1.6)
2015-12-05cppification: GSList replaced by vectors (mostly related to guides and grids)Marc Jeanmougin1-14/+8
(bzr r14504.1.1)
2015-05-08fixes a few of jenkins warningsMarc Jeanmougin1-2/+2
(bzr r14126)
2015-03-11Allow changing document scale (via changing viewBox). Start of GUI.Tavmjong Bah1-0/+5
(bzr r13994)