summaryrefslogtreecommitdiffstats
path: root/src/ui/monitor.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-05-26Rm unused code now Gtk+ >= 3.22 dependency is setAlexander Valavanis1-25/+1
2019-03-31Some anti-aliasingPatrick Storz1-1/+1
2018-11-08Clarify licensesMax Gaukler1-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
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-4/+0
2018-10-01Move GTKMM_CHECK_VERSION from config.h to it's own headerEduard Braun1-0/+2
Avoids having to recompile most of the Inkscape codebase whenever gtkmm is updated.
2018-03-04ui/monitor: Fix const qualificationAlexander Valavanis1-1/+1
2018-01-07Add convenience functions to obtain monitor geometryEduard Braun1-0/+107