index
:
delta/colord.git
CdIccStore
baserock/gnome
colord-0-1
colord-1-0
colord-1-1
colord-1-2
colord-1-3
main
master
sensor-hid
spotread-tweaking
test-fixes
wip/hughsie/cd_util_device_set_enabled_TRUE
wip/hughsie/ci
wip/hughsie/ci-f31
wip/hughsie/covscan
wip/hughsie/daemon
wip/hughsie/deprecated-fixes
wip/hughsie/huey
wip/hughsie/meson
wip/hughsie/no-systemd
wip/hughsie/travis
github.com: hughsie/colord.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cd-main.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
trivial: Downgrade more trivial warning to a debug statement
Maryse47
2020-02-27
1
-2
/
+2
*
trivial: Downgrade a trivial warning to a debug statement
Richard Hughes
2019-08-13
1
-4
/
+4
*
trivial: Fix error checking for sd_pid_get_session and sd_session_get_seat
Jan Alexander Steffens (heftig)
2019-04-28
1
-2
/
+2
*
trivial: Fix a harmless clang warning
Richard Hughes
2017-12-28
1
-10
/
+4
*
Fix the detection of duplicate EDIDs by comparing the hash value, not the ID
Richard Hughes
2017-11-06
1
-1
/
+1
*
Port to the Meson build system
Richard Hughes
2017-07-31
1
-1
/
+2
*
Don't allow HAVE_LIBSYSTEMD_LOGIN with no systemd support
Richard Hughes
2017-07-24
1
-2
/
+2
*
Make udev a hard requirement
Richard Hughes
2017-07-24
1
-10
/
+0
*
trivial: Remove unused standard_spaces hash table
Richard Hughes
2017-07-24
1
-21
/
+2
*
trivial: Remove useless private gtk-doc headers
Richard Hughes
2017-07-19
1
-159
/
+0
*
Fix compile with -Wformat-signedness
Richard Hughes
2016-07-27
1
-6
/
+6
*
trivial: Fix FALSE/NULL confusion spotted with GCC6
Richard Hughes
2016-03-03
1
-3
/
+3
*
Use g_autoptr() in more places
Richard Hughes
2015-10-13
1
-4
/
+2
*
Use G_DECLARE_DERIVABLE_TYPE in libcolord
Richard Hughes
2015-10-13
1
-11
/
+10
*
Port to g_autoptr()
Richard Hughes
2015-10-13
1
-51
/
+51
*
Allow creating devices with the same device ID from different users
Richard Hughes
2015-07-20
1
-5
/
+10
*
Only return devices created by root and the calling user when doing GetDevices
Richard Hughes
2015-06-03
1
-3
/
+13
*
Fix reporting of logind errors.
Christopher James Halse Rogers
2015-02-19
1
-2
/
+2
*
Fix compile using mingw64
Richard Hughes
2014-11-19
1
-2
/
+25
*
Don't assume syslog.h is always available
Richard Hughes
2014-11-19
1
-31
/
+16
*
trivial: Silence some invalid _cleanup_free_ warnings
Richard Hughes
2014-11-19
1
-19
/
+19
*
Actually parse the EDID for better duplicate detection
Richard Hughes
2014-08-07
1
-17
/
+44
*
trivial: Use systemd-style cleanup functions
Richard Hughes
2014-06-04
1
-58
/
+58
*
Use __attribute__(cleanup) to simplify memory cleanup
Richard Hughes
2014-06-03
1
-434
/
+245
*
Allow users to rename session and system ICC profiles
Richard Hughes
2014-05-21
1
-1
/
+19
*
Change the --enable-gudev parameter into --enable-udev
Richard Hughes
2013-12-10
1
-5
/
+5
*
main: Only syslog() profile additions when they're added via DBus
Colin Walters
2013-11-08
1
-4
/
+19
*
Restrict the length of key and values when setting metadata
Richard Hughes
2013-10-21
1
-4
/
+11
*
Show a warning for incorrect or extra command line arguments
Richard Hughes
2013-08-27
1
-35
/
+43
*
Fix creation of the dummy sensor device
Richard Hughes
2013-08-27
1
-3
/
+2
*
Fix warning when any test profile has an EDID source and no ICC file
Richard Hughes
2013-08-15
1
-1
/
+1
*
Do not drop the public API CreateProfile() as it's used by CUPS
Richard Hughes
2013-07-17
1
-18
/
+45
*
Recover the ability to create a profile not backed by a file
Richard Hughes
2013-07-13
1
-26
/
+20
*
Add a quirk for ThinkPads so that we show 'ThinkPad T510' rather than '4384BR2'
Richard Hughes
2013-07-07
1
-19
/
+54
*
Add SystemVendor and SystemModel string properties to the main interface
Richard Hughes
2013-07-05
1
-2
/
+105
*
Use CdIccStore in the daemon
Richard Hughes
2013-07-04
1
-37
/
+82
*
Remove the ICC volume searching functionality
Richard Hughes
2013-07-03
1
-3
/
+0
*
Remove the now-unused /etc/colord.conf
Richard Hughes
2013-07-02
1
-11
/
+4
*
Remove the AlwaysUseXrandrName config option and auto-detect it at runtime
Richard Hughes
2013-07-02
1
-2
/
+112
*
Do not have the volume search functionality enable in the config file and in ...
Richard Hughes
2013-07-02
1
-3
/
+3
*
Move the dummy sensor creation to a command line argument
Richard Hughes
2013-07-02
1
-2
/
+7
*
Remove the StandardSpaces configure option
Richard Hughes
2013-07-02
1
-78
/
+0
*
trivial: Fix typo in debug message
Christopher James Halse Rogers
2013-06-14
1
-1
/
+1
*
Enforce that clients have to send an FD when creating a profile
Richard Hughes
2013-05-15
1
-39
/
+35
*
Remove calls to the deprecated g_type_init()
Richard Hughes
2013-05-13
1
-1
/
+0
*
Always return an error if cd_main_device_add() failed
Richard Hughes
2013-05-09
1
-2
/
+1
*
Add a config option to allow multiple monitors with identical EDID values to ...
Richard Hughes
2013-05-03
1
-0
/
+43
*
Do not automatically add EDID profiles with warnings to devices
Richard Hughes
2013-04-24
1
-0
/
+13
*
Do not print a critical warning if the requested property does not exist
Richard Hughes
2013-04-01
1
-3
/
+8
*
Fix unusual crash in cd_main_get_cmdline_for_pid
Christopher James Halse Rogers
2013-02-18
1
-1
/
+5
[next]