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-profile.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
trivial: Fix some typos spotted using codespell
Richard Hughes
2019-04-08
1
-1
/
+1
*
Port to the Meson build system
Richard Hughes
2017-07-31
1
-1
/
+2
*
trivial: Remove useless private gtk-doc headers
Richard Hughes
2017-07-19
1
-152
/
+0
*
Fix compile with -Wformat-signedness
Richard Hughes
2016-07-27
1
-1
/
+1
*
Use G_DECLARE_DERIVABLE_TYPE in libcolord
Richard Hughes
2015-10-13
1
-83
/
+113
*
Port to g_autoptr()
Richard Hughes
2015-10-13
1
-17
/
+17
*
Don't assume pwd.h is always available
Richard Hughes
2014-11-19
1
-0
/
+14
*
trivial: Silence some invalid _cleanup_free_ warnings
Richard Hughes
2014-11-19
1
-2
/
+2
*
trivial: Use systemd-style cleanup functions
Richard Hughes
2014-06-04
1
-21
/
+19
*
Use __attribute__(cleanup) to simplify memory cleanup
Richard Hughes
2014-06-03
1
-224
/
+114
*
trivial: Fix three tiny memory leaks when emitting PropertiesChanged
Richard Hughes
2014-06-03
1
-0
/
+2
*
Allow users to rename session and system ICC profiles
Richard Hughes
2014-05-21
1
-16
/
+90
*
Restrict the length of key and values when setting metadata
Richard Hughes
2013-10-21
1
-6
/
+36
*
trivial: Add a metadata quirk for keys set by i1Profiler
Richard Hughes
2013-08-15
1
-0
/
+3
*
Do not drop the public API CreateProfile() as it's used by CUPS
Richard Hughes
2013-07-17
1
-8
/
+79
*
trivial: Remove some dead code
Richard Hughes
2013-07-05
1
-2
/
+0
*
Use CdIccStore in the daemon
Richard Hughes
2013-07-04
1
-123
/
+24
*
Remove fake DICT support
Richard Hughes
2013-07-03
1
-44
/
+0
*
Enforce that clients have to send an FD when creating a profile
Richard Hughes
2013-05-15
1
-4
/
+1
*
Fix ‘created’ time for non-UTC timezones again.
Christopher James Halse Rogers
2013-05-13
1
-0
/
+1
*
trivial: Get the formatted warnings for the profile in the daemon
Richard Hughes
2013-04-24
1
-0
/
+9
*
Move the warning check code from the daemon to libcolord for code reuse
Richard Hughes
2013-04-24
1
-358
/
+1
*
Do not print a critical warning if the requested property does not exist
Richard Hughes
2013-04-01
1
-1
/
+6
*
trivial: Fix up a compiler warning
Richard Hughes
2013-03-25
1
-1
/
+1
*
libcolord: Add the ability to get the file embedded profile ID
Richard Hughes
2013-03-25
1
-31
/
+1
*
libcolord: Make loading the metadata optional
Richard Hughes
2013-03-24
1
-3
/
+3
*
libcolord: Add some flags to the CdIcc load and save functions for future use
Richard Hughes
2013-03-23
1
-5
/
+13
*
libcolord: Add a GCancellable to cd_icc_load_file() and cd_icc_save_file()
Richard Hughes
2013-03-22
1
-1
/
+1
*
libcolord: Add methods to get localized text values from the profile
Richard Hughes
2013-03-22
1
-10
/
+10
*
libcolord: Add cd_icc_get_metadata() to return the profile metadata dictionary
Richard Hughes
2013-03-22
1
-41
/
+18
*
libcolord: Add cd_icc_get_colorspace() to return the profile colorspace
Richard Hughes
2013-03-22
1
-38
/
+1
*
libcolord: Add cd_icc_get_kind() to return the profile kind
Richard Hughes
2013-03-22
1
-32
/
+6
*
Use CdIcc in the daemon when loading ICC profiles
Richard Hughes
2013-03-22
1
-33
/
+36
*
Fix the gamut warning to check primaries wider than CIERGB and ProPhoto
Richard Hughes
2013-03-04
1
-3
/
+17
*
Return an error if the client tries to change the profile filename after crea...
Richard Hughes
2013-02-23
1
-1
/
+10
*
trivial: Use a path prefix for the ICC profiles
Richard Hughes
2013-02-15
1
-0
/
+1
*
Save the common ICC profiles as GResources in the colord binary to reduce I/O
Richard Hughes
2013-02-15
1
-12
/
+33
*
Detect standard spaces from adobe.com and color.org and add the required meta...
Richard Hughes
2013-02-04
1
-0
/
+49
*
Allow profiles to have a 'score' which affects which get chosen as a specific...
Richard Hughes
2013-02-04
1
-0
/
+23
*
trivial: Allow profiles to easily create additional metadata
Richard Hughes
2013-02-04
1
-3
/
+14
*
trivial: Speed up checking for scum dot in profiles
Richard Hughes
2012-12-16
1
-1
/
+1
*
Return class specific error codes if authentication fails
Richard Hughes
2012-11-29
1
-7
/
+23
*
Use enumerated error values when using profiles
Richard Hughes
2012-11-28
1
-32
/
+47
*
trivial: Some whitespace fixes for CodingStyle
Richard Hughes
2012-11-23
1
-2
/
+2
*
Don't optimize the profile check transforms to speed up daemon startup
Richard Hughes
2012-11-23
1
-2
/
+2
*
trivial: Fix the function prefix for the new warning checks
Richard Hughes
2012-11-20
1
-18
/
+18
*
trivial: Only do the primary addition checks and gray axis checks on display ...
Richard Hughes
2012-11-17
1
-2
/
+10
*
trivial: Increase the threshold of the gray axis check to avoid false positives
Richard Hughes
2012-11-17
1
-2
/
+3
*
Add a profile warning if any of the primaries are outside of ROMM RGB
Richard Hughes
2012-11-17
1
-0
/
+23
*
Add a warning if the profile RGB 255,255,255 does not return D50
Richard Hughes
2012-11-17
1
-4
/
+15
[next]