summaryrefslogtreecommitdiffstats
path: root/src/ui/monitor.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rm unused code now Gtk+ >= 3.22 dependency is setAlexander Valavanis2019-05-261-25/+1
|
* Some anti-aliasingPatrick Storz2019-03-311-1/+1
|
* Clarify licensesMax Gaukler2018-11-081-18/+5
| | | | | | - 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-4/+0
|
* Move GTKMM_CHECK_VERSION from config.h to it's own headerEduard Braun2018-10-011-0/+2
| | | | | Avoids having to recompile most of the Inkscape codebase whenever gtkmm is updated.
* ui/monitor: Fix const qualificationAlexander Valavanis2018-03-041-1/+1
|
* Add convenience functions to obtain monitor geometryEduard Braun2018-01-071-0/+107