[gtk+] (145 commits) Non-fast-forward update to branch wip/baedert/meson



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

  a1a5ae2... Add Meson build files
  9ef70de... fallback-c89: Include config.h
  4363802... Meson build v2
  29bedf7... meson: Add options for x/wayland/broadway backends
  b062062... gtk: Generate gresources file
  cac7d75... meson: Add unit test files
  4ee7f6c... meson: Build gtk marshallers
  3ab1747... range: Set stepper style classes according to orientation
  ac50197... build: Generate gtktypebuiltinsprivate.{c,h}

Commits added to the branch:

  1f7b6c1... GtkPopover: Add gtk_popover_popdown/popup (*)
  a6b9b36... GtkPopover: Deprecate transitions-enabled (*)
  a985e62... Use gtk_popover_popdown/popup where appropriate (*)
  1f7094a... wayland: Use effective toplevel as popup parent (*)
  4e0ebd0... wayland: Don't traverse transient-ofs when faking root coor (*)
  f6929cf... gdkwindow: Use toplevel for getting root cords in move_to_r (*)
  cc019de... wayland: Postpone processing move_to_rect params until show (*)
  edce8f4... Update POTFILES.skip (*)
  9920ef0... Updated German translation (*)
  3b0d3d2... Updated Hungarian translation (*)
  88248e3... Remove an outdated comment (*)
  967e2e0... Minor doc cleanup (*)
  f9b9119... wayland: Use keyboard serial for implicit grab (*)
  09004b5... Update GTK+ Windows icon (now scles up to 256x256) (*)
  7e11fca... gdk: Fix GdkDevice::tool-changed signal marshaller (*)
  e3bbeb4... gdk: Fix gdk_device_tool_get_serial() return value (*)
  73b9491... stylepropertyimpl: Remove double assignment (*)
  a0f5d4b... Updated Hungarian translation (*)
  5c696a7... popover: Clarify transitions-enabled deprecation (*)
  34cf1b1... Updated German translation (*)
  2a5b37d... Updated German translation (*)
  16a9221... Updated Brazilian Portuguese translation (*)
  00545df... Updated French translation (*)
  74bd3f3... quartz: Fix typo that broke debug builds (*)
  a640945... Adwaita: increase border radius on button.circular... (*)
  92a95c7... gtkbindings: Clarify that widgets need has-focus for bindin (*)
  3cf304e... Updated Polish translation (*)
  8f19871... Update Catalan translation (*)
  d3c204c... gtkbindings: Add an example for gtk_binding_entry_add_signa (*)
  40f75e7... gdk: Add a getter for the hardware id of a GdkDeviceTool (*)
  942d144... gdk: Pass hardware ID on gdk_device_tool_new() (*)
  3ac56e6... wayland: Add wayland-specific method to retrieve a device n (*)
  3f56af3... gdkdevice: Add GDK_SOURCE_TABLET_PAD input source type for  (*)
  0dcb9b3... gdk: Add pad event structs, enum values, and event mask bit (*)
  f1a9cd4... gdk: Address pad events similarly to keyboard events (*)
  b8a77d4... gdk: Add GdkDevicePad (*)
  3a6d0ff... gtk: Add minimal handling of pad events (*)
  a0b9586... gtk: Add GtkPadController (*)
  feb09e3... wayland: Implement backbone of pad support (*)
  82a46fa... wayland: Add GdkWaylandDevicePad (*)
  cca51b7... wayland: Create/expose pad devices (*)
  7e961b8... wayland: Implement pad event emission (*)
  27f879b... wayland: Support pad devices in gdk_wayland_device_get_node (*)
  87af999... wayland: Offer wayland-specific method to set pad actions f (*)
  e66a821... GtkPadController: Notify actions back to the windowing on w (*)
  ae29157... demos: Add pad support to "event axes" demo (*)
  b24a865... GtkEventController: Add some comment describing the filter_ (*)
  e9771d6... GtkPadController: Make ring/strip actions be activated with (*)
  5d99b7d... demos: Use stateful actions for rings/strips in "Touch and  (*)
  a12567c... Update POTFILES.in and POTFILES.skip (*)
  2a8826d... Updated Spanish translation (*)
  9f45602... Updated Czech translation (*)
  6163b3b... Allow activating the desktop portal for inhibit (*)
  ceb18a9... gtk-demo: Make the scale demo fully functional (*)
  f7c87fb... widget-factory: Fix smooth autoscrolling of scales (*)
  07e9b39... scale: Document interaction between rounding and autoscroll (*)
  ae636ba... notebook: Update arrow state when switching pages (*)
  f66a76d... Document window-icon related api as 'may not work' (*)
  ae72078... wayland: Replace g_debug by GDK_NOTE (*)
  b8f464e... wayland: Add some more debug spew (*)
  80dd756... wayland: Fix indentation (*)
  e53d381... wayland: Get tiled state from gtk_shell instead of xdg_shel (*)
  d2385be... wayland: Remove gdk_wayland_display_get_xdg_shell() (*)
  8270699... wayland: Only sync surface regions once per commit (*)
  d2a80cd... wayland: Only update the window title if it actually update (*)
  643f033... wayland: Move window geometry calculation to helper (*)
  ceada4a... wayland: Port to xdg_shell unstable v6 (*)
  b7964cf... wayland: Implement move_to_rect (*)
  9f57fe9... wayland: add min/max size from xdg-shell v6 (*)
  f53706b... cell renderer text: Allow entries to shrink (*)
  9dfff0d... Updated Slovenian translation (*)
  12e590e... Updated Slovenian translation (*)
  da8cef1... a11y: Correctly indent code (*)
  c8b301f... uimanager: Correctly indent code (*)
  35c96c2... Add braces to appease gcc (*)
  fcfbffc... Updates (*)
  f6935de... Updated Polish translation (*)
  b05ed13... GDK W32: Remove obsolete assertions (*)
  349170c... Updated Serbian translation (*)
  a0ff0de... Updated Serbian translation (*)
  cfe4c9e... gtkplacessidebar: fix signal marshal (*)
  6af5033... about dialog: Set a max-content-height on credits (*)
  e1a03ea... Use NULL for generic marshallers in g_signal_new() (*)
  127d2ac... wayland: Add API for creating exported window handles (*)
  f98c9fe... window: Add Wayland implementation of gtk_window_export_han (*)
  340b596... wayland: Add API for setting an exported as a parent (*)
  bdbe2de... Document handle-related Wayland api (*)
  ea1295c... gtk: window: don't forget to realize popovers of subwindows (*)
  c9749ad... x11: Fix a trap mixup (*)
  852bdae... 3.21.5 (*)
  92520a3... Updated Hungarian translation (*)
  b9757b8... Updated German translation (*)
  738b1e3... Require wayland-protocols 1.7 (*)
  0984d16... GtkScrolledWindow: Bug 766569 - Make propagation of natural (*)
  4a03540... Fix the scrolledwindow test (*)
  a89b3c1... Updated Polish translation (*)
  3c3a115... Fix typos. (*)
  533de82... Use 'focused' everywhere. (*)
  4f7ec1f... gtk{info,search}bar.ui: Remove some leftover attributes (*)
  7f1ab32... popover: Introduce _get_rect helper for a size (*)
  2c04941... popover: Fix hfw/wfh size request (*)
  ce1ae60... popover: Propagate drawing (*)
  f4f57f8... Updated Serbian translation (*)
  c32a31f... Updated Hungarian translation (*)
  98b0f78... wayland: Warn when an application tries to map popup incorr (*)
  e5f0a77... Updated German translation (*)
  63c18bb... Adwaita,HC: fix icon name (*)
  a145211... Updated Finnish translation (*)
  857997b... popover: Skip first frame when transitioning (*)
  adabec7... listbox: Avoid crashing on page down if the list has few ro (*)
  f9658a2... listbox: Select the last row on page down when there are fe (*)
  e9acfc9... Updated Korean translation (*)
  d6adda9... Updated Korean translation (*)
  59937e8... Updated Kazakh translation (*)
  770e44c... Updated Kazakh translation (*)
  2eeda22... Updated Lithuanian translation (*)
  9ddd40f... Fix a variable name misspelling (*)
  5b21c7d... range: Ensure we don't underallocate the highlight gadget (*)
  f5ce6c8... Updated Czech translation (*)
  61e8c69... label: Fix indentation (*)
  953b82a... label: take padding into account when measuring (*)
  26f5750... gtk3-demo: Avoid underallocating columns (*)
  eaa6ca4... GtkScrolledWindow: Bug 766569 - fix return types in added A (*)
  8ca055c... Updated Scottish Gaelic translation (*)
  d1f8257... Updated Scottish Gaelic translation (*)
  a43a6d7... Updated Polish translation (*)
  bd374b8... Updated Hebrew translation (*)
  c30ee62... css: Set meaningful fallback color (*)
  c2ab49e... Fix whitespace (*)
  e51fd7c... css: Complete the cross-fade implementation (*)
  6be8979... Revert "widget factory: Adapt to new scrolled window behavi (*)
  fd065f6... Revert "Add a release note for scrolled windows" (*)
  c39ad84... Revert "about dialog: Set a max-content-height on credits" (*)
  ba26179... Updated Brazilian Portuguese translation (*)
  16cd3c1... Updated Swedish translation (*)
  476c1c4... gdkdisplay-wayland: Fix some memory leaks (*)
  fbca09e... gdkdisplay: Unref seats in finalize (*)
  b4b088e... Add Meson build files
  b065e2e... fallback-c89: Include config.h
  de6bab9... Meson build v2
  4f27a59... meson: Add options for x/wayland/broadway backends
  982cf97... gtk: Generate gresources file
  4b4a68f... meson: Add unit test files
  7c70f73... meson: Build gtk marshallers
  813a9f2... meson: make gtk buildable

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