summaryrefslogtreecommitdiff
path: root/src/cd-main.c
Commit message (Expand)AuthorAgeFilesLines
* Fix the detection of duplicate EDIDs by comparing the hash value, not the IDcolord-1-3Richard Hughes2017-11-061-1/+1
* Fix compile with -Wformat-signednessRichard Hughes2016-07-271-6/+6
* trivial: Fix FALSE/NULL confusion spotted with GCC6Richard Hughes2016-03-031-3/+3
* Use g_autoptr() in more placesRichard Hughes2015-10-131-4/+2
* Use G_DECLARE_DERIVABLE_TYPE in libcolordRichard Hughes2015-10-131-11/+10
* Port to g_autoptr()Richard Hughes2015-10-131-51/+51
* Allow creating devices with the same device ID from different usersRichard Hughes2015-07-201-5/+10
* Only return devices created by root and the calling user when doing GetDevicesRichard Hughes2015-06-031-3/+13
* Fix reporting of logind errors.Christopher James Halse Rogers2015-02-191-2/+2
* Fix compile using mingw64Richard Hughes2014-11-191-2/+25
* Don't assume syslog.h is always availableRichard Hughes2014-11-191-31/+16
* trivial: Silence some invalid _cleanup_free_ warningsRichard Hughes2014-11-191-19/+19
* Actually parse the EDID for better duplicate detectionRichard Hughes2014-08-071-17/+44
* trivial: Use systemd-style cleanup functionsRichard Hughes2014-06-041-58/+58
* Use __attribute__(cleanup) to simplify memory cleanupRichard Hughes2014-06-031-434/+245
* Allow users to rename session and system ICC profilesRichard Hughes2014-05-211-1/+19
* Change the --enable-gudev parameter into --enable-udevRichard Hughes2013-12-101-5/+5
* main: Only syslog() profile additions when they're added via DBusColin Walters2013-11-081-4/+19
* Restrict the length of key and values when setting metadataRichard Hughes2013-10-211-4/+11
* Show a warning for incorrect or extra command line argumentsRichard Hughes2013-08-271-35/+43
* Fix creation of the dummy sensor deviceRichard Hughes2013-08-271-3/+2
* Fix warning when any test profile has an EDID source and no ICC fileRichard Hughes2013-08-151-1/+1
* Do not drop the public API CreateProfile() as it's used by CUPSRichard Hughes2013-07-171-18/+45
* Recover the ability to create a profile not backed by a fileRichard Hughes2013-07-131-26/+20
* Add a quirk for ThinkPads so that we show 'ThinkPad T510' rather than '4384BR2'Richard Hughes2013-07-071-19/+54
* Add SystemVendor and SystemModel string properties to the main interfaceRichard Hughes2013-07-051-2/+105
* Use CdIccStore in the daemonRichard Hughes2013-07-041-37/+82
* Remove the ICC volume searching functionalityRichard Hughes2013-07-031-3/+0
* Remove the now-unused /etc/colord.confRichard Hughes2013-07-021-11/+4
* Remove the AlwaysUseXrandrName config option and auto-detect it at runtimeRichard Hughes2013-07-021-2/+112
* Do not have the volume search functionality enable in the config file and in ...Richard Hughes2013-07-021-3/+3
* Move the dummy sensor creation to a command line argumentRichard Hughes2013-07-021-2/+7
* Remove the StandardSpaces configure optionRichard Hughes2013-07-021-78/+0
* trivial: Fix typo in debug messageChristopher James Halse Rogers2013-06-141-1/+1
* Enforce that clients have to send an FD when creating a profileRichard Hughes2013-05-151-39/+35
* Remove calls to the deprecated g_type_init()Richard Hughes2013-05-131-1/+0
* Always return an error if cd_main_device_add() failedRichard Hughes2013-05-091-2/+1
* Add a config option to allow multiple monitors with identical EDID values to ...Richard Hughes2013-05-031-0/+43
* Do not automatically add EDID profiles with warnings to devicesRichard Hughes2013-04-241-0/+13
* Do not print a critical warning if the requested property does not existRichard Hughes2013-04-011-3/+8
* Fix unusual crash in cd_main_get_cmdline_for_pidChristopher James Halse Rogers2013-02-181-1/+5
* trivial: Use G_SOURCE_CONTINUE and G_SOURCE_REMOVERichard Hughes2013-02-181-1/+1
* Load the instrospection to the colord binary as a GResourceRichard Hughes2013-02-151-24/+23
* Do not auto-add profiles to devices where the mapping timestamp is zeroRichard Hughes2013-02-041-0/+20
* Allow profiles to have a 'score' which affects which get chosen as a specific...Richard Hughes2013-02-041-6/+13
* trivial: Do proper error checking when using sd_pid_get_session() and sd_sess...Richard Hughes2013-02-011-6/+20
* Set the additional 'OwnerCmdline' metadata on each deviceRichard Hughes2013-02-011-0/+53
* Allow the user to specify the device type when using 'colormgr create-device'Richard Hughes2013-02-011-1/+2
* Add an interface for plugins to decline to loadChristopher James Halse Rogers2013-02-011-10/+56
* Return an error if a client tries to create a device of an unknown typeRichard Hughes2013-01-241-3/+40