[gtk+] (66 commits) Non-fast-forward update to branch wip/attachment-parameters



The branch 'wip/attachment-parameters' 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:

  083c9e3... gdkwindow: move GdkWindowTypeHint to gdktypes.h
  2b5691a... gdkattachmentparameters: add GdkAttachmentParameters
  63b6f53... gdkwindow: add gdk_window_set_attachment_parameters ()
  cced51a... gdkwindow-x11: implement set_attachment_parameters ()
  ecb1174... gdkwindow-broadway: implement set_attachment_parameters ()
  2091242... gdkwindow-quartz: implement set_attachment_parameters ()
  bd96f01... gdkwindow-win32: implement set_attachment_parameters ()
  803c5c7... gdkwindow-wayland: implement set_attachment_parameters ()
  e819b5c... gdkwindow-mir: implement set_attachment_parameters ()
  508e222... gtkmenu: add gtk_menu_popup_with_parameters ()
  feb52d6... gtkmenuitem: use gtk_menu_popup_with_parameters ()
  6ef1110... gtkmenubutton: use gtk_menu_popup_with_parameters ()
  078987e... gtktoolbar: use gtk_menu_popup_with_parameters ()
  484a687... gtklabel: use gtk_menu_popup_with_parameters ()
  4a5af89... gtkentry: use gtk_menu_popup_with_parameters ()
  c077ffa... gtktextview: use gtk_menu_popup_with_parameters ()
  351fdcd... gtklinkbutton: use gtk_menu_popup_with_parameters ()
  cdd9a31... gtknotebook: use gtk_menu_popup_with_parameters ()
  747c0d3... gtkwindow: use gtk_menu_popup_with_parameters ()
  36b087d... gtkrecentchooserdefault: use gtk_menu_popup_with_parameters
  c5a0c41... gtkplacesview: use gtk_menu_popup_with_parameters ()
  5d3396b... gtkappchooserwidget: use gtk_menu_popup_with_parameters ()
  366e7bc... gtkmountoperation: use gtk_menu_popup_with_parameters ()
  e2a2724... gtkcolorsel: use gtk_menu_popup_with_parameters ()
  28c4577... gtkcombobox: use gtk_menu_popup_with_parameters ()

Commits added to the branch:

  263cbd9... Fix accessibility not getting initialized in gtk_init() if  (*)
  dad1931... wayland: Don't ignore wl_keyboard.leave if surface is gone (*)
  d8856f1... GtkPopover: Don't apply shape on wayland (*)
  b23eabb... textiter: fix bug in _gtk_text_btree_get_iter_at_last_toggl (*)
  2dfca14... gdk: Allow querying if a GL context is in legacy mode (*)
  24230ca... gl: Store the legacy bit in the GL program data (*)
  e636c31... gl: Use older GLSL shaders with legacy contexts (*)
  18cae47... x11: Create legacy GLX contexts (*)
  105f1c9... Control legacy GL context via environment variable (*)
  9601479... Allow testglarea to work with legacy GL contexts (*)
  59d02af... docs: Improve description of gdk_gl_context_is_legacy() (*)
  f10c0da... wayland: Allow falling back to compatibility EGL contexts (*)
  c929e98... gtkfilesystem: protect against null filesystem type (*)
  d3475f7... color chooser: Render icons sharp at scale 2 (*)
  1e51398... Small cleanup (*)
  8bd98c0... reftests: Add test for GtkImage use-fallback property (*)
  3df565c... reftests: Rename reftest (*)
  b6bf982... iconhelper: Track icon-name fallback usage in the GIcon (*)
  f45e268... Adwaita: simplify spibutton styling a bit (*)
  22b0ed6... win32: use the same parameter name as the implementation (*)
  48a2477... GtkIMContextSimple: export _gtk_check_compact_table() and G (*)
  4535d09... GtkIMContextSimple: Change guint to guint16 in gtkimcontext (*)
  1381877... Add gtk_compose_table_new_with_file() to create GtkComposeT (*)
  a41f02f... GtkIMContextSimple: Load locale compose tables dynamically. (*)
  5548665... im context simple: Add documentation (*)
  70f5772... gtkprintoperation: job names must not exceed 255 chars (*)
  b2d379a... Adwaita: stop consider buttons on osd 'linked' (*)
  74e0284... Adwaita: osd spinbutton fixes (*)
  bddc524... stylecontext: Make sure style is valid when looking up styl (*)
  7aa2bfd... Add gtk-query-settings (*)
  6f7029b... MSVC builds: Fix "install" (*)
  c05dc28... gtk-query-settings: Add license header (*)
  7ab250c... wayland: Set a more believable crossing detail on pointer e (*)
  d8e41e1... popover: Invalidate borders on tail position changes (*)
  ab001d0... textview: Ensure magnifier popover points within widget are (*)
  4398e12... GdkAppLaunchContext: Use the display name for X11 (*)
  d4699cf... Updated Czech translation (*)
  364732f... GtkWindow: Enlarge the type hint private field (*)
  af5792f... mir: support more pixel formats (*)
  6f6f13a... Updated Basque language (*)
  f2b848a... gtkplacessidebar: Show drives with removable media (*)
  3e30b0c... gdkwindow: move GdkWindowTypeHint to gdktypes.h
  c08a675... gdkattachmentparameters: add GdkAttachmentParameters
  8d0954a... gdkwindow: add gdk_window_set_attachment_parameters ()
  f70c864... gdkwindow-x11: implement set_attachment_parameters ()
  0f404a7... gdkwindow-broadway: implement set_attachment_parameters ()
  096c7a7... gdkwindow-quartz: implement set_attachment_parameters ()
  1285204... gdkwindow-win32: implement set_attachment_parameters ()
  204993a... gdkwindow-wayland: implement set_attachment_parameters ()
  3d42822... gdkwindow-mir: implement set_attachment_parameters ()
  8efb13b... gtkmenu: add gtk_menu_popup_with_parameters ()
  9cc51b3... gtkmenuitem: use gtk_menu_popup_with_parameters ()
  e3749d6... gtkmenubutton: use gtk_menu_popup_with_parameters ()
  b532c04... gtktoolbar: use gtk_menu_popup_with_parameters ()
  1d7f99f... gtklabel: use gtk_menu_popup_with_parameters ()
  08f3610... gtkentry: use gtk_menu_popup_with_parameters ()
  637da6b... gtktextview: use gtk_menu_popup_with_parameters ()
  84e1f33... gtklinkbutton: use gtk_menu_popup_with_parameters ()
  01d7f90... gtknotebook: use gtk_menu_popup_with_parameters ()
  153d6cc... gtkwindow: use gtk_menu_popup_with_parameters ()
  2db5f66... gtkrecentchooserdefault: use gtk_menu_popup_with_parameters
  568f8ac... gtkplacesview: use gtk_menu_popup_with_parameters ()
  ef0e52d... gtkappchooserwidget: use gtk_menu_popup_with_parameters ()
  77aace4... gtkmountoperation: use gtk_menu_popup_with_parameters ()
  1c783cd... gtkcolorsel: use gtk_menu_popup_with_parameters ()
  c51812f... gtkcombobox: use gtk_menu_popup_with_parameters ()

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