[gtk+] (130 commits) Non-fast-forward update to branch wip/matthiasc/kill-event-signals



The branch 'wip/matthiasc/kill-event-signals' 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:

  6de6b87... window: Add a hide-on-close property
  5fe53b5... font button: Use GtkWindow::hide-on-close
  dfb229a... color button: Stop connecting to ::delete-event
  5d3a961... about dialog: Stop connecting to ::delete-event
  54b7215... applicationwindow: Stop connecting to ::delete-event
  bcc4080... file chooser button: Stop connecting to ::delete-event
  6da6bbd... file chooser native: Stop connecting to ::delete-event
  d357c3c... dialog: Stop using the ::delete-event signal
  c0537e0... doc tools: Stop using gtk_true
  ef3d9f3... treeview: Stop using gtk_true
  0200c3b... tests: Stop using the delete-event signal
  7e375f4... gtk-demo: Stop using ::delete-event
  e2d5b6a... widget-factory: Stop connecting to ::delete-event
  0861eca... icon-browser: Stop connecting to ::delete-event
  13dd236... inspector: Stop using ::delete-event signal
  26cbfde... Drop gtk_true and gtk_false
  62e3549... gtk-demo: Drop a use of ::event-after
  60853dd... tests: Avoid a use of ::map-event
  0fdb0cb... treeview: Use a scroll event controller
  a04864c... fontchooser: Stop using ::scroll-event
  e98bfe3... treeview: Don't handle ::delete-event
  4c8bca9... testinput: Drop some no-op signal handlers
  3913b74... testgtk: Use an event controller for 'testing scrolling'
  997208a... testgtk: Redo the event watcher case
  ec12f72... testoverlay: Use an event controller
  25b8a58... Replace GtkWidget::delete-event by GtkWindow::close-request
  9ddcb23... Replace all remaining uses of delete-event
  dcdfe56... Drop GtkWidget::delete-event
  2407b63... Drop GtkWidget::destroy-event
  98d33d7... widget: Stop using ::map-event
  cc85ef3... window: Stop using ::map-event
  b78a2bb... Drop ::map-event and ::unmap-event
  c6437fb... Drop ::proximity-in-event and ::proximity-out-event
  c1fe369... Drop ::scroll-event
  c3ded53... Drop ::touch-event
  624bf60... tests: Stop using ::configure-event
  33d812b... xim: Stop using ::configure-event
  32a4fb1... testgtk: Stop using ::configure-event
  5ccddc1... window: Stop using ::configure-event
  7bf7ec6... Drop ::configure-event
  8bede4d... Add x/y to GtkEventControllerMotion::enter
  0c3af8d... treeview: Use a motion event controller
  18b0948... entry completion: Drop initial selection avoidance
  4567e92... scrolled window: Use a motion event controller
  57ef74c... iconview: Use a motion event controller
  be492a3... menuitem: Use a motion event controller
  0bb2c93... menu: Use a motion event controller
  27b725b... Drop ::enter/leave-notify-event
  41601e5... textview: Use a motion event controller
  cd328a7... notebook: Use a motion event controller
  120544f... menushell: Stop using ::grab-broken
  1e59009... button: Stop using ::grab-broken-event
  27e3dfc... Drop ::grab-broken-event
  779958f... Drop ::event-after
  d6b7e19... Drop gtk_widget_hide_on_delete

Commits added to the branch:

  543b214... gsk: Add docs for gsk_texture_node_get_texture (*)
  14d64ea... dnd: Add g-i annotations for gdk_drop_read_async/finish (*)
  6aeae2c... gdk: Drop invalid "transfer" g-i annotations (*)
  7f300c9... examples, gtk-demo: Fix copy-pasta in signal name (*)
  4a999cb... scrolledwindow: Fix code sample compilation (*)
  1c26739... notebook: Make a code snippet compile (*)
  9f86cb2... treeviewcolumn: Make a code snippet compile (*)
  3d94215... expander: Make a code snippet compile (*)
  cf9942e... menuitem: Make a code snippet compile (*)
  3744bbd... searchbar: Make a code snippet compile (*)
  e8376f5... liststore: Make a code snippet compile (*)
  cba2436... Move geometry management docs do GtkWidget (*)
  614bcef... widget: Make all code snippets compile (*)
  5cd138f... entry: Remove some questionable code examples (*)
  3f68475... Make a few more code samples compile (*)
  78f9193... font chooser: Small revision of the UI (*)
  f052635... font chooser: introduce font chooser levels (*)
  70bae02... font button: Remove show-font and show-size (*)
  15f8b2d... font chooser: Add a tweak page (*)
  ade33c6... Add font features on the tweak page (*)
  894a0c0... font chooser: Add properties for features and language (*)
  f259aa7... Bump the pango requirement (*)
  fb51e43... Implement font-variation-settings (*)
  3799700... font button: Take variations into account (*)
  4cc68a9... font chooser: Support font variations (*)
  7687393... font chooser: Don't set hardcoded default features (*)
  34b4de0... font chooser dialog: Improve sensitivity handling (*)
  a79f950... font chooser: Manage tweak button sensitivity (*)
  83c5b66... Update POTFILES.in (*)
  ebeca18... gtk-demo: Update font explorer example (*)
  f94d72c... Update POTFILES.skip (*)
  f55be76... recorder: Fix a button tooltip (*)
  f729cbb... gl renderer: Fix text color pre-multiplication (*)
  af6adb5... gl renderer: Add test case for last commit (*)
  62ccf87... filechooser: Manage spinner state (*)
  a89e88f... widget: Ignore non-gestures in _gtk_widget_consumes_motion (*)
  33162ee... window: Fix an event widget/target mixup (*)
  8a5b6d4... fontchooser: fix feature formatting (*)
  888a157... docs: Remove unused images (*)
  85fa396... widget: Avoid casting event coordinates to int in contains( (*)
  7479e6c... notebook: Fix wrong tab widgets allocation (*)
  ea6da7b... gdk: Convince gtk-doc to include backend docs (*)
  a670de4... Quiet the doc build a bit (*)
  0ed670e... Remove a dead macro (*)
  e41e8c4... font chooser: Fix a memory leak (*)
  3dd3ae1... font chooser: Plug a memory leak (*)
  98da773... label: Plug a memory leak (*)
  407d3db... Plug a memory leak (*)
  50975be... wayland: Plug memory leaks (*)
  079ee7e... Update Arabic translation (*)
  c8770b3... file button: Don't leak rows (*)
  36e09f3... label: Properly handle multi-line selections (*)
  258e504... Implement equal for GtkCssImageUrl (*)
  2bab983... gsk: Fix hexbox drawing for fallback rendering (*)
  550f4bc... gsk: Fix hexbox drawing for the Vulkan renderer (*)
  6e6e6d7... iconview: Prevent ownership transfer of cell out-param in g (*)
  3c38ebb... filechooser: Add missing array annotations to add_choice() (*)
  3771c95... gsk: Move Vulkan sources to a subdirectory (*)
  7ebb964... window: Add a hide-on-close property
  eb3575d... font button: Use GtkWindow::hide-on-close
  e2872d5... color button: Stop connecting to ::delete-event
  72df95b... about dialog: Stop connecting to ::delete-event
  9befb57... applicationwindow: Stop connecting to ::delete-event
  a6a413b... file chooser button: Stop connecting to ::delete-event
  0a62382... file chooser native: Stop connecting to ::delete-event
  26d8d26... dialog: Stop using the ::delete-event signal
  47b2b94... doc tools: Stop using gtk_true
  259fdfb... treeview: Stop using gtk_true
  92855f8... tests: Stop using the delete-event signal
  68542bf... gtk-demo: Stop using ::delete-event
  c8a5851... widget-factory: Stop connecting to ::delete-event
  d465c4e... icon-browser: Stop connecting to ::delete-event
  c8cbd8e... inspector: Stop using ::delete-event signal
  ec7c79c... Drop gtk_true and gtk_false
  2c0fa4c... gtk-demo: Drop a use of ::event-after
  6a2d54d... tests: Avoid a use of ::map-event
  42a17ea... treeview: Use a scroll event controller
  037d47e... font chooser: Stop using ::scroll-event
  d02a299... treeview: Don't handle ::delete-event
  92673b9... testinput: Drop some no-op signal handlers
  a8190f5... testgtk: Use an event controller for 'testing scrolling'
  59d3d33... testgtk: Redo the event watcher case
  dcdc8ee... testoverlay: Use an event controller
  6287682... Replace GtkWidget::delete-event by GtkWindow::close-request
  87d1329... Replace all remaining uses of delete-event
  05e1ef6... Drop GtkWidget::delete-event
  cf8031c... Drop GtkWidget::destroy-event
  c5de2a2... widget: Stop using ::map-event
  0337925... window: Stop using ::map-event
  ab3a035... Drop ::map-event and ::unmap-event
  28de916... Drop ::proximity-in-event and ::proximity-out-event
  5eea558... Drop ::scroll-event
  8942ad7... Drop ::touch-event
  c0de1e4... tests: Stop using ::configure-event
  26fd041... xim: Stop using ::configure-event
  b90c115... testgtk: Stop using ::configure-event
  5e53598... window: Stop using ::configure-event
  15f798c... Drop ::configure-event
  50face3... Add x/y to GtkEventControllerMotion::enter
  a28acee... treeview: Use a motion event controller
  07dfd10... entry completion: Drop initial selection avoidance
  bc2fe89... scrolled window: Use a motion event controller
  fea0e47... iconview: Use a motion event controller
  3ce1a6d... menuitem: Use a motion event controller
  2600f07... menu: Use a motion event controller
  e3ebdeb... Drop ::enter/leave-notify-event
  c0dfaeb... textview: Use a motion event controller
  9881345... notebook: Use a motion event controller
  d290a54... menushell: Stop using ::grab-broken
  72f87cb... button: Stop using ::grab-broken-event
  b9677fb... Drop ::grab-broken-event
  a87f8e7... Drop ::event-after
  75cd364... Drop gtk_widget_hide_on_delete
  47e37f8... a11y: Stop using ::focus-in/out-event
  fe584ca... entry: Stop using ::focus-in/out-event
  48f93a6... entry completion: Stop using ::focus-out-event
  ee67e2f... text view: Stop using ::focus-in/out-event
  e63d3fb... window: Stop using ::focus-in/out-event
  75ca251... application: Stop using ::focus-in-event
  b9464ea... popover: Stop using ::focus-in/out-event
  0a5aa66... tests: Stop using ::focus-in/out-event
  aeea84e... combo cell renderer: Stop using ::focus-out-event
  940427e... spin cell renderer: Stop using ::focus-out-event
  870f87c... text cell renderer: Stop using ::focus-out-event
  f841beb... color editor: stop using ::focus-out-event
  7a9bb27... calendar: Stop using ::focus-out-event
  bd09576... spin button: Stop using ::focus-out-event
  3624453... file chooser entry: Stop using ::focus-out-event
  8735b0e... treeview: Stop using ::focus-out-event
  dcd6cb6... Drop ::focus-in/out-event

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