[gtk] (199 commits) Non-fast-forward update to branch kill-containers



The branch 'kill-containers' 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:

  5fb2766... Stop using gtk_widget_destroyed
  7d5caeb... Drop gtk_widget_destroyed
  6f6ffa5... window: Add gtk_window_destroy
  32150b2... Use gtk_window_destroy
  a0cdd8a... Replace gtk_widget_destroy everywhere
  b6354c5... fontchooserdialog: Fix disposing
  bed3390... colorchooserdialog: Fix disposing
  9f886a8... filechooserdialog: Fix disposing
  fa403ca... popover: Fix a reference leak
  e70cc7a... window: Implement gtk_window_destroy
  056c749... widget: Drop gtk_widget_destroy
  2c06123... testsuite: add widget refcount test case
  06c1da4... window: Remove _set_has_user_ref_count
  e81ee16... nativedialog: Do not ref the transient_for parent
  f090337... Unset tooltip window earlier
  8771a83... testsuite: Clean up unexpected children
  1c06e1d... Update the docs
  bbc8550... win32: Don't use gtk_widget_destroy
  cb9404f... Cosmetics: Replace GtkContainer in an error message
  2fe25ba... button: Fix accessible implementation
  af9c605... listboxrow: Fix the accessible implementation
  ee13f52... combobox: Fix accessible implementation
  061d497... flowboxchild: Fix accessible implementation
  2f705e1... frame: Fix accessible implementation
  b133f62... popover: Fix accessible implementation
  0618b85... scrolledwindow: Fix accessible implementation
  16d4d86... statusbar: Fix accessible implementation
  67af0f5... window: Fix accessible implementation
  3f5162c... Fix a leftover list box child
  ad5c636... Fix a leftover window
  746bcb2... dragicon: drop gtkcontainer.h include
  157e3af... textview: Derive from GtkWidget
  c8c3f00... treeview: Stop using container api
  50e6ec6... treeview: Derive from GtkWidget
  4511d8c... actionbar: Add gtk_action_bar_remove
  6422204... actionbar: Derive from GtkWidget
  cb5c0bd... Fix actionbars in ui files
  f188685... expander: Add a child property
  239e252... Use gtk_expander_set_child throughout
  fbdfb26... expander: Derive from GtkWidget
  99efdbe... iconview: Derive from GtkWidget
  c0fab26... paned: Drop some dead code
  35f8353... paned: Redo the api
  36da18a... infobar: Add gtk_info_bar_remove_action_widget
  7f28295... infobar: Add gtk_info_bar_add/remove_child
  88f3459... Use gtk_info_bar_add_child throughout
  6f7565f... infobar: Derive from GtkWidget
  b93773c... grid: Add gtk_grid_remove
  2751223... Avoid container api on grids
  e4a9694... grid: Remove a test for grid container functionality
  0edb1b9... grid: Derive from GtkWidget
  46e9ff3... fixed: Add gtk_fixed_remove
  6c084cc... Stop using container api on GtkFixed
  7bf1a68... fixed: Derive from GtkWidget
  acf9e82... stack: Add gtk_stack_remove
  348725b... Don't use container api on GtkStack
  ddf1392... shortcutssection: Stop using container api
  209f589... shortcutswindow: Stop using container api
  0c22c43... treepopover: Stop using container api
  9966557... stack: Derive from GtkWidget
  164a8da... flowbox: Add gtk_flow_box_remove
  518a0b8... Stop using container api on GtkFlowBox
  73206f7... flowbox: Derive from GtkWidget
  77f1c1a... textview: Fix popover use
  e0af438... text: Fix popover use
  909150d... textviewchild: Derive from GtkWidget
  d279112... customlayout: Cosmetics
  bbd8671... buildable: Cosmetics
  dfb3d3f... listbox: Add gtk_list_box_remove
  7718247... Don't use container api on GtkListBox
  0712a77... testsuite: Redo listbox sort test
  a603b03... testsuite: Fix listbox tests
  57b371d... listbox: Derive from GtkWidget
  d53563c... headerbar: Add gtk_header_bar_remove
  50ddf26... Stop using container api on GtkHeaderBar
  476f910... headerbar: Derive from GtkWidget
  cd68de3... Stop using container api on GtkNotebook
  80669cf... notebook: Derive from GtkWidget
  ac16828... box: Add gtk_box_append/prepend/remove
  c0f4709... Replace most remaining uses of container api
  b192da7... shortcutsgroup: Drop container bits
  d004e4c... shortcutssection: Drop container bits
  7246fa0... dialog: Remove code that doesn't work anymore
  e6f530b... assistant: Remove code that doesn't work anymore
  825db39... box: Derive from GtkWidget
  6f9d299... Drop gtkcontainer.h includes
  add6266... testsuite: Drop a container api use
  29a694d... Drop GtkContainer and its accessible implementation
  3c844c6... dialog: Remove an unused struct
  c88dd67... dialog: Fix up handling of action widgets
  2db9cd0... docs: Update migration guide

Commits added to the branch:

  6c63664... widget: Pass parent to gtk_widget_consumes_motion() (*)
  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 (*)
  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
  79f199e... actionbar: Derive from GtkWidget
  3e78875... Fix actionbars in ui files
  eee81d0... expander: Add a child property
  26a1e40... Use gtk_expander_set_child throughout
  203bc26... expander: Derive from GtkWidget
  e5e4a88... iconview: Derive from GtkWidget
  e3a2b15... paned: Drop some dead code
  e4758e2... paned: Redo the api
  a26688a... infobar: Add gtk_info_bar_remove_action_widget
  ed6ff78... infobar: Add gtk_info_bar_add/remove_child
  6ef1450... Use gtk_info_bar_add_child throughout
  97dd039... infobar: Derive from GtkWidget
  2ebc2e5... grid: Add gtk_grid_remove
  11211e5... Avoid container api on grids
  34747e5... grid: Remove a test for grid container functionality
  0365d32... grid: Derive from GtkWidget
  bfab190... fixed: Add gtk_fixed_remove
  dbb7166... Stop using container api on GtkFixed
  e3065b9... fixed: Derive from GtkWidget
  50925d9... stack: Add gtk_stack_remove
  da5666b... Don't use container api on GtkStack
  4272e47... shortcutssection: Stop using container api
  b44f5c0... shortcutswindow: Stop using container api
  fce45a4... treepopover: Stop using container api
  fd6ed73... stack: Derive from GtkWidget
  eba030d... flowbox: Add gtk_flow_box_remove
  b440ca5... Stop using container api on GtkFlowBox
  c9ea51a... flowbox: Derive from GtkWidget
  520cbf1... textview: Fix popover use
  ea2afc1... text: Fix popover use
  75a2c34... textviewchild: Derive from GtkWidget
  c4683fb... customlayout: Cosmetics
  7099454... buildable: Cosmetics
  87b8e7d... listbox: Add gtk_list_box_remove
  94f4e14... Don't use container api on GtkListBox
  dfca51f... testsuite: Redo listbox sort test
  b846765... testsuite: Fix listbox tests
  94ede24... listbox: Derive from GtkWidget
  8b56fdf... headerbar: Add gtk_header_bar_remove
  04918ec... Stop using container api on GtkHeaderBar
  70f06b9... headerbar: Derive from GtkWidget
  1d8a3af... Stop using container api on GtkNotebook
  a4ea548... notebook: Derive from GtkWidget
  b1edfae... box: Add gtk_box_append/prepend/remove
  fb6bf8e... Replace most remaining uses of container api
  1d72df8... shortcutsgroup: Drop container bits
  19f34c4... shortcutssection: Drop container bits
  e322b8a... dialog: Remove code that doesn't work anymore
  022add4... assistant: Remove code that doesn't work anymore
  aa67b9f... box: Derive from GtkWidget
  e844a6c... Drop gtkcontainer.h includes
  c89f7ed... testsuite: Drop a container api use
  c6f38b1... Drop GtkContainer and its accessible implementation
  579b210... dialog: Remove an unused struct
  c4897b8... dialog: Firm up handling of action widgets
  29b1f46... docs: Update migration guide

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