[gtk] (101 commits) Non-fast-forward update to branch wip/baedert/for-master



The branch 'wip/baedert/for-master' 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:

  393c51e... colorplane: Whitespace
  2dddb3c... colorutils: Remove unused macro
  c517bf4... colorplane: Refactor create_texture()
  8eca6fc... colorutils: Refactor hsv_to_rgb and fold into only caller
  dfd4b1a... colorplane: Remove (un)realize handlers
  b6fa73b... colorscale: Refactor creating the hue texture
  e81d749... gdkgl: Remove unused cairo_get_matrix() call
  d21af92... glarea demo: Add min size to gl area
  a399bf0... gl renderer: Use premultiply() in inset shadow shader`
  c00b019... unblurred outset shadow shader: Use premultiply()
  515927f... gdkgl: Rename function
  a27ef44... gl renderer: Ignore rendering if accumulated opacity is too
  6f928ce... gl renderer: Add a helper to setup projection matrix
  406ca91... shaderbuilder: Print error message after source code
  2f458bd... gl renderer: simplify ->render() implementation a bit
  1f115a3... gdkgl: Stop getting the clip region from cairo
  4cb63aa... gdkgl: Remove flipping when downloading GL texture
  7fd9b0c... gtkbuilder: Remove pointless function prototype
  0758bb0... glsl: Add a comment
  c0bbcef... gl renderer: Flip texture in render_texture()
  b9e8696... gl renderer: Avoid some code duplication
  a1d29ca... vulkan: Remove double initialization
  2f09c04... build: Only add -Wcast-align for gcc
  9c7fea2... gl renderer: Use nearest filtering for textures in render_t
  122d7ec... testfilechooser: Stop listening to ::selection-changed
  8e1f15b... filechooserwidget: Cosmetics
  778874f... gl renderer: Remove unused parameter
  3cc4d56... showrendernode: Plug GOptionContext memory leak
  9fb6a3b... gl renderer: Use op builder to render flipped texture
  571e8de... gl renderer: return empty texture for too small blurred nod
  0cb84b8... gl renderer: Remove two unused uniforms
  5204915... gl renderer: Add more scale_x/scale_y code
  6cffd19... gl renderer: Fix private function name
  d3eecbd... gl renderer: gboolean -> bool
  adf65d8... widget: Slightly update opacity docs
  40b130e... window: Remove unused struct member
  f52fbc1... widget: Remove gtk_widget_list_devices() from private heade
  fa67927... stylecontext: Remove render_insertion_cursor()
  11bf319... Remove unneeded gtkstylecontext.h includes
  36f0b7f... snapshot: Refactor some device code
  1a0ab0d... stylecontext: Remove some unnused includes
  94a4a78... windowcontrols: decoration-layout is nullable
  64fd5fd... windowcontrols: gtk_widget_get_root() can return NULL
  bdb007f... frame: Remove need_resize logic
  469f449... stacksidebar: Set GtkListBox:show-separators
  d93e694... stacksidebar: Fold some functions into their only callers
  8a8f6b2... gtk4-demo: Remove connection to removed signal
  48817be... gtk4-demo: Add missing margin-bottom
  ce80ecd... overlay: Remove empty finalize implementation
  c0d0213... infobar: Remove unused include
  3b1049d... main: Make sure we don't leak axes
  f90d23d... pixbufutils: Pass calculated height value along

Commits added to the branch:

  024d832... gtkpopover: Add cascade-popdown property/functions (*)
  3ba60b0... gtkpopover: Remove GtkPopoverMenu special case (*)
  a939203... gtkmodelbutton: Drop special case to close GtkPopoverMenu (*)
  18b6c4e... Merge branch 'wip/carlosg/for-master' into 'master' (*)
  f1e9f85... Adwaita: selected:hover and focus:selected:hover states (*)
  974ce50... Merge branch 'wip/jimmac/sidebar-hover-selected-focus' into (*)
  d6abc12... macos: fix compiler warnings (*)
  d5b5410... macos: use simple monotonic for event serial (*)
  9f01d4f... macos: fix coordinates and state when querying device (*)
  2bdc8c7... docs: Add more details to the migration guide (*)
  2273e27... gtk-demo: Ellipsize columns in the characters demo (*)
  2d927d0... build: Require sysprof 3.38.0 (*)
  8dce92e... window: Be more careful when looking for focus (*)
  9b26660... Send focus events to the root (*)
  8a361f9... gtk-demo: Keep undisplayable resources out of view (*)
  5876946... Updated Czech translation (*)
  c753f8f... Update Polish translation (*)
  28d2e60... macos: move input method names to private header (*)
  1519b40... macos: lookup NSEvent by translated GdkEvent (*)
  ff279d0... macos: track various changes in GDK (*)
  cc2e69c... macos: remove workaround for scroll delta (*)
  aed279e... macos: add key equivalent helper (*)
  9279c2c... gdk: remove quartz subdirectory from backends (*)
  036b56a... gtk: use GDK_WINDOWING_MACOS in gentypefuncs.py (*)
  fb02c99... macos: port gtk to GDK_WINDOWING_MACOS (*)
  2fb1f4a... Updated Lithuanian translation (*)
  40e4f37... Skip GdkWayland symbols that use wayland-client types (*)
  fe871f9... Add type annotations for GdkWayland API (*)
  66ce0cb... Generate introspection for GdkWayland API (*)
  ae71fe3... colorplane: Whitespace (*)
  76e4002... colorutils: Remove unused macro (*)
  663ae67... colorplane: Refactor create_texture() (*)
  8e9a810... colorutils: Refactor hsv_to_rgb and fold into only caller (*)
  769b15c... colorplane: Remove (un)realize handlers (*)
  4b8f3e9... colorscale: Refactor creating the hue texture (*)
  9f574a5... gdkgl: Remove unused cairo_get_matrix() call (*)
  0dc0b03... glarea demo: Add min size to gl area (*)
  a0bb248... gl renderer: Use premultiply() in inset shadow shader` (*)
  7222a09... unblurred outset shadow shader: Use premultiply() (*)
  904772c... gdkgl: Rename function (*)
  bc034d1... gl renderer: Ignore rendering if accumulated opacity is too (*)
  7bf858b... gl renderer: Add a helper to setup projection matrix (*)
  9fe21b7... shaderbuilder: Print error message after source code (*)
  ddcff9e... gl renderer: simplify ->render() implementation a bit (*)
  d4efb5b... gdkgl: Stop getting the clip region from cairo (*)
  9698cd6... gdkgl: Remove flipping when downloading GL texture (*)
  c5909d4... gtkbuilder: Remove pointless function prototype (*)
  44d1e81... glsl: Add a comment (*)
  44f10c5... gl renderer: Flip texture in render_texture() (*)
  4735c27... gl renderer: Avoid some code duplication (*)
  f456438... vulkan: Remove double initialization (*)
  ef7c574... build: Only add -Wcast-align for gcc (*)
  eb345cd... gl renderer: Use nearest filtering for textures in render_t (*)
  958e4be... testfilechooser: Stop listening to ::selection-changed (*)
  4eee6e7... filechooserwidget: Cosmetics (*)
  161b171... gl renderer: Remove unused parameter (*)
  da0abfc... showrendernode: Plug GOptionContext memory leak (*)
  5f9fa13... gl renderer: Use op builder to render flipped texture (*)
  0a4d442... gl renderer: return empty texture for too small blurred nod (*)
  0e6014f... gl renderer: Remove two unused uniforms (*)
  1fe7043... gl renderer: Add more scale_x/scale_y code (*)
  07fb33c... gl renderer: Fix private function name (*)
  ec8f329... widget: Slightly update opacity docs (*)
  f207954... window: Remove unused struct member (*)
  18c4bda... widget: Remove gtk_widget_list_devices() from private heade (*)
  2bcef7f... stylecontext: Remove render_insertion_cursor() (*)
  eca3eab... Remove unneeded gtkstylecontext.h includes (*)
  78c343b... snapshot: Refactor some device code (*)
  ae009b3... stylecontext: Remove some unnused includes (*)
  557a363... windowcontrols: decoration-layout is nullable (*)
  d9cc589... windowcontrols: gtk_widget_get_root() can return NULL (*)
  93b12a8... frame: Remove need_resize logic (*)
  61afb09... stacksidebar: Set GtkListBox:show-separators (*)
  8f24b7a... stacksidebar: Fold some functions into their only callers (*)
  df2d7c5... gtk4-demo: Remove connection to removed signal (*)
  20bd8e5... gtk4-demo: Add missing margin-bottom (*)
  211d669... overlay: Remove empty finalize implementation (*)
  e1e53cd... infobar: Remove unused include (*)
  d695b15... main: Make sure we don't leak axes (*)
  f93784f... pixbufutils: Pass calculated height value along (*)
  a772d8f... Merge branch 'wip/baedert/for-master' (*)
  85394b0... Merge branch 'wip/chergert/gdk-macos-fixes' into 'master' (*)
  cdb2c16... macos: dont send crossing events during grab (*)
  d700cfa... macos: break grabs after sending release event (*)
  b462bc3... macos: allow pointer release event outside surface coords (*)
  2dfced7... Merge branch 'wip/chergert/gdk-macos-fixes' into 'master' (*)
  e089bba... macos: ensure we have access to a GdkMonitor (*)
  0af3d21... macos: only emit popup-layout-changed after initial present (*)
  6e84c7c... macos: fix discover of surface under cursor (*)
  375bd5e... Merge branch 'wip/chergert/gdk-macos-fixes' into 'master' (*)
  57ebc35... Merge branch 'wip/chergert/fix-macos-popup-events' into 'ma (*)
  bc683a3... print-editor: Fix a wrong comparison
  3cbe1b3... label: Plug a potential memory leak
  0b19903... listbox test: Only compare values for rows we have
  e549447... textview: Respect return value of get_text_surface_coords()
  7b5e9de... showrendernode: Pass error to deserialize()
  eaa1bb7... filechooserwidget: gtk_widget_get_root() can return NULL
  4a28638... filechooserwidget: Avoid an uninitialized value
  f2b432d... demos: Remove a dead assignment
  a7cbd74... gdksurface: Ensure some assumptions
  8a3c98f... stack: assert for some assumptions

(*) 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]