[gtk] (86 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:

  6d89cd7... colorchooserwidget: Get rid of a gtk_widget_destroy() call
  01704c7... popovermenu: Avoid a gtk_widget_destroy() call
  ee0e958... emojichooser: Avoid using gtk_widget_destroy()
  4a80ad9... popovermenubar: Avoid calling gtk_widget_destroy()
  8cb2bca... headerbar: Avoid calling gtk_widget_destroy()
  5fb33b7... pathbar: Avoid calling gtk_widget_destroy()
  0b0b242... placessidebar: Avoid calling gtk_widget_destroy()
  0a5f827... placessidebar: Convert popover menu to proper GtkPopoverMen
  d95ad5b... modelbutton: Fix wrong function name in doc comment
  0147cb9... stackswitcher: Avoid calling gtk_widget_destroy()
  4b995df... shortcutlabel: Remove unnecessary includes
  fc154ee... headerbar: Remove size request on icon button
  f90444e... headerbar: Replace gtk_widget_destroy() call
  d6e90b1... inspector: Remove double borders in recorder
  3ca3b69... colorchooser: Fix typo in checkerboard color
  ddb68e9... pathbar: Inherit from GtkWidget
  47c46f3... menusectionbox: Avoid a gtk_widget_destroy() call
  b3ae86a... widget: Try to reuse allocated_transform in size_allocate()
  623142f... widget: Try to reuse priv->transform when allocating
  a2067f6... range: Clean up compute_slider_position()
  23a0dff... range: Inline function into only caller
  0da5634... range: Remove an outdated comment
  6e79ea1... widget: Remove surface member
  c24bf9b... widget: Remove set_csd_input_shape
  b9fedba... popover: Stop using gtk_widget_input_shape_combine_region()
  855a81d... window: Carry an extra input region
  6fad240... inspect-button: Use new gtk_window_set_extra_input_region
  455e4c2... widget: Remove gtk_widget_input_shape_combine_region()

Commits added to the branch:

  f656cbd... Ensure all natives request at least a 1px wide surface (*)
  612ba7e... widget: Don't check for natives (*)
  418bdc8... sizerequest: Stop clamping for_size to natural size (*)
  4128ee8... widget: Pull margin computation out of adjust_allocation (*)
  6f73a75... widget: Simplify adjust_allocation() (*)
  be4b34a... events: Use GdkDrop as event sequence (*)
  fc43ec0... gtk: Bubble drag events like motion events (*)
  9223d1e... eventcontrollermotion: Fix docs (*)
  34e5f36... Add GtkDropControllerMotion (*)
  2a8fd25... testsuite: Check proper notify emissions, too (*)
  d680e2e... Port simple cases to GtkDropControllerMotion (*)
  a5e2275... stackswitcher: Use GdkDropControllerMotion (*)
  a12e563... main: Don't synthesize crossing events when nothing changed (*)
  ce3ed45... surface: Inline function (*)
  e3aee62... drop: Guard variable with correct compiler flags (*)
  f9b7825... device: Inline function into return_if_fail() (*)
  99fc318... comboboxtext: Inline functions into return_if_fail() (*)
  42d71f1... combobox: Inline variables into return_if_fail() (*)
  2e941ac... filesystemmodel: Guard variable with correct compiler flags (*)
  eb70173... levelbar: Guard function by right compiler macros (*)
  2cb0007... iconview: Inline variables into return_if_fail() (*)
  0c4c88b... scrolledwindow: Inline variable into return_if_fail() (*)
  d9e3eaa... treeview: Guard code by right compiler macros (*)
  18d7187... testsuite: Don't use return_if_fail() (*)
  6f0a0ce... testsuite: Don't use g_return_if_fail() (*)
  9d915ff... treeviewcolumn: Inline variable into return_if_fail() (*)
  8a098b1... tests: Guard variables with necessary macros (*)
  76e115b... Add a warning when a grab fails (*)
  767849d... Remove GdkSeatGrabPrepareFunc from headers (*)
  b002572... Merge branch 'wip/otte/dnd' into 'master' (*)
  be25905... Fix gdk docs build (*)
  1af94d0... x11: Fix a crash in event handling (*)
  011f58f... Merge branch 'matthiasc/for-master' into 'master' (*)
  ddd1267... Fix a hard-to-spot typo (*)
  b8db9e1... Merge branch 'matthiasc/for-master' into 'master' (*)
  71323a8... wayland/popup: Remove unnecessary checks when mapping popup (*)
  f0b0076... wayland/popup: Emit un-withdrawn event earlier (*)
  7edfcc3... Merge branch 'wip/wayland-fix-popup-grabs' into 'master' (*)
  833b564... x11: Avoid crashes in dnd (*)
  f93d0f8... x11: Keep a ref on GdkDrag objects (*)
  14122d1... x11: Export gdk_x11_surface_get_root_coords privately (*)
  7c1cfc5... x11: Fix dnd coordinate handling (*)
  ec383a2... Add detail to gdk_drag_begin docs (*)
  8d5cece... Merge branch 'x11-dnd-fixes' into 'master' (*)
  b0f6996... gdk: Remove gdk_surface_register_dnd() (*)
  992173c... x11: Register DND atoms with all other atoms (*)
  a19066b... filechooserwidget: Stop using selection data (*)
  a4f7e2c... droptarget: Remove selectiondata read functions (*)
  a62d78b... selection: Remove GtkSelectionData (*)
  6442ec2... gdk: Remove gdk_utf8_to_string_target() (*)
  6c61c7b... Don't use GdkAtom where const char * is used (*)
  28dced5... gdk: Remove gdk_text_property_to_utf8_list_for_display() (*)
  4280ca2... device: gdk_device_list_axes() => gdk_device_get_axis_names (*)
  6e935d4... x11: Get rid of GdkAtom and APIs supporting it. (*)
  60307da... wayland: Replace final mention of GdkAtom (*)
  f536cf0... win32: Get rid of GdkAtom (*)
  cc7c1fe... gdk: Remove GdkAtom (*)
  9036d49... Merge branch 'wip/otte/dnd' into 'master' (*)
  407e7ae... colorchooserwidget: Get rid of a gtk_widget_destroy() call
  526306d... popovermenu: Avoid a gtk_widget_destroy() call
  5282ca9... emojichooser: Avoid using gtk_widget_destroy()
  dffe4e1... popovermenubar: Avoid calling gtk_widget_destroy()
  ea869af... headerbar: Avoid calling gtk_widget_destroy()
  9f930a4... pathbar: Avoid calling gtk_widget_destroy()
  e8a63dc... placessidebar: Avoid calling gtk_widget_destroy()
  92efeb7... placessidebar: Convert popover menu to proper GtkPopoverMen
  cd9c99c... modelbutton: Fix wrong function name in doc comment
  ef1e5b2... stackswitcher: Avoid calling gtk_widget_destroy()
  1662c2c... shortcutlabel: Remove unnecessary includes
  ab31c3f... headerbar: Remove size request on icon button
  caee6f6... headerbar: Replace gtk_widget_destroy() call
  d37dcb1... inspector: Remove double borders in recorder
  5de3ded... colorchooser: Fix typo in checkerboard color
  f754eab... pathbar: Inherit from GtkWidget
  3588ac4... menusectionbox: Avoid a gtk_widget_destroy() call
  2ad1bf5... widget: Try to reuse allocated_transform in size_allocate()
  51eac4e... widget: Try to reuse priv->transform when allocating
  5678c7b... range: Clean up compute_slider_position()
  1af7bfc... range: Inline function into only caller
  2c686c3... range: Remove an outdated comment
  0d7b766... widget: Remove surface member
  9cf864d... widget: Remove set_csd_input_shape
  576580b... popover: Stop using gtk_widget_input_shape_combine_region()
  f036fa1... window: Carry an extra input region
  4389b8b... inspect-button: Use new gtk_window_set_extra_input_region
  165965c... widget: Remove gtk_widget_input_shape_combine_region()

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