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



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

  3e30b0c... gdkwindow: move GdkWindowTypeHint to gdktypes.h
  a8c6a04... gdkborder: add GdkBorder to gdktypes.h
  29909ff... gdkattachparams: add GdkAttachParams
  d407dd4... gdkwindow: add gdk_window_set_attach_params ()
  c817dea... gdkwindow-x11: implement set_attach_params ()
  24f2d02... gdkwindow-broadway: implement set_attach_params ()
  69753dc... gdkwindow-quartz: implement set_attach_params ()
  dbd0ec9... gdkwindow-win32: implement set_attach_params ()
  863a39c... gdkwindow-wayland: implement set_attach_params ()
  ee7f1bb... gdkwindow-mir: implement set_attach_params ()
  a7abac0... gtkmenu: add gtk_menu_popup_with_params ()
  dca38f1... gtkmenuitem: use gtk_menu_popup_with_params ()
  f4f34d7... gtkmenubutton: use gtk_menu_popup_with_params ()
  bf7349a... gtktoolbar: use gtk_menu_popup_with_params ()
  4bc815e... gtklabel: use gtk_menu_popup_with_params ()
  bad6af8... gtkentry: use gtk_menu_popup_with_params ()
  2865fe5... gtktextview: use gtk_menu_popup_with_params ()
  7e8770c... gtklinkbutton: use gtk_menu_popup_with_params ()
  a65b3a6... gtknotebook: use gtk_menu_popup_with_params ()
  b29543e... gtkwindow: use gtk_menu_popup_with_params ()
  5965aa7... gtkrecentchooserdefault: use gtk_menu_popup_with_params ()
  f81599a... gtkplacesview: use gtk_menu_popup_with_params ()
  e64a73e... gtkappchooserwidget: use gtk_menu_popup_with_params ()
  04cb995... gtkmountoperation: use gtk_menu_popup_with_params ()
  0f14f95... gtkcolorsel: use gtk_menu_popup_with_params ()
  c04b8c6... gtkcombobox: use gtk_menu_popup_with_params ()

Commits added to the branch:

  73bf16b... texthandle: Fix handle dragging on wayland (*)
  cfaa421... texthandle: Fix Y positioning of text handles (*)
  14dde08... texthandle: small refactor (*)
  8147f12... texthandle: Ensure handles are invalidated on mode changes (*)
  11ee4b4... mir: add mircookie as a dependency (*)
  0cd4e7e... gtkplacessidebar: improve heuristics for external drives (*)
  983c618... gtkplacesview: remove dead code (*)
  569be9f... gtkplacesview: remove dead code (*)
  1dbcce7... gtkplacesview: improve heuristics for external drives (*)
  831509f... gtkplacesview: tweak ui to allow more server rows (*)
  f9b6c07... gtkplacesview: rotate server list icon on toggled (*)
  9341f64... gtkplacesview: add a clear button to address entry (*)
  d29d54a... gtkplacesview: remove hover color from rows (*)
  9cc3e63... gtkplacesview: plug leak (*)
  c368683... gtkplacesview: align spinner with header label (*)
  dd3f4f2... scrolled window: Protect against nameless devices (*)
  0731c50... entry completion: Only grab the device if we have one (*)
  3c217e6... file chooser: Avoid search interruption (*)
  af8c2d2... Improve text a11y test (*)
  c264cd6... Split off a private header for GtkTextBuffer (*)
  ce2c89c... Updated Slovak translation (*)
  a712d1f... Updated Slovak translation (*)
  a9a1c00... textbuffer: nicer get_iter functions (*)
  9d3e9c9... inspector: remove gtk_text_buffer_get_iter_at_line_index()  (*)
  342b620... win32: use the same type as the prototype (*)
  c888a92... win32: fix warnings about signed/unsigned mismatch (*)
  027b02a... mir: send touch events (*)
  d0779db... GtkRevealer: Remove useless _start_animation call (*)
  944ef8b... GtkPaned: Fix gtk_paned_set_child_visible calls (*)
  73b21d6... Fixes from Einar Ulvsløkk. (*)
  a397324... Updated Norwegian bokmål translation. (*)
  00b39e4... W32: Add missing reference taking in gdk_device_virtual_gra (*)
  c860492... Clean up handling of _gdk_win32_grab_cursor (*)
  2548330... Minor cleanup (*)
  9fe40f9... wayland: Clean up code determining how to map a window (*)
  f838743... wayland: Map windows with tooltip hint as subsurfaces (*)
  4447cf2... widget: fix typo in warning message (*)
  3bbd8bd... Updated Basque language (*)
  eb0b096... Updated Basque language (*)
  0190783... builder: Avoid some unnecessary overhead (*)
  65aa367... Add some more builder parser tests (*)
  eec75ee... Cosmetic changes (*)
  45fa145... builder: Cosmetic changes (*)
  d0e3099... builder: Don't use g_slist_next (*)
  a0379d5... Don't use g_slist_next in gtktextbtree.c (*)
  b84797a... Don't use g_list_next in gtkcontainer.c (*)
  8422633... Don't use g_list_next in gtkdialog.c (*)
  ea91670... Don't use g_list_next in gtkmain.c (*)
  b5d3beb... Don't use g_list_next in gtkselection.c (*)
  ecf5c5f... Don't use g_list_next in gtk3-demo (*)
  ffa98cb... Don't use g_slist_next in gdk (*)
  364d1a5... Don't use g_slist_next in the windows backend (*)
  4d59233... Don't use g_slist_next in the x11 backend (*)
  9727a4c... Don't use g_slist_next in gtkiconfactory.c (*)
  a863b06... Don't use g_slist_next in gtkstock.c (*)
  50c269f... Don't use g_slist_next in gtktextbuffer.c (*)
  5dd78f7... Don't use g_slist_next in gtktextbufferrichtext.c (*)
  060948d... Don't use g_slist_next in gtktextchild.c (*)
  b65668a... Don't use g_slist_next in gtktextdisplay.c (*)
  55bd936... Don't use g_slist_next in gtktextlayout.c (*)
  95c7a53... Don't use g_slist_next in gtktextview.c (*)
  05717fe... Don't use g_slist_next in gtktreemodel.c (*)
  2dc63da... Don't use g_slist_next in gtktreeview.c (*)
  e9aa335... Don't use g_slist_next in the testsuite (*)
  f254a4b... builder: Support creating GFile objects (*)
  1dfbae1... Add GtkShortcutsWindow (*)
  d1c8144... Add some styling for GtkShortcutsWindow (*)
  310781e... gtk-demo: Add a GtkShortcutsWindow demo (*)
  f6d9f9f... Add automatic help overlay support to GtkApplication (*)
  3306ce6... widget-factory: Add an automatic help overlay (*)
  a2e581d... Update POTFILES.in (*)
  1a2cdad... Update NEWS to mention help overlays (*)
  92a136f... Updated POTFILES.in and POTFILES.skip (*)
  b65f400... treeview: Remove "row" and "col" regions (*)
  26450a6... cssnodedeclaration: Add possibility to set the name (*)
  efff9c8... cssnode: Add setters/getters for name (*)
  385fda8... cssmatcher: Marshal name to matcher (*)
  72615a1... stylecontext: Add gtk_style_context_add_named() (*)
  c075c14... stylecontext: Add gtk_style_context_save_to_node() (*)
  950b1fb... switch: Port to GtkCssNode (*)
  20ce058... treeviewcolumn: Create button on init (*)
  24dde63... API: cssselector: Stop supporting regions (*)
  983de6f... treeview: Use a cssnode instead of regions (*)
  55d496e... cssmatcher: Remove matching API for regions (*)
  601fe8f... css: Remove macros that were used only with regions (*)
  01f7711... notebook: Move style_context_save() into function (*)
  3392d53... notebook: Use CssNodes instead of regions (*)
  5419260... notebook: Set prelight state properly (*)
  a4e8634... notebook: Set active state properly (*)
  f713bcd... notebook: Set reorderable-page style class properly (*)
  dd3f2ec... notebook: Remove last traces of regions (*)
  7b98442... notebook: Make tab positions permanent (*)
  acd63a6... notebook: Refactor internal function (*)
  2720d97... notebook: Remove funciton by folding it into callers (*)
  182f9a7... notebook: Remove "active-page" class (*)
  ed57440... notebook: Remove "prelight-page" class (*)
  244d9ff... window: Refactor function (*)
  408920d... window: Add gtk_widget_class_set_css_name() (*)
  371f501... window: Name the decoration style (*)
  d3bf602... iconcache: Remove unused function (*)
  0113661... Guard against selection requestor disappearing (*)
  1571d28... GtkWindow: draw the frame and shadow even for app-paintable (*)
  26d8a56... testgtk/Alpha Window: fix the drawn area when we are drawin (*)
  f703ea6... win32: Fix introspection syntax (*)
  1f1c754... switch: Use the right state when querying padding (*)
  6cf7c03... notebook: On drag window hide, fix css nodes (*)
  67a54bf... shortcuts: Support ranges in the display of shortcuts (*)
  defd314... gtk-demo: Add a range example to the shortcuts demo (*)
  5a0a870... GtkApplicationWindow: Add missing annotations (*)
  7cf3eec... Add since tags to new api (*)
  e0d9250... inspector: Show names for css nodes (*)
  d1a85fc... css node declaration: Allow both name and type to be set (*)
  203742b... widget: Always set the type on css nodes (*)
  48b30e8... switch: Convert to element names (*)
  99d7648... Adwaita: Update switch styling (*)
  b5e1fd5... HighContrast: Update switch styling (*)
  de16a4e... MSVC release builds: Ensure that /LTCG is used (*)
  506d5b5... switch: Document css names a bit (*)
  7d98c7f... label: Use the element name label (*)
  bacc9d4... Adwaita: Update label styling (*)
  a8b5c04... HighContrast: Update label styling (*)
  34be4de... image: Use the element name image (*)
  6f90b3c... Adwaita: Update image styling (*)
  57057f7... HighContrast: Update image styling (*)
  71b79f3... shortcut: Improve formatting of ranges (*)
  4959fe3... Adwaita: generalize .has-open-popup (*)
  5b0a26f... Adwaita: fix switch styling (*)
  d536ce5... gdkwindow: move GdkWindowTypeHint to gdktypes.h
  5503e4b... gdkborder: add GdkBorder to gdktypes.h
  9aa5c49... gdkattachparams: add GdkAttachParams
  ebd54ce... gdkwindow: add gdk_window_set_attach_params ()
  1ada974... gdkwindow-x11: implement set_attach_params ()
  49fc243... gdkwindow-broadway: implement set_attach_params ()
  64ea2be... gdkwindow-quartz: implement set_attach_params ()
  3914391... gdkwindow-win32: implement set_attach_params ()
  1cd492e... gdkwindow-wayland: implement set_attach_params ()
  44fa59d... gdkwindow-mir: implement set_attach_params ()
  5c03c50... gtkmenu: add gtk_menu_popup_with_params ()
  9ca8654... gtkmenuitem: use gtk_menu_popup_with_params ()
  2c6fb7d... gtkmenubutton: use gtk_menu_popup_with_params ()
  12ab313... gtktoolbar: use gtk_menu_popup_with_params ()
  d09833b... gtklabel: use gtk_menu_popup_with_params ()
  7adee4e... gtkentry: use gtk_menu_popup_with_params ()
  708937f... gtktextview: use gtk_menu_popup_with_params ()
  ce99583... gtklinkbutton: use gtk_menu_popup_with_params ()
  343a5b7... gtknotebook: use gtk_menu_popup_with_params ()
  c33baf1... gtkwindow: use gtk_menu_popup_with_params ()
  2baa61d... gtkrecentchooserdefault: use gtk_menu_popup_with_params ()
  8fb6490... gtkplacesview: use gtk_menu_popup_with_params ()
  9b77ca9... gtkappchooserwidget: use gtk_menu_popup_with_params ()
  56aff23... gtkmountoperation: use gtk_menu_popup_with_params ()
  285c781... gtkcolorsel: use gtk_menu_popup_with_params ()
  aa6ef6e... gtkcombobox: use gtk_menu_popup_with_params ()

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