[gtk] (66 commits) Non-fast-forward update to branch matthiasc/color-profile-rebased
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk] (66 commits) Non-fast-forward update to branch matthiasc/color-profile-rebased
- Date: Fri, 13 May 2022 04:00:01 +0000 (UTC)
The branch 'matthiasc/color-profile-rebased' was changed in a way that was not a fast-forward update.
NOTE: This may cause problems for people pulling from the branch. For more information,
please see:
https://wiki.gnome.org/Git/Help/NonFastForward
Commits removed from the branch:
b867b42... cms: Add lcms to the build
b322621... Add an lcms2 subproject
2e09436... ci: Update dependencies for msys
4dda8bf... Add mutter and lcms2-devel to the Fedora image
7cd6256... API: Add GdkColorProfile
4ac6fb7... API: Add a GdkTexture::color-profile property
5eda3ee... API: Add gdk_memory_texture_new_with_color_profile()
dbc0574... jpeg: Add color profile support
85437ed... widget-factory: Add gradient rendering test
03ed959... gtk-demo: Add a color profile demo
2c96391... API: Add GdkSurface::color-profile
7aaaf65... API: Add color profile get/set for cairo
15cce98... memoryformat: Take a color profile when converting
007631f... gdk: Take a profile in gdk_texture_do_download
d79c7b1... gdk: Take a profile in gdk_texture_download_surface
cd13109... gdk: Take a profile in gdk_memory_texture_from_texture
feb6721... png: Handle color profiles
c8fce2c... tiff: Add color profile support
73bed6a... gsk: Avoid cairo in icon upload
2b5cbf5... memoryformat: Do some gdk_memory_convert() massaging
46e7509... memoryformat: Optimize more
6d8f12a... colorprofile: Implement a global transform cache
aef5f3b... widget-factory: Add tests for loading color profiles
5750de1... Support color profiles in pixbufs
46a4a31... x11: Implement support for color profiles
f8157ab... Fixes for gdk_memory_txture_new_subtexture
41527b5... Add crude color management impl for cairo
06db24b... gdk: Add GDK_DEBUG=srgb
4ec1fa0... gsk: Upload textures in linear sRGB
4ada2fe... gsk: Apply gamma to frames
c4a5b72... gsk: Linearize colors too
8fd1756... gsk: Linearize gl textures
b46724d... gsk: Use stem darkening for glyphs
3f496db... cairo: Use stem darkening for glyphs
c068bd2... gsk: Fix caching of textures
6d42ad5... gsk: Refactor a bit
3d52678... gsk: Do texture conversions in shaders
13cdd37... gsk: Support flipping gl textures
bf0f7dd... API: Add a new constructor for GL textures
1d9af57... gsk: Use GL texture information
5ca041c... glarea: Use the new GL texture constructor
5877711... media: Use the new GL texture constructor
49fc1b5... gdk: Introduce GdkColor
007777d... colorprofile: fix up the docs a bit
e9d54b4... gltexture: Improve the docs a bit
e623007... gsk: Fix a formatting mishap
7a1fc3f... ci: Squash a compiler warning
3d9d762... gsk: Add profile in gsk_renderer_render_texture
a0c7290... gsk: Serialize textures as tiff
d52552b... wip: update testsuite for changed compositing
9e48af4... gsk: Add FIXME
Commits added to the branch:
5a0d6e3... dropdown: Add UI definition example (*)
8533824... Merge branch 'add-gtk-dropdown-buildable-example' into 'mai (*)
26b2505... Update Nepali translation (*)
4bf07ae... gdk/wayland: freeze popups when hidden (*)
9536eb6... Merge branch 'fix-wayland-glitching-v2' into 'main' (*)
a546ae3... Remove all nicks and blurbs from param specs (*)
f5fc71f... tests: Check for nicks and blurbs not being set (*)
89614f5... inspector: Stop using blurb as tooltip (*)
547b289... actionmuxer: set handler ids initially to zero (*)
0382e3b... actionmuxer: check for observer before unregistering (*)
1f61cb2... coloreditor: Stop adding marks style to color scales (*)
aee4475... range: Support border-radius for GtkColorScale troughs (*)
0f7d934... theme: Redesign color scales (*)
900a23e... Merge branch 'wip/chergert/action-critical-fixes' into 'mai (*)
7302407... Merge branch 'wip/exalm/color-scales' into 'main' (*)
122fa67... Merge branch 'wip/sophie-h/remove-param-nicks-blurbs' into (*)
eebd18d... Fixes for gdk_memory_texture_new_subtexture
e670eab... gsk: Serialize textures as tiff
b70bd4a... gdk: Add GdkColorSpace
cf344af... cms: Add lcms to the build
d4f5cdb... Add an lcms2 subproject
b8e65dc... ci: Update dependencies for msys
ce87248... Add mutter and lcms2-devel to the Fedora image
8f2f442... gdk: Add GdkLcmsColorSpace
d1b3cd9... API: Add a GdkTexture::color-space property
cfc1be7... API: Add gdk_memory_texture_new_with_color_space()
db3a0cf... jpeg: Add color space support
8453e03... widget-factory: Add gradient rendering test
111eaa4... gtk-demo: Add a color space demo
6ed7b83... API: Add GdkSurface::color-space
d5b958d... API: Add color space get/set for cairo
26a1114... memoryformat: Take a color space when converting
1a8beab... gdk: Take a color space in gdk_texture_download_surface
143a018... gdk: Take a color space in gdk_memory_texture_from_texture
bbc4dba... png: Handle color spaces
a800274... tiff: Add color space support
f177325... gsk: Avoid cairo in icon upload
0ace937... memoryformat: Do some gdk_memory_convert() massaging
758ce90... memoryformat: Optimize more
0f9a9af... lcmscolorspace: Implement a global transform cache
809734e... widget-factory: Add tests for loading color profiles
a760315... Support color space in pixbufs
86c1d80... x11: Implement support for color profiles
b3a64f8... Add crude color management impl for cairo
ef6c5d7... gdk: Add GDK_DEBUG=srgb
ff88a82... gsk: Upload textures in linear sRGB
13375ea... gsk: Apply gamma to frames
7b03c12... gsk: Linearize colors too
9286ed6... gsk: Linearize gl textures
3f0e850... gsk: Use stem darkening for glyphs
954ca4e... cairo: Use stem darkening for glyphs
6fe65bd... gsk: Fix caching of textures
ee0a941... gsk: Refactor a bit
b860703... gsk: Do texture conversions in shaders
73a0c19... gsk: Support flipping gl textures
c5a4e4d... API: Add a new constructor for GL textures
5499e76... gsk: Use GL texture information
d1ca465... glarea: Use the new GL texture constructor
b623823... media: Use the new GL texture constructor
3241a8d... gdk: Introduce GdkColor
c179f70... gsk: Add color space in gsk_renderer_render_texture
40de23f... wip: update testsuite for changed compositing
251b420... gsk: Add FIXME
f2a3147... wip: Add a cicp color space implementation
4021c98... Add a quick-and-dirty heif loading test
404290b... widget-factory: Add an hdr image example
(*) This commit already existed in another branch; no separate mail sent
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]