[gtk] (438 commits) Non-fast-forward update to branch wip/chergert/quartz4u



The branch 'wip/chergert/quartz4u' 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:

  8d6d387... macos: start on macos GDK backend
  71466f4... macos: track and update stacking order of known GdkMacosWin
  fb6c1f6... macos: send configure event when window moves
  e7564f2... macos: window itself is the delegate
  3ae8145... macos: only allow toplevel to become key
  08353f3... macos: clamp to top bar based on shadow height
  eb9f50c... macos: style cleanup
  11e7a89... macos: locate surface from display coordinates
  6ce3c33... macos: locate surface at pointer position
  a4d6620... macos: track key window status
  304cde9... macos: bring back grab breaking on LeftMouseUp
  145ae27... macos: implement transient-for for toplevel surface
  be728e4... macos: add missing declaration
  0e1e2d6... macos: update stacking after hide
  4b48b33... macos: remove various deprecations and cleanup when transla
  be3ae93... macos: update trackin rect after showing
  3d75c9f... macos: fix typo
  2816580... macos: implement has_pending vfunc
  ae800ac... macos: style cleanup
  676bac3... macos: start on display link based frame clock
  220336a... macos: add responder handlers
  d5ea004... macos: invalidate rect when presenting
  5653f69... macos: give access to helper API
  f275f3a... macos: fix some deprecation warnings
  e6392bf... macos: fix some warnings
  ee02813... macos: silence some warnings and fix deprecations
  7d58048... macos: fix some warnings
  3cbe2e1... macos: implement get_workarea for GdkMacosMonitor
  54d0da4... macos: load monitor information
  919aa80... macos: track changes to monitor configurations
  aa7bae3... macos: fix ownership for region
  af6e644... macos: disable drawing temporarily
  b0b2a70... macos: show surface when presenting toplevel
  449264d... macos: remove observer during finalize
  3ca9835... macos: add surface helper
  1ac6a8c... macos: add helper to acquire/release cgcontextref
  ed5bc9e... macos: get x,y in toplevel coordinate space
  a66f399... macos: use image surface for backing
  6928787... macos: set window opacity based on titlebar
  e7e1baf... macos: render backbuffer during drawRects
  9d28946... macos: remove dead code
  527659f... macos: implement device ungrab
  8194749... macos: implement various device vfuncs
  80b56cf... macos: keep full backing surface for drawing
  ae6f480... whitespace
  15f7fb7... macos: start bringing over text bits
  e9877f2... macos: remove unused code
  2adc0c1... macos: only allow a single display connection
  d327333... macos: cleanup text client and bring some changes from gtk-
  568a936... macos: implement some keyevents
  b9b6f6f... macos: remove scale parameter
  8557571... macos: update size in surface structure
  bc266cb... macos: start on scroll events
  70b6988... macos: update viewable after changing focus
  15ce48c... macos: remove use of GList
  a9a4f23... macos: use tracking areas instead of tracking rect
  b19a54b... macos: add helper to synthesize motion
  fbacda5... macos: synthesize motion like we do on 3.x
  3ef64d0... macos: fix whitespace
  67f9df5... macos: fix maximize state transition
  7d0f9ca... macos: just use release directly
  38bc1e0... macos: check for destroyed
  5be873e... macos: fix workarea calculation
  0196598... macos: add helper to move/resize
  7eb0607... macos: start on showing popups
  b95a1a9... macos: actually show the popup
  ea00ba9... macos: ignore tracking areas not our own
  6047877... macos: fix clicking on native titlebars
  32c0503... macos: style cleanup
  70ff231... macos: discover NSWindow if one was not provided
  f2752af... macos: implement some GtkSettings getters
  6d2c1fc... macos: use transient_for from GdkSurface instance
  a7a7d94... macos: tweak window stacking level by kind
  1711d5f... macos: track changes to various settings
  c1fd265... macos: set everything as needing display on first apply

Commits added to the branch:

  d0a8d26... gtk/gtkaccelgroup.c: Fix build on Visual Studio (*)
  8bd2043... widget-factory: Add .toolbar (*)
  53d86d4... Adwaita: Style .toolbar (*)
  a3f042b... Adwaita: notebook tab focus (*)
  9dfac6f... Adwaita: colorswatch focus rings (*)
  2d1b7d1... Merge branch 'wip/jimmac/colorswatch-fix' into 'master' (*)
  188a61f... Merge branch 'matthiasc/for-master' into 'master' (*)
  8c1072f... Merge branch 'wip/jimmac/notebook-focus' into 'master' (*)
  7f97547... frame: Add a child property (*)
  1706b80... Use gtk_frame_set_child throughout (*)
  25826ea... frame: Derive from GtkWidget (*)
  e137152... aspectframe: Add a child property (*)
  1f63896... Use gtk_aspect_frame_set_child throughout (*)
  5b06b08... aspectframe: Derive from GtkWidget (*)
  4a133b4... fishbow: fixup premature popover (*)
  71433d0... aspect frame use fixup (*)
  937c94b... viewport: Add a child property (*)
  e9ddf0f... Use gtk_viewport_set_child throughout (*)
  e098ffb... viewport: Derive from GtkWidget (*)
  ee284a5... popover: Add a child property (*)
  8e26105... Use gtk_popover_set_child throughout (*)
  ee1f8d8... popover: Derive from GtkWidget (*)
  54b6133... scrolledwindow: Add a child property (*)
  67759d4... Use gtk_scrolled_window_set_child throughout (*)
  9d7b77f... scrolledwindow: Derive from GtkWidget (*)
  04e4a02... button: Add a child property (*)
  af6e0ee... Use gtk_button_set_child throughout (*)
  183431c... checkbutton: Modernize (*)
  07441ad... css tests: Update expected results (*)
  97d0e8c... css testsuite: Remove an obsolete test (*)
  4aa5fba... button: Derive from GtkWidget (*)
  b9b1bf8... window: Add a child property (*)
  f59f355... Use gtk_window_set_child throughout (*)
  9a65ed9... window: Derive from GtkWidget (*)
  686be57... revealer: Add a child property (*)
  649ae63... Use gtk_revealer_set_child throughout (*)
  41322e2... revealer: Derive from GtkWidget (*)
  b8d1a9e... flowboxchild: Derive from GtkWidget (*)
  12ecbd1... listboxrow: Derive from GtkWidget (*)
  e2abe6d... searchbar: Add a child property (*)
  99ef14b... Use gtk_search_bar_set_child throughout (*)
  3a9883b... searchbar: Derive from GtkWidget (*)
  53f9737... overlay: Add a child property (*)
  77af8e3... Use gtk_overlay_set_child throughout (*)
  edd5d36... overlay: Derive from GtkWidget (*)
  b96d7b6... Add gtk_overlay_remove_overlay (*)
  e2781af... testgtk: Fix g_object_new use (*)
  44f9a51... testkineticscrolling: Make this work again (*)
  5d26af0... combobox: Add a child property (*)
  ec394e8... Use gtk_combo_box_set_child throughout (*)
  aae25c4... combobox: Derive from GtkWidget (*)
  0ec5a3f... tooltipwindow: Derive from GtkWidget (*)
  dec5707... builder-tool: Convert former bin children (*)
  d8e4738... Add a test for bin child conversion (*)
  fa848e9... gtk-demo: Port blur demo from GtkBin (*)
  8d0773f... inspector: Derive recorder from GtkWidget (*)
  cac514f... testtooltips: Derive demo from GtkWidget (*)
  3c165b3... Drop GtkBin (*)
  17c2151... testsuite: Update a testcase (*)
  4735d38... docs: Fixup for an uninitialized variable (*)
  ad73afc... label: Unref style_attrs list (*)
  34976a7... gskpango: Make get_color a bit shorter (*)
  88f5d45... label: Remove a debug leftover (*)
  96673d5... popover: Remove an unused gtk_widget_get_allocation() call (*)
  526187d... shorthandproperty: Use alloc a for data array (*)
  f4edbdf... shorthandproperty: Return unset/initial/inherit as-is (*)
  ce07c05... shorthandproperty: Use alloca() when parsing properties (*)
  61195df... widget: Use early-out style in gtk_widget_realize() (*)
  85237c8... gdkdisplay-wayland: Fix a possibly uninitialized out value (*)
  289b157... textchild: Return an array from get_widgets (*)
  14b2744... stylecontext: Remove _list_classes() from public API (*)
  d80c130... GdkEvent: Save history in a GArray (*)
  63bbc79... icontheme: Save dir_mtimes in a GArray, not a GList (*)
  356dea3... cssselector: Avoid some GList allocations (*)
  de40b0b... placesview: Remove frame (*)
  ef623aa... widget: Only do a IS_ROOT type check if the parent is unset (*)
  4b9e530... widget: Save controllers list in a GPtrArray (*)
  9f90eb4... scalebutton: Remove unused click_id member (*)
  a40abcf... scalebutton: Shorten finalize() implementation (*)
  94d3fd8... window: Remove unused private function (*)
  75e202f... widget: Use an unchecked cast in _get_native() (*)
  771b3ea... eventcontroller: Remove some unnecessary casts (*)
  aaecb3d... main: Save some type checks (*)
  0c4dcd9... add GtkArray (*)
  4996097... cssselector: Use a GtkArray to count exact matches (*)
  8b4d849... gtk.supp: Update (*)
  cdb4d71... cssprovider: Pass a GtkArray around when matching (*)
  fb9b54d... shortcutcontroller: Use a GArray instead of a linked list (*)
  0e73bfa... shortcutmanager: Speed up default_remove_controller a bit (*)
  27b4b5e... surface: remove double assignment (*)
  7f009b9... label: Be more defensive against non-existant focus_link (*)
  d328374... shortcutcontroller: Check for NULL GtkNative of widget (*)
  d827fe7... Adwaita: old style toolbar buttons (*)
  642924a... Merge branch 'wip/jimmac/oldstyle-toolbars' into 'master' (*)
  774d61c... Adwaita: notebook tab focus ring (*)
  b74a3de... Merge branch 'bin-removal' into 'master' (*)
  4cdb9ed... Merge branch 'wip/jimmac/notebook-tab-focus' into 'master' (*)
  7906f09... windowcontrols: Unparent children in dispose rather than fi (*)
  8effa10... searchbar: Drop the Private struct (*)
  a9103cc... placesview: Drop the Private struct (*)
  cda1a25... assistant: Drop the Private struct (*)
  e33da18... window: Lower the visible focus timeout (*)
  88e890c... widget-factory: Remove unused css (*)
  0070cff... widget-factory: Use symboli icons in the toolbar (*)
  d2b55df... Merge branch 'wip/exalm/controls-dispose' into 'master' (*)
  539f061... Merge branch 'misc-cleanups' into 'master' (*)
  e0f9584... actionbar: Use dispose instead of destroy (*)
  37e381e... combobox: Use dispose instead of destroy (*)
  1b44a64... expander: Use dispose instead of destroy (*)
  03f145e... filechooserbutton: Use dispose instead of destroy (*)
  4c7cafd... label: Use dispose instead of destroy (*)
  8683925... modelbutton: Use dispose instead of destroy (*)
  7639d3d... text: Use dispose instead of destroy (*)
  9f4cea1... viewport: Use dispose instead of destroy (*)
  c8066bc... spinbutton: Use dispose instead of destroy (*)
  c60ffee... range: Use dispose instead of destroy (*)
  8baefaf... radiobutton: Use dispose instead of destroy (*)
  49fcf41... shortcutssection: Use dispose instead of destroy (*)
  d2cbc45... iconview: Use dispose instead of destroy (*)
  d46252c... notebook: Use dispose instead of destroy (*)
  327da3d... statusbar: Use dispose instead of destroy (*)
  3d4bb76... textview: Use dispose instead of destroy (*)
  401f8a7... treeview: Use dispose instead of destroy (*)
  77d15b1... window: Use dispose instead of destroy (*)
  82f4b16... printunixdialog: Use dispose instead of destroy (*)
  d03b152... placesview: Use dispose instead of destroy (*)
  1086acc... container: Use dispose instead of destroy (*)
  84944f1... gtk-demo: Use dispose instead of destroy (*)
  a4cfbec... widget: Drop the destroy vfunc (*)
  824c730... Merge branch 'abolish-destroy' into 'master' (*)
  81c68b8... inspector: Fix css tree popovers (*)
  b96509c... Merge branch 'wip/baedert/for-master' into 'master' (*)
  926764b... Adwaita: make parser happy wrt global variables (*)
  8bb1330... Merge branch 'fix-inspector-popover' into 'master' (*)
  b325199... Merge branch 'wip/jimmac/global-var' into 'master' (*)
  efd009e... Adwaita: suggested destrictive button focus (*)
  e2058aa... Merge branch 'wip/jimmac/suggested-destructive-focus' into  (*)
  40926a2... Adwaita: Make error/warning entry focus more subtle (*)
  053617a... Merge branch 'wip/exalm/focus-entries2' into 'master' (*)
  3fa691a... Adwaita: tone down suggested focus ring for dark (*)
  baf82cd... keymap: Remove leftover code (*)
  edc57e4... HC: more contrasty focus rings (*)
  79d6190... textchild: Include <gtk/gtkwidget.h> (*)
  8ad49b3... gestureclick: Drop the area (*)
  77ffc1f... keymap: Remove leftover code (*)
  91d261a... window: Remove some outdated info from the docs (*)
  6c8f5f9... treeview: Cosmetic change (*)
  7280618... cellarea: Cosmetics (*)
  0aec11f... a11y: Avoid a gratitious use of ::size-allocate (*)
  e4894a6... drawingarea: Add a ::resize signal (*)
  cad890e... gtk-demo: Use GtkDrawingArea::resize (*)
  b21a027... examples: Use GtkDrawingArea::resize (*)
  92bcf4c... inspector: Stop using ::size-allocate (*)
  82e9258... tests: Stop using ::size-allocate (*)
  cb94c7d... Explicitly update widget a11y bounds when allocating (*)
  1f0024a... tooltip: Add private api to allocate the window (*)
  3872da5... tooltipwindow: Drop some dead code (*)
  64b6738... tooltipwindow: Stop using the ::size-allocate signal (*)
  56e590b... widget: Drop the ::size-allocate signal (*)
  8efebba... Merge branch 'wip/jimmac/dark-seuggested' into 'master' (*)
  1e0f860... CI: disable introspection with mingw to avoid flaky builds (*)
  b86d818... Merge branch 'matthiasc/for-master' into 'master' (*)
  b0fe4de... Update CONTRIBUTING.md (*)
  8007891... placesview: Stop using gtk_container_add() for GtkListBoxRo (*)
  3a5fdfc... adwaita: Update app icon shadow (*)
  8239186... Merge branch 'abolish-size-allocate' into 'master' (*)
  f47aba0... adwaita: Make popover border transparent (*)
  5815604... Merge branch 'wip/jimmac/HC-focus' into 'master' (*)
  94202e6... CI: use bash style variable expansion for the mingw cache k (*)
  4f08b4b... Merge branch 'master-disable-introspection' into 'master' (*)
  92fc215... Merge branch 'drop-click-gesture-area' into 'master' (*)
  40c8d8b... adwaita: Use tabular figures where appropriate (*)
  c17aa12... adwaita: Don't style window menu button anymore (*)
  24e3556... adwaita: Remove a redundant -gtk-icon-shadow: none (*)
  4332951... Merge branch 'wip/exalm/row' into 'master' (*)
  d2b508d... Merge branch 'master.struct.msvc' into 'master' (*)
  68011e9... Merge branch 'gbsneto/fix-text-child-header' into 'master' (*)
  059cc3b... video: Use more appropriate revealer transition (*)
  2f898e8... widget-factory: Align spinbutton in the list on page 2 (*)
  efe2186... widget-factory: Remove duplicate margin-start (*)
  e09287a... nodeeditor: Don't use container api on list box rows (*)
  6fc706f... icontheme: Don't free array element (*)
  e25cb8b... Merge branch 'matthiasc/for-master' into 'master' (*)
  2415c02... Merge branch 'wip/exalm/polish' into 'master' (*)
  962de8f... Merge branch 'gbsneto/array-clear-func' into 'master' (*)
  ddd113a... Annotate gdk_motion_event_get_history() correctly (*)
  56d3a79... Annotate gtk_text_child_anchor_get_widgets() correctly (*)
  7686b13... Merge branch 'ebassi/for-master' into 'master' (*)
  236fc57... modelbutton: Unify activation code paths (*)
  0b5b350... Merge branch 'matthiasc/for-master' into 'master' (*)
  57d3719... Fix an inspector crash (*)
  42ca760... Merge branch 'matthiasc/for-master' into 'master' (*)
  6c63664... widget: Pass parent to gtk_widget_consumes_motion() (*)
  739137c... clipboard: GdkContentProviderUnion should return after writ (*)
  8bd44cb... Add GtkWindowHandle (*)
  4135276... headerbar: Use GtkCenterBox internally (*)
  8ca1e0d... headerbar: Include GtkWindowHandle (*)
  f453883... window: Stop handling dragging and titlebar actions (*)
  8d24711... testsuite: Update bloomfilter test (*)
  7df572d... gsk: Add GskTransform autocleanup definition (*)
  d06cdf6... droptarget: Fix confusion around ::leave signal (*)
  6efdaa9... placeview: Hide the protocols grid when its empty (*)
  2cc6c4d... csswidgetnode: Don't check for container (*)
  0e25190... Merge branch 'matthiasc/for-master' into 'master' (*)
  61d39a0... Merge branch 'gbsneto/css-dequeue-fix' into 'master' (*)
  20f1604... Merge branch 'tintou/gsk-transform-autocleanup' into 'maste (*)
  53ca60a... Merge branch 'carlosgc/content-provider-union-write' into ' (*)
  f2dce6d... Update Esperanto translation (*)
  b14339d... Update Romanian translation (*)
  3d6fdff... Update Romanian translation (*)
  c4514e7... window: Remove some dead code (*)
  0cd0ef2... widget: Don't leak a reference when reordering (*)
  fc42a06... Add a test for refcounts under reordering (*)
  d83df5a... gsk: Fix a typo (*)
  78343ef... placesview: Don't do the same thing twice (*)
  0fdcc37... Merge branch 'matthiasc/for-master' into 'master' (*)
  90b3105... CI: install brotli in msys2 (*)
  df08387... csscalcvalue: Avoid allocating memory in compute() (*)
  b25f93e... Make dimension values and calc values just number values (*)
  24608d5... gtkarray: Fix a typo (*)
  75cfe3c... gtkarray: Create GPtrArray in insert() if we have to (*)
  f38bbb9... gtkarray: memcpy() directly into the GPtrArray (*)
  e12c9de... csstransiton: Save finished state (*)
  06460ea... css: Drop a few dynamic type checks (*)
  57444f7... testtreeview: Properly annotate a switch fallthrough (*)
  1b10020... css: Make GtkStyleAnimation and subclasses non-objects (*)
  343707e... stylecontext: Remove some unused private API (*)
  2455978... widget: Move {dis,}connect_frame_clock into their only call (*)
  cbbbf44... cellrenderertoggle: Replace save_named with a css node (*)
  bcdd6d5... printunixdialog: Use two "paper" css nodes (*)
  6566fdc... scrolledwindwo: Add a permanent junction node (*)
  343d294... stylecontext: Remove _save_named (*)
  d015b1b... scrolledwindow: Always keep the main child first (*)
  b98ad54... gl renderer: Only destroy shader programs with ids > 0 (*)
  52ae384... gl shaders: unify frag coord handling (*)
  386b36a... Update POTFILES.in (*)
  f693da1... Update Ukrainian translation (*)
  eae4a19... Merge branch 'wip/exalm/headerbar-dragging' into 'master' (*)
  f6a4e68... Updated Lithuanian translation (*)
  3f54832... textview: Give attached children a different css name (*)
  10921aa... textview: Ensure popup menu is properly inserted (*)
  9d4b01f... testsuite: Use lowercase component in test paths (*)
  caab6ac... testsuite: Add more tests for automated components (*)
  b7bfb29... tests: Fix print-editor (*)
  edfaa5f... tests: Fix overlayscroll (*)
  0f57e6c... tests: Fix syncscroll (*)
  778d388... tests: Fix testaccel indentation (*)
  1c03745... tests: Fix testaccel layout (*)
  31e3c1e... tests: Fix testappchooser test (*)
  de5939f... tests: Fix testadjustsize test (*)
  1fd75d0... tests: Add missing margin to simple test (*)
  e162b3e... tests: Fix testcalendar layout (*)
  9efdf3c... tests: Fix testcombo (*)
  9af4a42... tests: Update testcombochange test (*)
  02b2777... tests: Fix testdialogtest (*)
  f2542e9... tests: Fix testdnd popup (*)
  466e8a7... tests: Add missing margin for testentrycompletion (*)
  b2f2b3f... tests: Fix testfilechooser test (*)
  6920fc3... tests: Fix testfontchooser layout (*)
  25295d1... tests: Fix testgiconpixbuf test (*)
  7a09143... tests: Add missing margin for testglarea (*)
  9970424... tests: Fix testgmenu (*)
  edc31a2... widget: Add a :focusable property (*)
  46bad5d... widget: Fix gtk_widget_focus_all for !focusable (*)
  b936311... Remove lots of focus vfuncs (*)
  6372a33... Clarify docs around focus. (*)
  5c4ca14... Fix build issue due to missing VK_RESULT_RANGE_SIZE (*)
  4cc21f1... Merge branch 'aperezdc/vk-result-range-size' into 'master' (*)
  bb8fa04... Merge branch 'focusable-property' into 'master' (*)
  2b920b2... print-editor: Fix a critical (*)
  756720f... print-editor: Cosmetics (*)
  a11119d... treeview: Ensure search popover is properly inserted (*)
  3a5cf61... print dialog: Fix frame <> box confusion (*)
  6140daf... builderscope: Fix finalize <> dispose confusion (*)
  d798527... treeviewcolumn: Another case of box <> frame confusion (*)
  1b8a025... Clean up a leak in a test (*)
  0fc1a29... docs: Cosmetic updates to the tutorial (*)
  4de4957... applicationswindow: Make show-menubar FALSE by default (*)
  d2430c7... Refresh the tutorial examples (*)
  0e18e52... menubutton: Cosmetics (*)
  9f3fb69... Merge branch 'matthiasc/for-master' into 'master' (*)
  4277eee... tests: Fix testgtk (*)
  fb0dcaf... tests: Expand content for testheaderbar (*)
  68fb643... tests: Fix testheightforwidth layout (*)
  e0d36d1... tests: Fix testiconview (*)
  7aeb504... tests: Fix testlogout (*)
  7c148be... tests: Remove use-popover from testmenubutton (*)
  c9760ed... tests: Remove testmodelbutton (*)
  14dc92c... tests: Simplify testorientable (*)
  4361a88... tests: Fix testoverlay (*)
  2d97357... Update Ukrainian translation (*)
  b2da99f... tests: Fix testselectionmode (*)
  3299942... Merge branch 'wip/baedert/for-master' into 'master' (*)
  1d2af90... tests: Fix teststack "add icon" button (*)
  d061bca... treeview: Break reference cycles on unroot (*)
  b8c5bf8... testsuite: Enable the remaining template tests (*)
  2940b17... tests: Fix teststackedheader (*)
  58fcd09... tests: Fix testtreeelistmodel (*)
  531468c... test: Stop using stock-size for teestverticalcells (*)
  2323e8d... tests: Remove orientation from testvolumebutton (*)
  56f56e6... tests: Connect signal properly for testvolumebutton (*)
  ea9cea9... tests: Remove redundant image from testdialog (*)
  228b3fc... tests: Stop explicitly showing widgets (*)
  5976655... Merge branch 'teardown-cleanup-2' into 'master' (*)
  9ce7b16... Merge branch 'wip/exalm/test' into 'master' (*)
  8f9c3ed... Stop using gtk_widget_destroyed (*)
  573b20a... Drop gtk_widget_destroyed (*)
  b6bfeb7... fontchooserdialog: Fix disposing (*)
  4b14485... colorchooserdialog: Fix disposing (*)
  0ba1aad... filechooserdialog: Fix disposing (*)
  ddebf07... popover: Fix a reference leak (*)
  466d2a8... testsuite: Clean up unexpected children (*)
  81340da... nativedialog: Do not ref the transient_for parent (*)
  48821a6... window: Add gtk_window_destroy (*)
  cd0081d... Use gtk_window_destroy (*)
  025375f... Replace gtk_widget_destroy everywhere (*)
  6aebedb... window: Implement gtk_window_destroy (*)
  0f10b17... widget: Drop gtk_widget_destroy (*)
  e5d6b49... testsuite: add widget refcount test case (*)
  1306727... window: Remove _set_has_user_ref_count (*)
  177c0eb... Unset tooltip window earlier (*)
  6d969d1... Update the docs (*)
  c8a96d0... print-editor: Bring back the menubar (*)
  7ae1d9d... Merge branch 'window-destroy' into 'master' (*)
  076b2f1... docs: Fix several missing references in the documentation (*)
  6451250... aboutdialog: Update precondition checks for new licenses ad (*)
  70d14f6... tests: Add a headerbar-in-window test case (*)
  ea53b44... filechooserdialog: Be more careful with widgets (*)
  aece8ba... Merge branch 'cherry-pick-6d8fb83a' into 'master' (*)
  495b9ca... headerbar: Don't clean up other widget children (*)
  58fd969... printeroptionwidget: Avoid a critical (*)
  cc28a7b... Merge branch 'wip/tintou/doc-fixes' into 'master' (*)
  757c967... Merge branch 'wip/exalm/2242-test' into 'master' (*)
  ba0579c... Merge branch 'matthiasc/for-master' into 'master' (*)
  d7b1ecd... Cosmetics: Replace GtkContainer in an error message (*)
  af19c72... button: Fix accessible implementation (*)
  840a5e3... listboxrow: Fix the accessible implementation (*)
  cca73c4... combobox: Fix accessible implementation (*)
  ce5b51b... flowboxchild: Fix accessible implementation (*)
  2e615d8... frame: Fix accessible implementation (*)
  a65f70a... popover: Fix accessible implementation (*)
  295c559... scrolledwindow: Fix accessible implementation (*)
  7fac7c2... statusbar: Fix accessible implementation (*)
  501eda2... window: Fix accessible implementation (*)
  a7abb39... Fix a leftover list box child (*)
  d62ad4e... Fix a leftover window (*)
  e516616... textviewchild: Don't leak children (*)
  84632b0... dragicon: drop gtkcontainer.h include (*)
  aeef59f... textview: Derive from GtkWidget (*)
  52b1a34... treeview: Stop using container api (*)
  3697c57... treeview: Derive from GtkWidget (*)
  c0f0906... actionbar: Add gtk_action_bar_remove (*)
  e2b23e8... actionbar: Derive from GtkWidget (*)
  6b80d90... expander: Add a child property (*)
  1afc749... Use gtk_expander_set_child throughout (*)
  825e98d... expander: Derive from GtkWidget (*)
  253a39c... iconview: Derive from GtkWidget (*)
  fc9873e... paned: Drop some dead code (*)
  bc6643f... paned: Redo the api (*)
  78d20b9... infobar: Add gtk_info_bar_remove_action_widget (*)
  12ca08c... infobar: Add gtk_info_bar_add/remove_child (*)
  bd843ac... Use gtk_info_bar_add_child throughout (*)
  1a33278... infobar: Derive from GtkWidget (*)
  5cda824... grid: Add gtk_grid_remove (*)
  932aa58... Avoid container api on grids (*)
  c065729... grid: Remove a test for grid container functionality (*)
  3852661... grid: Derive from GtkWidget (*)
  96d7074... fixed: Add gtk_fixed_remove (*)
  0d57abf... Stop using container api on GtkFixed (*)
  741a9cb... fixed: Derive from GtkWidget (*)
  5e0c1e6... stack: Add gtk_stack_remove (*)
  01c3e2c... Don't use container api on GtkStack (*)
  ee5587d... shortcutssection: Stop using container api (*)
  b490800... shortcutswindow: Stop using container api (*)
  a7769c9... treepopover: Stop using container api (*)
  5907ece... stack: Derive from GtkWidget (*)
  2f7f6e6... flowbox: Add gtk_flow_box_remove (*)
  3bff7d3... Stop using container api on GtkFlowBox (*)
  ddcc9db... flowbox: Derive from GtkWidget (*)
  5c34b30... textview: Fix popover use (*)
  bf543e0... text: Fix popover use (*)
  47139bc... textviewchild: Derive from GtkWidget (*)
  001d623... customlayout: Cosmetics (*)
  7af15ae... buildable: Cosmetics (*)
  ff91ce9... listbox: Add gtk_list_box_remove (*)
  8814110... Don't use container api on GtkListBox (*)
  c55aa7e... testsuite: Redo listbox sort test (*)
  6f170a0... testsuite: Fix listbox tests (*)
  3d100ab... listbox: Derive from GtkWidget (*)
  d59d9d4... headerbar: Add gtk_header_bar_remove (*)
  abfa4d4... Stop using container api on GtkHeaderBar (*)
  c7b7d78... headerbar: Derive from GtkWidget (*)
  0daa1f3... Stop using container api on GtkNotebook (*)
  a043762... notebook: Derive from GtkWidget (*)
  665edcb... box: Add gtk_box_append/prepend/remove (*)
  2a24b8c... Replace most remaining uses of container api (*)
  537d211... shortcutsgroup: Drop container bits (*)
  58a88a8... shortcutssection: Drop container bits (*)
  6c78eee... dialog: Remove code that doesn't work anymore (*)
  6bc4446... assistant: Remove code that doesn't work anymore (*)
  5f642f8... box: Derive from GtkWidget (*)
  5573a34... Drop gtkcontainer.h includes (*)
  e706d48... testsuite: Drop a container api use (*)
  5ebd42d... Drop GtkContainer and its accessible implementation (*)
  f72d672... dialog: Remove an unused struct (*)
  7ef173a... dialog: Firm up handling of action widgets (*)
  848a8a7... docs: Update migration guide (*)
  82823da... Merge branch 'kill-containers' into 'master' (*)
  91f0fcd... docs: Rearrange the introduction some more (*)
  1ef6a35... docs: Don't point at mailing lists (*)
  072adbf... docs: Updates to the common questions (*)
  d8db984... docs: Tweaks (*)
  6df8bf7... docs: Updates to the migration guide (*)
  4d09bf3... demos: Remove gtk_dialog_run() (*)
  5e765ea... gtktexthandle: Set css name on GtkWidgetClass (*)
  2bd8124... gdk/wayland: Keep track of implicit grabs (*)
  f7d2985... gdk/wayland: Ensure .leave events with active buttons break (*)
  e33af58... gdk/wayland: Drop explicit ungrab after surface move/resize (*)
  fbd0c8d... gtkmain: Propagate GDK_GRAB_BROKEN events to/from current f (*)
  f573a1f... Remove gtk_dialog_run() from GtkMountOperation (*)
  3212b07... docs: Remove use of gtk_native_dialog_run() from examples (*)
  5d272a1... Remove gtk_native_dialog_run() (*)
  f81e604... docs: Remove use of gtk_dialog_run() (*)
  9685652... Drop gtk_dialog_run() from GtkFileChooserWidget (*)
  2090dbb... tests: Remove gtk_dialog_run() (*)
  45eec06... Drop gtk_dialog_run() from GtkPrintOperationUnix (*)
  b8988be... Remove unnecessary deprecation pragmas (*)
  0a6848d... Remove gtk_dialog_run() from GtkPrintUnixDialog (*)
  d54b7de... Remove gtk_dialog_run() (*)
  e8c4b83... docs: Mention blocking functions in the migration guide (*)
  717d4ab... Do not release the GFile prematurely (*)
  c6cdd36... Merge branch 'ebassi/run-dialog-run' into 'master' (*)
  450879b... Merge branch 'matthiasc/for-master' into 'master' (*)
  ffcffcd... window: Hide windows on destroy (*)
  9103fd6... gtkmain: Release the active state on GDK_GRAB_BROKEN (*)
  fdc9bfa... Merge branch 'matthiasc/for-master' into 'master' (*)
  3b9a819... Merge branch 'wip/carlosg/broken-grabs' into 'master' (*)
  78a839c... macos: start on macos GDK backend

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