summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/document-properties.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Document Properties Grid tab keeps current positionNathan Lee2019-08-291-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
* Rm unused code now Gtk+ >= 3.22 dependency is setAlexander Valavanis2019-05-261-32/+0
|
* Remove support for LCMS 1Karl Cheng2019-05-121-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
* Tidy various dialog UIsNathan Lee2019-04-021-23/+30
|
* Realign labels in "Fill and Stroke" dialogPatrick Storz2019-03-221-1/+1
|
* Document Properties: General UI cleanupPatrick Storz2019-03-221-135/+114
| | | | | | Try to achieve consistent look and reasonable alignment. Account for some gtk3 changes and some minor code cleanup.
* Merge: Avoid the “using std::*;” or “using namespace std;” constructMartin Owens2019-03-061-2/+1
|\
| * Avoid the “using std::*;” or “using namespace std;” constructs.Emmanuel Gil Peyrot2019-03-061-2/+1
| | | | | | | | This makes the code a lot less readable and greppable for no reason.
* | Update background-color tooltips in document-properties.cpp (#101)Tim Rawlinson2019-02-281-2/+2
|/
* modernize loopsMarc Jeanmougin2019-01-021-8/+8
|
* Fix codding styleJabiertxof2018-11-091-1/+1
|
* Move icon-loader and provide a temporary fallback to render pixbufJabiertxof2018-11-091-1/+1
|
* This improve symbolic icon rendering moving it to CSS only. There is places ↵Jabiertxof2018-11-091-1/+1
| | | | in the UI whar we claim for a Pixbuf. Currently its not possible render them as symbolic without the previos hack
* Clarify licensesMax Gaukler2018-11-081-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
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-1/+1
|
* Move GTKMM_CHECK_VERSION from config.h to it's own headerEduard Braun2018-10-011-8/+6
| | | | | Avoids having to recompile most of the Inkscape codebase whenever gtkmm is updated.
* adding gtk-themeJabier Arraiza2018-07-211-3/+3
|
* Run clang-tidy’s modernize-use-bool-literals pass.Emmanuel Gil Peyrot2018-06-181-2/+2
| | | | | This makes it clearer whether an integer or a boolean has to be passed in this specific call.
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-51/+51
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* DocumentProperties: Fix undefined references without lcmsPatrick McDermott2018-05-201-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.
* Misc. typosluz.paz2018-05-141-1/+1
| | | Found via `codespell` and `grep`
* Merge branch 'guidespanel' of gitlab.com:darktrojan/inkscapeMarc Jeanmougin2018-05-091-1/+36
|\
| * Add global guide controls to guides panelGeoff Lankow2018-05-041-1/+36
| |
* | Create and use LabelledColorPicker widgetGeoff Lankow2018-05-091-9/+5
|/
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-13/+14
| | | | A lot of header clean-up.
* panel: Remove the unused "title" labelStefano Facchini2018-01-161-1/+1
|
* GtkMM popup menu deprecation fixesAlexander Valavanis2017-12-261-0/+12
|
* Use a macro for GtkMM version checksAlexander Valavanis2017-12-251-3/+3
|
* Misc. typosUnknown2017-11-071-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 ```
* UX compres document dialog from Ronaldo idea with target to backport to 0.92.2Jabier Arraiza2017-07-261-20/+38
|
* Fix Gtk alignment APIAlexander Valavanis2017-07-081-13/+9
|
* Fix gtk margin APIAlexander Valavanis2017-07-061-0/+17
|
* Use std::transform instead of a for loopTobias Ellinghaus2017-07-051-6/+7
|
* Clean up color profiles codeTobias Ellinghaus2017-07-051-13/+19
| | | | | This is a late 2nd part for 86a74b4a93ab62c8ef7819dc549fe7b3ace24916 and gets rid of the non-descriptive std::pair<ustring, bool>
* Remove old icon handling codeAlexander Valavanis2017-06-291-4/+5
|
* Rm some deprecated Gtk::Stock usageAlex Valavanis2016-12-271-6/+3
| | | (bzr r15366)
* Merged trunkAdrian Boguszewski2016-08-091-128/+1
|\ | | | | (bzr r14954.1.30)
| * End GTK+ 2 support and remove GDL forkAlex Valavanis2016-08-041-128/+1
| |\ | | | | | | (bzr r15038)
| | * Drop remaining GTKMM 2 fallback supportAlex Valavanis2016-07-281-128/+1
| | | | | | | | | (bzr r15023.2.7)
* | | Merged trunkAdrian Boguszewski2016-08-031-13/+1
|\| | | | | | | | (bzr r14954.1.29)
| * | Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-13/+1
| | | | | | | | | (bzr r15034)
| * | Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+13
| | | | | | | | | (bzr r15027)
| * | Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-13/+0
| |/ | | | | (bzr r15025)
* | Renamed children list in SPObjectAdrian Boguszewski2016-07-141-2/+2
| | | | | | (bzr r14954.1.21)
* | Last part of new SPObject children listAdrian Boguszewski2016-07-141-8/+6
|/ | | (bzr r14954.1.20)
* Sort color profile listshouz2016-06-021-24/+67
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1457126 (bzr r14946)
* Fix regression: restore order in resources (e.g. pattern list)Marc Jeanmougin2016-05-211-16/+16
| | | (bzr r14907)
* Apply from patch from houz (Fixes color profile name mangling)Liam P. White2016-02-211-2/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1457105 (bzr r14663)
* Corrects attribute name for saving page 'checkerboard' background state.Tavmjong Bah2015-12-281-2/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1529391 (bzr r14556)
* Add option for checkerboard background.Tavmjong Bah2015-12-211-5/+19
| | | | | | Fixed bugs: - https://launchpad.net/bugs/397723 (bzr r14539)