gtk2/gsk/vulkan
Alexander Larsson 391727bd0d GdkWindow -> GdkSurface initial type rename
This renames the GdkWindow class and related classes (impl, backend
subclasses) to surface. Additionally it renames related types:
GdkWindowAttr, GdkWindowPaint, GdkWindowWindowClass, GdkWindowType,
GdkWindowTypeHint, GdkWindowHints, GdkWindowState, GdkWindowEdge

This is an automatic conversion using the below commands:

git sed -f g GdkWindowWindowClass GdkSurfaceSurfaceClass

git sed -f g GdkWindow GdkSurface
git sed -f g "gdk_window\([ _\(\),;]\|$\)" "gdk_surface\1" # Avoid hitting gdk_windowing
git sed -f g "GDK_WINDOW\([ _\(]\|$\)" "GDK_SURFACE\1" # Avoid hitting GDK_WINDOWING
git sed "GDK_\([A-Z]*\)IS_WINDOW\([_ (]\|$\)" "GDK_\1IS_SURFACE\2"
git sed GDK_TYPE_WINDOW GDK_TYPE_SURFACE
git sed -f g GdkPointerWindowInfo GdkPointerSurfaceInfo

git sed -f g "BROADWAY_WINDOW" "BROADWAY_SURFACE"
git sed -f g "broadway_window" "broadway_surface"
git sed -f g "BroadwayWindow" "BroadwaySurface"
git sed -f g "WAYLAND_WINDOW" "WAYLAND_SURFACE"
git sed -f g "wayland_window" "wayland_surface"
git sed -f g "WaylandWindow" "WaylandSurface"
git sed -f g "X11_WINDOW" "X11_SURFACE"
git sed -f g "x11_window" "x11_surface"
git sed -f g "X11Window" "X11Surface"
git sed -f g "WIN32_WINDOW" "WIN32_SURFACE"
git sed -f g "win32_window" "win32_surface"
git sed -f g "Win32Window" "Win32Surface"
git sed -f g "QUARTZ_WINDOW" "QUARTZ_SURFACE"
git sed -f g "quartz_window" "quartz_surface"
git sed -f g "QuartzWindow" "QuartzSurface"

git checkout NEWS* po-properties
2018-03-20 11:40:08 +01:00
..
gskvulkanblendmodepipeline.c gsk: Move Vulkan sources to a subdirectory 2018-01-06 09:36:55 -05:00
gskvulkanblendmodepipelineprivate.h gsk: Move Vulkan sources to a subdirectory 2018-01-06 09:36:55 -05:00
gskvulkanblurpipeline.c gsk: Move Vulkan sources to a subdirectory 2018-01-06 09:36:55 -05:00
gskvulkanblurpipelineprivate.h gsk: Move Vulkan sources to a subdirectory 2018-01-06 09:36:55 -05:00
gskvulkanborderpipeline.c gsk: Move Vulkan sources to a subdirectory 2018-01-06 09:36:55 -05:00
gskvulkanborderpipelineprivate.h gsk: Move Vulkan sources to a subdirectory 2018-01-06 09:36:55 -05:00
gskvulkanboxshadowpipeline.c gsk: Move Vulkan sources to a subdirectory 2018-01-06 09:36:55 -05:00
gskvulkanboxshadowpipelineprivate.h gsk: Move Vulkan sources to a subdirectory 2018-01-06 09:36:55 -05:00
gskvulkanbuffer.c gsk: Move Vulkan sources to a subdirectory 2018-01-06 09:36:55 -05:00
gskvulkanbufferprivate.h gsk: Move Vulkan sources to a subdirectory 2018-01-06 09:36:55 -05:00
gskvulkanclip.c gsk: Move Vulkan sources to a subdirectory 2018-01-06 09:36:55 -05:00
gskvulkanclipprivate.h gsk: Move Vulkan sources to a subdirectory 2018-01-06 09:36:55 -05:00
gskvulkancolorpipeline.c gsk: Move Vulkan sources to a subdirectory 2018-01-06 09:36:55 -05:00
gskvulkancolorpipelineprivate.h gsk: Move Vulkan sources to a subdirectory 2018-01-06 09:36:55 -05:00
gskvulkancolortextpipeline.c gsk: Move Vulkan sources to a subdirectory 2018-01-06 09:36:55 -05:00
gskvulkancolortextpipelineprivate.h gsk: Move Vulkan sources to a subdirectory 2018-01-06 09:36:55 -05:00
gskvulkancommandpool.c vulkan: Keep track of command buffers 2018-02-17 08:04:43 +01:00
gskvulkancommandpoolprivate.h gsk: Move Vulkan sources to a subdirectory 2018-01-06 09:36:55 -05:00
gskvulkancrossfadepipeline.c gsk: Move Vulkan sources to a subdirectory 2018-01-06 09:36:55 -05:00
gskvulkancrossfadepipelineprivate.h gsk: Move Vulkan sources to a subdirectory 2018-01-06 09:36:55 -05:00
gskvulkaneffectpipeline.c gsk: Move Vulkan sources to a subdirectory 2018-01-06 09:36:55 -05:00
gskvulkaneffectpipelineprivate.h gsk: Move Vulkan sources to a subdirectory 2018-01-06 09:36:55 -05:00
gskvulkanglyphcache.c gsk: make logging per-renderer 2018-01-14 17:05:04 -05:00
gskvulkanglyphcacheprivate.h gsk: make logging per-renderer 2018-01-14 17:05:04 -05:00
gskvulkanimage.c gdk: Add GDK_MEMORY_DEFAULT 2018-03-18 05:57:07 +01:00
gskvulkanimageprivate.h gsk: Move Vulkan sources to a subdirectory 2018-01-06 09:36:55 -05:00
gskvulkanlineargradientpipeline.c gsk: Move Vulkan sources to a subdirectory 2018-01-06 09:36:55 -05:00
gskvulkanlineargradientpipelineprivate.h gsk: Move Vulkan sources to a subdirectory 2018-01-06 09:36:55 -05:00
gskvulkanmemory.c gsk: Move Vulkan sources to a subdirectory 2018-01-06 09:36:55 -05:00
gskvulkanmemoryprivate.h gsk: Move Vulkan sources to a subdirectory 2018-01-06 09:36:55 -05:00
gskvulkanpipeline.c gsk: Move Vulkan sources to a subdirectory 2018-01-06 09:36:55 -05:00
gskvulkanpipelineprivate.h gsk: Move Vulkan sources to a subdirectory 2018-01-06 09:36:55 -05:00
gskvulkanpushconstants.c gsk: Move Vulkan sources to a subdirectory 2018-01-06 09:36:55 -05:00
gskvulkanpushconstantsprivate.h gsk: Move Vulkan sources to a subdirectory 2018-01-06 09:36:55 -05:00
gskvulkanrender.c GdkWindow -> GdkSurface initial type rename 2018-03-20 11:40:08 +01:00
gskvulkanrenderer.c GdkWindow -> GdkSurface initial type rename 2018-03-20 11:40:08 +01:00
gskvulkanrendererprivate.h gsk: Move Vulkan sources to a subdirectory 2018-01-06 09:36:55 -05:00
gskvulkanrenderpass.c gsk: make logging per-renderer 2018-01-14 17:05:04 -05:00
gskvulkanrenderpassprivate.h gsk: Move Vulkan sources to a subdirectory 2018-01-06 09:36:55 -05:00
gskvulkanrenderprivate.h gsk: Move Vulkan sources to a subdirectory 2018-01-06 09:36:55 -05:00
gskvulkanshader.c gsk: make logging per-renderer 2018-01-14 17:05:04 -05:00
gskvulkanshaderprivate.h gsk: Move Vulkan sources to a subdirectory 2018-01-06 09:36:55 -05:00
gskvulkantextpipeline.c gsk: Move Vulkan sources to a subdirectory 2018-01-06 09:36:55 -05:00
gskvulkantextpipelineprivate.h gsk: Move Vulkan sources to a subdirectory 2018-01-06 09:36:55 -05:00
gskvulkantexturepipeline.c gsk: Move Vulkan sources to a subdirectory 2018-01-06 09:36:55 -05:00
gskvulkantexturepipelineprivate.h gsk: Move Vulkan sources to a subdirectory 2018-01-06 09:36:55 -05:00