summaryrefslogtreecommitdiffstats
path: root/src/ege-color-prof-tracker.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix various minor code problemsMarc Jeanmougin2019-10-051-1/+1
|
* Fix some memory leaks found by scan-buildMarc Jeanmougin2019-10-051-0/+1
|
* Rm unused code now Gtk+ >= 3.22 dependency is setAlexander Valavanis2019-05-261-19/+1
|
* EgeColorProfTracker: Replace deprecated g_type_class_add_private and adhere ↵Alexander Valavanis2018-11-251-21/+24
| | | | to GObject conventions
* Clarify licensesMax Gaukler2018-11-081-0/+1
| | | | | | - 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
* Run clang-tidy’s modernize-deprecated-headers pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | This renames most C <*.h> includes into C++ <c*> includes.
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-25/+25
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-1/+1
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-1/+1
|
* third batchMarc Jeanmougin2017-10-021-26/+22
|
* Update ege-color-prof-tracker.cppMarc Jeanmougin2017-07-131-1/+1
|
* Fix src/ege-color-prof-tracker.cpp after ↵Marc Jeanmougin2017-07-131-1/+1
| | | | 27cadae623ce5bc66b0401238bc7737b7b9d37d5 due to the modified signal having one less argument (thanks houz for the fix)
* Updates for GdkScreen/GdkMonitor API changesAlexander Valavanis2017-07-091-168/+125
|
* ege-color-prof-tracker: Cosmetic cleanupAlexander Valavanis2017-07-081-32/+10
|
* Fix for Wayland.Tavmjong Bah2017-05-101-2/+9
| | | (bzr r15686)
* Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-1/+0
| | | (bzr r15034)
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+1
| | | (bzr r15027)
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-1/+0
| | | (bzr r15025)
* Fix gdk_display_get_n_screens deprecationAlex Valavanis2014-08-231-0/+9
| | | (bzr r13341.1.161)
* Drop unused static function declarationsAlex Valavanis2013-09-211-80/+80
| | | (bzr r12565)
* cppcheckKris De Gussem2013-03-111-2/+1
| | | (bzr r12193)
* More GObject boilerplate reductionAlex Valavanis2013-01-261-28/+3
| | | (bzr r12065)
* syntx of null pointer dereference checksKris De Gussem2012-05-121-16/+17
| | | (bzr r11358)
* Get rid of deprecated gtk_marshal_* and some old GtkComboBox APIAlex Valavanis2012-02-111-3/+4
| | | (bzr r10959)
* More GSEAL issuesAlex Valavanis2012-01-041-1/+1
| | | (bzr r10836)
* Clean up deprecated GTK_WIDGET APIAlex Valavanis2011-06-151-1/+1
| | | (bzr r10302.1.2)
* Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis2011-06-031-3/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1)
* Warning cleanupJon A. Cruz2007-11-251-3/+3
| | | (bzr r4133)
* Implemented per-monitor display adjustment via XICCJon A. Cruz2007-11-241-10/+112
| | | (bzr r4132)
* Adding ICC Profiles in X supportJon A. Cruz2007-11-171-0/+619
(bzr r4095)